_debridgeId
,_amount
,_receiver
,_nonce
can be taken from the corresponding args of the Sent event,_chainIdFrom
is obviously the ID of the origin chain,_signatures
is the string with the signatures concatenated without a delimiter (don’t forget to strip hexadecimal prefixes from each but the first); signatures can be pulled from the deBridge API,_autoParams
is the encodedSubmissionAutoParamsFrom
struct, which is the derivative of theSubmissionAutoParamsTo
withnativeSender
taken from the Sent event: so you need to decode
_autoParamsagainst the
SubmissionAutoParamsTostruct, add the fifth element, and encode back against the
SubmissionAutoParamsFrom` struct.

Claimed
event. This will
indicate a successful submission.