We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f856b5 commit cfbbcc8Copy full SHA for cfbbcc8
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