APIClientRequest - p2p-org/solana-swift GitHub Wiki

APIClientRequest

public protocol APIClientRequest: Encodable 

Inheritance

Encodable

Requirements

Entity

Expected entity with this request. Used to decode response to Can use AnyDecodable

associatedtype Entity: Decodable

init(method:​params:​)

init(method: String, params: [Encodable])