BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
This is the complete list of members for graphene::protocol::signed_transaction, including all inherited members.
_signees | graphene::protocol::signed_transaction | mutableprotected |
_tx_id_buffer | graphene::protocol::transaction | mutableprotected |
clear() | graphene::protocol::signed_transaction | inline |
clear_signatures() | graphene::protocol::signed_transaction | inline |
digest() const | graphene::protocol::transaction | |
expiration | graphene::protocol::transaction | |
extensions | graphene::protocol::transaction | |
get_packed_size() const | graphene::protocol::transaction | virtual |
get_required_authorities(flat_set< account_id_type > &active, flat_set< account_id_type > &owner, vector< authority > &other, bool ignore_custom_operation_required_auths) const | graphene::protocol::transaction | |
get_required_signatures(const chain_id_type &chain_id, const flat_set< public_key_type > &available_keys, const std::function< const authority *(account_id_type)> &get_active, const std::function< const authority *(account_id_type)> &get_owner, bool allow_non_immediate_owner, bool ignore_custom_operation_required_authorities, uint32_t max_recursion=GRAPHENE_MAX_SIG_CHECK_DEPTH) const | graphene::protocol::signed_transaction | |
get_signature_keys(const chain_id_type &chain_id) const | graphene::protocol::signed_transaction | virtual |
id() const | graphene::protocol::transaction | virtual |
minimize_required_signatures(const chain_id_type &chain_id, const flat_set< public_key_type > &available_keys, const std::function< const authority *(account_id_type)> &get_active, const std::function< const authority *(account_id_type)> &get_owner, const custom_authority_lookup &get_custom, bool allow_non_immediate_owner, bool ignore_custom_operation_required_auths, uint32_t max_recursion=GRAPHENE_MAX_SIG_CHECK_DEPTH) const | graphene::protocol::signed_transaction | |
operations | graphene::protocol::transaction | |
ref_block_num | graphene::protocol::transaction | |
ref_block_prefix | graphene::protocol::transaction | |
set_expiration(fc::time_point_sec expiration_time) | graphene::protocol::transaction | |
set_reference_block(const block_id_type &reference_block) | graphene::protocol::transaction | |
sig_digest(const chain_id_type &chain_id) const | graphene::protocol::transaction | protected |
sign(const private_key_type &key, const chain_id_type &chain_id) | graphene::protocol::signed_transaction | |
sign(const private_key_type &key, const chain_id_type &chain_id) const | graphene::protocol::signed_transaction | |
signatures | graphene::protocol::signed_transaction | |
signed_transaction(const transaction &trx=transaction()) | graphene::protocol::signed_transaction | inline |
validate() const | graphene::protocol::transaction | virtual |
verify_authority(const chain_id_type &chain_id, const std::function< const authority *(account_id_type)> &get_active, const std::function< const authority *(account_id_type)> &get_owner, const custom_authority_lookup &get_custom, bool allow_non_immediate_owner, bool ignore_custom_operation_required_auths, uint32_t max_recursion=GRAPHENE_MAX_SIG_CHECK_DEPTH) const | graphene::protocol::signed_transaction | |
visit(Visitor &&visitor) | graphene::protocol::transaction | inline |
visit(Visitor &&visitor) const | graphene::protocol::transaction | inline |
~signed_transaction()=default | graphene::protocol::signed_transaction | virtual |
~transaction()=default | graphene::protocol::transaction | virtual |