@unilogin/sdk
Version:
SDK is a JS library, that communicates with relayer. SDK allows managing contract, by creating basic contract-calling messages.
8 lines • 325 B
TypeScript
import { utils } from 'ethers';
export declare type GasPriceOption = 'fast' | 'cheap';
export declare type GasPriceEstimation = {
gasPrice: utils.BigNumber;
timeEstimation: number;
};
export declare type GasPriceSuggestion = Record<GasPriceOption, GasPriceEstimation>;
//# sourceMappingURL=GasPriceSuggestion.d.ts.map