APIClientRequestEncoder - p2p-org/solana-swift GitHub Wiki
APIClientRequestEncoder
Encoder used to encode request in able to use with the transport
public protocol APIClientRequestEncoder
Requirements
RequestType
associatedtype RequestType: APIClientRequest
init(request:)
init(request: RequestType)
init(requests:)
init(requests: [RequestType])
encoded()
func encoded() throws -> Data