Interface NotificationMessage

Notification Message

interface NotificationMessage {
    jsonrpc: string;
    method: string;
    params?: object | any[];
}

Hierarchy (View Summary)

Properties

jsonrpc: string
method: string

The method to be invoked.

params?: object | any[]

The notification's params.