JSON-RPC Requests
-
The key-value paired information necessary to perform a given JSON-RPC request. This is encoded alongside the basic value to create an
RPCRequestPayloadthat reflects the information necessary to perform the request.Declaration
Swift
public protocol RPCRequestKeyedBody : Encodable, Hashable -
Undocumented
See moreDeclaration
Swift
public struct RPCRequestPayload<Value, RequestMetadata> : Encodable where Value : Encodable, RequestMetadata : RPCRequestKeyedBody
JSON-RPC Requests Reference