aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-08-25 20:08:10 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-08-29 16:01:13 +0800
commit836cea6fd778f76e61fbf2072684ce1b430cec5b (patch)
treef17cb12641357c6b79e64a804cbb5637dbeff5d5 /src/types.ts
parent66dd659a2fbdc8c38bd24ef3ae2e489b36e5e84a (diff)
downloaddexon-0x-contracts-836cea6fd778f76e61fbf2072684ce1b430cec5b.tar
dexon-0x-contracts-836cea6fd778f76e61fbf2072684ce1b430cec5b.tar.gz
dexon-0x-contracts-836cea6fd778f76e61fbf2072684ce1b430cec5b.tar.bz2
dexon-0x-contracts-836cea6fd778f76e61fbf2072684ce1b430cec5b.tar.lz
dexon-0x-contracts-836cea6fd778f76e61fbf2072684ce1b430cec5b.tar.xz
dexon-0x-contracts-836cea6fd778f76e61fbf2072684ce1b430cec5b.tar.zst
dexon-0x-contracts-836cea6fd778f76e61fbf2072684ce1b430cec5b.zip
Document gasPrice in ZeroExConfig
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index 2ccf573a9..7c2f79538 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -387,5 +387,5 @@ export interface JSONRPCPayload {
}
export interface ZeroExConfig {
- gasPrice?: BigNumber.BigNumber;
+ gasPrice?: BigNumber.BigNumber; // Gas price to use with every transaction
}