question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Contract deploy method should support Vec<u8>

See original GitHub issue

I 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. sALNPfuHKHgwCxEqXIRgdfDM When I remove Vec<u8> in deploy, the contract can be instantiated normally.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
iorvethcommented, Feb 2, 2020

I have the same issue, any updates here?

0reactions
polkadot-js-botcommented, Jun 3, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found