toCborObjects method

List<CborObject> toCborObjects()

Implementation

List<CborObject> toCborObjects() {
  return [CborUnsignedValue.u32(major), CborUnsignedValue.u32(minor)];
}