UNPKG

tokenlon-sdk

Version:

imToken Tokenlon API for node

3 lines (2 loc) 139 B
import { GasPriceAdaptor } from '../types'; export declare const getGasPriceByAdaptorAsync: (adaptor: GasPriceAdaptor) => Promise<number>;