A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
T
- TESTNET - enum entry in org.bitcoindevkit.Network
- TESTNET4 - enum entry in org.bitcoindevkit.Network
- toAddressData() - function in org.bitcoindevkit.Address
- Return the data for the address.
- toAddressData() - function in org.bitcoindevkit.AddressInterface
- Return the data for the address.
- toBtc() - function in org.bitcoindevkit.Amount
- Express this Amount as a floating-point value in Bitcoin.
- toBtc() - function in org.bitcoindevkit.AmountInterface
- Express this Amount as a floating-point value in Bitcoin.
- toQrUri() - function in org.bitcoindevkit.Address
- Return a BIP-21 URI string for this address.
- toQrUri() - function in org.bitcoindevkit.AddressInterface
- Return a BIP-21 URI string for this address.
- toSat() - function in org.bitcoindevkit.Amount
- Get the number of satoshis in this Amount.
- toSat() - function in org.bitcoindevkit.AmountInterface
- Get the number of satoshis in this Amount.
- toSatPerKwu() - function in org.bitcoindevkit.FeeRate
- toSatPerKwu() - function in org.bitcoindevkit.FeeRateInterface
- toSatPerVbCeil() - function in org.bitcoindevkit.FeeRate
- toSatPerVbCeil() - function in org.bitcoindevkit.FeeRateInterface
- toSatPerVbFloor() - function in org.bitcoindevkit.FeeRate
- toSatPerVbFloor() - function in org.bitcoindevkit.FeeRateInterface
- toSingleDescriptors() - function in org.bitcoindevkit.Descriptor
- Get as many descriptors as different paths in this descriptor.
- toSingleDescriptors() - function in org.bitcoindevkit.DescriptorInterface
- Get as many descriptors as different paths in this descriptor.
- toString() - function in org.bitcoindevkit.Address
- toString() - function in org.bitcoindevkit.Descriptor
- toString() - function in org.bitcoindevkit.Mnemonic
- toStringWithSecret() - function in org.bitcoindevkit.Descriptor
- toStringWithSecret() - function in org.bitcoindevkit.DescriptorInterface
- totalSize() - function in org.bitcoindevkit.Transaction
- Returns the total transaction sizeTotal transaction size is the transaction size in bytes serialized as described in BIP144, including base data and witness data.
- totalSize() - function in org.bitcoindevkit.TransactionInterface
- Returns the total transaction sizeTotal transaction size is the transaction size in bytes serialized as described in BIP144, including base data and witness data.
- Transaction - class in org.bitcoindevkit
- Bitcoin transaction.
- transactionBroadcast(org.bitcoindevkit.Transaction) - function in org.bitcoindevkit.ElectrumClient
- Broadcasts a transaction to the network.
- transactionBroadcast(org.bitcoindevkit.Transaction) - function in org.bitcoindevkit.ElectrumClientInterface
- Broadcasts a transaction to the network.
- TransactionException - class in org.bitcoindevkit
- TransactionException.ErrorHandler - class in org.bitcoindevkit.TransactionException
- TransactionException.InvalidChecksum - class in org.bitcoindevkit.TransactionException
- TransactionException.Io - class in org.bitcoindevkit.TransactionException
- TransactionException.NonMinimalVarInt - class in org.bitcoindevkit.TransactionException
- TransactionException.OtherTransactionErr - class in org.bitcoindevkit.TransactionException
- TransactionException.OversizedVectorAllocation - class in org.bitcoindevkit.TransactionException
- TransactionException.ParseFailed - class in org.bitcoindevkit.TransactionException
- TransactionException.UnsupportedSegwitFlag - class in org.bitcoindevkit.TransactionException
- TransactionInterface - class in org.bitcoindevkit
- Bitcoin transaction.
- TransactionInterface.Companion - class in org.bitcoindevkit.TransactionInterface
- transactions() - function in org.bitcoindevkit.Wallet
- Iterate over the transactions in the wallet.
- transactions() - function in org.bitcoindevkit.WalletInterface
- Iterate over the transactions in the wallet.
- TRANSACTIONS_SYNCED - enum entry in org.bitcoindevkit.NodeState
We found all known transactions to the wallet.
- Tx - class in org.bitcoindevkit
- TxBuilder - class in org.bitcoindevkit
- A
TxBuilder
is created by callingbuild_tx
on a wallet. - TxBuilderInterface - class in org.bitcoindevkit
- A
TxBuilder
is created by callingbuild_tx
on a wallet. - TxBuilderInterface.Companion - class in org.bitcoindevkit.TxBuilderInterface
- TxidParseException - class in org.bitcoindevkit
- TxidParseException.ErrorHandler - class in org.bitcoindevkit.TxidParseException
- TxidParseException.InvalidTxid - class in org.bitcoindevkit.TxidParseException
- TxIn - class in org.bitcoindevkit
- TxOut - class in org.bitcoindevkit
- Bitcoin transaction output.
- TxStatus - class in org.bitcoindevkit