Type Alias SingleAddressWalletConfig

SingleAddressWalletConfig: {
    accountRootPublicKey: Bip32PublicKey;
    credentialsConfig: SingleAddressCredentialsConfig;
    provider: Provider;
    secureKeyHandler: Bip32SecureKeyHandler;
}

Configuration for creating a SingleAddressWallet instance from pre-existing key objects.

Type declaration