Const
Collection of supported coins in the Sui ecosystem
Each coin is defined with the following properties:
// Accessing SUI coin informationconst suiCoin = coins.SUI;// Returns: { name: 'SUI', type: '0x2::sui::SUI', icon: '...', expo: 9 } Copy
// Accessing SUI coin informationconst suiCoin = coins.SUI;// Returns: { name: 'SUI', type: '0x2::sui::SUI', icon: '...', expo: 9 }
The coin types are unique identifiers on the Sui blockchain and should not be modified without proper verification
Collection of supported coins in the Sui ecosystem
Each coin is defined with the following properties: