Hierarchy

  • WalletManagerApi

Implemented by

Properties

activeWalletId$: Observable<null | WalletManagerActivateProps<string, unknown>>

Methods

  • Destroy the specified store so that a future activation of the same wallet creates a new store.

    This method will destroy all stores for all accounts for the given ChainId.

    Parameters

    • walletId: string

      The walletId of the wallet to destroy.

    • chainId: ChainId

      The chainId of the network to destroy the wallet in.

    Returns Promise<void>

Generated using TypeDoc