Skip to main content
Structure
struct CreateSolanaTransactionRequest

Initializers

init(from:)

Inherited from Decodable.init(from:).
init(from decoder: any Decoder) throws

init(transaction:)

init(transaction: String)

Instance Properties

transaction

let transaction: String

Instance Methods

encode(to:)

Inherited from Encodable.encode(to:).
func encode(to encoder: any Encoder) throws