Generated by DocFX

Class OwnershipVerificationResult

Result of ownership verification check

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

Properties

| Improve this Doc View Source

IsValid

Is valid NFT ownership signature?

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

Message

Reconstructed message

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

NFT

Found NFT based on TxId

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

Owner

Owner adress

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

Sender

Sender of request for verification

Declaration
public string Sender { 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
| Improve this Doc View Source

VerifyResult

Verification result message

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