BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Typedefs
wallet_structs.hpp File Reference
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  graphene::wallet::plain_keys
 
struct  graphene::wallet::brain_key_info
 
struct  graphene::wallet::blind_confirmation
 
struct  graphene::wallet::blind_confirmation::output
 
struct  graphene::wallet::blind_balance
 
struct  graphene::wallet::blind_receipt
 
struct  graphene::wallet::key_label
 
struct  graphene::wallet::wallet_data
 
struct  graphene::wallet::exported_account_keys
 
struct  graphene::wallet::exported_keys
 
struct  graphene::wallet::approval_delta
 
struct  graphene::wallet::worker_vote_delta
 
struct  graphene::wallet::signed_block_with_info
 
struct  graphene::wallet::vesting_balance_object_with_info
 
struct  graphene::wallet::signed_message_meta
 
class  graphene::wallet::signed_message
 
class  graphene::wallet::utility
 
struct  graphene::wallet::operation_detail
 
struct  graphene::wallet::operation_detail_ex
 
struct  graphene::wallet::account_history_operation_detail
 

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