Crate bp_relayers
source ·Expand description
Primitives of messages module.
Structs§
- Extra post-dispatch data, associated with the supported runtime call.
- Reward payment procedure that does
balances::transfer
call from the account, derived from given params. - Relayer registration.
- Can be used to access the runtime storage key within the
RelayerRewards
map of the relayers pallet. - Structure used to identify the account that pays a reward to the relayer.
- An
BatchCallUnpacker
adapter for runtimes with utility pallet.
Enums§
- Either explicit account reference or
RewardsAccountParams
. - Type of the call that the signed extension recognizes.
- The owner of the sovereign account that should pay the rewards.
Traits§
- Something that can unpack batch calls (all-or-nothing flavor) of given size.
- Signed extension configuration.
- Reward payment procedure.
- Relayer stake-and-slash mechanism.