Scorum
|
Transfers SCR from one account to another. More...
#include <scorum_operations.hpp>
Public Member Functions | |
void | validate () const |
void | get_required_active_authorities (flat_set< account_name_type > &a) const |
![]() | |
void | get_required_authorities (std::vector< authority > &) const |
void | get_required_active_authorities (flat_set< account_name_type > &) const |
void | get_required_posting_authorities (flat_set< account_name_type > &) const |
void | get_required_owner_authorities (flat_set< account_name_type > &) const |
bool | is_virtual () const |
void | validate () const |
Public Attributes | |
account_name_type | from |
account_name_type | to |
Account to transfer asset to. More... | |
asset | amount = asset(0, SCORUM_SYMBOL) |
The amount of asset to transfer from from to to. More... | |
std::string | memo |
Transfers SCR from one account to another.
Definition at line 246 of file scorum_operations.hpp.
|
inline |
Definition at line 260 of file scorum_operations.hpp.
void scorum::protocol::transfer_operation::validate | ( | ) | const |
Definition at line 128 of file scorum_operations.cpp.
asset scorum::protocol::transfer_operation::amount = asset(0, SCORUM_SYMBOL) |
The amount of asset to transfer from from to to.
Definition at line 252 of file scorum_operations.hpp.
account_name_type scorum::protocol::transfer_operation::from |
Definition at line 248 of file scorum_operations.hpp.
std::string scorum::protocol::transfer_operation::memo |
The memo is plain-text, any encryption on the memo is up to a higher level protocol.
Definition at line 256 of file scorum_operations.hpp.
account_name_type scorum::protocol::transfer_operation::to |
Account to transfer asset to.
Definition at line 250 of file scorum_operations.hpp.