Type Alias RpcEventCallback

RpcEventCallback: ((event: RpcEvent) => void)

RPC notification callback type.

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