Contract deploy method should support Vec<u8>
See original GitHub issueI get an error main.749f3709.js:21450 Uncaught Error: createType({ "elems": "Vec" }):: Unable to find plain type for {"info":6,"type":"Vec"}
, when I call deploy at https://polkadot.js.org/apps/#/contracts/code.
When I remove Vec<u8> in deploy, the contract can be instantiated normally.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
How to write and deploy a smart contract in Rust - Figment Learn
To deploy our smart contract on NEAR, we need to compile it to WebAssembly ... b"r" which is a byte string, to Vec<u8>...
Read more >error calling existing contract · Issue #121 · tomusdrw/rust-web3
I'm trying to get this simple example to work but it works only when deploying contract straight away or when I exclude the...
Read more >How to create and deploy smart contracts on the NEAR ...
This article will help you unfold the step-by-step process of smart contract creation on the NEAR Protocol. Brief about NEAR Protocol.
Read more >Deploying Contracts | NEAR Documentation
The contract acts as a Factory, a pattern where a parent contract creates many child contracts (Mintbase does this to create a new...
Read more >Error with Contract, message: method is not found
I have all the methods becase is only copy paste tutorial. ** UPDATE **. I just follow the steps. Deploy is correct: near...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have the same issue, any updates here?
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.