bdk_
core
0.6.2
bdk_core
Type Alias
Indexed
Copy item path
Source
pub type Indexed<T> = (
u32
, T);
Expand description
A tuple of keychain index and
T
representing the indexed value.