Scorum
|
#include <process_funds.hpp>
Public Member Functions | |
process_funds (block_task_context &) | |
virtual void | on_apply (block_task_context &) |
![]() | |
virtual | ~task () |
task & | after (task &impl) |
task & | before (task &impl) |
void | apply (block_task_context &ctx) |
Additional Inherited Members | |
![]() | |
block_task_type () | |
![]() | |
virtual void | on_apply (block_task_context &)=0 |
Definition at line 32 of file process_funds.hpp.
scorum::chain::database_ns::process_funds::process_funds | ( | block_task_context & | ctx | ) |
Definition at line 37 of file process_funds.cpp.
|
virtual |
Definition at line 58 of file process_funds.cpp.