referrerpolicy=no-referrer-when-downgrade

Crate pallet_bridge_relayers

Source
Expand description

Runtime module that is used to store relayer rewards and (in the future) to coordinate relations between relayers.

Re-exports§

Modules§

  • Benchmarks for the relayers Pallet.
  • Signed extension, built around pallet-bridge-relayers. It is able to:
  • A module that is responsible for migration of storage.
  • The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.
  • Autogenerated weights for pallet_bridge_relayers

Structs§

  • Adapter that allows relayers pallet to be used as a delivery+dispatch payment mechanism for the pallet-bridge-messages pallet and using RewardsAccountParams.
  • Reward payment procedure that executes a balances::transfer call from the account derived from the given RewardsAccountParams to the relayer or an alternative beneficiary.
  • StakeAndSlash that works with NamedReservableCurrency and uses named reservations.

Constants§

  • The target that will be used when publishing logs related to this pallet.

Traits§

  • A trait defining a reward ledger, which tracks rewards that can be later claimed.
  • Extended weight info.