CoinStruct constructor
CoinStruct(
- String coinType,
- ObjectId coinObjectId,
- int version,
- TransactionDigest digest,
- String balance,
- TransactionDigest previousTransaction,
Implementation
CoinStruct(
this.coinType,
this.coinObjectId,
int version,
TransactionDigest digest,
this.balance,
this.previousTransaction,
): super(digest, coinObjectId, version);