Document gasPrice in ZeroExConfig

This commit is contained in:
Leonid Logvinov
2017-08-25 14:08:10 +02:00
parent 66dd659a2f
commit 836cea6fd7

View File

@@ -387,5 +387,5 @@ export interface JSONRPCPayload {
}
export interface ZeroExConfig {
gasPrice?: BigNumber.BigNumber;
gasPrice?: BigNumber.BigNumber; // Gas price to use with every transaction
}