Scorum
|
#include <scorum_api_objects.hpp>
Public Member Functions | |
nft_api_obj (const chain::nft_object &n) | |
nft_api_obj () | |
Public Attributes | |
nft_id_type | id |
uuid_type | uuid |
account_name_type | name |
account_name_type | owner |
time_point_sec | created |
int32_t | initial_power |
share_type | experience |
share_type | total_experience |
std::string | json_metadata |
Definition at line 242 of file scorum_api_objects.hpp.
|
inline |
Definition at line 244 of file scorum_api_objects.hpp.
|
inline |
Definition at line 260 of file scorum_api_objects.hpp.
time_point_sec scorum::app::nft_api_obj::created |
Definition at line 268 of file scorum_api_objects.hpp.
share_type scorum::app::nft_api_obj::experience |
Definition at line 270 of file scorum_api_objects.hpp.
nft_id_type scorum::app::nft_api_obj::id |
Definition at line 264 of file scorum_api_objects.hpp.
int32_t scorum::app::nft_api_obj::initial_power |
Definition at line 269 of file scorum_api_objects.hpp.
std::string scorum::app::nft_api_obj::json_metadata |
Definition at line 272 of file scorum_api_objects.hpp.
account_name_type scorum::app::nft_api_obj::name |
Definition at line 266 of file scorum_api_objects.hpp.
account_name_type scorum::app::nft_api_obj::owner |
Definition at line 267 of file scorum_api_objects.hpp.
share_type scorum::app::nft_api_obj::total_experience |
Definition at line 271 of file scorum_api_objects.hpp.
uuid_type scorum::app::nft_api_obj::uuid |
Definition at line 265 of file scorum_api_objects.hpp.