Scorum
|
Starts escrow dispute. 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_name_type | agent |
account_name_type | who |
uint32_t | escrow_id = 30 |
Starts escrow dispute.
If either the sender or receiver of an escrow payment has an issue, they can raise it for dispute. Once a payment is in dispute, the agent has authority over who gets what.
Definition at line 345 of file scorum_operations.hpp.
|
inline |
Definition at line 355 of file scorum_operations.hpp.
void scorum::protocol::escrow_dispute_operation::validate | ( | ) | const |
Definition at line 220 of file scorum_operations.cpp.
account_name_type scorum::protocol::escrow_dispute_operation::agent |
Definition at line 349 of file scorum_operations.hpp.
uint32_t scorum::protocol::escrow_dispute_operation::escrow_id = 30 |
Definition at line 352 of file scorum_operations.hpp.
account_name_type scorum::protocol::escrow_dispute_operation::from |
Definition at line 347 of file scorum_operations.hpp.
account_name_type scorum::protocol::escrow_dispute_operation::to |
Definition at line 348 of file scorum_operations.hpp.
account_name_type scorum::protocol::escrow_dispute_operation::who |
Definition at line 350 of file scorum_operations.hpp.