Module bdk_chain::indexer::keychain_txout
source · Expand description
KeychainTxOutIndex
controls how script pubkeys are revealed for multiple keychains and
indexes TxOut
s with them.
Structs§
- Represents updates to the derivation index of a
KeychainTxOutIndex
. It maps each keychainK
to a descriptor and its last revealed index. KeychainTxOutIndex
controls how script pubkeys are revealed for multiple keychains, and indexesTxOut
s with them.
Enums§
- Error returned from
KeychainTxOutIndex::insert_descriptor
Constants§
- The default lookahead for a
KeychainTxOutIndex
Traits§
- Trait to extend
FullScanRequestBuilder
. - Trait to extend
SyncRequestBuilder
.