A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
U
V
W
G
- getAddress() - function in org.bitcoindevkit.AddressInfo
- Address.
- getAddress(AddressIndex) - function in org.bitcoindevkit.Wallet
- Return a derived address using the external descriptor, see AddressIndex for available address index selection strategies.
- getAllowAllSighashes() - function in org.bitcoindevkit.SignOptions
- Whether the signer should use the sighash_type set in the PSBT when signing, no matter what its value is.
- getAllowGrinding() - function in org.bitcoindevkit.SignOptions
- Whether we should grind ECDSA signature to ensure signing with low r or not.
- getAmount() - function in org.bitcoindevkit.ScriptAmount
- The amount.
- getAssumeHeight() - function in org.bitcoindevkit.SignOptions
- Whether the wallet should assume a specific height has been reached when trying to finalize a transaction.
- getAuth() - function in org.bitcoindevkit.RpcConfig
- The bicoin node authentication mechanism.
- getBalance() - function in org.bitcoindevkit.Wallet
- Return the wallet's balance, across different categories.
- getBaseUrl() - function in org.bitcoindevkit.EsploraConfig
- Base URL of the esplora service, e.g.
- getBlockHash(UInt) - function in org.bitcoindevkit.Blockchain
- Get the block hash of a given block.
- getConcurrency() - function in org.bitcoindevkit.EsploraConfig
- Number of parallel requests sent to the esplora service (default: 4).
- getConfig() - function in org.bitcoindevkit.BlockchainConfig.Electrum
- getConfig() - function in org.bitcoindevkit.BlockchainConfig.Esplora
- getConfig() - function in org.bitcoindevkit.BlockchainConfig.Rpc
- getConfig() - function in org.bitcoindevkit.DatabaseConfig.Sled
- getConfig() - function in org.bitcoindevkit.DatabaseConfig.Sqlite
- getConfirmationTime() - function in org.bitcoindevkit.TransactionDetails
- If the transaction is confirmed, BlockTime contains height and timestamp of the block containing the transaction.
- getConfirmed() - function in org.bitcoindevkit.Balance
- Confirmed and immediately spendable balance.
- getFee() - function in org.bitcoindevkit.TransactionDetails
- Fee value (sats) if available.
- getFile() - function in org.bitcoindevkit.Auth.Cookie
- getForceStartTime() - function in org.bitcoindevkit.RcpSyncParams
- Forces every sync to use
start_time
as import timestamp. - getHeight() - function in org.bitcoindevkit.BlockTime
- Confirmation block height.
- getHeight() - function in org.bitcoindevkit.Blockchain
- Get the current height of the blockchain.
- getImmature() - function in org.bitcoindevkit.Balance
- All coinbase outputs not yet matured.
- getIndex() - function in org.bitcoindevkit.AddressIndex.Peek
- getIndex() - function in org.bitcoindevkit.AddressIndex.Reset
- getIndex() - function in org.bitcoindevkit.AddressInfo
- Child index of this address.
- getInternalAddress(AddressIndex) - function in org.bitcoindevkit.Wallet
- Return a derived address using the internal (change) descriptor.
- getKeychain() - function in org.bitcoindevkit.AddressInfo
- Type of keychain.
- getKeychain() - function in org.bitcoindevkit.LocalUtxo
- Type of keychain.
- getName() - function in kotlin.KeychainKind
- getName() - function in kotlin.Network
- getName() - function in kotlin.WitnessVersion
- getName() - function in kotlin.WordCount
- getNetwork() - function in org.bitcoindevkit.RpcConfig
- The network we are using (it will be checked the bitcoin node network matches this).
- getOrdinal() - function in kotlin.KeychainKind
- getOrdinal() - function in kotlin.Network
- getOrdinal() - function in kotlin.WitnessVersion
- getOrdinal() - function in kotlin.WordCount
- getOutpoint() - function in org.bitcoindevkit.LocalUtxo
- Reference to a transaction output.
- getPassword() - function in org.bitcoindevkit.Auth.UserPass
- getPath() - function in org.bitcoindevkit.SledDbConfiguration
- Main directory of the DB.
- getPath() - function in org.bitcoindevkit.SqliteDbConfiguration
- Main directory of the DB.
- getPollRateSec() - function in org.bitcoindevkit.RcpSyncParams
- RPC poll rate (in seconds) to get state updates.
- getPreviousOutput() - function in org.bitcoindevkit.TxIn
- The reference to the previous output that is being used an an input.
- getProgram() - function in org.bitcoindevkit.Payload.WitnessProgram
- getProxy() - function in org.bitcoindevkit.EsploraConfig
- Optional URL of the proxy to use to make requests to the Esplora server.
- getPsbt() - function in org.bitcoindevkit.TxBuilderResult
- The PSBT
- getPubkeyHash() - function in org.bitcoindevkit.Payload.PubkeyHash
- getReceived() - function in org.bitcoindevkit.TransactionDetails
- Received value (sats) Sum of owned outputs of this transaction.
- getRemovePartialSigs() - function in org.bitcoindevkit.SignOptions
- Whether to remove partial signatures from the PSBT inputs while finalizing PSBT.
- getRetry() - function in org.bitcoindevkit.ElectrumConfig
- Request retry count.
- getScript() - function in org.bitcoindevkit.ScriptAmount
- The ScriptPubKey.
- getScriptHash() - function in org.bitcoindevkit.Payload.ScriptHash
- getScriptPubkey() - function in org.bitcoindevkit.TxOut
- The script which must be satisfied for the output to be spent.
- getScriptSig() - function in org.bitcoindevkit.TxIn
- The script which pushes values on the stack which will cause the referenced output’s script to be accepted.
- getSent() - function in org.bitcoindevkit.TransactionDetails
- Sent value (sats) Sum of owned inputs of this transaction.
- getSequence() - function in org.bitcoindevkit.TxIn
- The sequence number, which suggests to miners which of two conflicting transactions should be preferred, or 0xFFFFFFFF to ignore this feature.
- getSignWithTapInternalKey() - function in org.bitcoindevkit.SignOptions
- Whether we should try to sign a taproot transaction with the taproot internal key or not.
- getSocks5() - function in org.bitcoindevkit.ElectrumConfig
- URL of the socks5 proxy server or a Tor service.
- getSpendable() - function in org.bitcoindevkit.Balance
- The sum of trustedPending and confirmed coins.
- getStartScriptCount() - function in org.bitcoindevkit.RcpSyncParams
- The minimum number of scripts to scan for on initial sync.
- getStartTime() - function in org.bitcoindevkit.RcpSyncParams
- Time in unix seconds in which initial sync will start scanning from (0 to start from genesis).
- getStopGap() - function in org.bitcoindevkit.ElectrumConfig
- Stop searching addresses for transactions after finding an unused gap of this length.
- getStopGap() - function in org.bitcoindevkit.EsploraConfig
- Stop searching addresses for transactions after finding an unused gap of this length.
- getSyncParams() - function in org.bitcoindevkit.RpcConfig
- Sync parameters.
- getTimeout() - function in org.bitcoindevkit.ElectrumConfig
- Request timeout (seconds).
- getTimeout() - function in org.bitcoindevkit.EsploraConfig
- Socket timeout.
- getTimestamp() - function in org.bitcoindevkit.BlockTime
- Confirmation block timestamp.
- getTotal() - function in org.bitcoindevkit.Balance
- The whole balance visible to the wallet.
- getTransaction() - function in org.bitcoindevkit.TransactionDetails
- getTransactionDetails() - function in org.bitcoindevkit.TxBuilderResult
- The transaction details.
- getTreeName() - function in org.bitcoindevkit.SledDbConfiguration
- Name of the database tree, a separated namespace for the data.
- getTrustedPending() - function in org.bitcoindevkit.Balance
- Unconfirmed UTXOs generated by a wallet tx.
- getTrustWitnessUtxo() - function in org.bitcoindevkit.SignOptions
- Whether the signer should trust the
witness_utxo
, if thenon_witness_utxo
hasn't been provided. - getTryFinalize() - function in org.bitcoindevkit.SignOptions
- Whether to try finalizing the PSBT after the inputs are signed.
- getTxid() - function in org.bitcoindevkit.OutPoint
- The referenced transaction’s txid.
- getTxid() - function in org.bitcoindevkit.TransactionDetails
- Transaction id.
- getTxout() - function in org.bitcoindevkit.LocalUtxo
- Transaction output.
- getUntrustedPending() - function in org.bitcoindevkit.Balance
- Unconfirmed UTXOs received from an external wallet.
- getUrl() - function in org.bitcoindevkit.ElectrumConfig
- URL of the Electrum server (such as ElectrumX, Esplora, BWT) may start with
ssl://
ortcp://
and include a port, e.g. - getUrl() - function in org.bitcoindevkit.RpcConfig
- The bitcoin node url.
- getUsername() - function in org.bitcoindevkit.Auth.UserPass
- getValidateDomain() - function in org.bitcoindevkit.ElectrumConfig
- Validate the domain when using SSL.
- getValue() - function in org.bitcoindevkit.TxOut
- The value of the output, in satoshis.
- getVersion() - function in org.bitcoindevkit.Payload.WitnessProgram
- getVout() - function in org.bitcoindevkit.OutPoint
- The index of the referenced output in its transaction’s vout.
- getWalletName() - function in org.bitcoindevkit.RpcConfig
- The wallet name in the bitcoin node.
- getWitness() - function in org.bitcoindevkit.TxIn
- Witness data: an array of byte-arrays.