Type Alias bdk_chain::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.