Scorum
|
This operation create new game round. More...
#include <scorum_operations.hpp>
Public Attributes | |
account_name_type | owner |
uuid_type | uuid = boost::uuids::nil_uuid() |
std::string | verification_key |
std::string | seed |
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 create new game round.
Definition at line 1250 of file scorum_operations.hpp.
account_name_type scorum::protocol::create_game_round_operation::owner |
Definition at line 1252 of file scorum_operations.hpp.
std::string scorum::protocol::create_game_round_operation::seed |
Definition at line 1255 of file scorum_operations.hpp.
uuid_type scorum::protocol::create_game_round_operation::uuid = boost::uuids::nil_uuid() |
Definition at line 1253 of file scorum_operations.hpp.
std::string scorum::protocol::create_game_round_operation::verification_key |
Definition at line 1254 of file scorum_operations.hpp.