Class CoruzantArticleNFT
Coruzant specific NFT for the article
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NFT.Coruzant
Assembly: VEDriversLite.dll
Syntax
public class CoruzantArticleNFT : CommonCoruzantNFT, INFT
Constructors
| Improve this Doc View SourceCoruzantArticleNFT(String)
Construct the NFT Article
Declaration
public CoruzantArticleNFT(string utxo)
Parameters
Type | Name | Description |
---|---|---|
System.String | utxo |
Properties
| Improve this Doc View SourceAuthorProfileUtxo
Reference to the Coruzant NFT Profile
Declaration
public string AuthorProfileUtxo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FullPostLink
Full link to previous post
Declaration
public string FullPostLink { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastComment
Last added comment to the article
Declaration
public string LastComment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastCommentBy
Last comment was added by address or NFT Profile hash
Declaration
public string LastCommentBy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceFill(INFT)
Fill the NFT with data
Declaration
public override async Task Fill(INFT NFT)
Parameters
Type | Name | Description |
---|---|---|
INFT | NFT |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
| Improve this Doc View SourceGetLastData()
Load last data for this NFT
Declaration
public async Task GetLastData()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
GetMetadata(String, String, String)
Get Metadata of this NFT
Declaration
public override async Task<IDictionary<string, string>> GetMetadata(string address = "", string key = "", string receiver = "")
Parameters
Type | Name | Description |
---|---|---|
System.String | address | |
System.String | key | |
System.String | receiver |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<System.String, System.String>> |
Overrides
Exceptions
Type | Condition |
---|---|
System.Exception |
ParseOriginData(IDictionary<String, String>, GetTransactionInfoResponse)
Parse origin data
Declaration
public override async Task ParseOriginData(IDictionary<string, string> lastmetadata, GetTransactionInfoResponse txinfo = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | lastmetadata | |
GetTransactionInfoResponse | txinfo |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
| Improve this Doc View SourceParseSpecific(IDictionary<String, String>)
Parse specific properties
Declaration
public override void ParseSpecific(IDictionary<string, string> metadata)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | metadata |