SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getDerivation(): DerivationType
Sender address derivation type.
.TW.Filecoin.Proto.DerivationType derivation = 9;
Link copied to clipboard
abstract fun getDerivationValue(): Int
Sender address derivation type.
.TW.Filecoin.Proto.DerivationType derivation = 9;
Link copied to clipboard
abstract fun getGasFeeCap(): ByteString
Gas fee cap (uint256, serialized little endian)
bytes gas_fee_cap = 6;
Link copied to clipboard
abstract fun getGasLimit(): Long
Gas limit.
int64 gas_limit = 5;
Link copied to clipboard
abstract fun getGasPremium(): ByteString
Gas premium (uint256, serialized little endian)
bytes gas_premium = 7;
Link copied to clipboard
abstract fun getNonce(): Long
Transaction nonce.
uint64 nonce = 3;
Link copied to clipboard
abstract fun getParams(): ByteString
Message params.
bytes params = 8;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key of the sender account, used for signing (32 bytes).
bytes private_key = 1;
Link copied to clipboard
abstract fun getTo(): String
Recipient's address.
string to = 2;
Link copied to clipboard
abstract fun getToBytes(): ByteString
Recipient's address.
string to = 2;
Link copied to clipboard
abstract fun getValue(): ByteString
Transfer value (uint256, serialized little endian)
bytes value = 4;

Inheritors

Link copied to clipboard