/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type FeeETH = { /** * Gas limit for transaction in gas price. */ gasLimit: number; /** * Gas price in Gwei. */ gasPrice: number; }