Scorum
|
#include <budget_objects.hpp>
Public Types | |
typedef object< fund_budget_object_type, fund_budget_object >::id_type | id_type |
Public Attributes | |
id_type | id |
time_point_sec | created = time_point_sec::min() |
time_point_sec | start = time_point_sec::min() |
time_point_sec | deadline = time_point_sec::maximum() |
asset | balance = asset(0, SP_SYMBOL) |
asset | per_block = asset(0, SP_SYMBOL) |
Definition at line 24 of file budget_objects.hpp.
typedef object<fund_budget_object_type, fund_budget_object>::id_type scorum::chain::fund_budget_object::id_type |
Definition at line 29 of file budget_objects.hpp.
Definition at line 37 of file budget_objects.hpp.
time_point_sec scorum::chain::fund_budget_object::created = time_point_sec::min() |
Definition at line 33 of file budget_objects.hpp.
time_point_sec scorum::chain::fund_budget_object::deadline = time_point_sec::maximum() |
Definition at line 35 of file budget_objects.hpp.
id_type scorum::chain::fund_budget_object::id |
Definition at line 31 of file budget_objects.hpp.
Definition at line 38 of file budget_objects.hpp.
time_point_sec scorum::chain::fund_budget_object::start = time_point_sec::min() |
Definition at line 34 of file budget_objects.hpp.