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