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 RPCRequestPayload that reflects the information necessary to perform the request.

    Declaration

    Swift

    public protocol RPCRequestKeyedBody : Encodable, Hashable
  • Undocumented

    See more

    Declaration

    Swift

    public struct RPCRequestPayload<Value, RequestMetadata> : Encodable where Value : Encodable, RequestMetadata : RPCRequestKeyedBody