Type alias JRPC_SCHEMA

JRPC_SCHEMA: {
    info: JRPC_SCHEMA_INFO;
    methods: JRPC_SCHEMA_METHOD[];
    version: string;
}

Represents a JSON-RPC schema.

Property

The JSON-RPC protocol version.

Property

Information about the server.

Property

The JSON-RPC methods.

Type declaration

Generated using TypeDoc