truffle-v5: Some properties of `Truffle.ContractInstance` are missing
See original GitHub issueFor example, properties of Overloads
of packages/target-truffle-v5-test/test/Overloads.test.ts
are different between type and runtime.
type:
runtime:
missing properties:
- abi
- allEvents
- ~getPastEvents~
- send
- sendTransaction
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:11 (10 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
I try to solve this issue
Released: https://github.com/ethereum-ts/TypeChain/releases/tag/%40typechain%2Ftruffle-v5%404.0.1
@odanado Thanks for this!