BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::wallet::blind_balance Struct Reference

#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
 

Detailed Description

Definition at line 74 of file wallet_structs.hpp.

Member Data Documentation

◆ amount

asset graphene::wallet::blind_balance::amount

Definition at line 76 of file wallet_structs.hpp.

◆ blinding_factor

fc::sha256 graphene::wallet::blind_balance::blinding_factor

Definition at line 80 of file wallet_structs.hpp.

◆ commitment

fc::ecc::commitment_type graphene::wallet::blind_balance::commitment

Definition at line 81 of file wallet_structs.hpp.

◆ from

public_key_type graphene::wallet::blind_balance::from

the account this balance came from

Definition at line 77 of file wallet_structs.hpp.

◆ one_time_key

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.

◆ to

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.

◆ used

bool graphene::wallet::blind_balance::used = false

Definition at line 82 of file wallet_structs.hpp.


The documentation for this struct was generated from the following file: