How do I encode a function of my truffle contract to calldata? I know web3 uses
.encodeABI()
but that throws
Uncaught TypeError: myWallet.removeOwner(...).encodeABI is not a function
in truffle console
Nov 25, 2020, 11:04 PM