Type Alias pallet_bridge_relayers::extension::ItemCount
source · pub type ItemCount = u64;
Expand description
We’ll deal with different bridge items here - messages, headers, … To avoid being too verbose with generic code, let’s just define a separate alias.