BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <wallet_structs.hpp>
Public Attributes | |
uint32_t | total_count = 0 |
uint32_t | result_count = 0 |
vector< operation_detail_ex > | details |
Definition at line 316 of file wallet_structs.hpp.
vector<operation_detail_ex> graphene::wallet::account_history_operation_detail::details |
Definition at line 319 of file wallet_structs.hpp.
uint32_t graphene::wallet::account_history_operation_detail::result_count = 0 |
Definition at line 318 of file wallet_structs.hpp.
uint32_t graphene::wallet::account_history_operation_detail::total_count = 0 |
Definition at line 317 of file wallet_structs.hpp.