Scorum
|
#include <nft_object.hpp>
Public Member Functions | |
CHAINBASE_DEFAULT_DYNAMIC_CONSTRUCTOR (nft_object,(json_metadata)) | |
Public Attributes | |
id_type | id |
uuid_type | uuid |
account_name_type | owner |
account_name_type | name |
int32_t | initial_power |
share_type | experience |
fc::shared_string | json_metadata |
time_point_sec | created |
Definition at line 18 of file nft_object.hpp.
scorum::chain::nft_object::CHAINBASE_DEFAULT_DYNAMIC_CONSTRUCTOR | ( | nft_object | , |
(json_metadata) | |||
) |
time_point_sec scorum::chain::nft_object::created |
Definition at line 31 of file nft_object.hpp.
share_type scorum::chain::nft_object::experience |
Definition at line 28 of file nft_object.hpp.
id_type scorum::chain::nft_object::id |
Definition at line 23 of file nft_object.hpp.
int32_t scorum::chain::nft_object::initial_power |
Definition at line 27 of file nft_object.hpp.
fc::shared_string scorum::chain::nft_object::json_metadata |
Definition at line 30 of file nft_object.hpp.
account_name_type scorum::chain::nft_object::name |
Definition at line 26 of file nft_object.hpp.
account_name_type scorum::chain::nft_object::owner |
Definition at line 25 of file nft_object.hpp.
uuid_type scorum::chain::nft_object::uuid |
Definition at line 24 of file nft_object.hpp.