Wallet

fun Wallet(    descriptor: Descriptor,     changeDescriptor: Descriptor?,     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.