Object model
Sui uses an object-based model where everything is represented as an object, including:- Coins (fungible tokens)
- NFTs
- Custom objects
Coin objects
When you receive SUI tokens, they are stored as coin objects. Multiple transfers result in multiple coin objects. Dfns automatically manages coin merging when needed for transfers.Transfers
Use the Transfer Asset endpoint for Sui transfers:- Native SUI: Use
kind: Nativewith amount in MIST (1 SUI = 1,000,000,000 MIST) - Coins: Use
kind: Coinwith the coin identifier
