|
cryptnox-sdk-esp32 1.0.0
ESP32 SDK for Cryptnox Hardware Wallet
|
#include <eth_rlp.h>
Public Attributes | |
| uint64_t | chain_id |
| uint64_t | nonce |
| uint64_t | max_priority_fee |
| uint64_t | max_fee |
| uint64_t | gas_limit |
| uint8_t | to [20] |
| uint64_t | eth_value |
| const uint8_t * | calldata |
| size_t | calldata_len |
| const uint8_t* eth_tx_t::calldata |
Definition at line 24 of file eth_rlp.h.
Referenced by encode_common_fields(), and signing_loop().
| size_t eth_tx_t::calldata_len |
Definition at line 25 of file eth_rlp.h.
Referenced by encode_common_fields(), and signing_loop().
| uint64_t eth_tx_t::chain_id |
Definition at line 17 of file eth_rlp.h.
Referenced by encode_common_fields(), and signing_loop().
| uint64_t eth_tx_t::eth_value |
Definition at line 23 of file eth_rlp.h.
Referenced by encode_common_fields(), and signing_loop().
| uint64_t eth_tx_t::gas_limit |
Definition at line 21 of file eth_rlp.h.
Referenced by encode_common_fields(), and signing_loop().
| uint64_t eth_tx_t::max_fee |
Definition at line 20 of file eth_rlp.h.
Referenced by encode_common_fields(), and signing_loop().
| uint64_t eth_tx_t::max_priority_fee |
Definition at line 19 of file eth_rlp.h.
Referenced by encode_common_fields(), and signing_loop().
| uint64_t eth_tx_t::nonce |
Definition at line 18 of file eth_rlp.h.
Referenced by encode_common_fields(), and signing_loop().
| uint8_t eth_tx_t::to[20] |
Definition at line 22 of file eth_rlp.h.
Referenced by encode_common_fields(), and signing_loop().