Expand description
KeychainTxOutIndex
controls how script pubkeys are revealed for multiple keychains and
indexes TxOut
s with them.
Structs§
- Change
Set - Represents updates to the derivation index of a
KeychainTxOutIndex
. It maps each keychainK
to a descriptor and its last revealed index. - Keychain
TxOut Index KeychainTxOutIndex
controls how script pubkeys are revealed for multiple keychains, and indexesTxOut
s with them.
Enums§
- Insert
Descriptor Error - Error returned from
KeychainTxOutIndex::insert_descriptor
Constants§
- DEFAULT_
LOOKAHEAD - The default lookahead for a
KeychainTxOutIndex
Traits§
- Full
Scan Request Builder Ext - Trait to extend
FullScanRequestBuilder
. - Sync
Request Builder Ext - Trait to extend
SyncRequestBuilder
.