UNPKG

@xspswap/smart-order-router

Version:
8 lines (7 loc) 285 B
import { BigNumber } from 'ethers'; import { GasPrice, IGasPriceProvider } from './gas-price-provider'; export declare class StaticGasPriceProvider implements IGasPriceProvider { private gasPriceWei; constructor(gasPriceWei: BigNumber); getGasPrice(): Promise<GasPrice>; }