NoKeyedBody

public struct NoKeyedBody : RPCRequestKeyedBody

A structure to use to indicate that there is no key-value paired information that should accompany a JSON-RPC request.

  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws