Type alias JRPC_SCHEMA_INFO

JRPC_SCHEMA_INFO: {
    description: string;
    name: string;
    version: string;
}

Represents information about a JSON-RPC schema.

Property

The version of the schema.

Property

The name of the schema.

Property

A description of the schema.

Type declaration

  • description: string
  • name: string
  • version: string

Generated using TypeDoc