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
runtime returns success for the sudo call even if the wrapped extrinsic fails. would be nice to have an example of how to get the result of the wrapped extrinsic.
for an example that reads the sudoid event to get the wrapped result in polkadotjs see:
The plan here should be to come up with an example which makes a Sudo call and decodes the response. If we find we're lacking in some code here then we can look into how we can improve things!
runtime returns success for the sudo call even if the wrapped extrinsic fails. would be nice to have an example of how to get the result of the wrapped extrinsic.
for an example that reads the sudoid event to get the wrapped result in polkadotjs see:
The text was updated successfully, but these errors were encountered: