Scorum
|
This operation canceling game. More...
#include <scorum_operations.hpp>
Public Attributes | |
uuid_type | uuid = boost::uuids::nil_uuid() |
Universal Unique Identifier which is specified during game creation. More... | |
account_name_type | moderator |
moderator account name 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 canceling game.
Moderator could cancel game any time. All accepted bets would be canceled and returned back.
Definition at line 1006 of file scorum_operations.hpp.
account_name_type scorum::protocol::cancel_game_operation::moderator |
moderator account name
Definition at line 1012 of file scorum_operations.hpp.
uuid_type scorum::protocol::cancel_game_operation::uuid = boost::uuids::nil_uuid() |
Universal Unique Identifier which is specified during game creation.
Definition at line 1009 of file scorum_operations.hpp.