Scorum
Public Member Functions | Public Attributes | List of all members
scorum::chain::escrow_object Class Reference

#include <scorum_objects.hpp>

Inheritance diagram for scorum::chain::escrow_object:

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
 

Detailed Description

Definition at line 20 of file scorum_objects.hpp.

Member Function Documentation

◆ is_approved()

bool scorum::chain::escrow_object::is_approved ( ) const
inline

Definition at line 39 of file scorum_objects.hpp.

Member Data Documentation

◆ agent

account_name_type scorum::chain::escrow_object::agent

Definition at line 30 of file scorum_objects.hpp.

◆ agent_approved

bool scorum::chain::escrow_object::agent_approved = false

Definition at line 36 of file scorum_objects.hpp.

◆ disputed

bool scorum::chain::escrow_object::disputed = false

Definition at line 37 of file scorum_objects.hpp.

◆ escrow_expiration

time_point_sec scorum::chain::escrow_object::escrow_expiration

Definition at line 32 of file scorum_objects.hpp.

◆ escrow_id

uint32_t scorum::chain::escrow_object::escrow_id = 20

Definition at line 27 of file scorum_objects.hpp.

◆ from

account_name_type scorum::chain::escrow_object::from

Definition at line 28 of file scorum_objects.hpp.

◆ id

id_type scorum::chain::escrow_object::id

Definition at line 25 of file scorum_objects.hpp.

◆ pending_fee

asset scorum::chain::escrow_object::pending_fee = asset(0, SCORUM_SYMBOL)

Definition at line 34 of file scorum_objects.hpp.

◆ ratification_deadline

time_point_sec scorum::chain::escrow_object::ratification_deadline

Definition at line 31 of file scorum_objects.hpp.

◆ scorum_balance

asset scorum::chain::escrow_object::scorum_balance = asset(0, SCORUM_SYMBOL)

Definition at line 33 of file scorum_objects.hpp.

◆ to

account_name_type scorum::chain::escrow_object::to

Definition at line 29 of file scorum_objects.hpp.

◆ to_approved

bool scorum::chain::escrow_object::to_approved = false

Definition at line 35 of file scorum_objects.hpp.


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