toByteArray method

ByteArray toByteArray()

Implementation

ByteArray toByteArray() => ByteArray.merge([
      CompactArray.fromIterable(signatures.map((e) => ByteArray(e.bytes)))
          .toByteArray(),
      compiledMessage.toByteArray(),
    ]);