Add ZeroExConfig type

This commit is contained in:
Leonid Logvinov
2017-08-25 14:06:49 +02:00
parent e372b0c61f
commit c765f115ae

View File

@@ -385,3 +385,7 @@ export interface JSONRPCPayload {
params: any[];
method: string;
}
export interface ZeroExConfig {
gasPrice?: BigNumber.BigNumber;
}