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

With this operation moderator provides game results(wincases) More...

#include <scorum_operations.hpp>

Inheritance diagram for scorum::protocol::post_game_results_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...
 
std::vector< wincase_typewincases
 list of wincases 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

With this operation moderator provides game results(wincases)

This operation changes game status to 'finished'. Stop accepting bets. All unmatched bets returned back. This operation triger resolving delay. After this delay all bets would be resolved. During resolving delay moderator could update results several times.

Definition at line 1084 of file scorum_operations.hpp.

Member Data Documentation

◆ moderator

account_name_type scorum::protocol::post_game_results_operation::moderator

moderator account name

Definition at line 1090 of file scorum_operations.hpp.

◆ uuid

uuid_type scorum::protocol::post_game_results_operation::uuid = boost::uuids::nil_uuid()

Universal Unique Identifier which is specified during game creation.

Definition at line 1087 of file scorum_operations.hpp.

◆ wincases

std::vector<wincase_type> scorum::protocol::post_game_results_operation::wincases

list of wincases

Definition at line 1093 of file scorum_operations.hpp.


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