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

#include <nft_object.hpp>

Inheritance diagram for scorum::chain::nft_object:

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
 

Detailed Description

Definition at line 18 of file nft_object.hpp.

Member Function Documentation

◆ CHAINBASE_DEFAULT_DYNAMIC_CONSTRUCTOR()

scorum::chain::nft_object::CHAINBASE_DEFAULT_DYNAMIC_CONSTRUCTOR ( nft_object  ,
(json_metadata  
)

Member Data Documentation

◆ created

time_point_sec scorum::chain::nft_object::created

Definition at line 31 of file nft_object.hpp.

◆ experience

share_type scorum::chain::nft_object::experience

Definition at line 28 of file nft_object.hpp.

◆ id

id_type scorum::chain::nft_object::id

Definition at line 23 of file nft_object.hpp.

◆ initial_power

int32_t scorum::chain::nft_object::initial_power

Definition at line 27 of file nft_object.hpp.

◆ json_metadata

fc::shared_string scorum::chain::nft_object::json_metadata

Definition at line 30 of file nft_object.hpp.

◆ name

account_name_type scorum::chain::nft_object::name

Definition at line 26 of file nft_object.hpp.

◆ owner

account_name_type scorum::chain::nft_object::owner

Definition at line 25 of file nft_object.hpp.

◆ uuid

uuid_type scorum::chain::nft_object::uuid

Definition at line 24 of file nft_object.hpp.


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