Closed Lomey closed 6 years ago
when I invoke Smart Contract setter method using truffle console it returns a lot of data But when I doing it using Contract class I get only tx id and other info is not useful:
contract = ::Ethereum::Contract.create(name: ENV['ETH_SMART_CONTRACT_NAME'], truffle: { paths: [ENV['ETH_SMART_CONTRACT_FOLDER']] }, client: client)
So is it possible to more information?
Please see https://github.com/ethereum/wiki/blob/master/ISSUE_TEMPLATE.md.
when I invoke Smart Contract setter method using truffle console it returns a lot of data But when I doing it using Contract class I get only tx id and other info is not useful:
contract = ::Ethereum::Contract.create(name: ENV['ETH_SMART_CONTRACT_NAME'], truffle: { paths: [ENV['ETH_SMART_CONTRACT_FOLDER']] }, client: client)
So is it possible to more information?