Class MintingTabData
Data for the minting tab/page It contains common dtos for usuall need of minting page
Inheritance
System.Object
MintingTabData
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.Dto
Assembly: VEDriversLite.dll
Syntax
public class MintingTabData
Properties
| Improve this Doc View SourceAddresses
Receivers with details about the transaction if it is done
Declaration
public Dictionary<string, ReceiversListItem> Addresses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, ReceiversListItem> |
ConsoleOutFromMinting
Console output from the minting process
Declaration
public string ConsoleOutFromMinting { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HeaderLabel
Second part in header of the page "{AppData.Nick} - {HeaderLabel}"
Declaration
public string HeaderLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsMinted
Is minting finished
Declaration
public bool IsMinted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMinting
Is minting in process?
Declaration
public bool IsMinting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MenuButonLabel
Label of the button in the menu.
Declaration
public string MenuButonLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MintingNFTType
Type of the NFT which should be minted on the form
Declaration
public NFTTypes MintingNFTType { get; set; }
Property Value
Type | Description |
---|---|
NFTTypes |
MintingResult
Result of the minting. In case of false it holds the message, in case of true it holds NFT hash
Declaration
public (bool, string) MintingResult { get; set; }
Property Value
Type | Description |
---|---|
System.ValueTuple<System.Boolean, System.String> |
NFT
NFT to mint
Declaration
public INFT NFT { get; set; }
Property Value
Type | Description |
---|---|
INFT |
NFTTemplate
Template NFT loaded from network, text or file
Declaration
public INFT NFTTemplate { get; set; }
Property Value
Type | Description |
---|---|
INFT |
TabPageLocationName
Page location name for example for https://basedataplace.com/addnew is "addnew"
Declaration
public string TabPageLocationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |