JsonRpcSubscriptionInput: {
    params: any[];
    subname: string;
    subscribe: string;
    unsubscribe: string;
}

Type declaration

  • params: any[]

    Subscribe parameters

  • subname: string

    Subscription/notification name, this value should be present in the notification response from the server/node

  • subscribe: string

    Subscribe method

  • unsubscribe: string

    Unsubscribe method