UNPKG

@dolomite-exchange/dolomite-margin

Version:

Ethereum Smart Contracts and TypeScript library used for the DolomiteMargin trading protocol

8 lines (7 loc) 272 B
import { Contracts } from '../lib/Contracts'; import { ContractCallOptions, Integer } from '../types'; export declare class MantleGasInfo { private contracts; constructor(contracts: Contracts); getPriceInWei(options?: ContractCallOptions): Promise<Integer>; }