UNPKG

o3-dapi-ont

Version:
10 lines 249 B
interface GetGasPriceInput { network: string; } interface GasPrice { gasPrice: number; height: number; } export declare function getGasPrice(data: GetGasPriceInput): Promise<GasPrice>; export {}; //# sourceMappingURL=getGasPrice.d.ts.map