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.

truffle-v5: Some properties of `Truffle.ContractInstance` are missing

See original GitHub issue

For example, properties of Overloads of packages/target-truffle-v5-test/test/Overloads.test.ts are different between type and runtime.

type: 2020-12-06 21 38 22

runtime: 2020-12-06 21 21 25

missing properties:

  • abi
  • allEvents
  • ~getPastEvents~
  • send
  • sendTransaction

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
odanadocommented, Dec 7, 2020

I try to solve this issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

truffle-v5: Some properties of `Truffle.ContractInstance` are ...
Hi there! is it the 'setProvider' method missing too ? https://web3js.readthedocs.io/en/v1.2.11/web3-eth-contract.html ...
Read more >
ConsenSys/truffle - Gitter
Using Truffle v5.0.33 and Web3.js v1.2.1. When I debug out the methods in the contract instance I get a big object, ... What...
Read more >
Truffle quickstart - Truffle Suite
This page will take you through the basics of creating a Truffle project and deploying a smart contract to a blockchain. Note: Before...
Read more >
Solidity issue passing parameters to a function - Stack Overflow
I'm using Truffle V5.0 and the Webpack box as a boiler plate code. In my truffle-config.js file I have the in the networks...
Read more >
truffle test - Error: Contract has not been deployed to detected ...
build/contracts/ directory, re-run truffle compile and truffle migrate --reset --network develop the error still exists. #4 Edited (Question): ...
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