toCborObjects method
Implementation
List<CborObject> toCborObjects() {
return [
hotVkey.toCbor(),
CborUnsignedValue.u32(sequenceNumber),
CborUnsignedValue.u32(kesPeriod),
sigma.toCbor()
];
}
List<CborObject> toCborObjects() {
return [
hotVkey.toCbor(),
CborUnsignedValue.u32(sequenceNumber),
CborUnsignedValue.u32(kesPeriod),
sigma.toCbor()
];
}