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
Right now PAPI implementation uses UnsafeApi in a common function that all parachains call. Modify the code to pass the XCM JSON arguments inside a specific parachain class, create a typed API instance and call the specific pallet method. This typed approach should be safer than using UnsafeApi.
The text was updated successfully, but these errors were encountered:
Right now PAPI implementation uses UnsafeApi in a common function that all parachains call. Modify the code to pass the XCM JSON arguments inside a specific parachain class, create a typed API instance and call the specific pallet method. This typed approach should be safer than using UnsafeApi.
The text was updated successfully, but these errors were encountered: