Swift Structure
struct CreateSolanaTransactionRequest
Decodable.init(from:)
init(from decoder: any Decoder) throws
init(transaction: String)
let transaction: String
Encodable.encode(to:)
func encode(to encoder: any Encoder) throws
Was this page helpful?