SigningOutputOrBuilder

Functions

Link copied to clipboard
abstract fun getAuthenticator(): TransactionAuthenticator
/ Public key and signature to authenticate
.TW.Aptos.Proto.TransactionAuthenticator authenticator = 2;
Link copied to clipboard
abstract fun getEncoded(): ByteString
/ Signed and encoded transaction bytes.
bytes encoded = 3;
Link copied to clipboard
abstract fun getJson(): String
Transaction json format for api broadcasting (string)
string json = 4;
Link copied to clipboard
abstract fun getJsonBytes(): ByteString
Transaction json format for api broadcasting (string)
string json = 4;
Link copied to clipboard
abstract fun getRawTxn(): ByteString
/ The raw transaction (bytes)
bytes raw_txn = 1;
Link copied to clipboard
abstract fun hasAuthenticator(): Boolean
/ Public key and signature to authenticate
.TW.Aptos.Proto.TransactionAuthenticator authenticator = 2;

Inheritors

Link copied to clipboard