Closed robertmclaws closed 1 year ago
This library does not have easy helpers yet for ERC20 transfers. It would be very useful to have these helpers. I'm not actively developing them right now, a PR is always welcome.
Hello! This was closed as completed, is there some code I can see for the implementation?
Hello! This was closed as completed, is there some code I can see for the implementation?
Yes, I'd love to see some code for this. But there was no PR submitted yet? Are you still planning on submitting the PR? Then I will reopen.
Given the following code:
I need to be able to call something like
MetaMaskService.SendTransaction(contractAddress, deposit);
, and have it properly construct the entire transaction (including the properties in ContractMessageBase).I need it to be functionally equivalent to this, without the convoluted architecture or setup hassle.
Thanks!