Type alias RpcNotificationCallback

RpcNotificationCallback: ((event, data) => void)

RPC notification callback type.

This type is used to define the callback function that is called when an RPC notification is received.

Type declaration

    • (event, data): void
    • Parameters

      Returns void

Generated using TypeDoc