type definitions v1

This commit is contained in:
smart_ex 2022-05-12 18:46:35 +10:00
parent 3b10960abc
commit 6db517cde9
1 changed files with 1 additions and 1 deletions

2
index.d.ts vendored
View File

@ -112,7 +112,7 @@ export class Transaction {
private _increaseGasPrice(): boolean
private _hasError(message, errors: (string | RegExp)[]): boolean
private _hasError(message: string, errors: (string | RegExp)[]): boolean
private _getGasPrice(type: 'instant' | 'fast' | 'normal' | 'slow'): Promise<string>