Generated by DocFX

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 Source

Addresses

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>
| Improve this Doc View Source

ConsoleOutFromMinting

Console output from the minting process

Declaration
public string ConsoleOutFromMinting { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

HeaderLabel

Second part in header of the page "{AppData.Nick} - {HeaderLabel}"

Declaration
public string HeaderLabel { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsMinted

Is minting finished

Declaration
public bool IsMinted { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMinting

Is minting in process?

Declaration
public bool IsMinting { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MenuButonLabel

Label of the button in the menu.

Declaration
public string MenuButonLabel { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MintingNFTType

Type of the NFT which should be minted on the form

Declaration
public NFTTypes MintingNFTType { get; set; }
Property Value
Type Description
NFTTypes
| Improve this Doc View Source

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>
| Improve this Doc View Source

NFT

NFT to mint

Declaration
public INFT NFT { get; set; }
Property Value
Type Description
INFT
| Improve this Doc View Source

NFTTemplate

Template NFT loaded from network, text or file

Declaration
public INFT NFTTemplate { get; set; }
Property Value
Type Description
INFT
| Improve this Doc View Source

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