bdk_chain

Type Alias KeychainIndexed

Source
pub type KeychainIndexed<K, T> = ((K, u32), T);
Expand description

A tuple of keychain K, derivation index (u32) and a T associated with them.