Class VerifyResult
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
Represents the result of a verification operation.
[FunctionOutput]
public class VerifyResult
- Inheritance
-
VerifyResult
- Inherited Members
Properties
IsValid
Gets or sets a value indicating whether the verification is valid.
[Parameter("bool", "", 1)]
[JsonProperty("isValid")]
public bool IsValid { get; set; }
Property Value
Signer
Gets or sets the address of the signer.
[Parameter("address", "", 2)]
[JsonProperty("signer")]
public string Signer { get; set; }