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

#include <base.hpp>

Public Attributes

flat_set< object_id_typenew_objects
 
flat_set< object_id_typeupdated_objects
 
flat_set< object_id_typeremoved_objects
 

Detailed Description

Definition at line 88 of file base.hpp.

Member Data Documentation

◆ new_objects

flat_set<object_id_type> graphene::protocol::generic_operation_result::new_objects

Definition at line 90 of file base.hpp.

◆ removed_objects

flat_set<object_id_type> graphene::protocol::generic_operation_result::removed_objects

Definition at line 92 of file base.hpp.

◆ updated_objects

flat_set<object_id_type> graphene::protocol::generic_operation_result::updated_objects

Definition at line 91 of file base.hpp.


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