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

#include <wallet_structs.hpp>

Public Attributes

vector< string > active_approvals_to_add
 
vector< string > active_approvals_to_remove
 
vector< string > owner_approvals_to_add
 
vector< string > owner_approvals_to_remove
 
vector< string > key_approvals_to_add
 
vector< string > key_approvals_to_remove
 

Detailed Description

Definition at line 212 of file wallet_structs.hpp.

Member Data Documentation

◆ active_approvals_to_add

vector<string> graphene::wallet::approval_delta::active_approvals_to_add

Definition at line 214 of file wallet_structs.hpp.

◆ active_approvals_to_remove

vector<string> graphene::wallet::approval_delta::active_approvals_to_remove

Definition at line 215 of file wallet_structs.hpp.

◆ key_approvals_to_add

vector<string> graphene::wallet::approval_delta::key_approvals_to_add

Definition at line 218 of file wallet_structs.hpp.

◆ key_approvals_to_remove

vector<string> graphene::wallet::approval_delta::key_approvals_to_remove

Definition at line 219 of file wallet_structs.hpp.

◆ owner_approvals_to_add

vector<string> graphene::wallet::approval_delta::owner_approvals_to_add

Definition at line 216 of file wallet_structs.hpp.

◆ owner_approvals_to_remove

vector<string> graphene::wallet::approval_delta::owner_approvals_to_remove

Definition at line 217 of file wallet_structs.hpp.


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