Scorum
|
#include <api_objects.hpp>
Public Member Functions | |
block_api_object ()=default | |
block_api_object (const signed_block_header &b) | |
![]() | |
block_id_type | id () const |
fc::ecc::public_key | signee () const |
void | sign (const fc::ecc::private_key &signer) |
bool | validate_signee (const fc::ecc::public_key &expected_signee) const |
![]() | |
digest_type | digest () const |
uint32_t | block_num () const |
Public Attributes | |
uint32_t | block_num = 0 |
std::vector< block_api_operation_object > | operations |
![]() | |
signature_type | witness_signature |
![]() | |
block_id_type | previous |
fc::time_point_sec | timestamp |
std::string | witness |
checksum_type | transaction_merkle_root |
block_header_extensions_type | extensions |
Additional Inherited Members | |
![]() | |
static uint32_t | num_from_id (const block_id_type &id) |
Definition at line 48 of file api_objects.hpp.
|
default |
|
inline |
Definition at line 52 of file api_objects.hpp.
uint32_t scorum::blockchain_history::block_api_object::block_num = 0 |
Definition at line 57 of file api_objects.hpp.
std::vector<block_api_operation_object> scorum::blockchain_history::block_api_object::operations |
Definition at line 58 of file api_objects.hpp.