Class Result38
public class Result38
- Inheritance
-
Result38
- Inherited Members
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Signature
Base58 encoded signature for the provided transaction.
[JsonProperty("signature", Required = Required.Always)]
[Required]
public string Signature { get; set; }
Property Value
SignedTransaction
Base64 encoded signed transaction that can be broadcast to the Solana network.
[JsonProperty("signedTransaction", Required = Required.Always)]
[Required]
public string SignedTransaction { get; set; }