Scorum
Public Attributes | List of all members
scorum::protocol::cancel_game_operation Struct Reference

This operation canceling game. More...

#include <scorum_operations.hpp>

Inheritance diagram for scorum::protocol::cancel_game_operation:
scorum::protocol::base_operation

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

- Public Member Functions inherited from scorum::protocol::base_operation
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
 

Detailed Description

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.

Member Data Documentation

◆ moderator

account_name_type scorum::protocol::cancel_game_operation::moderator

moderator account name

Definition at line 1012 of file scorum_operations.hpp.

◆ uuid

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.


The documentation for this struct was generated from the following file: