|
TARAXA
|
This is the complete list of members for taraxa::DagBlock, including all inherited members.
| block_weight_ | taraxa::DagBlock | private |
| cached_sender_ | taraxa::DagBlock | mutableprivate |
| cached_sender_mu_ | taraxa::DagBlock | mutableprivate |
| DagBlock()=default | taraxa::DagBlock | |
| DagBlock(blk_hash_t pivot, level_t level, vec_blk_t tips, vec_trx_t trxs, uint64_t est, sig_t signature, blk_hash_t hash, addr_t sender) | taraxa::DagBlock | |
| DagBlock(blk_hash_t pivot, level_t level, vec_blk_t tips, vec_trx_t trxs, sig_t signature, blk_hash_t hash, addr_t sender) | taraxa::DagBlock | |
| DagBlock(blk_hash_t const &pivot, level_t level, vec_blk_t tips, vec_trx_t trxs, secret_t const &sk) | taraxa::DagBlock | |
| DagBlock(blk_hash_t const &pivot, level_t level, vec_blk_t tips, vec_trx_t trxs, uint64_t est, VdfSortition vdf, secret_t const &sk) | taraxa::DagBlock | |
| DagBlock(Json::Value const &doc) | taraxa::DagBlock | explicit |
| DagBlock(std::string const &json) | taraxa::DagBlock | explicit |
| DagBlock(dev::RLP const &_rlp) | taraxa::DagBlock | explicit |
| DagBlock(dev::RLP const &_rlp, vec_trx_t &&trxs) | taraxa::DagBlock | explicit |
| DagBlock(dev::bytes const &_rlp) | taraxa::DagBlock | inlineexplicit |
| extract_dag_level_from_rlp(const dev::RLP &rlp) | taraxa::DagBlock | static |
| extract_signature_from_rlp(const dev::RLP &rlp) | taraxa::DagBlock | static |
| gas_estimation_ | taraxa::DagBlock | private |
| getDifficulty() const | taraxa::DagBlock | inline |
| getGasEstimation() const | taraxa::DagBlock | inline |
| getHash() const | taraxa::DagBlock | |
| getJson(bool with_derived_fields=true) const | taraxa::DagBlock | |
| getJsonStr() const | taraxa::DagBlock | |
| getLevel() const | taraxa::DagBlock | inline |
| getPivot() const | taraxa::DagBlock | inline |
| getSender() const | taraxa::DagBlock | |
| getSig() const | taraxa::DagBlock | inline |
| getTimestamp() const | taraxa::DagBlock | inline |
| getTips() const | taraxa::DagBlock | inline |
| getTrxs() const | taraxa::DagBlock | inline |
| hash_ | taraxa::DagBlock | mutableprivate |
| hash_mu_ | taraxa::DagBlock | mutableprivate |
| kLevelPosInRlp | taraxa::DagBlock | privatestatic |
| kSigPosInRlp | taraxa::DagBlock | privatestatic |
| level_ | taraxa::DagBlock | private |
| operator<< | taraxa::DagBlock | friend |
| operator==(DagBlock const &other) const | taraxa::DagBlock | inline |
| pivot_ | taraxa::DagBlock | private |
| rlp(bool include_sig, bool include_trxs=true) const | taraxa::DagBlock | |
| sha3(bool include_sig) const | taraxa::DagBlock | private |
| sig_ | taraxa::DagBlock | private |
| streamRLP(bool include_sig, bool include_trxs=true) const | taraxa::DagBlock | |
| timestamp_ | taraxa::DagBlock | private |
| tips_ | taraxa::DagBlock | private |
| trxs_ | taraxa::DagBlock | private |
| vdf_ | taraxa::DagBlock | private |
| verifySig() const | taraxa::DagBlock | |
| verifyVdf(const SortitionParams &vdf_config, const h256 &proposal_period_hash, const vrf_wrapper::vrf_pk_t &pk, uint64_t vote_count, uint64_t total_vote_count) const | taraxa::DagBlock |