witter-deland

Results 3 comments of witter-deland

Dfinity has two different addresses, AccountId (Principal + Subaccount) and Principal. [DFT transfer](https://github.com/Deland-Labs/dfinity-fungible-token-standard/blob/35593c53539f9fcdef167f5a129e1a9ef0b58c9f/canisters/dft_rs/src/token.rs#L372) support AccountId and Principal. We hope that when developers use this method, they don’t need to pay...

> ### Build a deque based on stable `Vec`. > * (+) Performance: `push` and `pop` would be O(1). > * (-) Can only use bounded types (i.e. types that...

I agree with @lastmjs . Using memory_id, for application developers, exposes too many underlying details. Application developers should spend their energy on **[how to build a good application]** instead of...