Scorum
|
#include <scorum_objects.hpp>
Public Member Functions | |
bool | is_approved () const |
Public Attributes | |
id_type | id |
uint32_t | escrow_id = 20 |
account_name_type | from |
account_name_type | to |
account_name_type | agent |
time_point_sec | ratification_deadline |
time_point_sec | escrow_expiration |
asset | scorum_balance = asset(0, SCORUM_SYMBOL) |
asset | pending_fee = asset(0, SCORUM_SYMBOL) |
bool | to_approved = false |
bool | agent_approved = false |
bool | disputed = false |
Definition at line 20 of file scorum_objects.hpp.
|
inline |
Definition at line 39 of file scorum_objects.hpp.
account_name_type scorum::chain::escrow_object::agent |
Definition at line 30 of file scorum_objects.hpp.
bool scorum::chain::escrow_object::agent_approved = false |
Definition at line 36 of file scorum_objects.hpp.
bool scorum::chain::escrow_object::disputed = false |
Definition at line 37 of file scorum_objects.hpp.
time_point_sec scorum::chain::escrow_object::escrow_expiration |
Definition at line 32 of file scorum_objects.hpp.
uint32_t scorum::chain::escrow_object::escrow_id = 20 |
Definition at line 27 of file scorum_objects.hpp.
account_name_type scorum::chain::escrow_object::from |
Definition at line 28 of file scorum_objects.hpp.
id_type scorum::chain::escrow_object::id |
Definition at line 25 of file scorum_objects.hpp.
asset scorum::chain::escrow_object::pending_fee = asset(0, SCORUM_SYMBOL) |
Definition at line 34 of file scorum_objects.hpp.
time_point_sec scorum::chain::escrow_object::ratification_deadline |
Definition at line 31 of file scorum_objects.hpp.
asset scorum::chain::escrow_object::scorum_balance = asset(0, SCORUM_SYMBOL) |
Definition at line 33 of file scorum_objects.hpp.
account_name_type scorum::chain::escrow_object::to |
Definition at line 29 of file scorum_objects.hpp.
bool scorum::chain::escrow_object::to_approved = false |
Definition at line 35 of file scorum_objects.hpp.