Replace LaneId with TypedLaneId #1694
Labels
A-chores
Something that has to be done, as part of regular maintenance
Good First Issue
Good for newcomers
Milestone
We don't actually need two types -
TypedLaneId
is just to be able to use it for account id generation. So they must be merged. I.e.:LaneId
;TypedLaneId
toLaneId
.They must stay SCALE-compatible with each other - everything that changes is that we're wrapping
[u8; 4]
into specific type.The text was updated successfully, but these errors were encountered: