Table of Contents

Class Result9

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
public class Result9
Inheritance
Result9
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

Signature

The cryptographic signature in hexadecimal format. This can be used for verification and authentication purposes.

[JsonProperty("signature", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Signature { get; set; }

Property Value

string