Module pallet_bridge_relayers::migration::v1
source · Expand description
This migration updates RelayerRewards
where RewardsAccountParams
was used as the key with
lane_id
as the first attribute, which affects into_sub_account_truncating
. We are migrating
this key to use the new RewardsAccountParams
where lane_id
is the last attribute.
Structs§
- Migrates the pallet storage to v1.
Type Aliases§
UncheckedMigrationV0ToV1
wrapped in aVersionedMigration
, ensuring the migration is only performed when on-chain version is 0.