quartz/wallet/node_modules/@3rdweb/sdk/dist/common/gas-price.d.ts
2022-03-04 20:05:23 +08:00

7 lines
178 B
TypeScript

/**
*
* @returns the gas price
* @internal
*/
export declare function getGasPriceForChain(chainId: number, speed: string, maxGasPrice: number): Promise<number | null>;