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

#include <chain_property_object.hpp>

Inheritance diagram for graphene::chain::chain_property_object:
graphene::db::abstract_object< chain_property_object, implementation_ids, impl_chain_property_object_type > graphene::db::base_abstract_object< chain_property_object > graphene::db::object

Public Attributes

chain_id_type chain_id
 
immutable_chain_parameters immutable_parameters
 
- Public Attributes inherited from graphene::db::object
object_id_type id
 

Additional Inherited Members

- Public Member Functions inherited from graphene::db::abstract_object< chain_property_object, implementation_ids, impl_chain_property_object_type >
 abstract_object ()
 
object_id< SpaceID, TypeID > get_id () const
 
- Public Member Functions inherited from graphene::db::base_abstract_object< chain_property_object >
std::unique_ptr< objectclone () const override
 
void move_from (object &obj) override
 
fc::variant to_variant () const override
 
std::vector< char > pack () const override
 
 object ()=default
 
 object (uint8_t space_id, uint8_t type_id)
 
- Public Member Functions inherited from graphene::db::object
 object ()=default
 
 object (uint8_t space_id, uint8_t type_id)
 
virtual ~object ()=default
 
virtual std::unique_ptr< objectclone () const =0
 
virtual fc::variant to_variant () const =0
 
virtual std::vector< char > pack () const =0
 
- Static Public Attributes inherited from graphene::db::abstract_object< chain_property_object, implementation_ids, impl_chain_property_object_type >
static constexpr uint8_t space_id
 
static constexpr uint8_t type_id
 

Detailed Description

Contains invariants which are set at genesis and never changed.

Definition at line 33 of file chain_property_object.hpp.

Member Data Documentation

◆ chain_id

chain_id_type graphene::chain::chain_property_object::chain_id

Definition at line 37 of file chain_property_object.hpp.

◆ immutable_parameters

immutable_chain_parameters graphene::chain::chain_property_object::immutable_parameters

Definition at line 38 of file chain_property_object.hpp.


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