Wallet

fun Wallet(    descriptor: String,     changeDescriptor: String,     network: Network,     databaseConfig: DatabaseConfig)

Create a BDK wallet.

Parameters

descriptor

The main (or "external") descriptor.

changeDescriptor

The change (or "internal") descriptor.

network

The network to act on.

databaseConfig

The database configuration.