Scorum
|
#include <applied_operation.hpp>
Public Types | |
enum | withdraw_status { active , finished , interrupted , empty } |
Public Member Functions | |
applied_withdraw_operation () | |
applied_withdraw_operation (const operation_object &op_obj) | |
![]() | |
applied_operation ()=default | |
applied_operation (const operation_object &op_obj) | |
Public Attributes | |
asset | withdrawn = asset(0, SP_SYMBOL) |
withdraw_status | status = active |
![]() | |
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 |
Definition at line 25 of file applied_operation.hpp.
Enumerator | |
---|---|
active | |
finished | |
interrupted | |
empty |
Definition at line 27 of file applied_operation.hpp.
|
default |
scorum::blockchain_history::applied_withdraw_operation::applied_withdraw_operation | ( | const operation_object & | op_obj | ) |
Definition at line 19 of file applied_operation.cpp.
withdraw_status scorum::blockchain_history::applied_withdraw_operation::status = active |
Definition at line 39 of file applied_operation.hpp.
Definition at line 38 of file applied_operation.hpp.