toBytes method

List<int> toBytes()

Implementation

List<int> toBytes() {
  return [...ask.toBytes(), ...nsk.toBytes(), ...ovk.inner];
}