Generated by DocFX

Class ReceiversListItem

List of the receivers for multiminting.

Inheritance
System.Object
ReceiversListItem
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 ReceiversListItem

Properties

| Improve this Doc View Source

Address

Address of the receiver

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

Done

Was send to this receiver

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

TxId

Transaction hash of the sending

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

UseAsReceiver

Use as the receiver during the sending

Declaration
public bool UseAsReceiver { get; set; }
Property Value
Type Description
System.Boolean