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
Add some helper code that will allow simple query/execute of a given contract on the client side.
The basic idea is similar to web3x-codegen, but hand-coded for now. Wrapping a CosmWasmSigningClient and providing methods for each HandleMsg and QueryMsg, possibly init and upload methods.
In a future version, when we like the API, we can see how to auto-generate this from the JSON Schema
Add some helper code that will allow simple query/execute of a given contract on the client side.
The basic idea is similar to web3x-codegen, but hand-coded for now. Wrapping a CosmWasmSigningClient and providing methods for each HandleMsg and QueryMsg, possibly
init
andupload
methods.In a future version, when we like the API, we can see how to auto-generate this from the JSON Schema
Related to cosmos/cosmjs#385
The text was updated successfully, but these errors were encountered: