BitShares-Core
5.1.0
BitShares blockchain implementation and command-line interface software
|
#include <budget_record_object.hpp>
Public Attributes | |
fc::time_point_sec | time |
budget_record | record |
![]() | |
object_id_type | id |
Static Public Attributes | |
static constexpr uint8_t | space_id = implementation_ids |
static constexpr uint8_t | type_id = impl_budget_record_object_type |
Additional Inherited Members | |
![]() | |
virtual unique_ptr< object > | clone () const |
these methods are implemented for derived classes by inheriting abstract_object<DerivedClass> More... | |
virtual void | move_from (object &obj) |
virtual variant | to_variant () const |
virtual vector< char > | pack () const |
![]() | |
object () | |
virtual | ~object () |
Definition at line 66 of file budget_record_object.hpp.
budget_record graphene::chain::budget_record_object::record |
Definition at line 73 of file budget_record_object.hpp.
|
static |
Definition at line 69 of file budget_record_object.hpp.
fc::time_point_sec graphene::chain::budget_record_object::time |
Definition at line 72 of file budget_record_object.hpp.
|
static |
Definition at line 70 of file budget_record_object.hpp.