menu
sui package
documentation
types/coins.dart
CoinBalance
CoinBalance constructor
CoinBalance constructor
dark_mode
light_mode
CoinBalance
constructor
CoinBalance
(
String
coinType
,
int
coinObjectCount
,
BigInt
totalBalance
,
dynamic
lockedBalance
,
)
Implementation
CoinBalance( this.coinType, this.coinObjectCount, this.totalBalance, this.lockedBalance, );
sui package
documentation
types/coins
CoinBalance
CoinBalance constructor
CoinBalance class