Type alias RpcEventCallback

RpcEventCallback: ((event) => 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): void
    • Parameters

      Returns void

Generated using TypeDoc