toCbor method
Converts the object to a CBOR object.
Implementation
@override
CborObject toCbor() {
return CborMapValue.fixedLength(
{for (final i in mints) i.policyID.toCbor(): i.assets.toCbor()});
}
Converts the object to a CBOR object.
@override
CborObject toCbor() {
return CborMapValue.fixedLength(
{for (final i in mints) i.policyID.toCbor(): i.assets.toCbor()});
}