toCborObjects method

List<CborObject> toCborObjects()

Implementation

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