Table of Contents

Class Result38

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Signature

Base58 encoded signature for the provided transaction.

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

Property Value

string

SignedTransaction

Base64 encoded signed transaction that can be broadcast to the Solana network.

[JsonProperty("signedTransaction", Required = Required.Always)]
[Required]
public string SignedTransaction { get; set; }

Property Value

string