Scorum
|
#include <nft_object.hpp>
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 |
Definition at line 34 of file nft_object.hpp.
scorum::chain::game_round_object::CHAINBASE_DEFAULT_DYNAMIC_CONSTRUCTOR | ( | game_round_object | , |
(seed)(verification_key)(vrf)(proof) | |||
) |
id_type scorum::chain::game_round_object::id |
Definition at line 39 of file nft_object.hpp.
account_name_type scorum::chain::game_round_object::owner |
Definition at line 41 of file nft_object.hpp.
fc::shared_string scorum::chain::game_round_object::proof |
Definition at line 46 of file nft_object.hpp.
int32_t scorum::chain::game_round_object::result |
Definition at line 47 of file nft_object.hpp.
fc::shared_string scorum::chain::game_round_object::seed |
Definition at line 43 of file nft_object.hpp.
uuid_type scorum::chain::game_round_object::uuid |
Definition at line 40 of file nft_object.hpp.
fc::shared_string scorum::chain::game_round_object::verification_key |
Definition at line 44 of file nft_object.hpp.
fc::shared_string scorum::chain::game_round_object::vrf |
Definition at line 45 of file nft_object.hpp.