toCbor method
Converts the ADAByronAddress instance to CBOR.
Implementation
@override
CborObject toCbor() {
return CborBytesValue(extendedAddress.toCbor().encode());
}
Converts the ADAByronAddress instance to CBOR.
@override
CborObject toCbor() {
return CborBytesValue(extendedAddress.toCbor().encode());
}