mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 13:54:05 -06:00
7 lines
178 B
TypeScript
7 lines
178 B
TypeScript
/**
|
|
*
|
|
* @returns the gas price
|
|
* @internal
|
|
*/
|
|
export declare function getGasPriceForChain(chainId: number, speed: string, maxGasPrice: number): Promise<number | null>;
|