Scorum
Public Types | Public Attributes | List of all members
scorum::chain::fund_budget_object Class Reference

#include <budget_objects.hpp>

Inheritance diagram for scorum::chain::fund_budget_object:

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)
 

Detailed Description

Definition at line 24 of file budget_objects.hpp.

Member Typedef Documentation

◆ id_type

Definition at line 29 of file budget_objects.hpp.

Member Data Documentation

◆ balance

asset scorum::chain::fund_budget_object::balance = asset(0, SP_SYMBOL)

Definition at line 37 of file budget_objects.hpp.

◆ created

time_point_sec scorum::chain::fund_budget_object::created = time_point_sec::min()

Definition at line 33 of file budget_objects.hpp.

◆ deadline

time_point_sec scorum::chain::fund_budget_object::deadline = time_point_sec::maximum()

Definition at line 35 of file budget_objects.hpp.

◆ id

id_type scorum::chain::fund_budget_object::id

Definition at line 31 of file budget_objects.hpp.

◆ per_block

asset scorum::chain::fund_budget_object::per_block = asset(0, SP_SYMBOL)

Definition at line 38 of file budget_objects.hpp.

◆ start

time_point_sec scorum::chain::fund_budget_object::start = time_point_sec::min()

Definition at line 34 of file budget_objects.hpp.


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