Type Alias JsonRpcRequestPayload

JsonRpcRequestPayload: RequestArguments & {
    jsonrpc?: string;
    id?: string | number;
}