From 0982b02171d4b11d23bbc3c8386fa364b2d0998a Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sun, 11 Sep 2022 16:56:47 +0000 Subject: [PATCH] doc: sponsoring for unique is implemented via different structs --- --- a/doc/sponsoring.md +++ b/doc/sponsoring.md @@ -4,11 +4,9 @@ ## Implementation -If you need to add sponsoring for pallet call, you should implement `SponsorshipHandler` +If you need to add sponsoring for pallet call, you should implement `SponsorshipHandler`, see `UniqueSponsorshipHandler` for example. -If you need to add sponsoring for EVM contract call, you should implement `SponsorshipHandler), CallContext>` - -For both examples, you can take a look at `UniqueSponsorshipHandler` struct inside of common runtime +If you need to add sponsoring for EVM contract call, you should implement `SponsorshipHandler), CallContext>`, see `UniqueEthSponsorshipHandler` for example. ## EVM bridging -- gitstuff