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
There are numerous actions we are doing that would benefit this including complex XCM calls, Governance actions, or simply doing some strategies for end users which require inputs of the followup functions to match outputs from the previous ones. We have several ways to do this.
Use event outputs from the previous function as wildcard inputs to the next one $1, $2, $3
There are numerous actions we are doing that would benefit this including complex XCM calls, Governance actions, or simply doing some strategies for end users which require inputs of the followup functions to match outputs from the previous ones. We have several ways to do this.
$1, $2, $3
AssetId: 0, Amount: *
XCM already has similar pattern which we could reuse https://github.com/polkadot-fellows/xcm-format?tab=readme-ov-file#depositassetThe text was updated successfully, but these errors were encountered: