Builder

class Builder
Information related to the signed transaction
Protobuf type TW.Aptos.Proto.TransactionAuthenticator

Functions

Link copied to clipboard
Public key of the signer (bytes)
bytes public_key = 2;
Link copied to clipboard
Signature part of the signed transaction (bytes)
bytes signature = 1;
Link copied to clipboard
open fun getPublicKey(): ByteString
Public key of the signer (bytes)
bytes public_key = 2;
Link copied to clipboard
open fun getSignature(): ByteString
Signature part of the signed transaction (bytes)
bytes signature = 1;
Link copied to clipboard
Public key of the signer (bytes)
bytes public_key = 2;
Link copied to clipboard
Signature part of the signed transaction (bytes)
bytes signature = 1;