Function getOrCreateWalletConfig

  • Parameters

    • __namedParameters: {
          fetchFn?: FetchFn;
          gaiaHubConfig: GaiaHubConfig;
          skipUpload?: boolean;
          wallet: Wallet;
      }
      • Optional fetchFn?: FetchFn
      • gaiaHubConfig: GaiaHubConfig
      • Optional skipUpload?: boolean
      • wallet: Wallet

    Returns Promise<WalletConfig>

Generated using TypeDoc