toBytes method

Uint8List toBytes()

Get the bytes of this transaction.

Implementation

Uint8List toBytes() =>
    Uint8List.fromList(Encoder.encodeMessagePack(toMessagePack()));