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
The contract specific RPC endpoints are planned to be removed. These should be replaced by calling the state_call RPC with SCALE encoded calls for the various contracts extrinsics,
It is slightly different because before you had the args seperate and json encoded. For Rust it is even easier this way (just encode all args as one type).
You can use polkadot.js app: Developer -> RuntimeCalls to see how it works
The contract specific RPC endpoints are planned to be removed. These should be replaced by calling the
state_call
RPC with SCALE encoded calls for the various contracts extrinsics,@athei
Rel polkadot-js/api#4930, paritytech/substrate-connect#1096
The text was updated successfully, but these errors were encountered: