Griptape.js
Search
K

Events

onAccountAvailable(EventCallback): CleanListenerCallback

Arguments:
Returns:
Description: Event handler that listens when the Keplr extension has loaded and an address is available.
Arguments:
Returns:
Description: Event handler that listens when switching accounts and a new account gets selected.

onAccountNotAvailable(EventCallback): CleanListenerCallback

Arguments:
Returns:
Description: Event handler that listens and executes if the Keplr extension is not installed.

onAccountDisconnect(EventCallback): CleanListenerCallback

Arguments:
Returns:
Description: Event handler that listens when the shutdown function gets called.

onViewingKeyCreated(EventCallback): CleanListenerCallback

Arguments:
Returns:
Description: Event handler that listens when a new viewing key is created using the viewingKeyManager.add() or keplrViewingKeyManger.add() methods.
Last modified 1yr ago