Generated by DocFX

Class OwnershipVerificationCodeDto

Dto for transport of ownership verification signature

Inheritance
System.Object
OwnershipVerificationCodeDto
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
Assembly: VEDriversLite.dll
Syntax
public class OwnershipVerificationCodeDto

Properties

| Improve this Doc View Source

Signature

Signature of TxId + UTCTime.RoundToMinutes()

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

TxId

NFT Transaction hash

Declaration
public string TxId { get; set; }
Property Value
Type Description
System.String