C# 클래스 VEDriversLite.NFT.ProfileNFT

Profile NFT
상속: VEDriversLite.NFT.CommonNFT
파일 보기 프로젝트 열기: fyziktom/VirtualEconomyFramework 1 사용 예제들

공개 메소드들

메소드 설명
Fill ( INFT NFT ) : Task

Fill basic parameters

GetLastData ( ) : Task

Get last data of this NFT

GetMetadata ( string address = "", string key = "", string receiver = "" ) : string>>.Task

Get the NFT data for the NFT

ParseOriginData ( IDictionary lastmetadata ) : Task

Find and parse origin data

ParseSpecific ( IDictionary metadata ) : void

Parse specific parameters

ProfileNFT ( string utxo ) : System

Create empty NFT class

메소드 상세

Fill() 공개 메소드

Fill basic parameters
public Fill ( INFT NFT ) : Task
NFT INFT
리턴 Task

GetLastData() 공개 메소드

Get last data of this NFT
public GetLastData ( ) : Task
리턴 Task

GetMetadata() 공개 메소드

Get the NFT data for the NFT
public GetMetadata ( string address = "", string key = "", string receiver = "" ) : string>>.Task
address string Address of the sender
key string Private key of the sender for encryption
receiver string receiver of the NFT
리턴 string>>.Task

ParseOriginData() 공개 메소드

Find and parse origin data
public ParseOriginData ( IDictionary lastmetadata ) : Task
lastmetadata IDictionary
리턴 Task

ParseSpecific() 공개 메소드

Parse specific parameters
public ParseSpecific ( IDictionary metadata ) : void
metadata IDictionary
리턴 void

ProfileNFT() 공개 메소드

Create empty NFT class
public ProfileNFT ( string utxo ) : System
utxo string
리턴 System