Scorum
Public Member Functions | Public Attributes | List of all members
scorum::app::nft_api_obj Struct Reference

#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
 

Detailed Description

Definition at line 242 of file scorum_api_objects.hpp.

Constructor & Destructor Documentation

◆ nft_api_obj() [1/2]

scorum::app::nft_api_obj::nft_api_obj ( const chain::nft_object n)
inline

Definition at line 244 of file scorum_api_objects.hpp.

◆ nft_api_obj() [2/2]

scorum::app::nft_api_obj::nft_api_obj ( )
inline

Definition at line 260 of file scorum_api_objects.hpp.

Member Data Documentation

◆ created

time_point_sec scorum::app::nft_api_obj::created

Definition at line 268 of file scorum_api_objects.hpp.

◆ experience

share_type scorum::app::nft_api_obj::experience

Definition at line 270 of file scorum_api_objects.hpp.

◆ id

nft_id_type scorum::app::nft_api_obj::id

Definition at line 264 of file scorum_api_objects.hpp.

◆ initial_power

int32_t scorum::app::nft_api_obj::initial_power

Definition at line 269 of file scorum_api_objects.hpp.

◆ json_metadata

std::string scorum::app::nft_api_obj::json_metadata

Definition at line 272 of file scorum_api_objects.hpp.

◆ name

account_name_type scorum::app::nft_api_obj::name

Definition at line 266 of file scorum_api_objects.hpp.

◆ owner

account_name_type scorum::app::nft_api_obj::owner

Definition at line 267 of file scorum_api_objects.hpp.

◆ total_experience

share_type scorum::app::nft_api_obj::total_experience

Definition at line 271 of file scorum_api_objects.hpp.

◆ uuid

uuid_type scorum::app::nft_api_obj::uuid

Definition at line 265 of file scorum_api_objects.hpp.


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