bdk_
chain
0.21.1
Modules
bitcoin
indexed_tx_graph
indexer
local_chain
rusqlite_impl
spk_client
tx_graph
Structs
Balance
BlockId
CanonicalIter
CheckPoint
CheckPointIter
ConfirmationBlockTime
DescriptorId
FullTxOut
Impl
SpkIterator
TxPosInBlock
TxUpdate
Enums
CanonicalReason
ChainPosition
ObservedIn
Constants
BIP32_MAX_INDEX
Traits
Anchor
ChainOracle
DescriptorExt
Merge
Type Aliases
Indexed
KeychainIndexed
bdk_chain
Type Alias
Indexed
Copy item path
Settings
Help
Summary
Source
pub type Indexed<T> = (
u32
, T);
Expand description
A tuple of keychain index and
T
representing the indexed value.