BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <elasticsearch_plugin.hpp>
Public Attributes | |
asset_id_type | asset |
std::string | asset_name |
share_type | amount |
double | amount_units |
account_id_type | from |
account_id_type | to |
Definition at line 107 of file elasticsearch_plugin.hpp.
share_type graphene::elasticsearch::transfer_struct::amount |
Definition at line 110 of file elasticsearch_plugin.hpp.
double graphene::elasticsearch::transfer_struct::amount_units |
Definition at line 111 of file elasticsearch_plugin.hpp.
asset_id_type graphene::elasticsearch::transfer_struct::asset |
Definition at line 108 of file elasticsearch_plugin.hpp.
std::string graphene::elasticsearch::transfer_struct::asset_name |
Definition at line 109 of file elasticsearch_plugin.hpp.
account_id_type graphene::elasticsearch::transfer_struct::from |
Definition at line 112 of file elasticsearch_plugin.hpp.
account_id_type graphene::elasticsearch::transfer_struct::to |
Definition at line 113 of file elasticsearch_plugin.hpp.