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 SourceAddress
Address of the receiver
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Done
Was send to this receiver
Declaration
public bool Done { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TxId
Transaction hash of the sending
Declaration
public string TxId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseAsReceiver
Use as the receiver during the sending
Declaration
public bool UseAsReceiver { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |