This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
Discuss overloading transaction function calls with gas estimation in contract wrapper #214
Labels
kind:discussion
To discuss on a task before implementing it
Milestone
We currently have a custom
sendTransaction
method (implemented in #211) that estimates the gas of a tx. We could overload all the functions in a contract that correspond to a transaction to actually use them, so any user requesting a contract from zos-libContracts
helper has this feature enabled automatically.This would also allow us to roll back to using the default function syntax, instead of using the sendTransaction raw call.
The text was updated successfully, but these errors were encountered: