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

This operation update game round results. More...

#include <scorum_operations.hpp>

Inheritance diagram for scorum::protocol::update_game_round_result_operation:
scorum::protocol::base_operation

Public Attributes

account_name_type owner
 
uuid_type uuid = boost::uuids::nil_uuid()
 
std::string proof
 
std::string vrf
 
int32_t result = 0
 

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 update game round results.

Definition at line 1270 of file scorum_operations.hpp.

Member Data Documentation

◆ owner

account_name_type scorum::protocol::update_game_round_result_operation::owner

Definition at line 1272 of file scorum_operations.hpp.

◆ proof

std::string scorum::protocol::update_game_round_result_operation::proof

Definition at line 1274 of file scorum_operations.hpp.

◆ result

int32_t scorum::protocol::update_game_round_result_operation::result = 0

Definition at line 1276 of file scorum_operations.hpp.

◆ uuid

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

Definition at line 1273 of file scorum_operations.hpp.

◆ vrf

std::string scorum::protocol::update_game_round_result_operation::vrf

Definition at line 1275 of file scorum_operations.hpp.


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