Sui is a Layer 1 blockchain with an object-oriented data model. This guide covers Sui-specific features when using Dfns wallets.Documentation Index
Fetch the complete documentation index at: https://docs.dfns.co/llms.txt
Use this file to discover all available pages before exploring further.
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
