Type alias JRPC_SCHEMA_METHOD_RESULT

JRPC_SCHEMA_METHOD_RESULT: {
    description: string;
    name: string;
    schema: JSONSchema4;
}

Represents the result of a JSON-RPC method schema.

Property

The name of the result.

Property

A description of the result.

Property

The schema for the result.

Type declaration

  • description: string
  • name: string
  • schema: JSONSchema4

Generated using TypeDoc