BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::wallet::signed_block_with_info Struct Reference

#include <wallet_structs.hpp>

Inheritance diagram for graphene::wallet::signed_block_with_info:

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_typetransaction_ids
 

Detailed Description

Definition at line 229 of file wallet_structs.hpp.

Constructor & Destructor Documentation

◆ signed_block_with_info()

graphene::wallet::signed_block_with_info::signed_block_with_info ( const signed_block &  block)
explicit

Definition at line 1942 of file wallet.cpp.

Member Data Documentation

◆ block_id

block_id_type graphene::wallet::signed_block_with_info::block_id

Definition at line 233 of file wallet_structs.hpp.

◆ signing_key

public_key_type graphene::wallet::signed_block_with_info::signing_key

Definition at line 234 of file wallet_structs.hpp.

◆ transaction_ids

vector< transaction_id_type > graphene::wallet::signed_block_with_info::transaction_ids

Definition at line 235 of file wallet_structs.hpp.


The documentation for this struct was generated from the following files: