A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
U
V
W
D
- DatabaseConfig - class in org.bitcoindevkit
- Type that can contain any of the database configurations defined by the library.
- DatabaseConfig.Memory - class in org.bitcoindevkit.DatabaseConfig
- Configuration for an in-memory database.
- DatabaseConfig.Sled - class in org.bitcoindevkit.DatabaseConfig
- Configuration for a Sled database.
- DatabaseConfig.Sqlite - class in org.bitcoindevkit.DatabaseConfig
- Configuration for a SQLite database.
- DerivationPath - class in org.bitcoindevkit
- A BIP-32 derivation path.
- derive(DerivationPath) - function in org.bitcoindevkit.DescriptorPublicKey
- Derive a public descriptor at a given path.
- derive(DerivationPath) - function in org.bitcoindevkit.DescriptorSecretKey
- Derive a private descriptor at a given path.
- Descriptor - class in org.bitcoindevkit
- A output descriptor.
- DescriptorPublicKey - class in org.bitcoindevkit
- An extended public key.
- DescriptorSecretKey - class in org.bitcoindevkit
- An extended secret key.
- doNotSpendChange() - function in org.bitcoindevkit.TxBuilder
- Do not spend change outputs.
- drainTo(Script) - function in org.bitcoindevkit.TxBuilder
- Sets the address to drain excess coins to.
- drainWallet() - function in org.bitcoindevkit.TxBuilder
- Spend all the available inputs.