Wire Sysio Wire Sysion 1.0.0
|
#include <sysio/chain/block_header.hpp>
#include <sysio/chain/incremental_merkle.hpp>
#include <sysio/chain/protocol_feature_manager.hpp>
#include <sysio/chain/chain_snapshot.hpp>
#include <sysio/chain/s_root_extension.hpp>
#include <future>
Go to the source code of this file.
Classes | |
struct | sysio::chain::legacy::snapshot_block_header_state_v2 |
struct | sysio::chain::legacy::snapshot_block_header_state_v2::schedule_info |
struct | sysio::chain::detail::block_header_state_common |
struct | sysio::chain::detail::schedule_info |
struct | sysio::chain::pending_block_header_state |
struct | sysio::chain::block_header_state |
defines the minimum state necessary to validate transaction headers More... | |
Namespaces | |
namespace | sysio |
namespace | sysio::chain |
namespace | sysio::chain::legacy |
namespace | sysio::chain::detail |
Typedefs | |
using | sysio::chain::signer_callback_type = std::function<std::vector<signature_type>(const digest_type&)> |
using | sysio::chain::block_header_state_ptr = std::shared_ptr<block_header_state> |
Functions | |
bool | sysio::chain::detail::is_builtin_activated (const protocol_feature_activation_set_ptr &pfa, const protocol_feature_set &pfs, builtin_protocol_feature_t feature_codename) |