Function setDefaultWalletFile

  • Set the name of the default wallet file name or the localStorage key. If Wallet::open is called without a wallet file name, this name will be used. Please note that this name will be suffixed with .wallet suffix.

    This function should be called before using any other wallet SDK functions.

    Parameters

    • folder: string

      the name to the wallet file or key.

    Returns void

Generated using TypeDoc