Builder

class Builder
Result containing the signed and encoded transaction.
Protobuf type TW.Aeternity.Proto.SigningOutput

Functions

Link copied to clipboard
Signed and encoded transaction bytes, Base64 with checksum
string encoded = 1;
Link copied to clipboard
Signature, Base58 with checksum
string signature = 2;
Link copied to clipboard
open fun getEncoded(): String
Signed and encoded transaction bytes, Base64 with checksum
string encoded = 1;
Link copied to clipboard
open fun getEncodedBytes(): ByteString
Signed and encoded transaction bytes, Base64 with checksum
string encoded = 1;
Link copied to clipboard
open fun getSignature(): String
Signature, Base58 with checksum
string signature = 2;
Link copied to clipboard
open fun getSignatureBytes(): ByteString
Signature, Base58 with checksum
string signature = 2;
Link copied to clipboard
Signed and encoded transaction bytes, Base64 with checksum
string encoded = 1;
Link copied to clipboard
Signed and encoded transaction bytes, Base64 with checksum
string encoded = 1;
Link copied to clipboard
Signature, Base58 with checksum
string signature = 2;
Link copied to clipboard
Signature, Base58 with checksum
string signature = 2;