Base configuration options shared by all wallet types.
Supports two configuration modes:
URL-based: Provide arkServerUrl, indexerUrl (optional), and esploraUrl
Provider-based: Provide arkProvider, indexerProvider, and onchainProvider instances
At least one of the following must be provided:
arkServerUrl OR arkProvider
The wallet will use provided URLs to create default providers if custom provider
instances are not supplied. If optional parameters are not provided, the wallet
will fetch configuration from the Ark server.
Base configuration options shared by all wallet types.
Supports two configuration modes:
At least one of the following must be provided:
The wallet will use provided URLs to create default providers if custom provider instances are not supplied. If optional parameters are not provided, the wallet will fetch configuration from the Ark server.