Type alias JRPC_METHOD

JRPC_METHOD: {
    handler: Function;
    schema: JRPC_SCHEMA_METHOD;
}

Represents a JSON-RPC method.

Property

The schema for the method.

Property

The method handler function.

Type declaration

Generated using TypeDoc