Initializers
init(from:)
Inherited fromDecodable.init(from:).
init(transaction:)
Instance Properties
transaction
Instance Methods
encode(to:)
Inherited fromEncodable.encode(to:).
Swift Structure
struct CreateSolanaTransactionRequest
Decodable.init(from:).
init(from decoder: Decoder) throws
init(transaction: String)
let transaction: String
Encodable.encode(to:).
func encode(to encoder: Encoder) throws
Was this page helpful?