toBase64 method

String toBase64()

Get the base64-encoded representation of the transaction..

Implementation

String toBase64() => base64Encode(Encoder.encodeMessagePack(toMessagePack()));