RPC notification event.

interface RpcEvent {
    data?: RpcEventData;
    type: RpcEventType;
}

Properties

Properties

Generated using TypeDoc