Builder
class Builder
Input data necessary to create a signed transaction.
Content copied to clipboard
TW.Filecoin.Proto.SigningInputFunctions
Link copied to clipboard
Sender address derivation type.
Content copied to clipboard
.TW.Filecoin.Proto.DerivationType derivation = 9;Link copied to clipboard
Gas fee cap (uint256, serialized little endian)
Content copied to clipboard
bytes gas_fee_cap = 6;Link copied to clipboard
Gas limit.
Content copied to clipboard
int64 gas_limit = 5;Link copied to clipboard
Gas premium (uint256, serialized little endian)
Content copied to clipboard
bytes gas_premium = 7;Link copied to clipboard
Transaction nonce.
Content copied to clipboard
uint64 nonce = 3;Link copied to clipboard
Message params.
Content copied to clipboard
bytes params = 8;Link copied to clipboard
The secret private key of the sender account, used for signing (32 bytes).
Content copied to clipboard
bytes private_key = 1;Link copied to clipboard
Recipient's address.
Content copied to clipboard
string to = 2;Link copied to clipboard
Transfer value (uint256, serialized little endian)
Content copied to clipboard
bytes value = 4;Link copied to clipboard
Sender address derivation type.
Content copied to clipboard
.TW.Filecoin.Proto.DerivationType derivation = 9;Link copied to clipboard
Sender address derivation type.
Content copied to clipboard
.TW.Filecoin.Proto.DerivationType derivation = 9;Link copied to clipboard
Gas fee cap (uint256, serialized little endian)
Content copied to clipboard
bytes gas_fee_cap = 6;Link copied to clipboard
Gas limit.
Content copied to clipboard
int64 gas_limit = 5;Link copied to clipboard
Gas premium (uint256, serialized little endian)
Content copied to clipboard
bytes gas_premium = 7;Link copied to clipboard
The secret private key of the sender account, used for signing (32 bytes).
Content copied to clipboard
bytes private_key = 1;Link copied to clipboard
Recipient's address.
Content copied to clipboard
string to = 2;Link copied to clipboard
Sender address derivation type.
Content copied to clipboard
.TW.Filecoin.Proto.DerivationType derivation = 9;Link copied to clipboard
Sender address derivation type.
Content copied to clipboard
.TW.Filecoin.Proto.DerivationType derivation = 9;Link copied to clipboard
Gas fee cap (uint256, serialized little endian)
Content copied to clipboard
bytes gas_fee_cap = 6;Link copied to clipboard
Gas limit.
Content copied to clipboard
int64 gas_limit = 5;Link copied to clipboard
Gas premium (uint256, serialized little endian)
Content copied to clipboard
bytes gas_premium = 7;Link copied to clipboard
Transaction nonce.
Content copied to clipboard
uint64 nonce = 3;Link copied to clipboard
Message params.
Content copied to clipboard
bytes params = 8;Link copied to clipboard
The secret private key of the sender account, used for signing (32 bytes).
Content copied to clipboard
bytes private_key = 1;Link copied to clipboard
Recipient's address.
Content copied to clipboard
string to = 2;Link copied to clipboard
Recipient's address.
Content copied to clipboard
string to = 2;Link copied to clipboard
Transfer value (uint256, serialized little endian)
Content copied to clipboard
bytes value = 4;