diff options
author | frankiebee <frankie.diamond@gmail.com> | 2018-04-20 02:29:26 +0800 |
---|---|---|
committer | frankiebee <frankie.diamond@gmail.com> | 2018-04-20 02:46:15 +0800 |
commit | eeb9390de81ce6fc92247d5c499e991dce8330bd (patch) | |
tree | 400f07cb6028e6e1f8ae5328d1c5544277de837f /app/scripts/controllers/transactions/tx-gas-utils.js | |
parent | 943eea043cc40ea42ffe757a7115ccbc5585b37b (diff) | |
download | tangerine-wallet-browser-eeb9390de81ce6fc92247d5c499e991dce8330bd.tar tangerine-wallet-browser-eeb9390de81ce6fc92247d5c499e991dce8330bd.tar.gz tangerine-wallet-browser-eeb9390de81ce6fc92247d5c499e991dce8330bd.tar.bz2 tangerine-wallet-browser-eeb9390de81ce6fc92247d5c499e991dce8330bd.tar.lz tangerine-wallet-browser-eeb9390de81ce6fc92247d5c499e991dce8330bd.tar.xz tangerine-wallet-browser-eeb9390de81ce6fc92247d5c499e991dce8330bd.tar.zst tangerine-wallet-browser-eeb9390de81ce6fc92247d5c499e991dce8330bd.zip |
meta - transactions - docs yo!
Diffstat (limited to 'app/scripts/controllers/transactions/tx-gas-utils.js')
-rw-r--r-- | app/scripts/controllers/transactions/tx-gas-utils.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/scripts/controllers/transactions/tx-gas-utils.js b/app/scripts/controllers/transactions/tx-gas-utils.js index 1a7ff5b54..31a5bfcf4 100644 --- a/app/scripts/controllers/transactions/tx-gas-utils.js +++ b/app/scripts/controllers/transactions/tx-gas-utils.js @@ -11,6 +11,7 @@ const SIMPLE_GAS_COST = '0x5208' // Hex for 21000, cost of a simple send. tx-utils are utility methods for Transaction manager its passed ethquery and used to do things like calculate gas of a tx. +@param provider {object} */ module.exports = class TxGasUtil { |