Builder

class Builder
Transaction signing output.
Protobuf type TW.Aptos.Proto.SigningOutput

Functions

Link copied to clipboard
/ Public key and signature to authenticate
.TW.Aptos.Proto.TransactionAuthenticator authenticator = 2;
Link copied to clipboard
/ Signed and encoded transaction bytes.
bytes encoded = 3;
Link copied to clipboard
Transaction json format for api broadcasting (string)
string json = 4;
Link copied to clipboard
/ The raw transaction (bytes)
bytes raw_txn = 1;
Link copied to clipboard
open fun getAuthenticator(): TransactionAuthenticator
/ Public key and signature to authenticate
.TW.Aptos.Proto.TransactionAuthenticator authenticator = 2;
Link copied to clipboard
open fun getEncoded(): ByteString
/ Signed and encoded transaction bytes.
bytes encoded = 3;
Link copied to clipboard
open fun getJson(): String
Transaction json format for api broadcasting (string)
string json = 4;
Link copied to clipboard
open fun getJsonBytes(): ByteString
Transaction json format for api broadcasting (string)
string json = 4;
Link copied to clipboard
open fun getRawTxn(): ByteString
/ The raw transaction (bytes)
bytes raw_txn = 1;
Link copied to clipboard
/ Public key and signature to authenticate
.TW.Aptos.Proto.TransactionAuthenticator authenticator = 2;
Link copied to clipboard
open fun mergeAuthenticator(value: TransactionAuthenticator): Aptos.SigningOutput.Builder
/ Public key and signature to authenticate
.TW.Aptos.Proto.TransactionAuthenticator authenticator = 2;
Link copied to clipboard
open fun setAuthenticator(builderForValue: Builder): Aptos.SigningOutput.Builder
open fun setAuthenticator(value: TransactionAuthenticator): Aptos.SigningOutput.Builder
/ Public key and signature to authenticate
.TW.Aptos.Proto.TransactionAuthenticator authenticator = 2;
Link copied to clipboard
open fun setEncoded(value: ByteString): Aptos.SigningOutput.Builder
/ Signed and encoded transaction bytes.
bytes encoded = 3;
Link copied to clipboard
Transaction json format for api broadcasting (string)
string json = 4;
Link copied to clipboard
open fun setJsonBytes(value: ByteString): Aptos.SigningOutput.Builder
Transaction json format for api broadcasting (string)
string json = 4;
Link copied to clipboard
open fun setRawTxn(value: ByteString): Aptos.SigningOutput.Builder
/ The raw transaction (bytes)
bytes raw_txn = 1;