BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <wallet_structs.hpp>
Public Attributes | |
asset | amount |
public_key_type | from |
the account this balance came from More... | |
public_key_type | to |
the account this balance is logically associated with More... | |
public_key_type | one_time_key |
used to derive the authority key and blinding factor More... | |
fc::sha256 | blinding_factor |
fc::ecc::commitment_type | commitment |
bool | used = false |
Definition at line 74 of file wallet_structs.hpp.
asset graphene::wallet::blind_balance::amount |
Definition at line 76 of file wallet_structs.hpp.
fc::sha256 graphene::wallet::blind_balance::blinding_factor |
Definition at line 80 of file wallet_structs.hpp.
fc::ecc::commitment_type graphene::wallet::blind_balance::commitment |
Definition at line 81 of file wallet_structs.hpp.
public_key_type graphene::wallet::blind_balance::from |
the account this balance came from
Definition at line 77 of file wallet_structs.hpp.
public_key_type graphene::wallet::blind_balance::one_time_key |
used to derive the authority key and blinding factor
Definition at line 79 of file wallet_structs.hpp.
public_key_type graphene::wallet::blind_balance::to |
the account this balance is logically associated with
Definition at line 78 of file wallet_structs.hpp.
bool graphene::wallet::blind_balance::used = false |
Definition at line 82 of file wallet_structs.hpp.