BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
graphene | |
graphene::wallet | |
graphene::wallet::detail | |
Typedefs | |
using | graphene::wallet::transaction_handle_type = uint32_t |
typedef multi_index_container< blind_receipt, indexed_by< ordered_unique< tag< by_commitment >, const_mem_fun< blind_receipt, const commitment_type &, &blind_receipt::commitment > >, ordered_unique< tag< by_to >, const_mem_fun< blind_receipt, std::pair< public_key_type, fc::time_point >, &blind_receipt::to_date > >, ordered_non_unique< tag< by_to_asset_used >, const_mem_fun< blind_receipt, std::tuple< public_key_type, asset_id_type, bool >, &blind_receipt::to_asset_used > >, ordered_unique< tag< by_from >, const_mem_fun< blind_receipt, std::pair< public_key_type, fc::time_point >, &blind_receipt::from_date > > >> | graphene::wallet::blind_receipt_index_type |
typedef multi_index_container< key_label, indexed_by< ordered_unique< tag< by_label >, member< key_label, string, &key_label::label > >, ordered_unique< tag< by_key >, member< key_label, public_key_type, &key_label::key > > >> | graphene::wallet::key_label_index_type |