Initializers
init(from:)
Inherited fromDecodable.init(from:).
init(transaction:)
Instance Properties
Instance Methods
encode(to:)
Inherited fromEncodable.encode(to:).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Structure
struct CreateSolanaTransactionRequest
Decodable.init(from:).
init(from decoder: any Decoder) throws
init(transaction: String)
| Property | Type | Description |
|---|---|---|
transaction | String | - |
Encodable.encode(to:).
func encode(to encoder: any Encoder) throws
Was this page helpful?
