Scorum
Public Attributes | List of all members
scorum::protocol::create_nft_operation Struct Reference

This operation create new NFT. More...

#include <scorum_operations.hpp>

Inheritance diagram for scorum::protocol::create_nft_operation:
scorum::protocol::base_operation

Public Attributes

account_name_type owner
 
uuid_type uuid = boost::uuids::nil_uuid()
 
account_name_type name
 
std::string json_metadata
 
int32_t initial_power = 0
 

Additional Inherited Members

- Public Member Functions inherited from scorum::protocol::base_operation
void get_required_authorities (std::vector< authority > &) const
 
void get_required_active_authorities (flat_set< account_name_type > &) const
 
void get_required_posting_authorities (flat_set< account_name_type > &) const
 
void get_required_owner_authorities (flat_set< account_name_type > &) const
 
bool is_virtual () const
 
void validate () const
 

Detailed Description

This operation create new NFT.

Definition at line 1172 of file scorum_operations.hpp.

Member Data Documentation

◆ initial_power

int32_t scorum::protocol::create_nft_operation::initial_power = 0

Definition at line 1178 of file scorum_operations.hpp.

◆ json_metadata

std::string scorum::protocol::create_nft_operation::json_metadata

Definition at line 1177 of file scorum_operations.hpp.

◆ name

account_name_type scorum::protocol::create_nft_operation::name

Definition at line 1176 of file scorum_operations.hpp.

◆ owner

account_name_type scorum::protocol::create_nft_operation::owner

Definition at line 1174 of file scorum_operations.hpp.

◆ uuid

uuid_type scorum::protocol::create_nft_operation::uuid = boost::uuids::nil_uuid()

Definition at line 1175 of file scorum_operations.hpp.


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