UNPKG

transaction-retry-tool

Version:
7 lines 252 B
export declare class TransactionRetry { private readonly _env; constructor(hre: any); retry(txHash: string, signerKey: string, gasPrice?: string): Promise<void>; gasCost(): Promise<void>; } //# sourceMappingURL=TransactionRetry.d.ts.map