We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863c946 commit b0e42d8Copy full SHA for b0e42d8
core/src/types.ts
@@ -60,6 +60,7 @@ export interface Config {
60
connectionAcquisitionTimeout?: number
61
connectionTimeout?: number
62
disableLosslessIntegers?: boolean
63
+ useBigInt?: boolean
64
logging?: LoggingConfig
65
resolver?: (address: string) => string[] | Promise<string[]>
66
userAgent?: string
0 commit comments