BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <wallet_structs.hpp>
Public Member Functions | |
signed_block_with_info (const signed_block &block) | |
Public Attributes | |
block_id_type | block_id |
public_key_type | signing_key |
vector< transaction_id_type > | transaction_ids |
Definition at line 229 of file wallet_structs.hpp.
|
explicit |
Definition at line 1942 of file wallet.cpp.
block_id_type graphene::wallet::signed_block_with_info::block_id |
Definition at line 233 of file wallet_structs.hpp.
public_key_type graphene::wallet::signed_block_with_info::signing_key |
Definition at line 234 of file wallet_structs.hpp.
vector< transaction_id_type > graphene::wallet::signed_block_with_info::transaction_ids |
Definition at line 235 of file wallet_structs.hpp.