provider type fix

This commit is contained in:
smart_ex 2022-06-30 12:08:54 +10:00
parent 3a168c3c54
commit e223c22791
1 changed files with 1 additions and 1 deletions

2
index.d.ts vendored
View File

@ -45,7 +45,7 @@ export interface TxManagerParams {
broadcastNodes?: string[]
config?: TxManagerConfig
gasPriceOracleConfig?: GasOracleOptions
provider?: typeof Provider
provider?: Provider
}
export class TxManager {