Scorum
Public Types | Public Member Functions | Public Attributes | List of all members
scorum::blockchain_history::applied_withdraw_operation Struct Reference

#include <applied_operation.hpp>

Inheritance diagram for scorum::blockchain_history::applied_withdraw_operation:
scorum::blockchain_history::applied_operation

Public Types

enum  withdraw_status { active , finished , interrupted , empty }
 

Public Member Functions

 applied_withdraw_operation ()
 
 applied_withdraw_operation (const operation_object &op_obj)
 
- Public Member Functions inherited from scorum::blockchain_history::applied_operation
 applied_operation ()=default
 
 applied_operation (const operation_object &op_obj)
 

Public Attributes

asset withdrawn = asset(0, SP_SYMBOL)
 
withdraw_status status = active
 
- Public Attributes inherited from scorum::blockchain_history::applied_operation
transaction_id_type trx_id
 
uint32_t block = 0
 
uint32_t trx_in_block = 0
 
uint16_t op_in_trx = 0
 
fc::time_point_sec timestamp
 
operation op
 

Detailed Description

Definition at line 25 of file applied_operation.hpp.

Member Enumeration Documentation

◆ withdraw_status

Enumerator
active 
finished 
interrupted 
empty 

Definition at line 27 of file applied_operation.hpp.

Constructor & Destructor Documentation

◆ applied_withdraw_operation() [1/2]

scorum::blockchain_history::applied_withdraw_operation::applied_withdraw_operation ( )
default

◆ applied_withdraw_operation() [2/2]

scorum::blockchain_history::applied_withdraw_operation::applied_withdraw_operation ( const operation_object op_obj)

Definition at line 19 of file applied_operation.cpp.

Member Data Documentation

◆ status

withdraw_status scorum::blockchain_history::applied_withdraw_operation::status = active

Definition at line 39 of file applied_operation.hpp.

◆ withdrawn

asset scorum::blockchain_history::applied_withdraw_operation::withdrawn = asset(0, SP_SYMBOL)

Definition at line 38 of file applied_operation.hpp.


The documentation for this struct was generated from the following files: