Method | Description | |
---|---|---|
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
|
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 |
return | string>>.Task |
public ParseOriginData ( IDictionary lastmetadata ) : Task | ||
lastmetadata | IDictionary | |
return | Task |
public ParseSpecific ( IDictionary metadata ) : void | ||
metadata | IDictionary | |
return | void |