This is the complete list of members for taraxa::SystemTransaction, including all inherited members.
| cached_rlp_ | taraxa::Transaction | mutableprotected |
| cached_rlp_mu_ | taraxa::Transaction | mutableprotected |
| cached_rlp_set_ | taraxa::Transaction | mutableprotected |
| chain_id_ | taraxa::Transaction | protected |
| data_ | taraxa::Transaction | protected |
| fromRLP(const dev::RLP &_rlp, bool verify_strict) override | taraxa::SystemTransaction | virtual |
| gas_ | taraxa::Transaction | protected |
| gas_price_ | taraxa::Transaction | protected |
| get_sender_() const | taraxa::Transaction | protected |
| getChainID() const | taraxa::Transaction | inline |
| getCost() const | taraxa::Transaction | inline |
| getData() const | taraxa::Transaction | inline |
| getGas() const | taraxa::Transaction | inline |
| getGasPrice() const | taraxa::Transaction | inline |
| getHash() const | taraxa::Transaction | |
| getNonce() const | taraxa::Transaction | inline |
| getReceiver() const | taraxa::Transaction | inline |
| getSender() const override | taraxa::SystemTransaction | virtual |
| getValue() const | taraxa::Transaction | inline |
| getVRS() const | taraxa::Transaction | inline |
| hash_ | taraxa::Transaction | mutableprotected |
| hash_for_signature() const | taraxa::Transaction | protected |
| hash_initialized_ | taraxa::Transaction | mutableprotected |
| hash_mu_ | taraxa::Transaction | mutableprotected |
| intrinsicGasCovered() const | taraxa::Transaction | |
| is_zero_ | taraxa::Transaction | protected |
| isZero() const | taraxa::Transaction | inline |
| nonce_ | taraxa::Transaction | protected |
| operator==(Transaction const &other) const | taraxa::Transaction | inline |
| receiver_ | taraxa::Transaction | protected |
| rlp() const | taraxa::Transaction | |
| sender_ | taraxa::Transaction | mutableprotected |
| sender_initialized_ | taraxa::Transaction | mutableprotected |
| sender_mu_ | taraxa::Transaction | mutableprotected |
| sender_valid_ | taraxa::Transaction | mutableprotected |
| streamRLP(dev::RLPStream &s, bool for_signature) const override | taraxa::SystemTransaction | virtual |
| SystemTransaction(const trx_nonce_t &nonce, const val_t &value, const val_t &gas_price, gas_t gas, bytes data, const std::optional< addr_t > &receiver=std::nullopt, uint64_t chain_id=0) | taraxa::SystemTransaction | |
| SystemTransaction(const dev::RLP &_rlp, bool verify_strict=false) | taraxa::SystemTransaction | explicit |
| SystemTransaction(const bytes &_rlp, bool verify_strict=false) | taraxa::SystemTransaction | explicit |
| toJSON() const | taraxa::Transaction | |
| Transaction() | taraxa::Transaction | inline |
| Transaction(const trx_nonce_t &nonce, const val_t &value, const val_t &gas_price, gas_t gas, bytes data, const secret_t &sk, const std::optional< addr_t > &receiver=std::nullopt, uint64_t chain_id=0) | taraxa::Transaction | |
| Transaction(dev::RLP &&_rlp, bool verify_strict=false) | taraxa::Transaction | explicit |
| Transaction(const bytes &_rlp, bool verify_strict=false) | taraxa::Transaction | explicit |
| value_ | taraxa::Transaction | protected |
| vrs_ | taraxa::Transaction | protected |
| ~Transaction()=default | taraxa::Transaction | virtual |