How To Pass Ethers To Deployed Contracts Methods Truffle In

[Solved] How To Pass Ethers To Deployed Contracts Methods Truffle In | Solidity - Code Explorer | yomemimo.com
Question : How to pass ethers to deployed contracts methods truffle in local development

Answered by : yogesh-singh-nayal

instance.send(web3.utils.toWei('1', "ether")).then(function(result) { // call the contract method here
});

Source : | Last Update : Thu, 06 Oct 22

Answers related to how to pass ethers to deployed contracts methods truffle in local development

Code Explorer Popular Question For Solidity