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

#include <base.hpp>

Public Attributes

optional< flat_set< account_id_type > > impacted_accounts
 
optional< flat_set< object_id_type > > new_objects
 
optional< flat_set< object_id_type > > updated_objects
 
optional< flat_set< object_id_type > > removed_objects
 
optional< vector< asset > > paid
 
optional< vector< asset > > received
 
optional< vector< asset > > fees
 

Detailed Description

Definition at line 102 of file base.hpp.

Member Data Documentation

◆ fees

optional<vector<asset> > graphene::protocol::extendable_operation_result_dtl::fees

Definition at line 110 of file base.hpp.

◆ impacted_accounts

optional<flat_set<account_id_type> > graphene::protocol::extendable_operation_result_dtl::impacted_accounts

Definition at line 104 of file base.hpp.

◆ new_objects

optional<flat_set<object_id_type> > graphene::protocol::extendable_operation_result_dtl::new_objects

Definition at line 105 of file base.hpp.

◆ paid

optional<vector<asset> > graphene::protocol::extendable_operation_result_dtl::paid

Definition at line 108 of file base.hpp.

◆ received

optional<vector<asset> > graphene::protocol::extendable_operation_result_dtl::received

Definition at line 109 of file base.hpp.

◆ removed_objects

optional<flat_set<object_id_type> > graphene::protocol::extendable_operation_result_dtl::removed_objects

Definition at line 107 of file base.hpp.

◆ updated_objects

optional<flat_set<object_id_type> > graphene::protocol::extendable_operation_result_dtl::updated_objects

Definition at line 106 of file base.hpp.


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