SuiCoin constructor
SuiCoin({})
Implementation
SuiCoin({
required this.coinType,
required this.coinObjectId,
required this.version,
required this.digest,
required this.balance,
});
SuiCoin({
required this.coinType,
required this.coinObjectId,
required this.version,
required this.digest,
required this.balance,
});