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
In order to be compatible with substrate and with the latest changes we introduced we also need to introduce some new types to interact with the runtime.
RuntimeApiImpl that implements api.ApiExt
introduce CallAPIAt interface and implement it for Client
Implement CallAPIAtParams struct
Introduce CallExecutor interface and ExecutorProvider
Description
In order to be compatible with substrate and with the latest changes we introduced we also need to introduce some new types to interact with the runtime.
RuntimeApiImplthat implementsapi.ApiExtCallAPIAtinterface and implement it forClientCallAPIAtParamsstructCallExecutorinterface andExecutorProvider