BitShares-Core
7.0.1
BitShares blockchain node software and command-line wallet software
|
#include <budget_record_object.hpp>
Public Attributes | |
fc::time_point_sec | time |
budget_record | record |
![]() | |
object_id_type | id |
Additional Inherited Members | |
![]() | |
abstract_object () | |
object_id< SpaceID, TypeID > | get_id () const |
![]() | |
std::unique_ptr< object > | clone () 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) | |
![]() | |
object ()=default | |
object (uint8_t space_id, uint8_t type_id) | |
virtual | ~object ()=default |
virtual std::unique_ptr< object > | clone () const =0 |
virtual fc::variant | to_variant () const =0 |
virtual std::vector< char > | pack () const =0 |
![]() | |
static constexpr uint8_t | space_id |
static constexpr uint8_t | type_id |
Definition at line 66 of file budget_record_object.hpp.
budget_record graphene::chain::budget_record_object::record |
Definition at line 71 of file budget_record_object.hpp.
fc::time_point_sec graphene::chain::budget_record_object::time |
Definition at line 70 of file budget_record_object.hpp.