SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getActions(index: Int): Action
Payload action(s)
repeated .TW.NEAR.Proto.Action actions = 5;
Link copied to clipboard
abstract fun getActionsCount(): Int
Payload action(s)
repeated .TW.NEAR.Proto.Action actions = 5;
Link copied to clipboard
abstract fun getActionsList(): List<Action>
Payload action(s)
repeated .TW.NEAR.Proto.Action actions = 5;
Link copied to clipboard
abstract fun getBlockHash(): ByteString
Recent block hash
bytes block_hash = 4;
Link copied to clipboard
abstract fun getNonce(): Long
Nonce (should be larger than in the last transaction of the account)
uint64 nonce = 2;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 6;
Link copied to clipboard
abstract fun getReceiverId(): String
ID of the receiver
string receiver_id = 3;
Link copied to clipboard
abstract fun getReceiverIdBytes(): ByteString
ID of the receiver
string receiver_id = 3;
Link copied to clipboard
abstract fun getSignerId(): String
ID of the sender
string signer_id = 1;
Link copied to clipboard
abstract fun getSignerIdBytes(): ByteString
ID of the sender
string signer_id = 1;

Inheritors

Link copied to clipboard