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

This operation create new game round. More...

#include <scorum_operations.hpp>

Inheritance diagram for scorum::protocol::create_game_round_operation:
scorum::protocol::base_operation

Public Attributes

account_name_type owner
 
uuid_type uuid = boost::uuids::nil_uuid()
 
std::string verification_key
 
std::string seed
 

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 create new game round.

Definition at line 1250 of file scorum_operations.hpp.

Member Data Documentation

◆ owner

account_name_type scorum::protocol::create_game_round_operation::owner

Definition at line 1252 of file scorum_operations.hpp.

◆ seed

std::string scorum::protocol::create_game_round_operation::seed

Definition at line 1255 of file scorum_operations.hpp.

◆ uuid

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

Definition at line 1253 of file scorum_operations.hpp.

◆ verification_key

std::string scorum::protocol::create_game_round_operation::verification_key

Definition at line 1254 of file scorum_operations.hpp.


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