BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Typedefs
base.hpp File Reference
#include <graphene/protocol/ext.hpp>
#include <graphene/protocol/types.hpp>
#include <fc/thread/future.hpp>

Go to the source code of this file.

Classes

struct  graphene::protocol::void_result
 
struct  graphene::protocol::generic_operation_result
 
struct  graphene::protocol::generic_exchange_operation_result
 
struct  graphene::protocol::extendable_operation_result_dtl
 
struct  graphene::protocol::base_operation
 

Namespaces

 graphene
 
 graphene::protocol
 

Typedefs

using graphene::protocol::extendable_operation_result = extension< extendable_operation_result_dtl >
 
using graphene::protocol::operation_result = fc::static_variant< void_result, object_id_type, asset, generic_operation_result, generic_exchange_operation_result, extendable_operation_result >
 
using graphene::protocol::future_extensions = static_variant< void_t >
 
using graphene::protocol::extensions_type = future_extensions::flat_set_type