A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
B
- Balance - class in org.bitcoindevkit
- Balance, differentiated into various categories.
- balance() - function in org.bitcoindevkit.Wallet
- Return the balance, separated into available, trusted-pending, untrusted-pending and immature values.
- balance() - function in org.bitcoindevkit.WalletInterface
- Return the balance, separated into available, trusted-pending, untrusted-pending and immature values.
- BEHIND - enum entry in org.bitcoindevkit.NodeState
Behind on block headers according to our peers.
- Bip32Exception - class in org.bitcoindevkit
- Bip32Exception.Base58 - class in org.bitcoindevkit.Bip32Exception
- Bip32Exception.CannotDeriveFromHardenedKey - class in org.bitcoindevkit.Bip32Exception
- Bip32Exception.ErrorHandler - class in org.bitcoindevkit.Bip32Exception
- Bip32Exception.Hex - class in org.bitcoindevkit.Bip32Exception
- Bip32Exception.InvalidChildNumber - class in org.bitcoindevkit.Bip32Exception
- Bip32Exception.InvalidChildNumberFormat - class in org.bitcoindevkit.Bip32Exception
- Bip32Exception.InvalidDerivationPathFormat - class in org.bitcoindevkit.Bip32Exception
- Bip32Exception.InvalidPublicKeyHexLength - class in org.bitcoindevkit.Bip32Exception
- Bip32Exception.Secp256k1 - class in org.bitcoindevkit.Bip32Exception
- Bip32Exception.UnknownException - class in org.bitcoindevkit.Bip32Exception
- Bip32Exception.UnknownVersion - class in org.bitcoindevkit.Bip32Exception
- Bip32Exception.WrongExtendedKeyLength - class in org.bitcoindevkit.Bip32Exception
- Bip39Exception - class in org.bitcoindevkit
- Bip39Exception.AmbiguousLanguages - class in org.bitcoindevkit.Bip39Exception
- Bip39Exception.BadEntropyBitCount - class in org.bitcoindevkit.Bip39Exception
- Bip39Exception.BadWordCount - class in org.bitcoindevkit.Bip39Exception
- Bip39Exception.ErrorHandler - class in org.bitcoindevkit.Bip39Exception
- Bip39Exception.InvalidChecksum - class in org.bitcoindevkit.Bip39Exception
- Bip39Exception.UnknownWord - class in org.bitcoindevkit.Bip39Exception
- BITCOIN - enum entry in org.bitcoindevkit.Network
- blockHeadersSubscribe() - function in org.bitcoindevkit.ElectrumClient
- Subscribes to notifications for new block headers, by sending a blockchain.headers.subscribe call.
- blockHeadersSubscribe() - function in org.bitcoindevkit.ElectrumClientInterface
- Subscribes to notifications for new block headers, by sending a blockchain.headers.subscribe call.
- BlockId - class in org.bitcoindevkit
- broadcast(org.bitcoindevkit.Transaction) - function in org.bitcoindevkit.Client
- Broadcast a transaction to the network, erroring if the node has stopped running.
- broadcast(org.bitcoindevkit.Transaction) - function in org.bitcoindevkit.ClientInterface
- Broadcast a transaction to the network, erroring if the node has stopped running.
- broadcast(org.bitcoindevkit.Transaction) - function in org.bitcoindevkit.EsploraClient
- Broadcast a `Transaction` to Esplora.
- broadcast(org.bitcoindevkit.Transaction) - function in org.bitcoindevkit.EsploraClientInterface
- Broadcast a `Transaction` to Esplora.
- build() - function in org.bitcoindevkit.FullScanRequestBuilder
- build() - function in org.bitcoindevkit.FullScanRequestBuilderInterface
- build(org.bitcoindevkit.Wallet) - function in org.bitcoindevkit.LightClientBuilder
- Construct a `LightClient` for a `Wallet`.
- build(org.bitcoindevkit.Wallet) - function in org.bitcoindevkit.LightClientBuilderInterface
- Construct a `LightClient` for a `Wallet`.
- build() - function in org.bitcoindevkit.SyncRequestBuilder
- build() - function in org.bitcoindevkit.SyncRequestBuilderInterface
- BumpFeeTxBuilder - class in org.bitcoindevkit
- A
BumpFeeTxBuilder
is created by callingbuild_fee_bump
on a wallet. - BumpFeeTxBuilderInterface - class in org.bitcoindevkit
- A
BumpFeeTxBuilder
is created by callingbuild_fee_bump
on a wallet. - BumpFeeTxBuilderInterface.Companion - class in org.bitcoindevkit.BumpFeeTxBuilderInterface