Scorum
Public Member Functions | Public Attributes | List of all members
scorum::chain::game_round_object Class Reference

#include <nft_object.hpp>

Inheritance diagram for scorum::chain::game_round_object:

Public Member Functions

 CHAINBASE_DEFAULT_DYNAMIC_CONSTRUCTOR (game_round_object,(seed)(verification_key)(vrf)(proof))
 

Public Attributes

id_type id
 
uuid_type uuid
 
account_name_type owner
 
fc::shared_string seed
 
fc::shared_string verification_key
 
fc::shared_string vrf
 
fc::shared_string proof
 
int32_t result
 

Detailed Description

Definition at line 34 of file nft_object.hpp.

Member Function Documentation

◆ CHAINBASE_DEFAULT_DYNAMIC_CONSTRUCTOR()

scorum::chain::game_round_object::CHAINBASE_DEFAULT_DYNAMIC_CONSTRUCTOR ( game_round_object  ,
(seed)(verification_key)(vrf)(proof  
)

Member Data Documentation

◆ id

id_type scorum::chain::game_round_object::id

Definition at line 39 of file nft_object.hpp.

◆ owner

account_name_type scorum::chain::game_round_object::owner

Definition at line 41 of file nft_object.hpp.

◆ proof

fc::shared_string scorum::chain::game_round_object::proof

Definition at line 46 of file nft_object.hpp.

◆ result

int32_t scorum::chain::game_round_object::result

Definition at line 47 of file nft_object.hpp.

◆ seed

fc::shared_string scorum::chain::game_round_object::seed

Definition at line 43 of file nft_object.hpp.

◆ uuid

uuid_type scorum::chain::game_round_object::uuid

Definition at line 40 of file nft_object.hpp.

◆ verification_key

fc::shared_string scorum::chain::game_round_object::verification_key

Definition at line 44 of file nft_object.hpp.

◆ vrf

fc::shared_string scorum::chain::game_round_object::vrf

Definition at line 45 of file nft_object.hpp.


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