SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getChainId(): String
/ Chain ID string, mainnet, testnet and privatenet
string chain_id = 1;
Link copied to clipboard
abstract fun getChainIdBytes(): ByteString
/ Chain ID string, mainnet, testnet and privatenet
string chain_id = 1;
Link copied to clipboard
abstract fun getFee(): ByteString
/ Fee amount in TFuel wei for the transaction (uint256, serialized little endian)
bytes fee = 6;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
/ The secret private key used for signing (32 bytes).
bytes private_key = 7;
Link copied to clipboard
abstract fun getSequence(): Long
/ Sequence number of the transaction for the sender address
uint64 sequence = 5;
Link copied to clipboard
abstract fun getTfuelAmount(): ByteString
/ TFuel token amount to send in wei (uint256, serialized little endian)
bytes tfuel_amount = 4;
Link copied to clipboard
abstract fun getThetaAmount(): ByteString
/ Theta token amount to send in wei (uint256, serialized little endian)
bytes theta_amount = 3;
Link copied to clipboard
abstract fun getToAddress(): String
/ Recipient address
string to_address = 2;
Link copied to clipboard
abstract fun getToAddressBytes(): ByteString
/ Recipient address
string to_address = 2;

Inheritors

Link copied to clipboard