Type Alias bdk_chain::Indexed

pub type Indexed<T> = (u32, T);
Expand description

A tuple of keychain index and T representing the indexed value.