Scorum
|
This operation cancel unmatched bets by id. More...
#include <scorum_operations.hpp>
Public Attributes | |
std::vector< uuid_type > | bet_uuids |
bets list that is being canceling More... | |
account_name_type | better |
owner More... | |
Additional Inherited Members | |
![]() | |
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 |
This operation cancel unmatched bets by id.
Definition at line 1145 of file scorum_operations.hpp.
std::vector<uuid_type> scorum::protocol::cancel_pending_bets_operation::bet_uuids |
bets list that is being canceling
Definition at line 1148 of file scorum_operations.hpp.
account_name_type scorum::protocol::cancel_pending_bets_operation::better |
owner
Definition at line 1151 of file scorum_operations.hpp.