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
Currently, users need to construct InvokeHostFunction directly. I want to add some interfaces to help users quickly construct operations such as calling contracts and creating contracts.
What would you like to see?
Add the following interfaces.
upload_contract_wasm
create_contract
deploy_create_token_contract_from_asset
deploy_create_token_contract_from_address
invoke_contract_function
What alternatives are there?
None
Estimated working hours: 8
The text was updated successfully, but these errors were encountered:
this is great coverage, it might be worthwhile to split the functions up into sub-tickets if you prefer. for 'invoke_contract_function`, could use the js sdk's Contract.call() as a reference.
What problem does your feature solve?
Currently, users need to construct InvokeHostFunction directly. I want to add some interfaces to help users quickly construct operations such as calling contracts and creating contracts.
What would you like to see?
Add the following interfaces.
What alternatives are there?
None
Estimated working hours: 8
The text was updated successfully, but these errors were encountered: