toCbor method
Converts the object to a CBOR object.
Implementation
@override
CborListValue toCbor() {
return CborListValue.fixedLength([
type.toCbor(),
stakeCredential.toCbor(),
]);
}
Converts the object to a CBOR object.
@override
CborListValue toCbor() {
return CborListValue.fixedLength([
type.toCbor(),
stakeCredential.toCbor(),
]);
}