You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A claim is uniquely identified by the `(rootMsgHash, callDepth)` tuple.
110
+
101
111
As relayers deliver messages, they can claim the cost against the original tx sender deposit with the gas tank. This design introduces some off-chain complexity for the relayer.
102
112
103
113
1. The relayer must simulate the call and ensure the emitted tx origin has a deposit that will cover the cost on the originating chain.
0 commit comments