>.constructor"
+ }
+ },
+ {
+ "id": 1029,
+ "name": "chains",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Chains connector supports"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 28,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L28"
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ }
+ }
+ },
+ {
+ "id": 1027,
+ "name": "id",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isAbstract": true,
+ "isReadonly": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Unique connector id"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 24,
+ "character": 20,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L24"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 1028,
+ "name": "name",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isAbstract": true,
+ "isReadonly": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Connector name"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 26,
+ "character": 20,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L26"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 1030,
+ "name": "options",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Options to use with connector"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 30,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L30"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "Options",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 1031,
+ "name": "ready",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isAbstract": true,
+ "isReadonly": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Whether connector is usable"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 32,
+ "character": 20,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L32"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 1017,
+ "name": "prefixed",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isStatic": true,
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 9,
+ "character": 9
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ ]
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.prefixed"
+ }
+ },
+ {
+ "id": 1104,
+ "name": "addListener",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 45,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1105,
+ "name": "addListener",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 45,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 1106,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1107,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 1108,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 1109,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1110,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1111,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 1112,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1016,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Options",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Signer",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnector",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.addListener"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.addListener"
+ }
+ },
+ {
+ "id": 1032,
+ "name": "connect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 46,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L46"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1033,
+ "name": "connect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 46,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L46"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1034,
+ "name": "config",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 1035,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 1036,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 47,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L47"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 1036
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 46,
+ "character": 28,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L46"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Required"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorData"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ ],
+ "name": "WagmiConnectorData",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "Required",
+ "package": "typescript"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1037,
+ "name": "disconnect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 49,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L49"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1038,
+ "name": "disconnect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 49,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L49"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1090,
+ "name": "emit",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 32,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1091,
+ "name": "emit",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Calls each of the listeners registered for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 32,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 1092,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1093,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 1094,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.emit"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.emit"
+ }
+ },
+ {
+ "id": 1078,
+ "name": "eventNames",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 15,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1079,
+ "name": "eventNames",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return an array listing the events for which the emitter has registered\nlisteners."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 15,
+ "character": 2
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.eventNames"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.eventNames"
+ }
+ },
+ {
+ "id": 1039,
+ "name": "getAccount",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 50,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L50"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1040,
+ "name": "getAccount",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 50,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L50"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1067,
+ "name": "getBlockExplorerUrls",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isProtected": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 61,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L61"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1068,
+ "name": "getBlockExplorerUrls",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 61,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L61"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1069,
+ "name": "chain",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ }
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "undefined"
+ },
+ {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ]
+ }
+ }
+ ]
+ },
+ {
+ "id": 1041,
+ "name": "getChainId",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 51,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L51"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1042,
+ "name": "getChainId",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 51,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L51"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1043,
+ "name": "getProvider",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 52,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L52"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1044,
+ "name": "getProvider",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 52,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L52"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1045,
+ "name": "config",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 1046,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 1047,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 52,
+ "character": 34,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L52"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 1047
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 52,
+ "character": 32,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L52"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1048,
+ "name": "getSigner",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 53,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L53"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1049,
+ "name": "getSigner",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 53,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L53"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1050,
+ "name": "config",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 1051,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 1052,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 53,
+ "character": 32,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L53"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 1052
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 53,
+ "character": 30,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L53"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Signer",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1053,
+ "name": "isAuthorized",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 54,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L54"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1054,
+ "name": "isAuthorized",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 54,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L54"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1070,
+ "name": "isChainUnsupported",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isProtected": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 66,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L66"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1071,
+ "name": "isChainUnsupported",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 66,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L66"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1072,
+ "name": "chainId",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1087,
+ "name": "listenerCount",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 27,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1088,
+ "name": "listenerCount",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return the number of listeners listening to a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 27,
+ "character": 2
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1089,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.listenerCount"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.listenerCount"
+ }
+ },
+ {
+ "id": 1080,
+ "name": "listeners",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 20,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1081,
+ "name": "listeners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return the listeners registered for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 20,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 1082,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1083,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reflection",
+ "declaration": {
+ "id": 1084,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1085,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1086,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.listeners"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.listeners"
+ }
+ },
+ {
+ "id": 1132,
+ "name": "off",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 69,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1133,
+ "name": "off",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 69,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 1134,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1135,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 1136,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 1137,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1138,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1139,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 1140,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ },
+ {
+ "id": 1141,
+ "name": "once",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1016,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Options",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Signer",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnector",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.off"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.off"
+ }
+ },
+ {
+ "id": 1095,
+ "name": "on",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 40,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1096,
+ "name": "on",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Add a listener for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 40,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 1097,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1098,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 1099,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 1100,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1101,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1102,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 1103,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1016,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Options",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Signer",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnector",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.on"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.on"
+ }
+ },
+ {
+ "id": 1058,
+ "name": "onAccountsChanged",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isProtected": true,
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 57,
+ "character": 21,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L57"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1059,
+ "name": "onAccountsChanged",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 57,
+ "character": 21,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L57"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1060,
+ "name": "accounts",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1061,
+ "name": "onChainChanged",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isProtected": true,
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 58,
+ "character": 21,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L58"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1062,
+ "name": "onChainChanged",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 58,
+ "character": 21,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L58"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1063,
+ "name": "chain",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ ]
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1064,
+ "name": "onDisconnect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isProtected": true,
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 59,
+ "character": 21,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L59"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1065,
+ "name": "onDisconnect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 59,
+ "character": 21,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L59"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1066,
+ "name": "error",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Error"
+ },
+ "name": "Error",
+ "package": "typescript"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1113,
+ "name": "once",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 54,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1114,
+ "name": "once",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Add a one-time listener for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 54,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 1115,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1116,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 1117,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 1118,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1119,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1120,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 1121,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1016,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Options",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Signer",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnector",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.once"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.once"
+ }
+ },
+ {
+ "id": 1142,
+ "name": "removeAllListeners",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 79,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1143,
+ "name": "removeAllListeners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Remove all listeners, or those of the specified event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 79,
+ "character": 2
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1144,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1016,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Options",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Signer",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnector",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.removeAllListeners"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.removeAllListeners"
+ }
+ },
+ {
+ "id": 1122,
+ "name": "removeListener",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 63,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1123,
+ "name": "removeListener",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Remove the listeners of a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 63,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 1124,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1125,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 1126,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 1127,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1128,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1129,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 1130,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ },
+ {
+ "id": 1131,
+ "name": "once",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1016,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Options",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Signer",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnector",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.removeListener"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.removeListener"
+ }
+ },
+ {
+ "id": 1073,
+ "name": "setupListeners",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 70,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L70"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1074,
+ "name": "setupListeners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 70,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L70"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1055,
+ "name": "switchChain",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 55,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L55"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1056,
+ "name": "switchChain",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 55,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L55"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1057,
+ "name": "chainId",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1075,
+ "name": "updateChains",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 72,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L72"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1076,
+ "name": "updateChains",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 72,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L72"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1077,
+ "name": "chains",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ ],
+ "groups": [
+ {
+ "title": "Constructors",
+ "children": [
+ 1018
+ ]
+ },
+ {
+ "title": "Properties",
+ "children": [
+ 1029,
+ 1027,
+ 1028,
+ 1030,
+ 1031,
+ 1017
+ ]
+ },
+ {
+ "title": "Methods",
+ "children": [
+ 1104,
+ 1032,
+ 1037,
+ 1090,
+ 1078,
+ 1039,
+ 1067,
+ 1041,
+ 1043,
+ 1048,
+ 1053,
+ 1070,
+ 1087,
+ 1080,
+ 1132,
+ 1095,
+ 1058,
+ 1061,
+ 1064,
+ 1113,
+ 1142,
+ 1122,
+ 1073,
+ 1055,
+ 1075
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts",
+ "line": 18,
+ "character": 22,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/lib/wagmi-connectors/WagmiConnector.ts#L18"
+ }
+ ],
+ "typeParameters": [
+ {
+ "id": 1145,
+ "name": "Provider",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {},
+ "default": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ },
+ {
+ "id": 1146,
+ "name": "Options",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {},
+ "default": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ },
+ {
+ "id": 1147,
+ "name": "Signer",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {},
+ "default": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "extendedTypes": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorEvents"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "Provider",
+ "refersToTypeParameter": true
+ }
+ ],
+ "name": "WagmiConnectorEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "EventEmitter",
+ "package": "eventemitter3"
+ }
+ ]
+ },
+ {
+ "id": 6016,
+ "name": "WalletConnect",
+ "variant": "declaration",
+ "kind": 128,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Wallet interface to connect a wallet using [WalletConnect](https://docs.walletconnect.com/) protocol by either opening the official WalletConnect Modal or by displaying a custom QR Code."
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@example",
+ "content": [
+ {
+ "kind": "code",
+ "text": "```javascript\nimport { WalletConnect } from \"@thirdweb-dev/wallets\";\n\nconst wallet = new WalletConnect();\n\nwallet.connect();\n```"
+ }
+ ]
+ },
+ {
+ "tag": "@wallet",
+ "content": []
+ }
+ ]
+ },
+ "children": [
+ {
+ "id": 6023,
+ "name": "constructor",
+ "variant": "declaration",
+ "kind": 512,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 130,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L130"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6024,
+ "name": "new WalletConnect",
+ "variant": "signature",
+ "kind": 16384,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 130,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L130"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6025,
+ "name": "options",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The "
+ },
+ {
+ "kind": "code",
+ "text": "`options`"
+ },
+ {
+ "kind": "text",
+ "text": " object includes the following properties:\n\n### projectId (recommended)\nYour project's unique identifier. It can be obtained at [cloud.walletconnect.com](https://cloud.walletconnect.com). It is highly recommended to use your own project id and only use the default one for testing purposes.\n\nIt enables the following functionalities within WalletConnect's web3modal:\n\n- wallet and chain logos\n- optional WalletConnect RPC\n- support for all wallets from our Explorer and WalletConnect v2 support\n\nDefaults to thirdweb's common project id.\n\n### clientId (recommended)\nProvide "
+ },
+ {
+ "kind": "code",
+ "text": "`clientId`"
+ },
+ {
+ "kind": "text",
+ "text": " to use the thirdweb RPCs for given "
+ },
+ {
+ "kind": "code",
+ "text": "`chains`"
+ },
+ {
+ "kind": "text",
+ "text": "\n\nYou can create a client ID for your application from [thirdweb dashboard](https://thirdweb.com/create-api-key).\n\n### chains (optional)\nProvide an array of chains you want to support.\n\nMust be an array of "
+ },
+ {
+ "kind": "code",
+ "text": "`Chain`"
+ },
+ {
+ "kind": "text",
+ "text": " objects, from the ["
+ },
+ {
+ "kind": "code",
+ "text": "`@thirdweb-dev/chains`"
+ },
+ {
+ "kind": "text",
+ "text": "](https://www.npmjs.com/package/@thirdweb-dev/chains) package.\n\nDefaults to our [default chains](/react/react.thirdwebprovider#default-chains).\n\n\n### dappMetadata\nInformation about your app that the wallet will display when your app tries to connect to it.\n\nMust be an object containing "
+ },
+ {
+ "kind": "code",
+ "text": "`name`"
+ },
+ {
+ "kind": "text",
+ "text": ", "
+ },
+ {
+ "kind": "code",
+ "text": "`url`"
+ },
+ {
+ "kind": "text",
+ "text": ", and optionally "
+ },
+ {
+ "kind": "code",
+ "text": "`description`"
+ },
+ {
+ "kind": "text",
+ "text": " and "
+ },
+ {
+ "kind": "code",
+ "text": "`logoUrl`"
+ },
+ {
+ "kind": "text",
+ "text": " properties.\n\n"
+ },
+ {
+ "kind": "code",
+ "text": "```javascript\nimport { WalletConnect } from \"@thirdweb-dev/wallets\";\n\nconst walletWithOptions = new WalletConnect({\n dappMetadata: {\n name: \"thirdweb powered dApp\",\n url: \"https://thirdweb.com\",\n description: \"thirdweb powered dApp\",\n logoUrl: \"https://thirdweb.com/favicon.ico\",\n },\n});\n```"
+ },
+ {
+ "kind": "text",
+ "text": "\n\n### qrcode (optional)\nWhether to display the Wallet Connect QR code Modal or not.\n\nMust be a "
+ },
+ {
+ "kind": "code",
+ "text": "`boolean`"
+ },
+ {
+ "kind": "text",
+ "text": ". Defaults to "
+ },
+ {
+ "kind": "code",
+ "text": "`true`"
+ },
+ {
+ "kind": "text",
+ "text": ".\n\n### qrModalOptions\nWalletConnect's [options](https://docs.walletconnect.com/advanced/walletconnectmodal/options) to customize the QR Code Modal."
+ }
+ ]
+ },
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 6011,
+ "name": "WalletConnectOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6016,
+ "name": "WalletConnect",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "overwrites": {
+ "type": "reference",
+ "target": 1600,
+ "name": "AbstractClientWallet.constructor"
+ }
+ }
+ ],
+ "overwrites": {
+ "type": "reference",
+ "target": 1599,
+ "name": "AbstractClientWallet.constructor"
+ }
+ },
+ {
+ "id": 6070,
+ "name": "#connectParams",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 73,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L73"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "undefined"
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6071,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6072,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 23,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L23"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6072
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 22,
+ "character": 68,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L22"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1612,
+ "name": "AbstractClientWallet.#connectParams"
+ }
+ },
+ {
+ "id": 6027,
+ "name": "#provider",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isPrivate": true,
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 55,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L55"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@walletconnect+ethereum-provider@2.9.1_@walletconnect+modal@2.6.1/node_modules/@walletconnect/ethereum-provider/src/EthereumProvider.ts",
+ "qualifiedName": "EthereumProvider"
+ },
+ "name": "EthereumProvider",
+ "package": "@walletconnect/ethereum-provider"
+ }
+ },
+ {
+ "id": 6026,
+ "name": "#walletConnectConnector",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isPrivate": true,
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 54,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L54"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/wallet-connect/index.ts",
+ "qualifiedName": "WalletConnectConnector"
+ },
+ "name": "WalletConnectConnector",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6067,
+ "name": "chains",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isProtected": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 70,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L70"
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ }
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1609,
+ "name": "AbstractClientWallet.chains"
+ }
+ },
+ {
+ "id": 6028,
+ "name": "connector",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 57,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L57"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1259,
+ "typeArguments": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6029,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {}
+ }
+ }
+ ],
+ "name": "Connector",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6068,
+ "name": "dappMetadata",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isProtected": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 71,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L71"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 630,
+ "name": "DAppMetaData",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1610,
+ "name": "AbstractClientWallet.dappMetadata"
+ }
+ },
+ {
+ "id": 6069,
+ "name": "options",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isProtected": true,
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 72,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L72"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 6011,
+ "name": "WalletConnectOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1611,
+ "name": "AbstractClientWallet.options"
+ }
+ },
+ {
+ "id": 6032,
+ "name": "projectId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 71,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L71"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6033,
+ "name": "qrcode",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 72,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L72"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "undefined"
+ },
+ {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ ]
+ }
+ },
+ {
+ "id": 6065,
+ "name": "walletId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 68,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L68"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1607,
+ "name": "AbstractClientWallet.walletId"
+ }
+ },
+ {
+ "id": 6066,
+ "name": "walletStorage",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isProtected": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 69,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L69"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 741,
+ "name": "AsyncStorage",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1608,
+ "name": "AbstractClientWallet.walletStorage"
+ }
+ },
+ {
+ "id": 6017,
+ "name": "id",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isStatic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 59,
+ "character": 9,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L59"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ "defaultValue": "..."
+ },
+ {
+ "id": 6018,
+ "name": "meta",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isStatic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 61,
+ "character": 9,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L61"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6019,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6021,
+ "name": "iconURL",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 63,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L63"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ "defaultValue": "\"ipfs://QmX58KPRaTC9JYZ7KriuBzeoEaV2P9eZcA3qbFnTHZazKw/wallet-connect.svg\""
+ },
+ {
+ "id": 6020,
+ "name": "name",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 62,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L62"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ "defaultValue": "\"WalletConnect\""
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6021,
+ 6020
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 61,
+ "character": 16,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L61"
+ }
+ ]
+ }
+ },
+ "defaultValue": "...",
+ "overwrites": {
+ "type": "reference",
+ "target": -1,
+ "name": "AbstractClientWallet.meta"
+ }
+ },
+ {
+ "id": 6022,
+ "name": "prefixed",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isStatic": true,
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 9,
+ "character": 9
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ ]
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1598,
+ "name": "AbstractClientWallet.prefixed"
+ }
+ },
+ {
+ "id": 6030,
+ "name": "walletName",
+ "variant": "declaration",
+ "kind": 262144,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 67,
+ "character": 13,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L67"
+ }
+ ],
+ "getSignature": {
+ "id": 6031,
+ "name": "walletName",
+ "variant": "signature",
+ "kind": 524288,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 67,
+ "character": 13,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L67"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "WalletConnect"
+ }
+ }
+ },
+ {
+ "id": 6091,
+ "name": "#connect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 157,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L157"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6092,
+ "name": "#connect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 157,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L157"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6093,
+ "name": "isAutoConnect",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 6094,
+ "name": "connectOptions",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6095,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6096,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 23,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L23"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6096
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 22,
+ "character": 68,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L22"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1628,
+ "name": "AbstractClientWallet.#connect"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1627,
+ "name": "AbstractClientWallet.#connect"
+ }
+ },
+ {
+ "id": 6037,
+ "name": "#maybeThrowError",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 160,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L160"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6038,
+ "name": "#maybeThrowError",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 160,
+ "character": 21,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L160"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6039,
+ "name": "error",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 6045,
+ "name": "#onChange",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 177,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L177"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6046,
+ "name": "#onChange",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 177,
+ "character": 14,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L177"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6047,
+ "name": "payload",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 6040,
+ "name": "#onConnect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 166,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L166"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6041,
+ "name": "#onConnect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 166,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L166"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6042,
+ "name": "data",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnectorData"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@walletconnect+ethereum-provider@2.9.1_@walletconnect+modal@2.6.1/node_modules/@walletconnect/ethereum-provider/src/EthereumProvider.ts",
+ "qualifiedName": "EthereumProvider"
+ },
+ "name": "EthereumProvider",
+ "package": "@walletconnect/ethereum-provider"
+ }
+ ],
+ "name": "WagmiConnectorData",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 6043,
+ "name": "#onDisconnect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 173,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L173"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6044,
+ "name": "#onDisconnect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 173,
+ "character": 18,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L173"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 6048,
+ "name": "#onMessage",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 185,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L185"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6049,
+ "name": "#onMessage",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 185,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L185"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6050,
+ "name": "payload",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 6051,
+ "name": "#onSessionRequestSent",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 193,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L193"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6052,
+ "name": "#onSessionRequestSent",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 193,
+ "character": 26,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L193"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 6055,
+ "name": "#removeListeners",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 212,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L212"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6056,
+ "name": "#removeListeners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 212,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L212"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 6053,
+ "name": "#setupListeners",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 197,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L197"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6054,
+ "name": "#setupListeners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 197,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L197"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 6100,
+ "name": "#subscribeToEvents",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 209,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L209"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6101,
+ "name": "#subscribeToEvents",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 209,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L209"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6102,
+ "name": "connector",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": 1259,
+ "typeArguments": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6103,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {}
+ }
+ }
+ ],
+ "name": "Connector",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1635,
+ "name": "AbstractClientWallet.#subscribeToEvents"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1634,
+ "name": "AbstractClientWallet.#subscribeToEvents"
+ }
+ },
+ {
+ "id": 6097,
+ "name": "#trackConnection",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 199,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L199"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6098,
+ "name": "#trackConnection",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 199,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L199"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6099,
+ "name": "address",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1632,
+ "name": "AbstractClientWallet.#trackConnection"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1631,
+ "name": "AbstractClientWallet.#trackConnection"
+ }
+ },
+ {
+ "id": 6170,
+ "name": "addListener",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 45,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6171,
+ "name": "addListener",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 45,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 6172,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6173,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 6174,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6175,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6176,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6177,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6178,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6016,
+ "name": "WalletConnect",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1705,
+ "name": "AbstractClientWallet.addListener"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1704,
+ "name": "AbstractClientWallet.addListener"
+ }
+ },
+ {
+ "id": 6075,
+ "name": "autoConnect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 114,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L114"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6076,
+ "name": "autoConnect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "auto-connect the wallet if possible"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@returns",
+ "content": []
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 114,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L114"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6077,
+ "name": "connectOptions",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6078,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6079,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 23,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L23"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6079
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 22,
+ "character": 68,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L22"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1618,
+ "name": "AbstractClientWallet.autoConnect"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1617,
+ "name": "AbstractClientWallet.autoConnect"
+ }
+ },
+ {
+ "id": 6080,
+ "name": "connect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 129,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L129"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6081,
+ "name": "connect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Connect wallet"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@returns",
+ "content": []
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 129,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L129"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6082,
+ "name": "connectOptions",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Options for connecting to the wallet"
+ }
+ ]
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6083,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6084,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 23,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L23"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6084
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 22,
+ "character": 68,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L22"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1621,
+ "name": "AbstractClientWallet.connect"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1620,
+ "name": "AbstractClientWallet.connect"
+ }
+ },
+ {
+ "id": 6057,
+ "name": "connectWithQrCode",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 258,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L258"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6058,
+ "name": "connectWithQrCode",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Connect to the wallet using a QR code.\nYou can use this method to display a QR code. User can scan this QR code from the Wallet mobile app to connect to your dapp."
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@example",
+ "content": [
+ {
+ "kind": "code",
+ "text": "```typescript\nwallet.connectWithQrCode({\n chainId: 1,\n onQrCodeUri(qrCodeUri) {\n // render the QR code with `qrCodeUri`\n },\n onConnected(accountAddress) {\n // update UI to show connected state\n },\n})\n```"
+ }
+ ]
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 258,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L258"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6059,
+ "name": "options",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The options object contains the following properties/method:\n\n### chainId (optional)\nIf provided, wallet will prompt the user to switch to the network with the given "
+ },
+ {
+ "kind": "code",
+ "text": "`chainId`"
+ },
+ {
+ "kind": "text",
+ "text": " after connecting.\n\n### onQrCodeUri\nA callback to get the QR code URI to display to the user.\n\n### onConnected\nA callback that is called when the user has connected their wallet using the QR code."
+ }
+ ]
+ },
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "ConnectWithQrCodeArgs"
+ },
+ "name": "ConnectWithQrCodeArgs",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 6106,
+ "name": "disconnect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 246,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L246"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6107,
+ "name": "disconnect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Disconnect the wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 246,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L246"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1641,
+ "name": "AbstractClientWallet.disconnect"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1640,
+ "name": "AbstractClientWallet.disconnect"
+ }
+ },
+ {
+ "id": 6156,
+ "name": "emit",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 32,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6157,
+ "name": "emit",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Calls each of the listeners registered for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 32,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 6158,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6159,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 6160,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1691,
+ "name": "AbstractClientWallet.emit"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1690,
+ "name": "AbstractClientWallet.emit"
+ }
+ },
+ {
+ "id": 6144,
+ "name": "eventNames",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 15,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6145,
+ "name": "eventNames",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return an array listing the events for which the emitter has registered\nlisteners."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 15,
+ "character": 2
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1679,
+ "name": "AbstractClientWallet.eventNames"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1678,
+ "name": "AbstractClientWallet.eventNames"
+ }
+ },
+ {
+ "id": 6117,
+ "name": "getAddress",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 88,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L88"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6118,
+ "name": "getAddress",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Returns the account address of the connected wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 88,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L88"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1652,
+ "name": "AbstractClientWallet.getAddress"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1651,
+ "name": "AbstractClientWallet.getAddress"
+ }
+ },
+ {
+ "id": 6119,
+ "name": "getBalance",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 98,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L98"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6120,
+ "name": "getBalance",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Returns the balance of the connected wallet for the specified token address. If no token address is specified, it returns the balance of the native token"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 98,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L98"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6121,
+ "name": "tokenAddress",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The contract address of the token"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ "defaultValue": "NATIVE_TOKEN_ADDRESS"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6122,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6126,
+ "name": "decimals",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/sdk/dist/declarations/src/evm/schema/contracts/common/currency.d.ts",
+ "line": 31,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ },
+ {
+ "id": 6127,
+ "name": "displayValue",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/sdk/dist/declarations/src/evm/schema/contracts/common/currency.d.ts",
+ "line": 32,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6125,
+ "name": "name",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/sdk/dist/declarations/src/evm/schema/contracts/common/currency.d.ts",
+ "line": 30,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6123,
+ "name": "symbol",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/sdk/dist/declarations/src/evm/schema/contracts/common/currency.d.ts",
+ "line": 28,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6124,
+ "name": "value",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/sdk/dist/declarations/src/evm/schema/contracts/common/currency.d.ts",
+ "line": 29,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bignumber@5.7.0/node_modules/@ethersproject/bignumber/src.ts/bignumber.ts",
+ "qualifiedName": "BigNumber"
+ },
+ "name": "BigNumber",
+ "package": "@ethersproject/bignumber"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6126,
+ 6127,
+ 6125,
+ 6123,
+ 6124
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/sdk/dist/declarations/src/evm/schema/contracts/common/currency.d.ts",
+ "line": 27,
+ "character": 26
+ }
+ ]
+ }
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1654,
+ "name": "AbstractClientWallet.getBalance"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1653,
+ "name": "AbstractClientWallet.getBalance"
+ }
+ },
+ {
+ "id": 6128,
+ "name": "getChainId",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 121,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L121"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6129,
+ "name": "getChainId",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Returns the chain id of the network that the wallet is connected to"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 121,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L121"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1663,
+ "name": "AbstractClientWallet.getChainId"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1662,
+ "name": "AbstractClientWallet.getChainId"
+ }
+ },
+ {
+ "id": 6034,
+ "name": "getConnector",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isProtected": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 136,
+ "character": 18,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L136"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6035,
+ "name": "getConnector",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Returns the Wallet Connector used by the wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 136,
+ "character": 18,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L136"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1259,
+ "typeArguments": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6036,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {}
+ }
+ }
+ ],
+ "name": "Connector",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "overwrites": {
+ "type": "reference",
+ "target": 1616,
+ "name": "AbstractClientWallet.getConnector"
+ }
+ }
+ ],
+ "overwrites": {
+ "type": "reference",
+ "target": 1615,
+ "name": "AbstractClientWallet.getConnector"
+ }
+ },
+ {
+ "id": 6114,
+ "name": "getPersonalWallet",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 286,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L286"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6115,
+ "name": "getPersonalWallet",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "If the wallet uses another \"personal wallet\" under the hood, return it\n\nThis is only useful for wallets like Safe or Smart Wallet uses a \"personal wallet\" under the hood to sign transactions. This method returns that wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 286,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L286"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "undefined"
+ },
+ {
+ "type": "reference",
+ "target": 1256,
+ "name": "EVMWallet",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ]
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1649,
+ "name": "AbstractClientWallet.getPersonalWallet"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1648,
+ "name": "AbstractClientWallet.getPersonalWallet"
+ }
+ },
+ {
+ "id": 6104,
+ "name": "getSigner",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 235,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L235"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6105,
+ "name": "getSigner",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Get [ethers Signer](https://docs.ethers.org/v5/api/signer/) object of the connected wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 235,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L235"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer"
+ },
+ "name": "Signer",
+ "package": "@ethersproject/abstract-signer"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1639,
+ "name": "AbstractClientWallet.getSigner"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1638,
+ "name": "AbstractClientWallet.getSigner"
+ }
+ },
+ {
+ "id": 6153,
+ "name": "listenerCount",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 27,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6154,
+ "name": "listenerCount",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return the number of listeners listening to a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 27,
+ "character": 2
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6155,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1688,
+ "name": "AbstractClientWallet.listenerCount"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1687,
+ "name": "AbstractClientWallet.listenerCount"
+ }
+ },
+ {
+ "id": 6146,
+ "name": "listeners",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 20,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6147,
+ "name": "listeners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return the listeners registered for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 20,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 6148,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6149,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6150,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6151,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6152,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1681,
+ "name": "AbstractClientWallet.listeners"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1680,
+ "name": "AbstractClientWallet.listeners"
+ }
+ },
+ {
+ "id": 6198,
+ "name": "off",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 69,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6199,
+ "name": "off",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 69,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 6200,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6201,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 6202,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6203,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6204,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6205,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6206,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ },
+ {
+ "id": 6207,
+ "name": "once",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6016,
+ "name": "WalletConnect",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1733,
+ "name": "AbstractClientWallet.off"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1732,
+ "name": "AbstractClientWallet.off"
+ }
+ },
+ {
+ "id": 6161,
+ "name": "on",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 40,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6162,
+ "name": "on",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Add a listener for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 40,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 6163,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6164,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 6165,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6166,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6167,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6168,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6169,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6016,
+ "name": "WalletConnect",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1696,
+ "name": "AbstractClientWallet.on"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1695,
+ "name": "AbstractClientWallet.on"
+ }
+ },
+ {
+ "id": 6179,
+ "name": "once",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 54,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6180,
+ "name": "once",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Add a one-time listener for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 54,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 6181,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6182,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 6183,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6184,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6185,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6186,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6187,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6016,
+ "name": "WalletConnect",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1714,
+ "name": "AbstractClientWallet.once"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1713,
+ "name": "AbstractClientWallet.once"
+ }
+ },
+ {
+ "id": 6208,
+ "name": "removeAllListeners",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 79,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6209,
+ "name": "removeAllListeners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Remove all listeners, or those of the specified event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 79,
+ "character": 2
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6210,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6016,
+ "name": "WalletConnect",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1743,
+ "name": "AbstractClientWallet.removeAllListeners"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1742,
+ "name": "AbstractClientWallet.removeAllListeners"
+ }
+ },
+ {
+ "id": 6188,
+ "name": "removeListener",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 63,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6189,
+ "name": "removeListener",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Remove the listeners of a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 63,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 6190,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6191,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 6192,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6193,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6194,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6195,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6196,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ },
+ {
+ "id": 6197,
+ "name": "once",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6016,
+ "name": "WalletConnect",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1723,
+ "name": "AbstractClientWallet.removeListener"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1722,
+ "name": "AbstractClientWallet.removeListener"
+ }
+ },
+ {
+ "id": 6135,
+ "name": "signMessage",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 172,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L172"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6136,
+ "name": "signMessage",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Sign a message with the connected wallet and return the signature"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@returns",
+ "content": [
+ {
+ "kind": "text",
+ "text": "- The signature"
+ }
+ ]
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 172,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L172"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6137,
+ "name": "message",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The message to sign"
+ }
+ ]
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bytes@5.7.0/node_modules/@ethersproject/bytes/src.ts/index.ts",
+ "qualifiedName": "Bytes"
+ },
+ "name": "Bytes",
+ "package": "@ethersproject/bytes"
+ }
+ ]
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1670,
+ "name": "AbstractClientWallet.signMessage"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1669,
+ "name": "AbstractClientWallet.signMessage"
+ }
+ },
+ {
+ "id": 6108,
+ "name": "switchChain",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 259,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L259"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6109,
+ "name": "switchChain",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Switch to different Network/Blockchain in the connected wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 259,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L259"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6110,
+ "name": "chainId",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The chainId of the network to switch to"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1643,
+ "name": "AbstractClientWallet.switchChain"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1642,
+ "name": "AbstractClientWallet.switchChain"
+ }
+ },
+ {
+ "id": 6130,
+ "name": "transfer",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 133,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L133"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6131,
+ "name": "transfer",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Transfers some amount of tokens to the specified address"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@returns",
+ "content": [
+ {
+ "kind": "text",
+ "text": "The transaction result"
+ }
+ ]
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 133,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L133"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6132,
+ "name": "to",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The address to transfer the amount to"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6133,
+ "name": "amount",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The amount to transfer"
+ }
+ ]
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ ]
+ }
+ },
+ {
+ "id": 6134,
+ "name": "currencyAddress",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The contract address of the token to transfer. If not specified, it defaults to the native token"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ "defaultValue": "NATIVE_TOKEN_ADDRESS"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Omit"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/core/types.ts",
+ "qualifiedName": "TransactionResultWithMetadata"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "unknown"
+ }
+ ],
+ "name": "TransactionResultWithMetadata",
+ "package": "@thirdweb-dev/sdk"
+ },
+ {
+ "type": "literal",
+ "value": "data"
+ }
+ ],
+ "name": "Omit",
+ "package": "typescript"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1665,
+ "name": "AbstractClientWallet.transfer"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1664,
+ "name": "AbstractClientWallet.transfer"
+ }
+ },
+ {
+ "id": 6111,
+ "name": "updateChains",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 273,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L273"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6112,
+ "name": "updateChains",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Update the chains supported by the wallet. This is useful if wallet was initialized with some chains and this needs to be updated without re-initializing the wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 273,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L273"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6113,
+ "name": "chains",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1646,
+ "name": "AbstractClientWallet.updateChains"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1645,
+ "name": "AbstractClientWallet.updateChains"
+ }
+ },
+ {
+ "id": 6138,
+ "name": "verifySignature",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 184,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L184"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6139,
+ "name": "verifySignature",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Verify the signature of a message. It returns "
+ },
+ {
+ "kind": "code",
+ "text": "`true`"
+ },
+ {
+ "kind": "text",
+ "text": " if the signature is valid, "
+ },
+ {
+ "kind": "code",
+ "text": "`false`"
+ },
+ {
+ "kind": "text",
+ "text": " otherwise"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 184,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L184"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6140,
+ "name": "message",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The message to verify"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6141,
+ "name": "signature",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The signature to verify"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6142,
+ "name": "address",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The address to verify the signature against"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6143,
+ "name": "chainId",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The chain id of the network to verify the signature against, If not specified, it defaults to 1 ( Ethereum mainnet )"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1673,
+ "name": "AbstractClientWallet.verifySignature"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1672,
+ "name": "AbstractClientWallet.verifySignature"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Constructors",
+ "children": [
+ 6023
+ ]
+ },
+ {
+ "title": "Properties",
+ "children": [
+ 6070,
+ 6027,
+ 6026,
+ 6067,
+ 6028,
+ 6068,
+ 6069,
+ 6032,
+ 6033,
+ 6065,
+ 6066,
+ 6017,
+ 6018,
+ 6022
+ ]
+ },
+ {
+ "title": "Accessors",
+ "children": [
+ 6030
+ ]
+ },
+ {
+ "title": "Methods",
+ "children": [
+ 6091,
+ 6037,
+ 6045,
+ 6040,
+ 6043,
+ 6048,
+ 6051,
+ 6055,
+ 6053,
+ 6100,
+ 6097,
+ 6170,
+ 6075,
+ 6080,
+ 6057,
+ 6106,
+ 6156,
+ 6144,
+ 6117,
+ 6119,
+ 6128,
+ 6034,
+ 6114,
+ 6104,
+ 6153,
+ 6146,
+ 6198,
+ 6161,
+ 6179,
+ 6208,
+ 6188,
+ 6135,
+ 6108,
+ 6130,
+ 6111,
+ 6138
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 53,
+ "character": 13,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L53"
+ }
+ ],
+ "extendedTypes": [
+ {
+ "type": "reference",
+ "target": 1596,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 6011,
+ "name": "WalletConnectOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "AbstractClientWallet",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ]
+ },
+ {
+ "id": 892,
+ "name": "WalletConnectHandler",
+ "variant": "declaration",
+ "kind": 128,
+ "flags": {
+ "isAbstract": true
+ },
+ "children": [
+ {
+ "id": 894,
+ "name": "constructor",
+ "variant": "declaration",
+ "kind": 512,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 84,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L84"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 895,
+ "name": "new WalletConnectHandler",
+ "variant": "signature",
+ "kind": 16384,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 84,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L84"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 896,
+ "name": "wallet",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": 1460,
+ "name": "AbstractWallet",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 892,
+ "name": "WalletConnectHandler",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "overwrites": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.constructor"
+ }
+ }
+ ],
+ "overwrites": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.constructor"
+ }
+ },
+ {
+ "id": 897,
+ "name": "wallet",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isProtected": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 82,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L82"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1460,
+ "name": "AbstractWallet",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 893,
+ "name": "prefixed",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isStatic": true,
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 9,
+ "character": 9
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ ]
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.prefixed"
+ }
+ },
+ {
+ "id": 941,
+ "name": "addListener",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 45,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 942,
+ "name": "addListener",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 45,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 943,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 944,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 945,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 946,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 947,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 948,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 949,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 892,
+ "name": "WalletConnectHandler",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.addListener"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.addListener"
+ }
+ },
+ {
+ "id": 907,
+ "name": "approveEIP155Request",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 93,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L93"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 908,
+ "name": "approveEIP155Request",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 93,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L93"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 903,
+ "name": "approveSession",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 91,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L91"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 904,
+ "name": "approveSession",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 91,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L91"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 900,
+ "name": "connectApp",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 90,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L90"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 901,
+ "name": "connectApp",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 90,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L90"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 902,
+ "name": "uri",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 913,
+ "name": "disconnectSession",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 96,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L96"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 914,
+ "name": "disconnectSession",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 96,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L96"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 927,
+ "name": "emit",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 32,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 928,
+ "name": "emit",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Calls each of the listeners registered for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 32,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 929,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 930,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 931,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.emit"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.emit"
+ }
+ },
+ {
+ "id": 915,
+ "name": "eventNames",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 15,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 916,
+ "name": "eventNames",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return an array listing the events for which the emitter has registered\nlisteners."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 15,
+ "character": 2
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.eventNames"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.eventNames"
+ }
+ },
+ {
+ "id": 911,
+ "name": "getActiveSessions",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 95,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L95"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 912,
+ "name": "getActiveSessions",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 95,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L95"
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reference",
+ "target": 870,
+ "name": "WCSession",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": 898,
+ "name": "init",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 89,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L89"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 899,
+ "name": "init",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 89,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L89"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 924,
+ "name": "listenerCount",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 27,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 925,
+ "name": "listenerCount",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return the number of listeners listening to a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 27,
+ "character": 2
+ }
+ ],
+ "parameters": [
+ {
+ "id": 926,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.listenerCount"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.listenerCount"
+ }
+ },
+ {
+ "id": 917,
+ "name": "listeners",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 20,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 918,
+ "name": "listeners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return the listeners registered for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 20,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 919,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 920,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reflection",
+ "declaration": {
+ "id": 921,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 922,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 923,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.listeners"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.listeners"
+ }
+ },
+ {
+ "id": 969,
+ "name": "off",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 69,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 970,
+ "name": "off",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 69,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 971,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 972,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 973,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 974,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 975,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 976,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 977,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ },
+ {
+ "id": 978,
+ "name": "once",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 892,
+ "name": "WalletConnectHandler",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.off"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.off"
+ }
+ },
+ {
+ "id": 932,
+ "name": "on",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 40,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 933,
+ "name": "on",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Add a listener for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 40,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 934,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 935,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 936,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 937,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 938,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 939,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 940,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 892,
+ "name": "WalletConnectHandler",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.on"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.on"
+ }
+ },
+ {
+ "id": 950,
+ "name": "once",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 54,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 951,
+ "name": "once",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Add a one-time listener for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 54,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 952,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 953,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 954,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 955,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 956,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 957,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 958,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 892,
+ "name": "WalletConnectHandler",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.once"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.once"
+ }
+ },
+ {
+ "id": 909,
+ "name": "rejectEIP155Request",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 94,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L94"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 910,
+ "name": "rejectEIP155Request",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 94,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L94"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 905,
+ "name": "rejectSession",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isAbstract": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 92,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L92"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 906,
+ "name": "rejectSession",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 92,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L92"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 979,
+ "name": "removeAllListeners",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 79,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 980,
+ "name": "removeAllListeners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Remove all listeners, or those of the specified event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 79,
+ "character": 2
+ }
+ ],
+ "parameters": [
+ {
+ "id": 981,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 892,
+ "name": "WalletConnectHandler",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.removeAllListeners"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.removeAllListeners"
+ }
+ },
+ {
+ "id": 959,
+ "name": "removeListener",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 63,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 960,
+ "name": "removeListener",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Remove the listeners of a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 63,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 961,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 962,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 963,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 964,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 965,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 966,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 967,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ },
+ {
+ "id": 968,
+ "name": "once",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 892,
+ "name": "WalletConnectHandler",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.removeListener"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "EventEmitter.removeListener"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Constructors",
+ "children": [
+ 894
+ ]
+ },
+ {
+ "title": "Properties",
+ "children": [
+ 897,
+ 893
+ ]
+ },
+ {
+ "title": "Methods",
+ "children": [
+ 941,
+ 907,
+ 903,
+ 900,
+ 913,
+ 927,
+ 915,
+ 911,
+ 898,
+ 924,
+ 917,
+ 969,
+ 932,
+ 950,
+ 909,
+ 905,
+ 979,
+ 959
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 81,
+ "character": 22,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L81"
+ }
+ ],
+ "extendedTypes": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter"
+ },
+ "name": "EventEmitter",
+ "package": "eventemitter3"
+ }
+ ],
+ "extendedBy": [
+ {
+ "type": "reference",
+ "target": 636,
+ "name": "WalletConnectV2Handler"
+ }
+ ]
+ },
+ {
+ "id": 636,
+ "name": "WalletConnectV2Handler",
+ "variant": "declaration",
+ "kind": 128,
+ "flags": {},
+ "children": [
+ {
+ "id": 638,
+ "name": "constructor",
+ "variant": "declaration",
+ "kind": 512,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 31,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L31"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 639,
+ "name": "new WalletConnectV2Handler",
+ "variant": "signature",
+ "kind": 16384,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 31,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L31"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 640,
+ "name": "options",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": 817,
+ "name": "WalletConnectReceiverConfig",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 641,
+ "name": "wallet",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": 1460,
+ "name": "AbstractWallet",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 636,
+ "name": "WalletConnectV2Handler",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "overwrites": {
+ "type": "reference",
+ "target": 895,
+ "name": "WalletConnectHandler.constructor"
+ }
+ }
+ ],
+ "overwrites": {
+ "type": "reference",
+ "target": 894,
+ "name": "WalletConnectHandler.constructor"
+ }
+ },
+ {
+ "id": 646,
+ "name": "#activeProposal",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 28,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L28"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "undefined"
+ },
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@walletconnect+web3wallet@1.8.7/node_modules/@walletconnect/web3wallet/src/types/client.ts",
+ "qualifiedName": "Web3WalletTypes.SessionProposal"
+ },
+ "name": "SessionProposal",
+ "package": "@walletconnect/web3wallet",
+ "qualifiedName": "Web3WalletTypes.SessionProposal"
+ }
+ ]
+ }
+ },
+ {
+ "id": 647,
+ "name": "#activeRequestEvent",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 29,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L29"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "undefined"
+ },
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@walletconnect+web3wallet@1.8.7/node_modules/@walletconnect/web3wallet/src/types/client.ts",
+ "qualifiedName": "Web3WalletTypes.SessionRequest"
+ },
+ "name": "SessionRequest",
+ "package": "@walletconnect/web3wallet",
+ "qualifiedName": "Web3WalletTypes.SessionRequest"
+ }
+ ]
+ }
+ },
+ {
+ "id": 642,
+ "name": "#core",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 24,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L24"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@walletconnect+types@2.9.1/node_modules/@walletconnect/types/src/core/core.ts",
+ "qualifiedName": "ICore"
+ },
+ "name": "ICore",
+ "package": "@walletconnect/types"
+ }
+ },
+ {
+ "id": 644,
+ "name": "#session",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 26,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L26"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "undefined"
+ },
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@walletconnect+types@2.9.1/node_modules/@walletconnect/types/src/sign-client/session.ts",
+ "qualifiedName": "SessionTypes.Struct"
+ },
+ "name": "Struct",
+ "package": "@walletconnect/types",
+ "qualifiedName": "SessionTypes.Struct"
+ }
+ ]
+ }
+ },
+ {
+ "id": 645,
+ "name": "#wcMetadata",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 27,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L27"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 824,
+ "name": "WCMetadata",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 643,
+ "name": "#wcWallet",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 25,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L25"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "undefined"
+ },
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@walletconnect+web3wallet@1.8.7/node_modules/@walletconnect/web3wallet/src/types/client.ts",
+ "qualifiedName": "IWeb3Wallet"
+ },
+ "name": "IWeb3Wallet",
+ "package": "@walletconnect/web3wallet"
+ }
+ ]
+ }
+ },
+ {
+ "id": 670,
+ "name": "wallet",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isProtected": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 82,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L82"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1460,
+ "name": "AbstractWallet",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 897,
+ "name": "WalletConnectHandler.wallet"
+ }
+ },
+ {
+ "id": 637,
+ "name": "prefixed",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isStatic": true,
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 9,
+ "character": 9
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ ]
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 893,
+ "name": "WalletConnectHandler.prefixed"
+ }
+ },
+ {
+ "id": 667,
+ "name": "#getSignParamsMessage",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 360,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L360"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 668,
+ "name": "#getSignParamsMessage",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Gets message from various signing request methods by filtering out\na value that is not an address (thus is a message).\nIf it is a hex string, it gets converted to utf8 string"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 360,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L360"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 669,
+ "name": "params",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ]
+ },
+ {
+ "id": 665,
+ "name": "#setupWalletConnectEventsListeners",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 273,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L273"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 666,
+ "name": "#setupWalletConnectEventsListeners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 273,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L273"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 697,
+ "name": "addListener",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 45,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 698,
+ "name": "addListener",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 45,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 699,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 700,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 701,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 702,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 703,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 704,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 705,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 636,
+ "name": "WalletConnectV2Handler",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 942,
+ "name": "WalletConnectHandler.addListener"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 941,
+ "name": "WalletConnectHandler.addListener"
+ }
+ },
+ {
+ "id": 657,
+ "name": "approveEIP155Request",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 140,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L140"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 658,
+ "name": "approveEIP155Request",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 140,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L140"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "overwrites": {
+ "type": "reference",
+ "target": 908,
+ "name": "WalletConnectHandler.approveEIP155Request"
+ }
+ }
+ ],
+ "overwrites": {
+ "type": "reference",
+ "target": 907,
+ "name": "WalletConnectHandler.approveEIP155Request"
+ }
+ },
+ {
+ "id": 653,
+ "name": "approveSession",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 78,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L78"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 654,
+ "name": "approveSession",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 78,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L78"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "overwrites": {
+ "type": "reference",
+ "target": 904,
+ "name": "WalletConnectHandler.approveSession"
+ }
+ }
+ ],
+ "overwrites": {
+ "type": "reference",
+ "target": 903,
+ "name": "WalletConnectHandler.approveSession"
+ }
+ },
+ {
+ "id": 650,
+ "name": "connectApp",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 71,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L71"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 651,
+ "name": "connectApp",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 71,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L71"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 652,
+ "name": "wcUri",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "overwrites": {
+ "type": "reference",
+ "target": 901,
+ "name": "WalletConnectHandler.connectApp"
+ }
+ }
+ ],
+ "overwrites": {
+ "type": "reference",
+ "target": 900,
+ "name": "WalletConnectHandler.connectApp"
+ }
+ },
+ {
+ "id": 663,
+ "name": "disconnectSession",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 253,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L253"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 664,
+ "name": "disconnectSession",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 253,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L253"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "overwrites": {
+ "type": "reference",
+ "target": 914,
+ "name": "WalletConnectHandler.disconnectSession"
+ }
+ }
+ ],
+ "overwrites": {
+ "type": "reference",
+ "target": 913,
+ "name": "WalletConnectHandler.disconnectSession"
+ }
+ },
+ {
+ "id": 683,
+ "name": "emit",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 32,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 684,
+ "name": "emit",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Calls each of the listeners registered for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 32,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 685,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 686,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 687,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 928,
+ "name": "WalletConnectHandler.emit"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 927,
+ "name": "WalletConnectHandler.emit"
+ }
+ },
+ {
+ "id": 671,
+ "name": "eventNames",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 15,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 672,
+ "name": "eventNames",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return an array listing the events for which the emitter has registered\nlisteners."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 15,
+ "character": 2
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 916,
+ "name": "WalletConnectHandler.eventNames"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 915,
+ "name": "WalletConnectHandler.eventNames"
+ }
+ },
+ {
+ "id": 661,
+ "name": "getActiveSessions",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 221,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L221"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 662,
+ "name": "getActiveSessions",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 221,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L221"
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reference",
+ "target": 870,
+ "name": "WCSession",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ "overwrites": {
+ "type": "reference",
+ "target": 912,
+ "name": "WalletConnectHandler.getActiveSessions"
+ }
+ }
+ ],
+ "overwrites": {
+ "type": "reference",
+ "target": 911,
+ "name": "WalletConnectHandler.getActiveSessions"
+ }
+ },
+ {
+ "id": 648,
+ "name": "init",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 56,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L56"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 649,
+ "name": "init",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 56,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L56"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "overwrites": {
+ "type": "reference",
+ "target": 899,
+ "name": "WalletConnectHandler.init"
+ }
+ }
+ ],
+ "overwrites": {
+ "type": "reference",
+ "target": 898,
+ "name": "WalletConnectHandler.init"
+ }
+ },
+ {
+ "id": 680,
+ "name": "listenerCount",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 27,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 681,
+ "name": "listenerCount",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return the number of listeners listening to a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 27,
+ "character": 2
+ }
+ ],
+ "parameters": [
+ {
+ "id": 682,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 925,
+ "name": "WalletConnectHandler.listenerCount"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 924,
+ "name": "WalletConnectHandler.listenerCount"
+ }
+ },
+ {
+ "id": 673,
+ "name": "listeners",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 20,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 674,
+ "name": "listeners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return the listeners registered for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 20,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 675,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 676,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reflection",
+ "declaration": {
+ "id": 677,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 678,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 679,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 918,
+ "name": "WalletConnectHandler.listeners"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 917,
+ "name": "WalletConnectHandler.listeners"
+ }
+ },
+ {
+ "id": 725,
+ "name": "off",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 69,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 726,
+ "name": "off",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 69,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 727,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 728,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 729,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 730,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 731,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 732,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 733,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ },
+ {
+ "id": 734,
+ "name": "once",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 636,
+ "name": "WalletConnectV2Handler",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 970,
+ "name": "WalletConnectHandler.off"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 969,
+ "name": "WalletConnectHandler.off"
+ }
+ },
+ {
+ "id": 688,
+ "name": "on",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 40,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 689,
+ "name": "on",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Add a listener for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 40,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 690,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 691,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 692,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 693,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 694,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 695,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 696,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 636,
+ "name": "WalletConnectV2Handler",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 933,
+ "name": "WalletConnectHandler.on"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 932,
+ "name": "WalletConnectHandler.on"
+ }
+ },
+ {
+ "id": 706,
+ "name": "once",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 54,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 707,
+ "name": "once",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Add a one-time listener for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 54,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 708,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 709,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 710,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 711,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 712,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 713,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 714,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 636,
+ "name": "WalletConnectV2Handler",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 951,
+ "name": "WalletConnectHandler.once"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 950,
+ "name": "WalletConnectHandler.once"
+ }
+ },
+ {
+ "id": 659,
+ "name": "rejectEIP155Request",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 203,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L203"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 660,
+ "name": "rejectEIP155Request",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 203,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L203"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "overwrites": {
+ "type": "reference",
+ "target": 910,
+ "name": "WalletConnectHandler.rejectEIP155Request"
+ }
+ }
+ ],
+ "overwrites": {
+ "type": "reference",
+ "target": 909,
+ "name": "WalletConnectHandler.rejectEIP155Request"
+ }
+ },
+ {
+ "id": 655,
+ "name": "rejectSession",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 119,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L119"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 656,
+ "name": "rejectSession",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 119,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L119"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "overwrites": {
+ "type": "reference",
+ "target": 906,
+ "name": "WalletConnectHandler.rejectSession"
+ }
+ }
+ ],
+ "overwrites": {
+ "type": "reference",
+ "target": 905,
+ "name": "WalletConnectHandler.rejectSession"
+ }
+ },
+ {
+ "id": 735,
+ "name": "removeAllListeners",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 79,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 736,
+ "name": "removeAllListeners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Remove all listeners, or those of the specified event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 79,
+ "character": 2
+ }
+ ],
+ "parameters": [
+ {
+ "id": 737,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 636,
+ "name": "WalletConnectV2Handler",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 980,
+ "name": "WalletConnectHandler.removeAllListeners"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 979,
+ "name": "WalletConnectHandler.removeAllListeners"
+ }
+ },
+ {
+ "id": 715,
+ "name": "removeListener",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 63,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 716,
+ "name": "removeListener",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Remove the listeners of a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 63,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 717,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "symbol"
+ }
+ ]
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 718,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 719,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 720,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 721,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 121,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 722,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 723,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ },
+ {
+ "id": 724,
+ "name": "once",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 636,
+ "name": "WalletConnectV2Handler",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 960,
+ "name": "WalletConnectHandler.removeListener"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 959,
+ "name": "WalletConnectHandler.removeListener"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Constructors",
+ "children": [
+ 638
+ ]
+ },
+ {
+ "title": "Properties",
+ "children": [
+ 646,
+ 647,
+ 642,
+ 644,
+ 645,
+ 643,
+ 670,
+ 637
+ ]
+ },
+ {
+ "title": "Methods",
+ "children": [
+ 667,
+ 665,
+ 697,
+ 657,
+ 653,
+ 650,
+ 663,
+ 683,
+ 671,
+ 661,
+ 648,
+ 680,
+ 673,
+ 725,
+ 688,
+ 706,
+ 659,
+ 655,
+ 735,
+ 715
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "line": 23,
+ "character": 13,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/WalletConnect/WalletConnectV2Handler.ts#L23"
+ }
+ ],
+ "extendedTypes": [
+ {
+ "type": "reference",
+ "target": 892,
+ "name": "WalletConnectHandler",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ]
+ },
+ {
+ "id": 6212,
+ "name": "ZerionWallet",
+ "variant": "declaration",
+ "kind": 128,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Wallet interface to connect [Zerion Wallet](https://zerion.io/) extension or mobile app."
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@example",
+ "content": [
+ {
+ "kind": "code",
+ "text": "```javascript\nimport { ZerionWallet } from \"@thirdweb-dev/wallets\";\n\nconst wallet = new ZerionWallet();\n\nwallet.connect();\n```"
+ }
+ ]
+ },
+ {
+ "tag": "@wallet",
+ "content": []
+ }
+ ]
+ },
+ "children": [
+ {
+ "id": 6224,
+ "name": "constructor",
+ "variant": "declaration",
+ "kind": 512,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/zerion.ts",
+ "line": 140,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/zerion.ts#L140"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6225,
+ "name": "new ZerionWallet",
+ "variant": "signature",
+ "kind": 16384,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Create an instance of "
+ },
+ {
+ "kind": "code",
+ "text": "`ZerionWallet`"
+ },
+ {
+ "kind": "text",
+ "text": "."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/zerion.ts",
+ "line": 140,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/zerion.ts#L140"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6226,
+ "name": "options",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The "
+ },
+ {
+ "kind": "code",
+ "text": "`options`"
+ },
+ {
+ "kind": "text",
+ "text": " object includes the following properties:\n\n### clientId (recommended)\nProvide "
+ },
+ {
+ "kind": "code",
+ "text": "`clientId`"
+ },
+ {
+ "kind": "text",
+ "text": " to use the thirdweb RPCs for given "
+ },
+ {
+ "kind": "code",
+ "text": "`chains`"
+ },
+ {
+ "kind": "text",
+ "text": "\n\nYou can create a client ID for your application from [thirdweb dashboard](https://thirdweb.com/create-api-key).\n\n\n### projectId (recommended)\nThis is only relevant if you want to use [WalletConnect](https://walletconnect.com/) for connecting to Zerion wallet mobile app when MetaMask is not injected.\n\nThis "
+ },
+ {
+ "kind": "code",
+ "text": "`projectId`"
+ },
+ {
+ "kind": "text",
+ "text": " can be obtained at [cloud.walletconnect.com](https://cloud.walletconnect.com/). It is highly recommended to use your own project id and only use the default one for testing purposes.\n\n### qrcode\nWhether to open the default Wallet Connect QR code Modal for connecting to Zerion Wallet on mobile\n(if Zerion is not injected when calling "
+ },
+ {
+ "kind": "code",
+ "text": "`connect()`"
+ },
+ {
+ "kind": "text",
+ "text": ").\n\nMust be a "
+ },
+ {
+ "kind": "code",
+ "text": "`boolean`"
+ },
+ {
+ "kind": "text",
+ "text": ". Defaults to "
+ },
+ {
+ "kind": "code",
+ "text": "`false`"
+ },
+ {
+ "kind": "text",
+ "text": ".\n\n### chains (optional)\nProvide an array of chains you want to support.\n\nMust be an array of "
+ },
+ {
+ "kind": "code",
+ "text": "`Chain`"
+ },
+ {
+ "kind": "text",
+ "text": " objects, from the ["
+ },
+ {
+ "kind": "code",
+ "text": "`@thirdweb-dev/chains`"
+ },
+ {
+ "kind": "text",
+ "text": "](https://www.npmjs.com/package/@thirdweb-dev/chains) package.\n\nDefaults to our [default chains](/react/react.thirdwebprovider#default-chains).\n\n### dappMetadata\nInformation about your app that the wallet will display when your app tries to connect to it.\n\nMust be an object containing "
+ },
+ {
+ "kind": "code",
+ "text": "`name`"
+ },
+ {
+ "kind": "text",
+ "text": ", "
+ },
+ {
+ "kind": "code",
+ "text": "`url`"
+ },
+ {
+ "kind": "text",
+ "text": ", and optionally "
+ },
+ {
+ "kind": "code",
+ "text": "`description`"
+ },
+ {
+ "kind": "text",
+ "text": " and "
+ },
+ {
+ "kind": "code",
+ "text": "`logoUrl`"
+ },
+ {
+ "kind": "text",
+ "text": " properties.\n"
+ },
+ {
+ "kind": "code",
+ "text": "```javascript\nimport { ZerionWallet } from \"@thirdweb-dev/wallets\";\n\nconst wallet = new ZerionWallet({\n dappMetadata: {\n name: \"thirdweb powered dApp\",\n url: \"https://thirdweb.com\",\n description: \"thirdweb powered dApp\",\n logoUrl: \"https://thirdweb.com/favicon.ico\",\n },\n});\n```"
+ },
+ {
+ "kind": "text",
+ "text": "\n\n### qrModalOptions\nWalletConnect's [options](https://docs.walletconnect.com/advanced/walletconnectmodal/options) to customize the QR Code Modal."
+ }
+ ]
+ },
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/wallets/zerion.ts",
+ "qualifiedName": "ZerionAdditionalOptions"
+ },
+ "name": "ZerionAdditionalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6212,
+ "name": "ZerionWallet",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "overwrites": {
+ "type": "reference",
+ "target": 1600,
+ "name": "AbstractClientWallet.constructor"
+ }
+ }
+ ],
+ "overwrites": {
+ "type": "reference",
+ "target": 1599,
+ "name": "AbstractClientWallet.constructor"
+ }
+ },
+ {
+ "id": 6245,
+ "name": "#connectParams",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 73,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L73"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "undefined"
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6246,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6247,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 23,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L23"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6247
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 22,
+ "character": 68,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L22"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1612,
+ "name": "AbstractClientWallet.#connectParams"
+ }
+ },
+ {
+ "id": 6242,
+ "name": "chains",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isProtected": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 70,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L70"
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ }
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1609,
+ "name": "AbstractClientWallet.chains"
+ }
+ },
+ {
+ "id": 6243,
+ "name": "dappMetadata",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isProtected": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 71,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L71"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 630,
+ "name": "DAppMetaData",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1610,
+ "name": "AbstractClientWallet.dappMetadata"
+ }
+ },
+ {
+ "id": 6244,
+ "name": "options",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isProtected": true,
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 72,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L72"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/wallets/zerion.ts",
+ "qualifiedName": "ZerionAdditionalOptions"
+ },
+ "name": "ZerionAdditionalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1611,
+ "name": "AbstractClientWallet.options"
+ }
+ },
+ {
+ "id": 6240,
+ "name": "walletId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 68,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L68"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1607,
+ "name": "AbstractClientWallet.walletId"
+ }
+ },
+ {
+ "id": 6241,
+ "name": "walletStorage",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isProtected": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 69,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L69"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 741,
+ "name": "AsyncStorage",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1608,
+ "name": "AbstractClientWallet.walletStorage"
+ }
+ },
+ {
+ "id": 6223,
+ "name": "prefixed",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isStatic": true,
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 9,
+ "character": 9
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ ]
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1598,
+ "name": "AbstractClientWallet.prefixed"
+ }
+ },
+ {
+ "id": 6266,
+ "name": "#connect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 157,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L157"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6267,
+ "name": "#connect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 157,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L157"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6268,
+ "name": "isAutoConnect",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 6269,
+ "name": "connectOptions",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6270,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6271,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 23,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L23"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6271
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 22,
+ "character": 68,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L22"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1628,
+ "name": "AbstractClientWallet.#connect"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1627,
+ "name": "AbstractClientWallet.#connect"
+ }
+ },
+ {
+ "id": 6275,
+ "name": "#subscribeToEvents",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 209,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L209"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6276,
+ "name": "#subscribeToEvents",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 209,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L209"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6277,
+ "name": "connector",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": 1259,
+ "typeArguments": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6278,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {}
+ }
+ }
+ ],
+ "name": "Connector",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1635,
+ "name": "AbstractClientWallet.#subscribeToEvents"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1634,
+ "name": "AbstractClientWallet.#subscribeToEvents"
+ }
+ },
+ {
+ "id": 6272,
+ "name": "#trackConnection",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPrivate": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 199,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L199"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6273,
+ "name": "#trackConnection",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 199,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L199"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6274,
+ "name": "address",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1632,
+ "name": "AbstractClientWallet.#trackConnection"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1631,
+ "name": "AbstractClientWallet.#trackConnection"
+ }
+ },
+ {
+ "id": 6345,
+ "name": "addListener",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 45,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6346,
+ "name": "addListener",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 45,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 6347,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6348,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 6349,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6350,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6351,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6352,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6353,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6212,
+ "name": "ZerionWallet",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1705,
+ "name": "AbstractClientWallet.addListener"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1704,
+ "name": "AbstractClientWallet.addListener"
+ }
+ },
+ {
+ "id": 6250,
+ "name": "autoConnect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 114,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L114"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6251,
+ "name": "autoConnect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "auto-connect the wallet if possible"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@returns",
+ "content": []
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 114,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L114"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6252,
+ "name": "connectOptions",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6253,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6254,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 23,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L23"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6254
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 22,
+ "character": 68,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L22"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1618,
+ "name": "AbstractClientWallet.autoConnect"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1617,
+ "name": "AbstractClientWallet.autoConnect"
+ }
+ },
+ {
+ "id": 6255,
+ "name": "connect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 129,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L129"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6256,
+ "name": "connect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Connect wallet"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@returns",
+ "content": []
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 129,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L129"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6257,
+ "name": "connectOptions",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Options for connecting to the wallet"
+ }
+ ]
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6258,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6259,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 23,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L23"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6259
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 22,
+ "character": 68,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L22"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1621,
+ "name": "AbstractClientWallet.connect"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1620,
+ "name": "AbstractClientWallet.connect"
+ }
+ },
+ {
+ "id": 6237,
+ "name": "connectWithQrCode",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/zerion.ts",
+ "line": 223,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/zerion.ts#L223"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6238,
+ "name": "connectWithQrCode",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Connect to the wallet using a QR code.\nYou can use this method to display a QR code. The user can scan this QR code using the Zerion Wallet mobile app to connect to your dapp."
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@example",
+ "content": [
+ {
+ "kind": "code",
+ "text": "```typescript\nwallet.connectWithQrCode({\n chainId: 1,\n onQrCodeUri(qrCodeUri) {\n // render the QR code with `qrCodeUri`\n },\n onConnected(accountAddress) {\n // update UI to show connected state\n },\n})\n```"
+ }
+ ]
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/zerion.ts",
+ "line": 223,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/zerion.ts#L223"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6239,
+ "name": "options",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The options object contains the following properties/method:\n\n### chainId (optional)\nIf provided, wallet will prompt the user to switch to the network with the given "
+ },
+ {
+ "kind": "code",
+ "text": "`chainId`"
+ },
+ {
+ "kind": "text",
+ "text": " after connecting.\n\n### onQrCodeUri\nA callback to get the QR code URI to display to the user.\n\n### onConnected\nA callback that is called when the user has connected their wallet using the QR code."
+ }
+ ]
+ },
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/wallets/zerion.ts",
+ "qualifiedName": "ConnectWithQrCodeArgs"
+ },
+ "name": "ConnectWithQrCodeArgs",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 6281,
+ "name": "disconnect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 246,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L246"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6282,
+ "name": "disconnect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Disconnect the wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 246,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L246"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1641,
+ "name": "AbstractClientWallet.disconnect"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1640,
+ "name": "AbstractClientWallet.disconnect"
+ }
+ },
+ {
+ "id": 6331,
+ "name": "emit",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 32,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6332,
+ "name": "emit",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Calls each of the listeners registered for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 32,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 6333,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6334,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 6335,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1691,
+ "name": "AbstractClientWallet.emit"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1690,
+ "name": "AbstractClientWallet.emit"
+ }
+ },
+ {
+ "id": 6319,
+ "name": "eventNames",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 15,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6320,
+ "name": "eventNames",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return an array listing the events for which the emitter has registered\nlisteners."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 15,
+ "character": 2
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1679,
+ "name": "AbstractClientWallet.eventNames"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1678,
+ "name": "AbstractClientWallet.eventNames"
+ }
+ },
+ {
+ "id": 6292,
+ "name": "getAddress",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 88,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L88"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6293,
+ "name": "getAddress",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Returns the account address of the connected wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 88,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L88"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1652,
+ "name": "AbstractClientWallet.getAddress"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1651,
+ "name": "AbstractClientWallet.getAddress"
+ }
+ },
+ {
+ "id": 6294,
+ "name": "getBalance",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 98,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L98"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6295,
+ "name": "getBalance",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Returns the balance of the connected wallet for the specified token address. If no token address is specified, it returns the balance of the native token"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 98,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L98"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6296,
+ "name": "tokenAddress",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The contract address of the token"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ "defaultValue": "NATIVE_TOKEN_ADDRESS"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6297,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6301,
+ "name": "decimals",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/sdk/dist/declarations/src/evm/schema/contracts/common/currency.d.ts",
+ "line": 31,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ },
+ {
+ "id": 6302,
+ "name": "displayValue",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/sdk/dist/declarations/src/evm/schema/contracts/common/currency.d.ts",
+ "line": 32,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6300,
+ "name": "name",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/sdk/dist/declarations/src/evm/schema/contracts/common/currency.d.ts",
+ "line": 30,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6298,
+ "name": "symbol",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/sdk/dist/declarations/src/evm/schema/contracts/common/currency.d.ts",
+ "line": 28,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6299,
+ "name": "value",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/sdk/dist/declarations/src/evm/schema/contracts/common/currency.d.ts",
+ "line": 29,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bignumber@5.7.0/node_modules/@ethersproject/bignumber/src.ts/bignumber.ts",
+ "qualifiedName": "BigNumber"
+ },
+ "name": "BigNumber",
+ "package": "@ethersproject/bignumber"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6301,
+ 6302,
+ 6300,
+ 6298,
+ 6299
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/sdk/dist/declarations/src/evm/schema/contracts/common/currency.d.ts",
+ "line": 27,
+ "character": 26
+ }
+ ]
+ }
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1654,
+ "name": "AbstractClientWallet.getBalance"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1653,
+ "name": "AbstractClientWallet.getBalance"
+ }
+ },
+ {
+ "id": 6303,
+ "name": "getChainId",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 121,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L121"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6304,
+ "name": "getChainId",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Returns the chain id of the network that the wallet is connected to"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 121,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L121"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1663,
+ "name": "AbstractClientWallet.getChainId"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1662,
+ "name": "AbstractClientWallet.getChainId"
+ }
+ },
+ {
+ "id": 6234,
+ "name": "getConnector",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isProtected": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/zerion.ts",
+ "line": 150,
+ "character": 18,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/zerion.ts#L150"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6235,
+ "name": "getConnector",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Returns the Wallet Connector used by the wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/zerion.ts",
+ "line": 150,
+ "character": 18,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/zerion.ts#L150"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1259,
+ "typeArguments": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6236,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {}
+ }
+ }
+ ],
+ "name": "Connector",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "overwrites": {
+ "type": "reference",
+ "target": 1616,
+ "name": "AbstractClientWallet.getConnector"
+ }
+ }
+ ],
+ "overwrites": {
+ "type": "reference",
+ "target": 1615,
+ "name": "AbstractClientWallet.getConnector"
+ }
+ },
+ {
+ "id": 6289,
+ "name": "getPersonalWallet",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 286,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L286"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6290,
+ "name": "getPersonalWallet",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "If the wallet uses another \"personal wallet\" under the hood, return it\n\nThis is only useful for wallets like Safe or Smart Wallet uses a \"personal wallet\" under the hood to sign transactions. This method returns that wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 286,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L286"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "undefined"
+ },
+ {
+ "type": "reference",
+ "target": 1256,
+ "name": "EVMWallet",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ]
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1649,
+ "name": "AbstractClientWallet.getPersonalWallet"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1648,
+ "name": "AbstractClientWallet.getPersonalWallet"
+ }
+ },
+ {
+ "id": 6279,
+ "name": "getSigner",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 235,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L235"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6280,
+ "name": "getSigner",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Get [ethers Signer](https://docs.ethers.org/v5/api/signer/) object of the connected wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 235,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L235"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer"
+ },
+ "name": "Signer",
+ "package": "@ethersproject/abstract-signer"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1639,
+ "name": "AbstractClientWallet.getSigner"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1638,
+ "name": "AbstractClientWallet.getSigner"
+ }
+ },
+ {
+ "id": 6328,
+ "name": "listenerCount",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 27,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6329,
+ "name": "listenerCount",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return the number of listeners listening to a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 27,
+ "character": 2
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6330,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1688,
+ "name": "AbstractClientWallet.listenerCount"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1687,
+ "name": "AbstractClientWallet.listenerCount"
+ }
+ },
+ {
+ "id": 6321,
+ "name": "listeners",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 20,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6322,
+ "name": "listeners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Return the listeners registered for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 20,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 6323,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6324,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6325,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6326,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6327,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1681,
+ "name": "AbstractClientWallet.listeners"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1680,
+ "name": "AbstractClientWallet.listeners"
+ }
+ },
+ {
+ "id": 6373,
+ "name": "off",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 69,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6374,
+ "name": "off",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 69,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 6375,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6376,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 6377,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6378,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6379,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6380,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6381,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ },
+ {
+ "id": 6382,
+ "name": "once",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6212,
+ "name": "ZerionWallet",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1733,
+ "name": "AbstractClientWallet.off"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1732,
+ "name": "AbstractClientWallet.off"
+ }
+ },
+ {
+ "id": 6336,
+ "name": "on",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 40,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6337,
+ "name": "on",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Add a listener for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 40,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 6338,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6339,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 6340,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6341,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6342,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6343,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6344,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6212,
+ "name": "ZerionWallet",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1696,
+ "name": "AbstractClientWallet.on"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1695,
+ "name": "AbstractClientWallet.on"
+ }
+ },
+ {
+ "id": 6354,
+ "name": "once",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 54,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6355,
+ "name": "once",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Add a one-time listener for a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 54,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 6356,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6357,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 6358,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6359,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6360,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6361,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6362,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6212,
+ "name": "ZerionWallet",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1714,
+ "name": "AbstractClientWallet.once"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1713,
+ "name": "AbstractClientWallet.once"
+ }
+ },
+ {
+ "id": 6383,
+ "name": "removeAllListeners",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 79,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6384,
+ "name": "removeAllListeners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Remove all listeners, or those of the specified event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 79,
+ "character": 2
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6385,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6212,
+ "name": "ZerionWallet",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1743,
+ "name": "AbstractClientWallet.removeAllListeners"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1742,
+ "name": "AbstractClientWallet.removeAllListeners"
+ }
+ },
+ {
+ "id": 6363,
+ "name": "removeListener",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 63,
+ "character": 2
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6364,
+ "name": "removeListener",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Remove the listeners of a given event."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 63,
+ "character": 2
+ }
+ ],
+ "typeParameter": [
+ {
+ "id": 6365,
+ "name": "T",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6366,
+ "name": "event",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true
+ },
+ "type": {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ }
+ },
+ {
+ "id": 6367,
+ "name": "fn",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6368,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6369,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "line": 122,
+ "character": 6
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6370,
+ "name": "args",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isRest": true
+ },
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Extract"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "T",
+ "refersToTypeParameter": true
+ },
+ {
+ "type": "typeOperator",
+ "operator": "keyof",
+ "target": {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "name": "Extract",
+ "package": "typescript"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 1565,
+ "name": "WalletEvents",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "ArgumentMap",
+ "package": "eventemitter3",
+ "qualifiedName": "EventEmitter.ArgumentMap"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6371,
+ "name": "context",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ },
+ {
+ "id": 6372,
+ "name": "once",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isExternal": true,
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6212,
+ "name": "ZerionWallet",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1723,
+ "name": "AbstractClientWallet.removeListener"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1722,
+ "name": "AbstractClientWallet.removeListener"
+ }
+ },
+ {
+ "id": 6310,
+ "name": "signMessage",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 172,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L172"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6311,
+ "name": "signMessage",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Sign a message with the connected wallet and return the signature"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@returns",
+ "content": [
+ {
+ "kind": "text",
+ "text": "- The signature"
+ }
+ ]
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 172,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L172"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6312,
+ "name": "message",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The message to sign"
+ }
+ ]
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bytes@5.7.0/node_modules/@ethersproject/bytes/src.ts/index.ts",
+ "qualifiedName": "Bytes"
+ },
+ "name": "Bytes",
+ "package": "@ethersproject/bytes"
+ }
+ ]
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1670,
+ "name": "AbstractClientWallet.signMessage"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1669,
+ "name": "AbstractClientWallet.signMessage"
+ }
+ },
+ {
+ "id": 6283,
+ "name": "switchChain",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 259,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L259"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6284,
+ "name": "switchChain",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Switch to different Network/Blockchain in the connected wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 259,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L259"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6285,
+ "name": "chainId",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The chainId of the network to switch to"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1643,
+ "name": "AbstractClientWallet.switchChain"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1642,
+ "name": "AbstractClientWallet.switchChain"
+ }
+ },
+ {
+ "id": 6305,
+ "name": "transfer",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 133,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L133"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6306,
+ "name": "transfer",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Transfers some amount of tokens to the specified address"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@returns",
+ "content": [
+ {
+ "kind": "text",
+ "text": "The transaction result"
+ }
+ ]
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 133,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L133"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6307,
+ "name": "to",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The address to transfer the amount to"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6308,
+ "name": "amount",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The amount to transfer"
+ }
+ ]
+ },
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ ]
+ }
+ },
+ {
+ "id": 6309,
+ "name": "currencyAddress",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The contract address of the token to transfer. If not specified, it defaults to the native token"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ "defaultValue": "NATIVE_TOKEN_ADDRESS"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Omit"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/core/types.ts",
+ "qualifiedName": "TransactionResultWithMetadata"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "unknown"
+ }
+ ],
+ "name": "TransactionResultWithMetadata",
+ "package": "@thirdweb-dev/sdk"
+ },
+ {
+ "type": "literal",
+ "value": "data"
+ }
+ ],
+ "name": "Omit",
+ "package": "typescript"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1665,
+ "name": "AbstractClientWallet.transfer"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1664,
+ "name": "AbstractClientWallet.transfer"
+ }
+ },
+ {
+ "id": 6286,
+ "name": "updateChains",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 273,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L273"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6287,
+ "name": "updateChains",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Update the chains supported by the wallet. This is useful if wallet was initialized with some chains and this needs to be updated without re-initializing the wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 273,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L273"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6288,
+ "name": "chains",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1646,
+ "name": "AbstractClientWallet.updateChains"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1645,
+ "name": "AbstractClientWallet.updateChains"
+ }
+ },
+ {
+ "id": 6313,
+ "name": "verifySignature",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isPublic": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 184,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L184"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6314,
+ "name": "verifySignature",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Verify the signature of a message. It returns "
+ },
+ {
+ "kind": "code",
+ "text": "`true`"
+ },
+ {
+ "kind": "text",
+ "text": " if the signature is valid, "
+ },
+ {
+ "kind": "code",
+ "text": "`false`"
+ },
+ {
+ "kind": "text",
+ "text": " otherwise"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 184,
+ "character": 15,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L184"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6315,
+ "name": "message",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The message to verify"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6316,
+ "name": "signature",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The signature to verify"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6317,
+ "name": "address",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The address to verify the signature against"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6318,
+ "name": "chainId",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The chain id of the network to verify the signature against, If not specified, it defaults to 1 ( Ethereum mainnet )"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1673,
+ "name": "AbstractClientWallet.verifySignature"
+ }
+ }
+ ],
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 1672,
+ "name": "AbstractClientWallet.verifySignature"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Constructors",
+ "children": [
+ 6224
+ ]
+ },
+ {
+ "title": "Properties",
+ "children": [
+ 6245,
+ 6242,
+ 6243,
+ 6244,
+ 6240,
+ 6241,
+ 6223
+ ]
+ },
+ {
+ "title": "Methods",
+ "children": [
+ 6266,
+ 6275,
+ 6272,
+ 6345,
+ 6250,
+ 6255,
+ 6237,
+ 6281,
+ 6331,
+ 6319,
+ 6292,
+ 6294,
+ 6303,
+ 6234,
+ 6289,
+ 6279,
+ 6328,
+ 6321,
+ 6373,
+ 6336,
+ 6354,
+ 6383,
+ 6363,
+ 6310,
+ 6283,
+ 6305,
+ 6286,
+ 6313
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/zerion.ts",
+ "line": 50,
+ "character": 13,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/zerion.ts#L50"
+ }
+ ],
+ "extendedTypes": [
+ {
+ "type": "reference",
+ "target": 1596,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/wallets/zerion.ts",
+ "qualifiedName": "ZerionAdditionalOptions"
+ },
+ "name": "ZerionAdditionalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "AbstractClientWallet",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ]
+ },
+ {
+ "id": 741,
+ "name": "AsyncStorage",
+ "variant": "declaration",
+ "kind": 256,
+ "flags": {},
+ "children": [
+ {
+ "id": 742,
+ "name": "getItem",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/AsyncStorage.ts",
+ "line": 2,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/AsyncStorage.ts#L2"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 743,
+ "name": "getItem",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/AsyncStorage.ts",
+ "line": 2,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/AsyncStorage.ts#L2"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 744,
+ "name": "key",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "union",
+ "types": [
+ {
+ "type": "literal",
+ "value": null
+ },
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ]
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 749,
+ "name": "removeItem",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/AsyncStorage.ts",
+ "line": 4,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/AsyncStorage.ts#L4"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 750,
+ "name": "removeItem",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/AsyncStorage.ts",
+ "line": 4,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/AsyncStorage.ts#L4"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 751,
+ "name": "key",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 745,
+ "name": "setItem",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/AsyncStorage.ts",
+ "line": 3,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/AsyncStorage.ts#L3"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 746,
+ "name": "setItem",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/AsyncStorage.ts",
+ "line": 3,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/AsyncStorage.ts#L3"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 747,
+ "name": "key",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 748,
+ "name": "value",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ }
+ ],
+ "groups": [
+ {
+ "title": "Methods",
+ "children": [
+ 742,
+ 749,
+ 745
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/AsyncStorage.ts",
+ "line": 1,
+ "character": 17,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/AsyncStorage.ts#L1"
+ }
+ ]
+ },
+ {
+ "id": 5826,
+ "name": "BaseApiParams",
+ "variant": "declaration",
+ "kind": 256,
+ "flags": {},
+ "children": [
+ {
+ "id": 5830,
+ "name": "accountAddress",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 117,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L117"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5828,
+ "name": "entryPointAddress",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 115,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L115"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5831,
+ "name": "gasless",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 118,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L118"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 5829,
+ "name": "paymasterAPI",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 116,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L116"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 5810,
+ "name": "PaymasterAPI",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 5827,
+ "name": "provider",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 114,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L114"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-provider@5.7.0/node_modules/@ethersproject/abstract-provider/src.ts/index.ts",
+ "qualifiedName": "Provider"
+ },
+ "name": "Provider",
+ "package": "@ethersproject/abstract-provider"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5830,
+ 5828,
+ 5831,
+ 5829,
+ 5827
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 113,
+ "character": 17,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L113"
+ }
+ ]
+ },
+ {
+ "id": 630,
+ "name": "DAppMetaData",
+ "variant": "declaration",
+ "kind": 256,
+ "flags": {
+ "isPublic": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "the metadata to pass to wallet connection dialog (may show up during the wallet-connection process)"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@remarks",
+ "content": [
+ {
+ "kind": "text",
+ "text": "this is only used for wallet connect and wallet link, metamask does not support it"
+ }
+ ]
+ }
+ ]
+ },
+ "children": [
+ {
+ "id": 633,
+ "name": "description",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "optional - a description of your app"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/dAppMeta.ts",
+ "line": 18,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/dAppMeta.ts#L18"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 635,
+ "name": "isDarkMode",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "optional - whether to show the connect dialog in darkmode or not"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/dAppMeta.ts",
+ "line": 26,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/dAppMeta.ts#L26"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 634,
+ "name": "logoUrl",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "optional - a url that points to a logo (or favicon) of your app"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/dAppMeta.ts",
+ "line": 22,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/dAppMeta.ts#L22"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 631,
+ "name": "name",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "the name of your app"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/dAppMeta.ts",
+ "line": 10,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/dAppMeta.ts#L10"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 632,
+ "name": "url",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "the url where your app is hosted"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/dAppMeta.ts",
+ "line": 14,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/dAppMeta.ts#L14"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 633,
+ 635,
+ 634,
+ 631,
+ 632
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/dAppMeta.ts",
+ "line": 6,
+ "character": 17,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/dAppMeta.ts#L6"
+ }
+ ]
+ },
+ {
+ "id": 1256,
+ "name": "EVMWallet",
+ "variant": "declaration",
+ "kind": 256,
+ "flags": {},
+ "children": [
+ {
+ "id": 1257,
+ "name": "getSigner",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/index.ts",
+ "line": 4,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/index.ts#L4"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1258,
+ "name": "getSigner",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/index.ts",
+ "line": 4,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/index.ts#L4"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer"
+ },
+ "name": "Signer",
+ "package": "@ethersproject/abstract-signer"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ }
+ ],
+ "groups": [
+ {
+ "title": "Methods",
+ "children": [
+ 1257
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/index.ts",
+ "line": 3,
+ "character": 17,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/index.ts#L3"
+ }
+ ],
+ "implementedBy": [
+ {
+ "type": "reference",
+ "target": 1460,
+ "name": "AbstractWallet"
+ }
+ ]
+ },
+ {
+ "id": 801,
+ "name": "GenericAuthWallet",
+ "variant": "declaration",
+ "kind": 256,
+ "flags": {},
+ "children": [
+ {
+ "id": 802,
+ "name": "type",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/interfaces/auth.ts",
+ "line": 6,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/interfaces/auth.ts#L6"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "evm"
+ }
+ },
+ {
+ "id": 803,
+ "name": "getAddress",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/interfaces/auth.ts",
+ "line": 7,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/interfaces/auth.ts#L7"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 804,
+ "name": "getAddress",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/interfaces/auth.ts",
+ "line": 7,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/interfaces/auth.ts#L7"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 805,
+ "name": "getChainId",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/interfaces/auth.ts",
+ "line": 8,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/interfaces/auth.ts#L8"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 806,
+ "name": "getChainId",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/interfaces/auth.ts",
+ "line": 8,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/interfaces/auth.ts#L8"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 807,
+ "name": "signMessage",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/interfaces/auth.ts",
+ "line": 9,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/interfaces/auth.ts#L9"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 808,
+ "name": "signMessage",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/interfaces/auth.ts",
+ "line": 9,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/interfaces/auth.ts#L9"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 809,
+ "name": "message",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 810,
+ "name": "verifySignature",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/interfaces/auth.ts",
+ "line": 10,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/interfaces/auth.ts#L10"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 811,
+ "name": "verifySignature",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/interfaces/auth.ts",
+ "line": 10,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/interfaces/auth.ts#L10"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 812,
+ "name": "message",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 813,
+ "name": "signature",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 814,
+ "name": "address",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 815,
+ "name": "chainId",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 802
+ ]
+ },
+ {
+ "title": "Methods",
+ "children": [
+ 803,
+ 805,
+ 807,
+ 810
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/interfaces/auth.ts",
+ "line": 5,
+ "character": 17,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/interfaces/auth.ts#L5"
+ }
+ ],
+ "implementedBy": [
+ {
+ "type": "reference",
+ "target": 1460,
+ "name": "AbstractWallet"
+ }
+ ]
+ },
+ {
+ "id": 874,
+ "name": "IWalletConnectReceiver",
+ "variant": "declaration",
+ "kind": 256,
+ "flags": {},
+ "children": [
+ {
+ "id": 882,
+ "name": "approveRequest",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 74,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L74"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 883,
+ "name": "approveRequest",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 74,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L74"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 878,
+ "name": "approveSession",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 72,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L72"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 879,
+ "name": "approveSession",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 72,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L72"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 875,
+ "name": "connectApp",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 71,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L71"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 876,
+ "name": "connectApp",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 71,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L71"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 877,
+ "name": "uri",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 888,
+ "name": "disconnectSession",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 77,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L77"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 889,
+ "name": "disconnectSession",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 77,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L77"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 886,
+ "name": "getActiveSessions",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 76,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L76"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 887,
+ "name": "getActiveSessions",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 76,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L76"
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reference",
+ "target": 870,
+ "name": "WCSession",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "id": 890,
+ "name": "isWCReceiverEnabled",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 78,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L78"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 891,
+ "name": "isWCReceiverEnabled",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 78,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L78"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ]
+ },
+ {
+ "id": 884,
+ "name": "rejectRequest",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 75,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L75"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 885,
+ "name": "rejectRequest",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 75,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L75"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 880,
+ "name": "rejectSession",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 73,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L73"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 881,
+ "name": "rejectSession",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 73,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L73"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ }
+ ],
+ "groups": [
+ {
+ "title": "Methods",
+ "children": [
+ 882,
+ 878,
+ 875,
+ 888,
+ 886,
+ 890,
+ 884,
+ 880
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 70,
+ "character": 17,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L70"
+ }
+ ]
+ },
+ {
+ "id": 5756,
+ "name": "ProviderConfig",
+ "variant": "declaration",
+ "kind": 256,
+ "flags": {},
+ "children": [
+ {
+ "id": 5764,
+ "name": "accountAddress",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 42,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L42"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5768,
+ "name": "accountInfo",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 54,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L54"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 5777,
+ "name": "AccountContractInfo",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "ContractInfo.accountInfo"
+ }
+ },
+ {
+ "id": 5762,
+ "name": "bundlerUrl",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 40,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L40"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5757,
+ "name": "chain",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 35,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L35"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/core/types.ts",
+ "qualifiedName": "ChainOrRpcUrl"
+ },
+ "name": "ChainOrRpcUrl",
+ "package": "@thirdweb-dev/sdk"
+ }
+ },
+ {
+ "id": 5760,
+ "name": "clientId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 38,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L38"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5759,
+ "name": "entryPointAddress",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 37,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L37"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5763,
+ "name": "factoryAddress",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 41,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L41"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5767,
+ "name": "factoryInfo",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 53,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L53"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 5791,
+ "name": "FactoryContractInfo",
+ "package": "@thirdweb-dev/wallets"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": -1,
+ "name": "ContractInfo.factoryInfo"
+ }
+ },
+ {
+ "id": 5766,
+ "name": "gasless",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 44,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L44"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 5758,
+ "name": "localSigner",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 36,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L36"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer"
+ },
+ "name": "Signer",
+ "package": "@ethersproject/abstract-signer"
+ }
+ },
+ {
+ "id": 5765,
+ "name": "paymasterAPI",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 43,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L43"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 5810,
+ "name": "PaymasterAPI",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 5761,
+ "name": "secretKey",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 39,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L39"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5764,
+ 5768,
+ 5762,
+ 5757,
+ 5760,
+ 5759,
+ 5763,
+ 5767,
+ 5766,
+ 5758,
+ 5765,
+ 5761
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 34,
+ "character": 17,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L34"
+ }
+ ],
+ "extendedTypes": [
+ {
+ "type": "reference",
+ "target": 5773,
+ "name": "ContractInfo",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ]
+ },
+ {
+ "id": 5248,
+ "name": "SafeConnectionArgs",
+ "variant": "declaration",
+ "kind": 256,
+ "flags": {},
+ "children": [
+ {
+ "id": 5251,
+ "name": "chain",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/safe/types.ts",
+ "line": 7,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/safe/types.ts#L7"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Pick"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ },
+ {
+ "type": "union",
+ "types": [
+ {
+ "type": "literal",
+ "value": "chainId"
+ },
+ {
+ "type": "literal",
+ "value": "rpc"
+ }
+ ]
+ }
+ ],
+ "name": "Pick",
+ "package": "typescript"
+ }
+ },
+ {
+ "id": 5250,
+ "name": "personalWallet",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/safe/types.ts",
+ "line": 6,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/safe/types.ts#L6"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1256,
+ "name": "EVMWallet",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 5249,
+ "name": "safeAddress",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/safe/types.ts",
+ "line": 5,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/safe/types.ts#L5"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5251,
+ 5250,
+ 5249
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/safe/types.ts",
+ "line": 4,
+ "character": 17,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/safe/types.ts#L4"
+ }
+ ]
+ },
+ {
+ "id": 774,
+ "name": "SyncStorage",
+ "variant": "declaration",
+ "kind": 256,
+ "flags": {},
+ "children": [
+ {
+ "id": 775,
+ "name": "getItem",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/SyncStorage.ts",
+ "line": 2,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/SyncStorage.ts#L2"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 776,
+ "name": "getItem",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/SyncStorage.ts",
+ "line": 2,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/SyncStorage.ts#L2"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 777,
+ "name": "key",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "literal",
+ "value": null
+ },
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ {
+ "id": 782,
+ "name": "removeItem",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/SyncStorage.ts",
+ "line": 4,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/SyncStorage.ts#L4"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 783,
+ "name": "removeItem",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/SyncStorage.ts",
+ "line": 4,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/SyncStorage.ts#L4"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 784,
+ "name": "key",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 778,
+ "name": "setItem",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/SyncStorage.ts",
+ "line": 3,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/SyncStorage.ts#L3"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 779,
+ "name": "setItem",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/SyncStorage.ts",
+ "line": 3,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/SyncStorage.ts#L3"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 780,
+ "name": "key",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 781,
+ "name": "value",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ ],
+ "groups": [
+ {
+ "title": "Methods",
+ "children": [
+ 775,
+ 782,
+ 778
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/SyncStorage.ts",
+ "line": 1,
+ "character": 17,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/SyncStorage.ts#L1"
+ }
+ ],
+ "implementedBy": [
+ {
+ "type": "reference",
+ "target": 785,
+ "name": "LocalStorage"
+ }
+ ]
+ },
+ {
+ "id": 5816,
+ "name": "TransactionOptions",
+ "variant": "declaration",
+ "kind": 256,
+ "flags": {},
+ "children": [
+ {
+ "id": 5817,
+ "name": "gasless",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 100,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L100"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5817
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 99,
+ "character": 17,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L99"
+ }
+ ],
+ "extendedBy": [
+ {
+ "type": "reference",
+ "target": 5818,
+ "name": "UserOpOptions"
+ }
+ ]
+ },
+ {
+ "id": 5818,
+ "name": "UserOpOptions",
+ "variant": "declaration",
+ "kind": 256,
+ "flags": {},
+ "children": [
+ {
+ "id": 5819,
+ "name": "batchData",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 104,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L104"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 5821,
+ "name": "BatchData",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 5820,
+ "name": "gasless",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 100,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L100"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ },
+ "inheritedFrom": {
+ "type": "reference",
+ "target": 5817,
+ "name": "TransactionOptions.gasless"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5819,
+ 5820
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 103,
+ "character": 17,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L103"
+ }
+ ],
+ "extendedTypes": [
+ {
+ "type": "reference",
+ "target": 5816,
+ "name": "TransactionOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ]
+ },
+ {
+ "id": 5832,
+ "name": "UserOpResult",
+ "variant": "declaration",
+ "kind": 256,
+ "flags": {},
+ "children": [
+ {
+ "id": 5834,
+ "name": "success",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 123,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L123"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 5833,
+ "name": "transactionHash",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 122,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L122"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5834,
+ 5833
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 121,
+ "character": 17,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L121"
+ }
+ ]
+ },
+ {
+ "id": 1565,
+ "name": "WalletEvents",
+ "variant": "declaration",
+ "kind": 256,
+ "flags": {},
+ "children": [
+ {
+ "id": 1569,
+ "name": "change",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 33,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L33"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1570,
+ "name": "change",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 33,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L33"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1571,
+ "name": "data",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": 1561,
+ "name": "WalletData",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1566,
+ "name": "connect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 32,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L32"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1567,
+ "name": "connect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 32,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L32"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1568,
+ "name": "data",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": 1561,
+ "name": "WalletData",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1578,
+ "name": "disconnect",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 35,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L35"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1579,
+ "name": "disconnect",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 35,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L35"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1583,
+ "name": "display_uri",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 37,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L37"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1584,
+ "name": "display_uri",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 37,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L37"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1585,
+ "name": "uri",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1580,
+ "name": "error",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 36,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L36"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1581,
+ "name": "error",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 36,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L36"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1582,
+ "name": "error",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Error"
+ },
+ "name": "Error",
+ "package": "typescript"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1572,
+ "name": "message",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 34,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L34"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1573,
+ "name": "message",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 34,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L34"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1574,
+ "name": "__namedParameters",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 1575,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 1577,
+ "name": "data",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 34,
+ "character": 42,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L34"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "unknown"
+ }
+ },
+ {
+ "id": 1576,
+ "name": "type",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 34,
+ "character": 28,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L34"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 1577,
+ 1576
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 34,
+ "character": 26,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L34"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1588,
+ "name": "request",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 39,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L39"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1589,
+ "name": "request",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 39,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L39"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ },
+ {
+ "id": 1586,
+ "name": "wc_session_request_sent",
+ "variant": "declaration",
+ "kind": 2048,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 38,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L38"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1587,
+ "name": "wc_session_request_sent",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 38,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L38"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ ],
+ "groups": [
+ {
+ "title": "Methods",
+ "children": [
+ 1569,
+ 1566,
+ 1578,
+ 1583,
+ 1580,
+ 1572,
+ 1588,
+ 1586
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 31,
+ "character": 17,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L31"
+ }
+ ]
+ },
+ {
+ "id": 5412,
+ "name": "AccessibleSmartWallets",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/utils.ts",
+ "line": 10,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/utils.ts#L10"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 5413,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 5415,
+ "name": "hasSignerRole",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/utils.ts",
+ "line": 12,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/utils.ts#L12"
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ },
+ {
+ "id": 5414,
+ "name": "owned",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/utils.ts",
+ "line": 11,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/utils.ts#L11"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5415,
+ 5414
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/utils.ts",
+ "line": 10,
+ "character": 37,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/utils.ts#L10"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 5777,
+ "name": "AccountContractInfo",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 57,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L57"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 5778,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 5779,
+ "name": "abi",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 58,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L58"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+contracts@5.7.0/node_modules/@ethersproject/contracts/src.ts/index.ts",
+ "qualifiedName": "ContractInterface"
+ },
+ "name": "ContractInterface",
+ "package": "@ethersproject/contracts"
+ }
+ },
+ {
+ "id": 5784,
+ "name": "execute",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 60,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L60"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 5785,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 60,
+ "character": 11,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L60"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 5786,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "parameters": [
+ {
+ "id": 5787,
+ "name": "account",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/contracts/smart-contract.ts",
+ "qualifiedName": "SmartContract"
+ },
+ "name": "SmartContract",
+ "package": "@thirdweb-dev/sdk"
+ }
+ },
+ {
+ "id": 5788,
+ "name": "target",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5789,
+ "name": "value",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bignumber@5.7.0/node_modules/@ethersproject/bignumber/src.ts/bignumber.ts",
+ "qualifiedName": "BigNumberish"
+ },
+ "name": "BigNumberish",
+ "package": "@ethersproject/bignumber"
+ }
+ },
+ {
+ "id": 5790,
+ "name": "data",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/core/classes/transactions.ts",
+ "qualifiedName": "Transaction"
+ },
+ "name": "Transaction",
+ "package": "@thirdweb-dev/sdk"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 5780,
+ "name": "getNonce",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 59,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L59"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 5781,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 59,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L59"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 5782,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "parameters": [
+ {
+ "id": 5783,
+ "name": "account",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/contracts/smart-contract.ts",
+ "qualifiedName": "SmartContract"
+ },
+ "name": "SmartContract",
+ "package": "@thirdweb-dev/sdk"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bignumber@5.7.0/node_modules/@ethersproject/bignumber/src.ts/bignumber.ts",
+ "qualifiedName": "BigNumber"
+ },
+ "name": "BigNumber",
+ "package": "@ethersproject/bignumber"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5779,
+ 5784,
+ 5780
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 57,
+ "character": 34,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L57"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6801,
+ "name": "AuthAndWalletRpcReturnType",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 45,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L45"
+ }
+ ],
+ "type": {
+ "type": "intersection",
+ "types": [
+ {
+ "type": "reference",
+ "target": 6807,
+ "name": "AuthStoredTokenWithCookieReturnType",
+ "package": "@thirdweb-dev/wallets"
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6802,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6803,
+ "name": "walletDetails",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 46,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L46"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6888,
+ "name": "SetUpWalletRpcReturnType",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6803
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 45,
+ "character": 79,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L45"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ },
+ {
+ "id": 6828,
+ "name": "AuthDetails",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 42,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L42"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6829,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6833,
+ "name": "backupRecoveryCodes",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 46,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L46"
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ },
+ {
+ "id": 6830,
+ "name": "email",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 43,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L43"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6832,
+ "name": "encryptionKey",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 45,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L45"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6834,
+ "name": "recoveryShareManagement",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 47,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L47"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6798,
+ "name": "RecoveryShareManagement",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6831,
+ "name": "userWalletId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 44,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L44"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6833,
+ 6830,
+ 6832,
+ 6834,
+ 6831
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 42,
+ "character": 26,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L42"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6804,
+ "name": "AuthLoginReturnType",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 49,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L49"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6805,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6806,
+ "name": "user",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 49,
+ "character": 36,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L49"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6874,
+ "name": "InitializedUser",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6806
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 49,
+ "character": 34,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L49"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 3616,
+ "name": "AuthParams",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 61,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L61"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "EmailVerificationAuthParams"
+ },
+ "name": "EmailVerificationAuthParams",
+ "package": "@thirdweb-dev/wallets"
+ },
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "OauthAuthParams"
+ },
+ "name": "OauthAuthParams",
+ "package": "@thirdweb-dev/wallets"
+ },
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "JwtAuthParams"
+ },
+ "name": "JwtAuthParams",
+ "package": "@thirdweb-dev/wallets"
+ },
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "AuthEndpointParams"
+ },
+ "name": "AuthEndpointParams",
+ "package": "@thirdweb-dev/wallets"
+ },
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "IframeOtpAuthParams"
+ },
+ "name": "IframeOtpAuthParams",
+ "package": "@thirdweb-dev/wallets"
+ },
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "IframeAuthParams"
+ },
+ "name": "IframeAuthParams",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ]
+ }
+ },
+ {
+ "id": 3617,
+ "name": "AuthResult",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 70,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L70"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 3618,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 3620,
+ "name": "isNewUser",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 72,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L72"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 3621,
+ "name": "needsRecoveryCode",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 73,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L73"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 3619,
+ "name": "user",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 71,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L71"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6874,
+ "name": "InitializedUser",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 3620,
+ 3621,
+ 3619
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 70,
+ "character": 25,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L70"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6807,
+ "name": "AuthStoredTokenWithCookieReturnType",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 38,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L38"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6808,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6809,
+ "name": "storedToken",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 39,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L39"
+ }
+ ],
+ "type": {
+ "type": "intersection",
+ "types": [
+ {
+ "type": "reference",
+ "target": 6814,
+ "name": "StoredTokenType",
+ "package": "@thirdweb-dev/wallets"
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6810,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6811,
+ "name": "cookieString",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 40,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L40"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6813,
+ "name": "isNewUser",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 42,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L42"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 6812,
+ "name": "shouldStoreCookieString",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 41,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L41"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6811,
+ 6813,
+ 6812
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 39,
+ "character": 33,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L39"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6809
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 38,
+ "character": 50,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L38"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 5821,
+ "name": "BatchData",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 107,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L107"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 5822,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 5824,
+ "name": "data",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 109,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L109"
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bytes@5.7.0/node_modules/@ethersproject/bytes/src.ts/index.ts",
+ "qualifiedName": "BytesLike"
+ },
+ "name": "BytesLike",
+ "package": "@ethersproject/bytes"
+ }
+ }
+ },
+ {
+ "id": 5823,
+ "name": "targets",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 108,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L108"
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "undefined"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 5825,
+ "name": "values",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 110,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L110"
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bignumber@5.7.0/node_modules/@ethersproject/bignumber/src.ts/bignumber.ts",
+ "qualifiedName": "BigNumberish"
+ },
+ "name": "BigNumberish",
+ "package": "@ethersproject/bignumber"
+ }
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5824,
+ 5823,
+ 5825
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 107,
+ "character": 24,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L107"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 1759,
+ "name": "BloctoOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/blocto.ts",
+ "line": 6,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/blocto.ts#L6"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 1760,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 1761,
+ "name": "appId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "To get advanced features and support from Blocto, you can create an appId from [blocto dashboard](https://docs.blocto.app/blocto-sdk/register-app-id)"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/blocto.ts",
+ "line": 10,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/blocto.ts#L10"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 1762,
+ "name": "chain",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Network to connect the wallet to"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/blocto.ts",
+ "line": 14,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/blocto.ts#L14"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 1761,
+ 1762
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/blocto.ts",
+ "line": 6,
+ "character": 28,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/blocto.ts#L6"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 3136,
+ "name": "Chain",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 13,
+ "character": 12
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 3137,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 3140,
+ "name": "chain",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 16,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 3154,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 30,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ },
+ {
+ "id": 3156,
+ "name": "ens",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 32,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 3157,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 3158,
+ "name": "registry",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 33,
+ "character": 8
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 3158
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 32,
+ "character": 10
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 3159,
+ "name": "explorers",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 35,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Readonly"
+ },
+ "typeArguments": [
+ {
+ "type": "array",
+ "elementType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "ChainExplorer"
+ },
+ "name": "ChainExplorer",
+ "package": "@thirdweb-dev/chains"
+ }
+ }
+ ],
+ "name": "Readonly",
+ "package": "typescript"
+ }
+ },
+ {
+ "id": 3146,
+ "name": "faucets",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 22,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "typeOperator",
+ "operator": "readonly",
+ "target": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ }
+ },
+ {
+ "id": 3143,
+ "name": "features",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 19,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Readonly"
+ },
+ "typeArguments": [
+ {
+ "type": "array",
+ "elementType": {
+ "type": "reflection",
+ "declaration": {
+ "id": 3144,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 3145,
+ "name": "name",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 20,
+ "character": 8
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 3145
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 19,
+ "character": 30
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "name": "Readonly",
+ "package": "typescript"
+ }
+ },
+ {
+ "id": 3141,
+ "name": "icon",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 17,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "Icon"
+ },
+ "name": "Icon",
+ "package": "@thirdweb-dev/chains"
+ }
+ },
+ {
+ "id": 3152,
+ "name": "infoURL",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 28,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 3138,
+ "name": "name",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 14,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 3147,
+ "name": "nativeCurrency",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 23,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 3148,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 3151,
+ "name": "decimals",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 26,
+ "character": 8
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ },
+ {
+ "id": 3149,
+ "name": "name",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 24,
+ "character": 8
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 3150,
+ "name": "symbol",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 25,
+ "character": 8
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 3151,
+ 3149,
+ 3150
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 23,
+ "character": 20
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 3155,
+ "name": "networkId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 31,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ },
+ {
+ "id": 3165,
+ "name": "parent",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 41,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 3166,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 3169,
+ "name": "bridges",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 44,
+ "character": 8
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Readonly"
+ },
+ "typeArguments": [
+ {
+ "type": "array",
+ "elementType": {
+ "type": "reflection",
+ "declaration": {
+ "id": 3170,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 3171,
+ "name": "url",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 45,
+ "character": 12
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 3171
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 44,
+ "character": 33
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "name": "Readonly",
+ "package": "typescript"
+ }
+ },
+ {
+ "id": 3167,
+ "name": "chain",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 42,
+ "character": 8
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 3168,
+ "name": "type",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 43,
+ "character": 8
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 3169,
+ 3167,
+ 3168
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 41,
+ "character": 13
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 3164,
+ "name": "redFlags",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 40,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "typeOperator",
+ "operator": "readonly",
+ "target": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ }
+ },
+ {
+ "id": 3142,
+ "name": "rpc",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 18,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "typeOperator",
+ "operator": "readonly",
+ "target": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ }
+ },
+ {
+ "id": 3153,
+ "name": "shortName",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 29,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 3162,
+ "name": "slip44",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 38,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ },
+ {
+ "id": 3161,
+ "name": "slug",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 37,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 3163,
+ "name": "status",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 39,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 3160,
+ "name": "testnet",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 36,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 3139,
+ "name": "title",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 15,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 3140,
+ 3154,
+ 3156,
+ 3159,
+ 3146,
+ 3143,
+ 3141,
+ 3152,
+ 3138,
+ 3147,
+ 3155,
+ 3165,
+ 3164,
+ 3142,
+ 3153,
+ 3162,
+ 3161,
+ 3163,
+ 3160,
+ 3139
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/chains/dist/declarations/src/types.d.ts",
+ "line": 13,
+ "character": 20
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 3129,
+ "name": "Coin98AdditionalOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/coin98.ts",
+ "line": 10,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/coin98.ts#L10"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 3130,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 3132,
+ "name": "projectId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "When connecting Coin98 wallet using the QR Code - Wallet Connect connector is used which requires a project id.\nThis project id is Your project’s unique identifier for wallet connect that can be obtained at cloud.walletconnect.com.\n\nhttps://docs.walletconnect.com/2.0/web3modal/options#projectid-required"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/coin98.ts",
+ "line": 22,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/coin98.ts#L22"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 3133,
+ "name": "qrModalOptions",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "options to customize the Wallet Connect QR Code Modal ( only relevant when qrcode is true )\n\nhttps://docs.walletconnect.com/2.0/web3modal/options"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/coin98.ts",
+ "line": 29,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/coin98.ts#L29"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/wallet-connect/qrModalOptions.d.ts",
+ "qualifiedName": "QRModalOptions"
+ },
+ "name": "QRModalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 3131,
+ "name": "qrcode",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Whether to open the default Wallet Connect QR code Modal for connecting to Coin98 app on mobile if Coin98 wallet is not injected when calling connect()."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/coin98.ts",
+ "line": 14,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/coin98.ts#L14"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 3132,
+ 3133,
+ 3131
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/coin98.ts",
+ "line": 10,
+ "character": 38,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/coin98.ts#L10"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 3128,
+ "name": "Coin98Options",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/coin98.ts",
+ "line": 32,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/coin98.ts#L32"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 3129,
+ "name": "Coin98AdditionalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 3424,
+ "name": "CoinbaseWalletOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/coinbase-wallet.ts",
+ "line": 12,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/coinbase-wallet.ts#L12"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 3425,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 3426,
+ "name": "headlessMode",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/coinbase-wallet.ts",
+ "line": 13,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/coinbase-wallet.ts#L13"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 3427,
+ "name": "theme",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/coinbase-wallet.ts",
+ "line": 14,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/coinbase-wallet.ts#L14"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "literal",
+ "value": "dark"
+ },
+ {
+ "type": "literal",
+ "value": "light"
+ }
+ ]
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 3426,
+ 3427
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/coinbase-wallet.ts",
+ "line": 12,
+ "character": 50,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/coinbase-wallet.ts#L12"
+ }
+ ]
+ }
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 1455,
+ "name": "ConnectParams",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 22,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L22"
+ }
+ ],
+ "typeParameters": [
+ {
+ "id": 1458,
+ "name": "TOpts",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Record"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ ],
+ "name": "Record",
+ "package": "typescript"
+ },
+ "default": {
+ "type": "reflection",
+ "declaration": {
+ "id": 1459,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 22,
+ "character": 62,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L22"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intersection",
+ "types": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 1456,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 1457,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 23,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L23"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 1457
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/interfaces/connector.ts",
+ "line": 22,
+ "character": 68,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/interfaces/connector.ts#L22"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "TOpts",
+ "refersToTypeParameter": true
+ }
+ ]
+ }
+ },
+ {
+ "id": 5773,
+ "name": "ContractInfo",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 52,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L52"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 5774,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 5776,
+ "name": "accountInfo",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 54,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L54"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 5777,
+ "name": "AccountContractInfo",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 5775,
+ "name": "factoryInfo",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 53,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L53"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 5791,
+ "name": "FactoryContractInfo",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5776,
+ 5775
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 52,
+ "character": 27,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L52"
+ }
+ ]
+ }
+ },
+ "extendedBy": [
+ {
+ "type": "reference",
+ "target": 5756,
+ "name": "ProviderConfig"
+ }
+ ]
+ },
+ {
+ "id": 5769,
+ "name": "ContractInfoInput",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 47,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L47"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 5770,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 5772,
+ "name": "accountInfo",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 49,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L49"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 5777,
+ "name": "AccountContractInfo",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 5771,
+ "name": "factoryInfo",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 48,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L48"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 5791,
+ "name": "FactoryContractInfo",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5772,
+ 5771
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 47,
+ "character": 32,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L47"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 2443,
+ "name": "CoreWalletAdditionalOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/core-wallet.ts",
+ "line": 10,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/core-wallet.ts#L10"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 2444,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 2446,
+ "name": "projectId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "When connecting Core wallet using the QR Code - Wallet Connect connector is used which requires a project id.\nThis project id is Your project’s unique identifier for wallet connect that can be obtained at cloud.walletconnect.com.\n\nhttps://docs.walletconnect.com/2.0/web3modal/options#projectid-required"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/core-wallet.ts",
+ "line": 22,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/core-wallet.ts#L22"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 2447,
+ "name": "qrModalOptions",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "options to customize the Wallet Connect QR Code Modal ( only relevant when qrcode is true )\n\nhttps://docs.walletconnect.com/2.0/web3modal/options"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/core-wallet.ts",
+ "line": 29,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/core-wallet.ts#L29"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/wallet-connect/qrModalOptions.d.ts",
+ "qualifiedName": "QRModalOptions"
+ },
+ "name": "QRModalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 2445,
+ "name": "qrcode",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Whether to open the default Wallet Connect QR code Modal for connecting to Core app on mobile if Core wallet is not injected when calling connect()."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/core-wallet.ts",
+ "line": 14,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/core-wallet.ts#L14"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 2446,
+ 2447,
+ 2445
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/core-wallet.ts",
+ "line": 10,
+ "character": 42,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/core-wallet.ts#L10"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 2442,
+ "name": "CoreWalletOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/core-wallet.ts",
+ "line": 32,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/core-wallet.ts#L32"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 2443,
+ "name": "CoreWalletAdditionalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 752,
+ "name": "CreateAsyncStorage",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/AsyncStorage.ts",
+ "line": 7,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/AsyncStorage.ts#L7"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 753,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/AsyncStorage.ts",
+ "line": 7,
+ "character": 33,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/AsyncStorage.ts#L7"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 754,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "parameters": [
+ {
+ "id": 755,
+ "name": "name",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 741,
+ "name": "AsyncStorage",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 2786,
+ "name": "CryptoDefiWalletAdditionalOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/crypto-defi-wallet.ts",
+ "line": 10,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/crypto-defi-wallet.ts#L10"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 2787,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 2789,
+ "name": "projectId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "When connecting Defi wallet using the QR Code - Wallet Connect connector is used which requires a project id.\nThis project id is Your project’s unique identifier for wallet connect that can be obtained at cloud.walletconnect.com.\n\nhttps://docs.walletconnect.com/2.0/web3modal/options#projectid-required"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/crypto-defi-wallet.ts",
+ "line": 22,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/crypto-defi-wallet.ts#L22"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 2790,
+ "name": "qrModalOptions",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "options to customize the Wallet Connect QR Code Modal ( only relevant when qrcode is true )\n\nhttps://docs.walletconnect.com/2.0/web3modal/options"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/crypto-defi-wallet.ts",
+ "line": 29,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/crypto-defi-wallet.ts#L29"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/wallet-connect/qrModalOptions.d.ts",
+ "qualifiedName": "QRModalOptions"
+ },
+ "name": "QRModalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 2788,
+ "name": "qrcode",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Whether to open the default Wallet Connect QR code Modal for connecting to Defi app on mobile if Defi wallet is not injected when calling connect()."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/crypto-defi-wallet.ts",
+ "line": 14,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/crypto-defi-wallet.ts#L14"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 2789,
+ 2790,
+ 2788
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/crypto-defi-wallet.ts",
+ "line": 10,
+ "character": 48,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/crypto-defi-wallet.ts#L10"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 2785,
+ "name": "CryptoDefiWalletOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/crypto-defi-wallet.ts",
+ "line": 32,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/crypto-defi-wallet.ts#L32"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 2786,
+ "name": "CryptoDefiWalletAdditionalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 3622,
+ "name": "EmbeddedWalletAdditionalOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 4,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L4"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 3623,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 3624,
+ "name": "chain",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 5,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L5"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Pick"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ },
+ {
+ "type": "union",
+ "types": [
+ {
+ "type": "literal",
+ "value": "chainId"
+ },
+ {
+ "type": "literal",
+ "value": "rpc"
+ }
+ ]
+ }
+ ],
+ "name": "Pick",
+ "package": "typescript"
+ }
+ },
+ {
+ "id": 3625,
+ "name": "clientId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 6,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L6"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 3626,
+ "name": "onAuthSuccess",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 7,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L7"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 3627,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 7,
+ "character": 18,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L7"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 3628,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "parameters": [
+ {
+ "id": 3629,
+ "name": "authResult",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": 6801,
+ "name": "AuthAndWalletRpcReturnType",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 3624,
+ 3625,
+ 3626
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 4,
+ "character": 46,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L4"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 3630,
+ "name": "EmbeddedWalletConnectionArgs",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 17,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L17"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 3631,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 3633,
+ "name": "authResult",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 19,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L19"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 3617,
+ "name": "AuthResult",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 3632,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 18,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L18"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 3633,
+ 3632
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 17,
+ "character": 43,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L17"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6835,
+ "name": "EmbeddedWalletConstructorType",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 18,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L18"
+ }
+ ],
+ "type": {
+ "type": "intersection",
+ "types": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "ClientIdConstructorType"
+ },
+ "name": "ClientIdConstructorType",
+ "package": "@thirdweb-dev/wallets"
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6836,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6837,
+ "name": "chain",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "sets the default chain that the EmbeddedWallet will live on."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 22,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L22"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@paperxyz+sdk-common-utilities@0.1.0/node_modules/@paperxyz/sdk-common-utilities/dist/index.d.ts",
+ "qualifiedName": "Chain"
+ },
+ "name": "Chain",
+ "package": "@paperxyz/sdk-common-utilities"
+ }
+ },
+ {
+ "id": 6838,
+ "name": "onAuthSuccess",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 27,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L27"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6839,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 27,
+ "character": 18,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L27"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6840,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [],
+ "blockTags": [
+ {
+ "tag": "@returns",
+ "content": []
+ }
+ ]
+ },
+ "parameters": [
+ {
+ "id": 6841,
+ "name": "authResult",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The authResult returned from the EmbeddedWalletSdk auth method"
+ }
+ ]
+ },
+ "type": {
+ "type": "reference",
+ "target": 6801,
+ "name": "AuthAndWalletRpcReturnType",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6842,
+ "name": "styles",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "sets the default style override for any modal that pops up asking for user's details when creating wallet or logging in."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 31,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L31"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@paperxyz+sdk-common-utilities@0.1.0/node_modules/@paperxyz/sdk-common-utilities/dist/index.d.ts",
+ "qualifiedName": "CustomizationOptionsType"
+ },
+ "name": "CustomizationOptionsType",
+ "package": "@paperxyz/sdk-common-utilities"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6837,
+ 6838,
+ 6842
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 18,
+ "character": 70,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L18"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ },
+ {
+ "id": 3634,
+ "name": "EmbeddedWalletOauthStrategy",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/types.ts",
+ "line": 29,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/types.ts#L29"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "literal",
+ "value": "google"
+ },
+ {
+ "type": "literal",
+ "value": "apple"
+ },
+ {
+ "type": "literal",
+ "value": "facebook"
+ }
+ ]
+ }
+ },
+ {
+ "id": 3615,
+ "name": "EmbeddedWalletOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/embedded-wallet.ts",
+ "line": 12,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/embedded-wallet.ts#L12"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 3622,
+ "name": "EmbeddedWalletAdditionalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 5791,
+ "name": "FactoryContractInfo",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 68,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L68"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 5792,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 5793,
+ "name": "abi",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 69,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L69"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+contracts@5.7.0/node_modules/@ethersproject/contracts/src.ts/index.ts",
+ "qualifiedName": "ContractInterface"
+ },
+ "name": "ContractInterface",
+ "package": "@ethersproject/contracts"
+ }
+ },
+ {
+ "id": 5794,
+ "name": "createAccount",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 70,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L70"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 5795,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 70,
+ "character": 17,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L70"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 5796,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "parameters": [
+ {
+ "id": 5797,
+ "name": "factory",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/contracts/smart-contract.ts",
+ "qualifiedName": "SmartContract"
+ },
+ "name": "SmartContract",
+ "package": "@thirdweb-dev/sdk"
+ }
+ },
+ {
+ "id": 5798,
+ "name": "owner",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/core/classes/transactions.ts",
+ "qualifiedName": "Transaction"
+ },
+ "name": "Transaction",
+ "package": "@thirdweb-dev/sdk"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 5799,
+ "name": "getAccountAddress",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 74,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L74"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 5800,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 74,
+ "character": 21,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L74"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 5801,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "parameters": [
+ {
+ "id": 5802,
+ "name": "factory",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/contracts/smart-contract.ts",
+ "qualifiedName": "SmartContract"
+ },
+ "name": "SmartContract",
+ "package": "@thirdweb-dev/sdk"
+ }
+ },
+ {
+ "id": 5803,
+ "name": "owner",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5793,
+ 5794,
+ 5799
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 68,
+ "character": 34,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L68"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6846,
+ "name": "GetUser",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 119,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L119"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6847,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6848,
+ "name": "status",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 121,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L121"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6824,
+ "name": "UserWalletStatus.LOGGED_OUT",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6848
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 120,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L120"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6849,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6851,
+ "name": "authDetails",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 125,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L125"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6828,
+ "name": "AuthDetails",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6850,
+ "name": "status",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 124,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L124"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6825,
+ "name": "UserWalletStatus.LOGGED_IN_WALLET_UNINITIALIZED",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6851,
+ 6850
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 123,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L123"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6852,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6854,
+ "name": "authDetails",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 129,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L129"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6828,
+ "name": "AuthDetails",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6853,
+ "name": "status",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 128,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L128"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6826,
+ "name": "UserWalletStatus.LOGGED_IN_NEW_DEVICE",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6855,
+ "name": "walletAddress",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 130,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L130"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6854,
+ 6853,
+ 6855
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 127,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L127"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reference",
+ "target": 6874,
+ "name": "InitializedUser",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ]
+ }
+ },
+ {
+ "id": 6856,
+ "name": "GetUserWalletStatusRpcReturnType",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 100,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L100"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6857,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6858,
+ "name": "status",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 102,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L102"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6824,
+ "name": "UserWalletStatus.LOGGED_OUT",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6859,
+ "name": "user",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 103,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L103"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "undefined"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6858,
+ 6859
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 101,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L101"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6860,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6861,
+ "name": "status",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 106,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L106"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6825,
+ "name": "UserWalletStatus.LOGGED_IN_WALLET_UNINITIALIZED",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6862,
+ "name": "user",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 107,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L107"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6863,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6864,
+ "name": "authDetails",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 107,
+ "character": 14,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L107"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6828,
+ "name": "AuthDetails",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6864
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 107,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L107"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6861,
+ 6862
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 105,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L105"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6865,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6866,
+ "name": "status",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 110,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L110"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6826,
+ "name": "UserWalletStatus.LOGGED_IN_NEW_DEVICE",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6867,
+ "name": "user",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 111,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L111"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6868,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6869,
+ "name": "authDetails",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 111,
+ "character": 14,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L111"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6828,
+ "name": "AuthDetails",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6870,
+ "name": "walletAddress",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 111,
+ "character": 40,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L111"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6869,
+ 6870
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 111,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L111"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6866,
+ 6867
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 109,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L109"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6871,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6872,
+ "name": "status",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 114,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L114"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6827,
+ "name": "UserWalletStatus.LOGGED_IN_WALLET_INITIALIZED",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6873,
+ "name": "user",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 115,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L115"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Omit"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 6874,
+ "name": "InitializedUser",
+ "package": "@thirdweb-dev/wallets"
+ },
+ {
+ "type": "union",
+ "types": [
+ {
+ "type": "literal",
+ "value": "wallet"
+ },
+ {
+ "type": "literal",
+ "value": "status"
+ }
+ ]
+ }
+ ],
+ "name": "Omit",
+ "package": "typescript"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6872,
+ 6873
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 113,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L113"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ },
+ {
+ "id": 6874,
+ "name": "InitializedUser",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 50,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L50"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6875,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6879,
+ "name": "authDetails",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 54,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L54"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6828,
+ "name": "AuthDetails",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6876,
+ "name": "status",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 51,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L51"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6827,
+ "name": "UserWalletStatus.LOGGED_IN_WALLET_INITIALIZED",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6877,
+ "name": "wallet",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 52,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L52"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/lib/core/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet"
+ },
+ "name": "EmbeddedWallet",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6878,
+ "name": "walletAddress",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 53,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L53"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6879,
+ 6876,
+ 6877,
+ 6878
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 50,
+ "character": 30,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L50"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 4284,
+ "name": "LocalWalletConnectionArgs",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 28,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L28"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 4285,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 28,
+ "character": 40,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L28"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 4479,
+ "name": "LocalWalletDecryptOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 773,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L773"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4480,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4481,
+ "name": "decrypt",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 775,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L775"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 4482,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 775,
+ "character": 16,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L775"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 4483,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "parameters": [
+ {
+ "id": 4484,
+ "name": "message",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 4485,
+ "name": "password",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 4486,
+ "name": "password",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 776,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L776"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4481,
+ 4486
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 774,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L774"
+ }
+ ]
+ }
+ },
+ {
+ "type": "literal",
+ "value": false
+ }
+ ]
+ }
+ },
+ {
+ "id": 4487,
+ "name": "LocalWalletEncryptOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 780,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L780"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4488,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4489,
+ "name": "encrypt",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 782,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L782"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 4490,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 782,
+ "character": 16,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L782"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 4491,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "parameters": [
+ {
+ "id": 4492,
+ "name": "message",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 4493,
+ "name": "password",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 4494,
+ "name": "password",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 783,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L783"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4489,
+ 4494
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 781,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L781"
+ }
+ ]
+ }
+ },
+ {
+ "type": "literal",
+ "value": false
+ }
+ ]
+ }
+ },
+ {
+ "id": 4540,
+ "name": "LocalWalletExportOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 844,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L844"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4541,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4543,
+ "name": "password",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 845,
+ "character": 33,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L845"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 4542,
+ "name": "strategy",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 845,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L845"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "encryptedJson"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4543,
+ 4542
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 845,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L845"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4544,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4546,
+ "name": "encryption",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 848,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L848"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 4487,
+ "name": "LocalWalletEncryptOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4545,
+ "name": "strategy",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 847,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L847"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "privateKey"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4546,
+ 4545
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 846,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L846"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4547,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4549,
+ "name": "encryption",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 852,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L852"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 4487,
+ "name": "LocalWalletEncryptOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4548,
+ "name": "strategy",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 851,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L851"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "mnemonic"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4549,
+ 4548
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 850,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L850"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ },
+ {
+ "id": 4495,
+ "name": "LocalWalletImportOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 787,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L787"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4496,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4498,
+ "name": "encryption",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 790,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L790"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 4479,
+ "name": "LocalWalletDecryptOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4497,
+ "name": "privateKey",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 789,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L789"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4498,
+ 4497
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 788,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L788"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4499,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4501,
+ "name": "encryption",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 794,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L794"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 4479,
+ "name": "LocalWalletDecryptOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4500,
+ "name": "mnemonic",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 793,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L793"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4501,
+ 4500
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 792,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L792"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4502,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4503,
+ "name": "encryptedJson",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 797,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L797"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 4504,
+ "name": "password",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 798,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L798"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4503,
+ 4504
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 796,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L796"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ },
+ {
+ "id": 4505,
+ "name": "LocalWalletLoadOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 801,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L801"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4506,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4508,
+ "name": "password",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 804,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L804"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 4509,
+ "name": "storage",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 805,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L805"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 741,
+ "name": "AsyncStorage",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4507,
+ "name": "strategy",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 803,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L803"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "encryptedJson"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4508,
+ 4509,
+ 4507
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 802,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L802"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4510,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4513,
+ "name": "encryption",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 810,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L810"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 4479,
+ "name": "LocalWalletDecryptOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4512,
+ "name": "storage",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 809,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L809"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 741,
+ "name": "AsyncStorage",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4511,
+ "name": "strategy",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 808,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L808"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "privateKey"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4513,
+ 4512,
+ 4511
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 807,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L807"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4514,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4517,
+ "name": "encryption",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 815,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L815"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 4479,
+ "name": "LocalWalletDecryptOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4516,
+ "name": "storage",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 814,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L814"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 741,
+ "name": "AsyncStorage",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4515,
+ "name": "strategy",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 813,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L813"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "mnemonic"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4517,
+ 4516,
+ 4515
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 812,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L812"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ },
+ {
+ "id": 4518,
+ "name": "LocalWalletLoadOrCreateOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 819,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L819"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4519,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4521,
+ "name": "password",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 822,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L822"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 4522,
+ "name": "storage",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 823,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L823"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 741,
+ "name": "AsyncStorage",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4520,
+ "name": "strategy",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 821,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L821"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "encryptedJson"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4521,
+ 4522,
+ 4520
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 820,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L820"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4523,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4526,
+ "name": "encryption",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 828,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L828"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 4479,
+ "name": "LocalWalletDecryptOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4525,
+ "name": "storage",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 827,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L827"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 741,
+ "name": "AsyncStorage",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4524,
+ "name": "strategy",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 826,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L826"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "privateKey"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4526,
+ 4525,
+ 4524
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 825,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L825"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ },
+ {
+ "id": 4279,
+ "name": "LocalWalletOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 14,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L14"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 4280,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4281,
+ "name": "chain",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 15,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L15"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ }
+ },
+ {
+ "id": 4283,
+ "name": "secretKey",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 17,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L17"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 4282,
+ "name": "storage",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 16,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L16"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 741,
+ "name": "AsyncStorage",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4281,
+ 4283,
+ 4282
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 14,
+ "character": 33,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L14"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 4527,
+ "name": "LocalWalletSaveOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 831,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L831"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4528,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4530,
+ "name": "password",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 832,
+ "character": 33,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L832"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 4531,
+ "name": "storage",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 832,
+ "character": 51,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L832"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 741,
+ "name": "AsyncStorage",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4529,
+ "name": "strategy",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 832,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L832"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "encryptedJson"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4530,
+ 4531,
+ 4529
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 832,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L832"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4532,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4534,
+ "name": "encryption",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 835,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L835"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 4487,
+ "name": "LocalWalletEncryptOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4535,
+ "name": "storage",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 836,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L836"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 741,
+ "name": "AsyncStorage",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4533,
+ "name": "strategy",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 834,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L834"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "privateKey"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4534,
+ 4535,
+ 4533
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 833,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L833"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 4536,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4538,
+ "name": "encryption",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 840,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L840"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 4487,
+ "name": "LocalWalletEncryptOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4539,
+ "name": "storage",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 841,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L841"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 741,
+ "name": "AsyncStorage",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4537,
+ "name": "strategy",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 839,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L839"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "mnemonic"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4538,
+ 4539,
+ 4537
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/local-wallet.ts",
+ "line": 838,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/local-wallet.ts#L838"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ },
+ {
+ "id": 6880,
+ "name": "LogoutReturnType",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 91,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L91"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6881,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6882,
+ "name": "success",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 91,
+ "character": 33,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L91"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6882
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 91,
+ "character": 31,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L91"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 4717,
+ "name": "MagicLinkAdditionalOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/magic.ts",
+ "line": 14,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/magic.ts#L14"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/magic/types.ts",
+ "qualifiedName": "MagicAuthOptions"
+ },
+ "name": "MagicAuthOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4719,
+ "name": "MagicLinkConnectOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/magic.ts",
+ "line": 16,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/magic.ts#L16"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/magic/index.ts",
+ "qualifiedName": "MagicAuthConnectOptions"
+ },
+ "name": "MagicAuthConnectOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4718,
+ "name": "MagicLinkOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/magic.ts",
+ "line": 15,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/magic.ts#L15"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/magic/types.ts",
+ "qualifiedName": "MagicAuthOptions"
+ },
+ "name": "MagicAuthOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 4720,
+ "name": "MagicOAuthProvider",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/magic.ts",
+ "line": 17,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/magic.ts#L17"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@magic-ext+oauth@7.6.2/node_modules/@magic-ext/oauth/dist/types/types.d.ts",
+ "qualifiedName": "OAuthProvider"
+ },
+ "name": "_OAuthProvider",
+ "package": "@magic-ext/oauth",
+ "qualifiedName": "OAuthProvider"
+ }
+ },
+ {
+ "id": 2101,
+ "name": "MetamaskAdditionalOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/metamask.ts",
+ "line": 10,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/metamask.ts#L10"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 2102,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 2104,
+ "name": "projectId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "When connecting MetaMask using the QR Code - Wallet Connect connector is used which requires a project id.\nThis project id is Your project’s unique identifier for wallet connect that can be obtained at cloud.walletconnect.com.\n\nhttps://docs.walletconnect.com/2.0/web3modal/options#projectid-required"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/metamask.ts",
+ "line": 22,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/metamask.ts#L22"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 2105,
+ "name": "qrModalOptions",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "WalletConnect's [options](https://docs.walletconnect.com/advanced/walletconnectmodal/options) to customize the QR Code Modal."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/metamask.ts",
+ "line": 27,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/metamask.ts#L27"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/wallet-connect/qrModalOptions.d.ts",
+ "qualifiedName": "QRModalOptions"
+ },
+ "name": "QRModalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 2103,
+ "name": "qrcode",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Whether to open the default Wallet Connect QR code Modal for connecting to MetaMask Wallet on mobile if MetaMask is not injected when calling connect()."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/metamask.ts",
+ "line": 14,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/metamask.ts#L14"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 2104,
+ 2105,
+ 2103
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/metamask.ts",
+ "line": 10,
+ "character": 40,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/metamask.ts#L10"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 2106,
+ "name": "MetamaskWalletOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/metamask.ts",
+ "line": 30,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/metamask.ts#L30"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 2101,
+ "name": "MetamaskAdditionalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 2273,
+ "name": "OKXWalletOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/okx.ts",
+ "line": 32,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/okx.ts#L32"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/wallets/okx.ts",
+ "qualifiedName": "OKXAdditionalOptions"
+ },
+ "name": "OKXAdditionalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 2616,
+ "name": "OneKeyOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/onekey.ts",
+ "line": 32,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/onekey.ts#L32"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/wallets/onekey.ts",
+ "qualifiedName": "OneKeyAdditionalOptions"
+ },
+ "name": "OneKeyAdditionalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 3246,
+ "name": "PaperWalletAdditionalOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/paper/types.ts",
+ "line": 12,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/paper/types.ts#L12"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 3247,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 3249,
+ "name": "advancedOptions",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/paper/types.ts",
+ "line": 14,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/paper/types.ts#L14"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/paper/types.ts",
+ "qualifiedName": "PaperAdvanceOptions"
+ },
+ "name": "PaperAdvanceOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 3248,
+ "name": "chain",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/paper/types.ts",
+ "line": 13,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/paper/types.ts#L13"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Pick"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ },
+ {
+ "type": "union",
+ "types": [
+ {
+ "type": "literal",
+ "value": "chainId"
+ },
+ {
+ "type": "literal",
+ "value": "rpc"
+ }
+ ]
+ }
+ ],
+ "name": "Pick",
+ "package": "typescript"
+ }
+ },
+ {
+ "id": 3252,
+ "name": "clientId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/paper/types.ts",
+ "line": 17,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/paper/types.ts#L17"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 3253,
+ "name": "onAuthSuccess",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/paper/types.ts",
+ "line": 18,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/paper/types.ts#L18"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 3254,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/paper/types.ts",
+ "line": 18,
+ "character": 18,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/paper/types.ts#L18"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 3255,
+ "name": "__type",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "parameters": [
+ {
+ "id": 3256,
+ "name": "authResult",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@paperxyz+embedded-wallet-service-sdk@1.2.5/node_modules/@paperxyz/embedded-wallet-service-sdk/dist/index.d.ts",
+ "qualifiedName": "AuthAndWalletRpcReturnType"
+ },
+ "name": "AuthAndWalletRpcReturnType",
+ "package": "@paperxyz/embedded-wallet-service-sdk"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 3251,
+ "name": "paperClientId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/paper/types.ts",
+ "line": 16,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/paper/types.ts#L16"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 3250,
+ "name": "styles",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/paper/types.ts",
+ "line": 15,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/paper/types.ts#L15"
+ }
+ ],
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "literal",
+ "value": "styles"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@paperxyz+embedded-wallet-service-sdk@1.2.5/node_modules/@paperxyz/embedded-wallet-service-sdk/dist/index.d.ts",
+ "qualifiedName": "PaperConstructorType"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@paperxyz+embedded-wallet-service-sdk@1.2.5/node_modules/@paperxyz/embedded-wallet-service-sdk/dist/index.d.ts",
+ "qualifiedName": "RecoveryShareManagement"
+ },
+ "name": "RecoveryShareManagement",
+ "package": "@paperxyz/embedded-wallet-service-sdk"
+ }
+ ],
+ "name": "PaperConstructorType",
+ "package": "@paperxyz/embedded-wallet-service-sdk"
+ }
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 3249,
+ 3248,
+ 3252,
+ 3253,
+ 3251,
+ 3250
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/paper/types.ts",
+ "line": 12,
+ "character": 43,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/paper/types.ts#L12"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 3257,
+ "name": "PaperWalletOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/paper-wallet.ts",
+ "line": 13,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/paper-wallet.ts#L13"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 3246,
+ "name": "PaperWalletAdditionalOptions_",
+ "package": "@thirdweb-dev/wallets",
+ "qualifiedName": "PaperWalletAdditionalOptions"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 5804,
+ "name": "PaymasterResult",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 77,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L77"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 5805,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 5809,
+ "name": "callGasLimit",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 81,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L81"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bignumber@5.7.0/node_modules/@ethersproject/bignumber/src.ts/bignumber.ts",
+ "qualifiedName": "BigNumber"
+ },
+ "name": "BigNumber",
+ "package": "@ethersproject/bignumber"
+ }
+ },
+ {
+ "id": 5806,
+ "name": "paymasterAndData",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 78,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L78"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5807,
+ "name": "preVerificationGas",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 79,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L79"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bignumber@5.7.0/node_modules/@ethersproject/bignumber/src.ts/bignumber.ts",
+ "qualifiedName": "BigNumber"
+ },
+ "name": "BigNumber",
+ "package": "@ethersproject/bignumber"
+ }
+ },
+ {
+ "id": 5808,
+ "name": "verificationGasLimit",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 80,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L80"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bignumber@5.7.0/node_modules/@ethersproject/bignumber/src.ts/bignumber.ts",
+ "qualifiedName": "BigNumber"
+ },
+ "name": "BigNumber",
+ "package": "@ethersproject/bignumber"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5809,
+ 5806,
+ 5807,
+ 5808
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 77,
+ "character": 30,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L77"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 2959,
+ "name": "RabbyOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/rabby.ts",
+ "line": 32,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/rabby.ts#L32"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/wallets/rabby.ts",
+ "qualifiedName": "RabbyAdditionalOptions"
+ },
+ "name": "RabbyAdditionalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 5072,
+ "name": "RainbowWalletOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/rainbow-wallet.ts",
+ "line": 32,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/rainbow-wallet.ts#L32"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowAdditionalOptions"
+ },
+ "name": "RainbowAdditionalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 5252,
+ "name": "SafeWalletOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/safe.ts",
+ "line": 12,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/safe.ts#L12"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6883,
+ "name": "SendEmailOtpReturnType",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 86,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L86"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6884,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6886,
+ "name": "isNewDevice",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 88,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L88"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 6885,
+ "name": "isNewUser",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 87,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L87"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 6887,
+ "name": "recoveryShareManagement",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 89,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L89"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6798,
+ "name": "RecoveryShareManagement",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6886,
+ 6885,
+ 6887
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 86,
+ "character": 37,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L86"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6888,
+ "name": "SetUpWalletRpcReturnType",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 72,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L72"
+ }
+ ],
+ "type": {
+ "type": "intersection",
+ "types": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "WalletAddressObjectType"
+ },
+ "name": "WalletAddressObjectType",
+ "package": "@thirdweb-dev/wallets"
+ },
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 6889,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6890,
+ "name": "deviceShareStored",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "the value that is saved for the user's device share.\nWe save this into the localStorage on the site itself if we could not save it within the iframe's localStorage.\nThis happens in incognito mostly"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 78,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L78"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6891,
+ "name": "isIframeStorageEnabled",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Tells us if we were able to store values in the localStorage in our iframe.\nWe need to store it under the dev's domain localStorage if we weren't able to store things in the iframe"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 83,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L83"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6890,
+ 6891
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "line": 72,
+ "character": 65,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts#L72"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ },
+ {
+ "id": 6895,
+ "name": "SignMessageReturnType",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "line": 5,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts#L5"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6896,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6897,
+ "name": "signedMessage",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "line": 5,
+ "character": 38,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts#L5"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6897
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "line": 5,
+ "character": 36,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts#L5"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6898,
+ "name": "SignTransactionReturnType",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "line": 6,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts#L6"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6899,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6900,
+ "name": "signedTransaction",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "line": 7,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts#L7"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6900
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "line": 6,
+ "character": 40,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts#L6"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6901,
+ "name": "SignedTypedDataReturnType",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "line": 9,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts#L9"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6902,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6903,
+ "name": "signedTypedData",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "line": 10,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts#L10"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6903
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "line": 9,
+ "character": 40,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts#L9"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 4550,
+ "name": "SignerWalletAdditionalOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/signer.ts",
+ "line": 13,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/signer.ts#L13"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 4551,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 4552,
+ "name": "chain",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/signer.ts",
+ "line": 14,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/signer.ts#L14"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ }
+ },
+ {
+ "id": 4554,
+ "name": "secretKey",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/signer.ts",
+ "line": 16,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/signer.ts#L16"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 4555,
+ "name": "signer",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/signer.ts",
+ "line": 17,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/signer.ts#L17"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer"
+ },
+ "name": "Signer",
+ "package": "@ethersproject/abstract-signer"
+ }
+ },
+ {
+ "id": 4553,
+ "name": "storage",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/signer.ts",
+ "line": 15,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/signer.ts#L15"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 741,
+ "name": "AsyncStorage",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 4552,
+ 4554,
+ 4555,
+ 4553
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/signer.ts",
+ "line": 13,
+ "character": 44,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/signer.ts#L13"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 4556,
+ "name": "SignerWalletConnectionArgs",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/signer.ts",
+ "line": 21,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/signer.ts#L21"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 4557,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/signer.ts",
+ "line": 21,
+ "character": 41,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/signer.ts#L21"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 5740,
+ "name": "SmartWalletConfig",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 15,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L15"
+ }
+ ],
+ "type": {
+ "type": "intersection",
+ "types": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 5741,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 5747,
+ "name": "bundlerUrl",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 21,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L21"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5742,
+ "name": "chain",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 16,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L16"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/core/types.ts",
+ "qualifiedName": "ChainOrRpcUrl"
+ },
+ "name": "ChainOrRpcUrl",
+ "package": "@thirdweb-dev/sdk"
+ }
+ },
+ {
+ "id": 5744,
+ "name": "clientId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 18,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L18"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5750,
+ "name": "entryPointAddress",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 24,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L24"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5743,
+ "name": "factoryAddress",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 17,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L17"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5746,
+ "name": "gasless",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 20,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L20"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ },
+ {
+ "id": 5749,
+ "name": "paymasterAPI",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 23,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L23"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 5810,
+ "name": "PaymasterAPI",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 5748,
+ "name": "paymasterUrl",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 22,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L22"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5745,
+ "name": "secretKey",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 19,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L19"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5747,
+ 5742,
+ 5744,
+ 5750,
+ 5743,
+ 5746,
+ 5749,
+ 5748,
+ 5745
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 15,
+ "character": 32,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L15"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reference",
+ "target": 5769,
+ "name": "ContractInfoInput",
+ "package": "@thirdweb-dev/wallets"
+ },
+ {
+ "type": "reference",
+ "target": 817,
+ "name": "WalletConnectReceiverConfig",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ]
+ }
+ },
+ {
+ "id": 5751,
+ "name": "SmartWalletConnectionArgs",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 28,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L28"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 5752,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 5754,
+ "name": "accountAddress",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 30,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L30"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5753,
+ "name": "personalWallet",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 29,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L29"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1256,
+ "name": "EVMWallet",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5754,
+ 5753
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 28,
+ "character": 40,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L28"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 5755,
+ "name": "SmartWalletOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/types.ts",
+ "line": 32,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/types.ts#L32"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6814,
+ "name": "StoredTokenType",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 31,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L31"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6815,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6818,
+ "name": "authDetails",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 34,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L34"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6828,
+ "name": "AuthDetails",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6817,
+ "name": "authProvider",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 33,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L33"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6790,
+ "name": "AuthProvider",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6819,
+ "name": "developerClientId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 35,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L35"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6816,
+ "name": "jwtToken",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 32,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L32"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6818,
+ 6817,
+ 6819,
+ 6816
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "line": 31,
+ "character": 30,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts#L31"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 5835,
+ "name": "TrustWalletOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/trust.ts",
+ "line": 30,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/trust.ts#L30"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 1749,
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/wallets/trust.ts",
+ "qualifiedName": "TrustAdditionalOptions"
+ },
+ "name": "TrustAdditionalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "WalletOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 5445,
+ "name": "UserOperationStruct",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "line": 5,
+ "character": 12
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 5446,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {
+ "isExternal": true
+ },
+ "children": [
+ {
+ "id": 5450,
+ "name": "callData",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "line": 9,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/common.d.ts",
+ "qualifiedName": "PromiseOrValue"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bytes@5.7.0/node_modules/@ethersproject/bytes/src.ts/index.ts",
+ "qualifiedName": "BytesLike"
+ },
+ "name": "BytesLike",
+ "package": "@ethersproject/bytes"
+ }
+ ],
+ "name": "PromiseOrValue",
+ "package": "@account-abstraction/contracts"
+ }
+ },
+ {
+ "id": 5451,
+ "name": "callGasLimit",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "line": 10,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/common.d.ts",
+ "qualifiedName": "PromiseOrValue"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bignumber@5.7.0/node_modules/@ethersproject/bignumber/src.ts/bignumber.ts",
+ "qualifiedName": "BigNumberish"
+ },
+ "name": "BigNumberish",
+ "package": "@ethersproject/bignumber"
+ }
+ ],
+ "name": "PromiseOrValue",
+ "package": "@account-abstraction/contracts"
+ }
+ },
+ {
+ "id": 5449,
+ "name": "initCode",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "line": 8,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/common.d.ts",
+ "qualifiedName": "PromiseOrValue"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bytes@5.7.0/node_modules/@ethersproject/bytes/src.ts/index.ts",
+ "qualifiedName": "BytesLike"
+ },
+ "name": "BytesLike",
+ "package": "@ethersproject/bytes"
+ }
+ ],
+ "name": "PromiseOrValue",
+ "package": "@account-abstraction/contracts"
+ }
+ },
+ {
+ "id": 5454,
+ "name": "maxFeePerGas",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "line": 13,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/common.d.ts",
+ "qualifiedName": "PromiseOrValue"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bignumber@5.7.0/node_modules/@ethersproject/bignumber/src.ts/bignumber.ts",
+ "qualifiedName": "BigNumberish"
+ },
+ "name": "BigNumberish",
+ "package": "@ethersproject/bignumber"
+ }
+ ],
+ "name": "PromiseOrValue",
+ "package": "@account-abstraction/contracts"
+ }
+ },
+ {
+ "id": 5455,
+ "name": "maxPriorityFeePerGas",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "line": 14,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/common.d.ts",
+ "qualifiedName": "PromiseOrValue"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bignumber@5.7.0/node_modules/@ethersproject/bignumber/src.ts/bignumber.ts",
+ "qualifiedName": "BigNumberish"
+ },
+ "name": "BigNumberish",
+ "package": "@ethersproject/bignumber"
+ }
+ ],
+ "name": "PromiseOrValue",
+ "package": "@account-abstraction/contracts"
+ }
+ },
+ {
+ "id": 5448,
+ "name": "nonce",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "line": 7,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/common.d.ts",
+ "qualifiedName": "PromiseOrValue"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bignumber@5.7.0/node_modules/@ethersproject/bignumber/src.ts/bignumber.ts",
+ "qualifiedName": "BigNumberish"
+ },
+ "name": "BigNumberish",
+ "package": "@ethersproject/bignumber"
+ }
+ ],
+ "name": "PromiseOrValue",
+ "package": "@account-abstraction/contracts"
+ }
+ },
+ {
+ "id": 5456,
+ "name": "paymasterAndData",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "line": 15,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/common.d.ts",
+ "qualifiedName": "PromiseOrValue"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bytes@5.7.0/node_modules/@ethersproject/bytes/src.ts/index.ts",
+ "qualifiedName": "BytesLike"
+ },
+ "name": "BytesLike",
+ "package": "@ethersproject/bytes"
+ }
+ ],
+ "name": "PromiseOrValue",
+ "package": "@account-abstraction/contracts"
+ }
+ },
+ {
+ "id": 5453,
+ "name": "preVerificationGas",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "line": 12,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/common.d.ts",
+ "qualifiedName": "PromiseOrValue"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bignumber@5.7.0/node_modules/@ethersproject/bignumber/src.ts/bignumber.ts",
+ "qualifiedName": "BigNumberish"
+ },
+ "name": "BigNumberish",
+ "package": "@ethersproject/bignumber"
+ }
+ ],
+ "name": "PromiseOrValue",
+ "package": "@account-abstraction/contracts"
+ }
+ },
+ {
+ "id": 5447,
+ "name": "sender",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "line": 6,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/common.d.ts",
+ "qualifiedName": "PromiseOrValue"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "PromiseOrValue",
+ "package": "@account-abstraction/contracts"
+ }
+ },
+ {
+ "id": 5457,
+ "name": "signature",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "line": 16,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/common.d.ts",
+ "qualifiedName": "PromiseOrValue"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bytes@5.7.0/node_modules/@ethersproject/bytes/src.ts/index.ts",
+ "qualifiedName": "BytesLike"
+ },
+ "name": "BytesLike",
+ "package": "@ethersproject/bytes"
+ }
+ ],
+ "name": "PromiseOrValue",
+ "package": "@account-abstraction/contracts"
+ }
+ },
+ {
+ "id": 5452,
+ "name": "verificationGasLimit",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isExternal": true
+ },
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "line": 11,
+ "character": 4
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/common.d.ts",
+ "qualifiedName": "PromiseOrValue"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bignumber@5.7.0/node_modules/@ethersproject/bignumber/src.ts/bignumber.ts",
+ "qualifiedName": "BigNumberish"
+ },
+ "name": "BigNumberish",
+ "package": "@ethersproject/bignumber"
+ }
+ ],
+ "name": "PromiseOrValue",
+ "package": "@account-abstraction/contracts"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 5450,
+ 5451,
+ 5449,
+ 5454,
+ 5455,
+ 5448,
+ 5456,
+ 5453,
+ 5447,
+ 5457,
+ 5452
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "line": 5,
+ "character": 34
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 6010,
+ "name": "WC2_QRModalOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 10,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L10"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/wallet-connect/qrModalOptions.d.ts",
+ "qualifiedName": "QRModalOptions"
+ },
+ "name": "QRModalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 834,
+ "name": "WCErrorResponse",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 29,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L29"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 835,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 836,
+ "name": "code",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 29,
+ "character": 32,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L29"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ },
+ {
+ "id": 838,
+ "name": "data",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 29,
+ "character": 63,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L29"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 837,
+ "name": "message",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 29,
+ "character": 46,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L29"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 836,
+ 838,
+ 837
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 29,
+ "character": 30,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L29"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 855,
+ "name": "WCEvent",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 46,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L46"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "literal",
+ "value": "session_proposal"
+ },
+ {
+ "type": "literal",
+ "value": "session_request"
+ },
+ {
+ "type": "literal",
+ "value": "session_delete"
+ }
+ ]
+ }
+ },
+ {
+ "id": 839,
+ "name": "WCJsonRpcError",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 31,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L31"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 840,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 843,
+ "name": "error",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 34,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L34"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 834,
+ "name": "WCErrorResponse",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 841,
+ "name": "id",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 32,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L32"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ },
+ {
+ "id": 842,
+ "name": "jsonrpc",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 33,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L33"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 843,
+ 841,
+ 842
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 31,
+ "character": 29,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L31"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 844,
+ "name": "WCJsonRpcResult",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 37,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L37"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 845,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 846,
+ "name": "id",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 37,
+ "character": 32,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L37"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ },
+ {
+ "id": 847,
+ "name": "jsonrpc",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 37,
+ "character": 44,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L37"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 848,
+ "name": "result",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 37,
+ "character": 61,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L37"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 846,
+ 847,
+ 848
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 37,
+ "character": 30,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L37"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 824,
+ "name": "WCMetadata",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 18,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L18"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 825,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 827,
+ "name": "description",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 20,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L20"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 829,
+ "name": "icons",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 22,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L22"
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ },
+ {
+ "id": 826,
+ "name": "name",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 19,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L19"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 830,
+ "name": "redirect",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 23,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L23"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 831,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 832,
+ "name": "native",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 24,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L24"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 833,
+ "name": "universal",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 25,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L25"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 832,
+ 833
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 23,
+ "character": 13,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L23"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 828,
+ "name": "url",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 21,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L21"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 827,
+ 829,
+ 826,
+ 830,
+ 828
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 18,
+ "character": 25,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L18"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 856,
+ "name": "WCPeer",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 48,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L48"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 857,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 858,
+ "name": "metadata",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 49,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L49"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 849,
+ "name": "WCProposerMetadata",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 858
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 48,
+ "character": 21,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L48"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 859,
+ "name": "WCProposal",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 52,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L52"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 860,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 861,
+ "name": "proposer",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 53,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L53"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 862,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 863,
+ "name": "metadata",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 54,
+ "character": 4,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L54"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 849,
+ "name": "WCProposerMetadata",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 863
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 53,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L53"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 861
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 52,
+ "character": 25,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L52"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 849,
+ "name": "WCProposerMetadata",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 39,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L39"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 850,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 853,
+ "name": "description",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 42,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L42"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 852,
+ "name": "icons",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 41,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L41"
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ },
+ {
+ "id": 851,
+ "name": "name",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 40,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L40"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 854,
+ "name": "url",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 43,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L43"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 853,
+ 852,
+ 851,
+ 854
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 39,
+ "character": 33,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L39"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 864,
+ "name": "WCRequest",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 58,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L58"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 865,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 869,
+ "name": "method",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 62,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L62"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 868,
+ "name": "params",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 61,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L61"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ },
+ {
+ "id": 867,
+ "name": "peer",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 60,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L60"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 856,
+ "name": "WCPeer",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 866,
+ "name": "topic",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 59,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L59"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 869,
+ 868,
+ 867,
+ 866
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 58,
+ "character": 24,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L58"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 870,
+ "name": "WCSession",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 65,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L65"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 871,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 873,
+ "name": "peer",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 67,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L67"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 856,
+ "name": "WCPeer",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 872,
+ "name": "topic",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 66,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L66"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 873,
+ 872
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 65,
+ "character": 24,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L65"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 816,
+ "name": "WalletConnectMetadata",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 5,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L5"
+ }
+ ],
+ "type": {
+ "type": "indexedAccess",
+ "indexType": {
+ "type": "literal",
+ "value": "metadata"
+ },
+ "objectType": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@walletconnect+web3wallet@1.8.7/node_modules/@walletconnect/web3wallet/src/types/client.ts",
+ "qualifiedName": "IWeb3Wallet"
+ },
+ "name": "IWeb3Wallet",
+ "package": "@walletconnect/web3wallet"
+ }
+ }
+ },
+ {
+ "id": 6011,
+ "name": "WalletConnectOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 18,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L18"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 6012,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 6013,
+ "name": "projectId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Your project’s unique identifier that can be obtained at cloud.walletconnect.com. Enables following functionalities within Web3Modal: wallet and chain logos, optional WalletConnect RPC, support for all wallets from our Explorer and WalletConnect v2 support. Defaults to undefined.\n\nhttps://docs.walletconnect.com/2.0/web3modal/options#projectid-required"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 24,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L24"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 6015,
+ "name": "qrModalOptions",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "WalletConnect's [options](https://docs.walletconnect.com/advanced/walletconnectmodal/options) to customize the QR Code Modal."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 36,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L36"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 6010,
+ "name": "WC2_QRModalOptions",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 6014,
+ "name": "qrcode",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Whether to display the QR Code Modal.\n\nDefaults to "
+ },
+ {
+ "kind": "code",
+ "text": "`true`"
+ },
+ {
+ "kind": "text",
+ "text": "."
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 31,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L31"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 6013,
+ 6015,
+ 6014
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/wallet-connect.ts",
+ "line": 18,
+ "character": 35,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/wallet-connect.ts#L18"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 817,
+ "name": "WalletConnectReceiverConfig",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 8,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L8"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 818,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 819,
+ "name": "walletConnectReceiver",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 9,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L9"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 820,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 822,
+ "name": "walletConnectV2ProjectId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 12,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L12"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 823,
+ "name": "walletConnectV2RelayUrl",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 13,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L13"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 821,
+ "name": "walletConnectWalletMetadata",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 11,
+ "character": 8,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L11"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 824,
+ "name": "WCMetadata",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 822,
+ 823,
+ 821
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 10,
+ "character": 6,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L10"
+ }
+ ]
+ }
+ },
+ {
+ "type": "literal",
+ "value": true
+ }
+ ]
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 819
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/core/types/walletConnect.ts",
+ "line": 8,
+ "character": 42,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/core/types/walletConnect.ts#L8"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 1561,
+ "name": "WalletData",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 26,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L26"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 1562,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 1563,
+ "name": "address",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 27,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L27"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 1564,
+ "name": "chainId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 28,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L28"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 1563,
+ 1564
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 26,
+ "character": 25,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L26"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "id": 1749,
+ "name": "WalletOptions",
+ "variant": "declaration",
+ "kind": 2097152,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "General options required for creating a wallet instance"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 14,
+ "character": 12,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L14"
+ }
+ ],
+ "typeParameters": [
+ {
+ "id": 1757,
+ "name": "TOpts",
+ "variant": "typeParam",
+ "kind": 131072,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Record"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ ],
+ "name": "Record",
+ "package": "typescript"
+ },
+ "default": {
+ "type": "reflection",
+ "declaration": {
+ "id": 1758,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 14,
+ "character": 62,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L14"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "type": {
+ "type": "intersection",
+ "types": [
+ {
+ "type": "reflection",
+ "declaration": {
+ "id": 1750,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 1756,
+ "name": "analytics",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Specify if analytics should be enabled or disabled for the wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 40,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L40"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "literal",
+ "value": "enabled"
+ },
+ {
+ "type": "literal",
+ "value": "disabled"
+ }
+ ]
+ }
+ },
+ {
+ "id": 1751,
+ "name": "chains",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "chains supported by the wallet"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 18,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L18"
+ }
+ ],
+ "type": {
+ "type": "array",
+ "elementType": {
+ "type": "reference",
+ "target": 3136,
+ "name": "Chain",
+ "package": "@thirdweb-dev/chains"
+ }
+ }
+ },
+ {
+ "id": 1755,
+ "name": "clientId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "thirdweb apiKey client id. This is required to use thirdweb's infrastructure services like RPCs, IPFS Storage etc.\n\nYou can create an API key for free on [thirdweb Dashboard](https://thirdweb.com/create-api-key)"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 36,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L36"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 1754,
+ "name": "dappMetadata",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Metadata for the dapp. Some wallets use some of this data to display in their UI"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 30,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L30"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 630,
+ "name": "DAppMetaData",
+ "package": "@thirdweb-dev/wallets"
+ }
+ },
+ {
+ "id": 1752,
+ "name": "walletId",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Unique identifier for the wallet ( name of the wallet )"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 22,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L22"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 1753,
+ "name": "walletStorage",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isOptional": true
+ },
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Storage to use for saving the wallet data"
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 26,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L26"
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": 741,
+ "name": "AsyncStorage",
+ "package": "@thirdweb-dev/wallets"
+ }
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 1756,
+ 1751,
+ 1755,
+ 1754,
+ 1752,
+ 1753
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/base.ts",
+ "line": 14,
+ "character": 68,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/base.ts#L14"
+ }
+ ]
+ }
+ },
+ {
+ "type": "reference",
+ "target": -1,
+ "name": "TOpts",
+ "refersToTypeParameter": true
+ }
+ ]
+ }
+ },
+ {
+ "id": 992,
+ "name": "walletIds",
+ "variant": "declaration",
+ "kind": 32,
+ "flags": {
+ "isConst": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 1,
+ "character": 13,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L1"
+ }
+ ],
+ "type": {
+ "type": "reflection",
+ "declaration": {
+ "id": 993,
+ "name": "__type",
+ "variant": "declaration",
+ "kind": 65536,
+ "flags": {},
+ "children": [
+ {
+ "id": 994,
+ "name": "blocto",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 2,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L2"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "blocto"
+ },
+ "defaultValue": "\"blocto\""
+ },
+ {
+ "id": 995,
+ "name": "coin98",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 3,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L3"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "coin98"
+ },
+ "defaultValue": "\"coin98\""
+ },
+ {
+ "id": 996,
+ "name": "coinbase",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 4,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L4"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "coinbase"
+ },
+ "defaultValue": "\"coinbase\""
+ },
+ {
+ "id": 997,
+ "name": "coreWallet",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 5,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L5"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "coreWallet"
+ },
+ "defaultValue": "\"coreWallet\""
+ },
+ {
+ "id": 998,
+ "name": "cryptoDefiWallet",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 6,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L6"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "cryptoDefiWallet"
+ },
+ "defaultValue": "\"cryptoDefiWallet\""
+ },
+ {
+ "id": 1009,
+ "name": "embeddedWallet",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 17,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L17"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "embeddedWallet"
+ },
+ "defaultValue": "\"embeddedWallet\""
+ },
+ {
+ "id": 999,
+ "name": "frame",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 7,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L7"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "frame"
+ },
+ "defaultValue": "\"frame\""
+ },
+ {
+ "id": 1000,
+ "name": "localWallet",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 8,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L8"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "localWallet"
+ },
+ "defaultValue": "\"localWallet\""
+ },
+ {
+ "id": 1001,
+ "name": "magicLink",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 9,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L9"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "magicLink"
+ },
+ "defaultValue": "\"magicLink\""
+ },
+ {
+ "id": 1002,
+ "name": "metamask",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 10,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L10"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "metamask"
+ },
+ "defaultValue": "\"metamask\""
+ },
+ {
+ "id": 1013,
+ "name": "okx",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 21,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L21"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "okx"
+ },
+ "defaultValue": "\"okx\""
+ },
+ {
+ "id": 1014,
+ "name": "oneKey",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 22,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L22"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "oneKey"
+ },
+ "defaultValue": "\"oneKey\""
+ },
+ {
+ "id": 1003,
+ "name": "paper",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 11,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L11"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "paper"
+ },
+ "defaultValue": "\"paper\""
+ },
+ {
+ "id": 1012,
+ "name": "phantom",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 20,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L20"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "phantom"
+ },
+ "defaultValue": "\"phantom\""
+ },
+ {
+ "id": 1015,
+ "name": "rabby",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 23,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L23"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "rabby"
+ },
+ "defaultValue": "\"rabby\""
+ },
+ {
+ "id": 1004,
+ "name": "rainbow",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 12,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L12"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "rainbowWallet"
+ },
+ "defaultValue": "\"rainbowWallet\""
+ },
+ {
+ "id": 1007,
+ "name": "safe",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 15,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L15"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "safe"
+ },
+ "defaultValue": "\"safe\""
+ },
+ {
+ "id": 1005,
+ "name": "smartWallet",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 13,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L13"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "smartWallet"
+ },
+ "defaultValue": "\"smartWallet\""
+ },
+ {
+ "id": 1006,
+ "name": "tokenBoundSmartWallet",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 14,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L14"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "tokenBoundSmartWallet"
+ },
+ "defaultValue": "\"tokenBoundSmartWallet\""
+ },
+ {
+ "id": 1008,
+ "name": "trust",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 16,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L16"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "trust"
+ },
+ "defaultValue": "\"trust\""
+ },
+ {
+ "id": 1011,
+ "name": "walletConnect",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 19,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L19"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "walletConnect"
+ },
+ "defaultValue": "\"walletConnect\""
+ },
+ {
+ "id": 1010,
+ "name": "walletConnectV1",
+ "variant": "declaration",
+ "kind": 1024,
+ "flags": {
+ "isReadonly": true
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 18,
+ "character": 2,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L18"
+ }
+ ],
+ "type": {
+ "type": "literal",
+ "value": "walletConnectV1"
+ },
+ "defaultValue": "\"walletConnectV1\""
+ }
+ ],
+ "groups": [
+ {
+ "title": "Properties",
+ "children": [
+ 994,
+ 995,
+ 996,
+ 997,
+ 998,
+ 1009,
+ 999,
+ 1000,
+ 1001,
+ 1002,
+ 1013,
+ 1014,
+ 1003,
+ 1012,
+ 1015,
+ 1004,
+ 1007,
+ 1005,
+ 1006,
+ 1008,
+ 1011,
+ 1010
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/constants/walletIds.ts",
+ "line": 1,
+ "character": 25,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/constants/walletIds.ts#L1"
+ }
+ ]
+ }
+ },
+ "defaultValue": "..."
+ },
+ {
+ "id": 1590,
+ "name": "checkContractWalletSignature",
+ "variant": "declaration",
+ "kind": 64,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 47,
+ "character": 22,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L47"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 1591,
+ "name": "checkContractWalletSignature",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/wallets/abstract.ts",
+ "line": 47,
+ "character": 22,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/wallets/abstract.ts#L47"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 1592,
+ "name": "message",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 1593,
+ "name": "signature",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 1594,
+ "name": "address",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 1595,
+ "name": "chainId",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 5416,
+ "name": "getAllSigners",
+ "variant": "declaration",
+ "kind": 64,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/utils.ts",
+ "line": 34,
+ "character": 22,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/utils.ts#L34"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 5417,
+ "name": "getAllSigners",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Get all the signers added to the given smart wallet (excluding owner)"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@returns",
+ "content": [
+ {
+ "kind": "text",
+ "text": "The list of signers"
+ }
+ ]
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/utils.ts",
+ "line": 34,
+ "character": 22,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/utils.ts#L34"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 5418,
+ "name": "chain",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The chain to use"
+ }
+ ]
+ },
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/core/types.ts",
+ "qualifiedName": "ChainOrRpcUrl"
+ },
+ "name": "ChainOrRpcUrl",
+ "package": "@thirdweb-dev/sdk"
+ }
+ },
+ {
+ "id": 5419,
+ "name": "factoryAddress",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The factory address"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5420,
+ "name": "smartWalletAddress",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The smart wallet address"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "any"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 5421,
+ "name": "getAllSmartWallets",
+ "variant": "declaration",
+ "kind": 64,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/utils.ts",
+ "line": 54,
+ "character": 22,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/utils.ts#L54"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 5422,
+ "name": "getAllSmartWallets",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Get all the smart wallets associated with a personal wallet address"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@returns",
+ "content": [
+ {
+ "kind": "text",
+ "text": "The list of smart wallets"
+ }
+ ]
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/utils.ts",
+ "line": 54,
+ "character": 22,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/utils.ts#L54"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 5423,
+ "name": "chain",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The chain to use"
+ }
+ ]
+ },
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/core/types.ts",
+ "qualifiedName": "ChainOrRpcUrl"
+ },
+ "name": "ChainOrRpcUrl",
+ "package": "@thirdweb-dev/sdk"
+ }
+ },
+ {
+ "id": 5424,
+ "name": "factoryAddress",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The factory address"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5425,
+ "name": "personalWalletAddress",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The personal wallet address"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "reference",
+ "target": 5412,
+ "name": "AccessibleSmartWallets",
+ "package": "@thirdweb-dev/wallets"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 2617,
+ "name": "getInjectedOneKeyProvider",
+ "variant": "declaration",
+ "kind": 64,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/onekey/getInjectedOneKeyProvider.ts",
+ "line": 12,
+ "character": 16,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/onekey/getInjectedOneKeyProvider.ts#L12"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 2618,
+ "name": "getInjectedOneKeyProvider",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/onekey/getInjectedOneKeyProvider.ts",
+ "line": 12,
+ "character": 16,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/onekey/getInjectedOneKeyProvider.ts#L12"
+ }
+ ],
+ "type": {
+ "type": "union",
+ "types": [
+ {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "src/evm/connectors/injected/types.ts",
+ "qualifiedName": "Ethereum"
+ },
+ "name": "Ethereum",
+ "package": "@thirdweb-dev/wallets"
+ },
+ {
+ "type": "intrinsic",
+ "name": "undefined"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ {
+ "id": 5426,
+ "name": "getSmartWalletAddress",
+ "variant": "declaration",
+ "kind": 64,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/utils.ts",
+ "line": 109,
+ "character": 22,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/utils.ts#L109"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 5427,
+ "name": "getSmartWalletAddress",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Get the associated smart wallet address for a given personal wallet address"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@returns",
+ "content": [
+ {
+ "kind": "text",
+ "text": "The smart wallet address"
+ }
+ ]
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/utils.ts",
+ "line": 109,
+ "character": 22,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/utils.ts#L109"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 5428,
+ "name": "chain",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The chain to use"
+ }
+ ]
+ },
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/core/types.ts",
+ "qualifiedName": "ChainOrRpcUrl"
+ },
+ "name": "ChainOrRpcUrl",
+ "package": "@thirdweb-dev/sdk"
+ }
+ },
+ {
+ "id": 5429,
+ "name": "factoryAddress",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The factory address"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5430,
+ "name": "personalWalletAddress",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The personal wallet address"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5431,
+ "name": "data",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bytes@5.7.0/node_modules/@ethersproject/bytes/src.ts/index.ts",
+ "qualifiedName": "BytesLike"
+ },
+ "name": "BytesLike",
+ "package": "@ethersproject/bytes"
+ },
+ "defaultValue": "\"0x\""
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 5438,
+ "name": "getUserOpReceipt",
+ "variant": "declaration",
+ "kind": 64,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/utils.ts",
+ "line": 124,
+ "character": 22,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/utils.ts#L124"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 5439,
+ "name": "getUserOpReceipt",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/utils.ts",
+ "line": 124,
+ "character": 22,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/utils.ts#L124"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 5440,
+ "name": "chain",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/core/types.ts",
+ "qualifiedName": "ChainOrRpcUrl"
+ },
+ "name": "ChainOrRpcUrl",
+ "package": "@thirdweb-dev/sdk"
+ }
+ },
+ {
+ "id": 5441,
+ "name": "userOpHash",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5442,
+ "name": "timeout",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ },
+ "defaultValue": "30000"
+ },
+ {
+ "id": 5443,
+ "name": "interval",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "number"
+ },
+ "defaultValue": "2000"
+ },
+ {
+ "id": 5444,
+ "name": "entryPointAddress",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {
+ "isOptional": true
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "union",
+ "types": [
+ {
+ "type": "intrinsic",
+ "name": "string"
+ },
+ {
+ "type": "literal",
+ "value": null
+ }
+ ]
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 5432,
+ "name": "isSmartWalletDeployed",
+ "variant": "declaration",
+ "kind": 64,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/utils.ts",
+ "line": 83,
+ "character": 22,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/utils.ts#L83"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 5433,
+ "name": "isSmartWalletDeployed",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Check if a smart wallet is deployed for a given personal wallet address"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@returns",
+ "content": [
+ {
+ "kind": "text",
+ "text": "True if the smart wallet is deployed"
+ }
+ ]
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/connectors/smart-wallet/utils.ts",
+ "line": 83,
+ "character": 22,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/connectors/smart-wallet/utils.ts#L83"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 5434,
+ "name": "chain",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The chain to use"
+ }
+ ]
+ },
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../sdk/src/evm/core/types.ts",
+ "qualifiedName": "ChainOrRpcUrl"
+ },
+ "name": "ChainOrRpcUrl",
+ "package": "@thirdweb-dev/sdk"
+ }
+ },
+ {
+ "id": 5435,
+ "name": "factoryAddress",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The factory address"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5436,
+ "name": "personalWalletAddress",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "The personal wallet address"
+ }
+ ]
+ },
+ "type": {
+ "type": "intrinsic",
+ "name": "string"
+ }
+ },
+ {
+ "id": 5437,
+ "name": "data",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+bytes@5.7.0/node_modules/@ethersproject/bytes/src.ts/index.ts",
+ "qualifiedName": "BytesLike"
+ },
+ "name": "BytesLike",
+ "package": "@ethersproject/bytes"
+ },
+ "defaultValue": "\"0x\""
+ }
+ ],
+ "type": {
+ "type": "reference",
+ "target": {
+ "sourceFileName": "../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts",
+ "qualifiedName": "Promise"
+ },
+ "typeArguments": [
+ {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ ],
+ "name": "Promise",
+ "package": "typescript"
+ }
+ }
+ ]
+ },
+ {
+ "id": 6769,
+ "name": "isWalletAnalyticsEnabled",
+ "variant": "declaration",
+ "kind": 64,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/utils/setWalletAnaltyicsEnabled.ts",
+ "line": 30,
+ "character": 16,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/utils/setWalletAnaltyicsEnabled.ts#L30"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6770,
+ "name": "isWalletAnalyticsEnabled",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Check if Wallet Analytics is enabled or not"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@example",
+ "content": [
+ {
+ "kind": "code",
+ "text": "```ts\nimport { isWalletAnalyticsEnabled } from '@thirdweb/wallets';\n\nconst isAnalyticsEnabled = isWalletAnalyticsEnabled();\n```"
+ },
+ {
+ "kind": "text",
+ "text": "\n\nThe Wallet analytics can be used to track:\n- Total and Unique users\n- Users connected over time\n- Type of wallets connected\n- Distribution of wallets connected\n\nYou can view these Analytics in the [ThirdWeb Wallet Analytics dashboard](https://thirdweb.com/dashboard/wallets/analytics)\n\nBy default it is enabled. You can disable it by calling "
+ },
+ {
+ "kind": "code",
+ "text": "`setWalletAnalyticsEnabled(false)`"
+ },
+ {
+ "kind": "text",
+ "text": "\n\n"
+ },
+ {
+ "kind": "code",
+ "text": "```ts\nimport { setWalletAnalyticsEnabled } from '@thirdweb/wallets';\n\nsetWalletAnalyticsEnabled(false);\n```"
+ }
+ ]
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/utils/setWalletAnaltyicsEnabled.ts",
+ "line": 30,
+ "character": 16,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/utils/setWalletAnaltyicsEnabled.ts#L30"
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ]
+ },
+ {
+ "id": 6771,
+ "name": "setWalletAnalyticsEnabled",
+ "variant": "declaration",
+ "kind": 64,
+ "flags": {},
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/utils/setWalletAnaltyicsEnabled.ts",
+ "line": 62,
+ "character": 16,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/utils/setWalletAnaltyicsEnabled.ts#L62"
+ }
+ ],
+ "signatures": [
+ {
+ "id": 6772,
+ "name": "setWalletAnalyticsEnabled",
+ "variant": "signature",
+ "kind": 4096,
+ "flags": {},
+ "comment": {
+ "summary": [
+ {
+ "kind": "text",
+ "text": "Enable or disable Wallet Analytics"
+ }
+ ],
+ "blockTags": [
+ {
+ "tag": "@example",
+ "content": [
+ {
+ "kind": "code",
+ "text": "```ts\nimport { setWalletAnalyticsEnabled } from '@thirdweb/wallets';\n\nsetWalletAnalyticsEnabled(false);\n```"
+ },
+ {
+ "kind": "text",
+ "text": "\n\nThe Wallet analytics can be used to track:\n- Total and Unique users\n- Users connected over time\n- Type of wallets connected\n- Distribution of wallets connected\n\nYou can view these Analytics in the [ThirdWeb Wallet Analytics dashboard](https://thirdweb.com/dashboard/wallets/analytics)\n\nBy default, The Wallet Analytics is enabled\n\nYou can check if it is enabled or not by calling "
+ },
+ {
+ "kind": "code",
+ "text": "`isWalletAnalyticsEnabled()`"
+ },
+ {
+ "kind": "text",
+ "text": "\n"
+ },
+ {
+ "kind": "code",
+ "text": "```ts\nimport { isWalletAnalyticsEnabled } from '@thirdweb/wallets';\n\nconst isAnalyticsEnabled = isWalletAnalyticsEnabled();\n```"
+ }
+ ]
+ }
+ ]
+ },
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/evm/utils/setWalletAnaltyicsEnabled.ts",
+ "line": 62,
+ "character": 16,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/evm/utils/setWalletAnaltyicsEnabled.ts#L62"
+ }
+ ],
+ "parameters": [
+ {
+ "id": 6773,
+ "name": "enabled",
+ "variant": "param",
+ "kind": 32768,
+ "flags": {},
+ "type": {
+ "type": "intrinsic",
+ "name": "boolean"
+ }
+ }
+ ],
+ "type": {
+ "type": "intrinsic",
+ "name": "void"
+ }
+ }
+ ]
+ }
+ ],
+ "groups": [
+ {
+ "title": "References",
+ "children": [
+ 5071
+ ]
+ },
+ {
+ "title": "Enumerations",
+ "children": [
+ 6790,
+ 6798,
+ 6823
+ ]
+ },
+ {
+ "title": "Classes",
+ "children": [
+ 1596,
+ 1460,
+ 1763,
+ 2962,
+ 3428,
+ 1259,
+ 2276,
+ 2619,
+ 3635,
+ 6904,
+ 3183,
+ 6666,
+ 3811,
+ 3914,
+ 785,
+ 4286,
+ 4721,
+ 1925,
+ 2107,
+ 2450,
+ 5810,
+ 4881,
+ 2793,
+ 5073,
+ 5253,
+ 5458,
+ 6386,
+ 5836,
+ 1355,
+ 1016,
+ 6016,
+ 892,
+ 636,
+ 6212
+ ]
+ },
+ {
+ "title": "Interfaces",
+ "children": [
+ 741,
+ 5826,
+ 630,
+ 1256,
+ 801,
+ 874,
+ 5756,
+ 5248,
+ 774,
+ 5816,
+ 5818,
+ 5832,
+ 1565
+ ]
+ },
+ {
+ "title": "Type Aliases",
+ "children": [
+ 5412,
+ 5777,
+ 6801,
+ 6828,
+ 6804,
+ 3616,
+ 3617,
+ 6807,
+ 5821,
+ 1759,
+ 3136,
+ 3129,
+ 3128,
+ 3424,
+ 1455,
+ 5773,
+ 5769,
+ 2443,
+ 2442,
+ 752,
+ 2786,
+ 2785,
+ 3622,
+ 3630,
+ 6835,
+ 3634,
+ 3615,
+ 5791,
+ 6846,
+ 6856,
+ 6874,
+ 4284,
+ 4479,
+ 4487,
+ 4540,
+ 4495,
+ 4505,
+ 4518,
+ 4279,
+ 4527,
+ 6880,
+ 4717,
+ 4719,
+ 4718,
+ 4720,
+ 2101,
+ 2106,
+ 2273,
+ 2616,
+ 3246,
+ 3257,
+ 5804,
+ 2959,
+ 5072,
+ 5252,
+ 6883,
+ 6888,
+ 6895,
+ 6898,
+ 6901,
+ 4550,
+ 4556,
+ 5740,
+ 5751,
+ 5755,
+ 6814,
+ 5835,
+ 5445,
+ 6010,
+ 834,
+ 855,
+ 839,
+ 844,
+ 824,
+ 856,
+ 859,
+ 849,
+ 864,
+ 870,
+ 816,
+ 6011,
+ 817,
+ 1561,
+ 1749
+ ]
+ },
+ {
+ "title": "Variables",
+ "children": [
+ 992
+ ]
+ },
+ {
+ "title": "Functions",
+ "children": [
+ 1590,
+ 5416,
+ 5421,
+ 2617,
+ 5426,
+ 5438,
+ 5432,
+ 6769,
+ 6771
+ ]
+ }
+ ],
+ "sources": [
+ {
+ "fileName": "packages/wallets/src/index.ts",
+ "line": 1,
+ "character": 0,
+ "url": "https://github.com/thirdweb-dev/js/blob/d5d8d2c/packages/wallets/src/index.ts#L1"
+ }
+ ]
+ }
+ ],
+ "groups": [
+ {
+ "title": "Modules",
+ "children": [
+ 2,
+ 317,
+ 107,
+ 427,
+ 211,
+ 1
+ ]
+ }
+ ],
+ "packageName": "@thirdweb-dev/wallets",
+ "readme": [
+ {
+ "kind": "text",
+ "text": "\n
\n
\n
\n
\nthirdweb Wallet SDK
\n\n
\n
\n
\n\n
\nUnified web3 Wallet library to integrate any wallet into your applications.
\n
\n\n### A unified interface for ANY wallet\n\n"
+ },
+ {
+ "kind": "code",
+ "text": "```ts\nconst wallet = new Metamask();\nawait wallet.connect();\n```"
+ },
+ {
+ "kind": "text",
+ "text": "\n\n### Supported wallets\n\n#### Browser wallets\n\n- Metamask\n- Coinbase Wallet\n- Wallet Connect v1 and v2\n- Smart Wallet (ERC-4337)\n- Local Wallet\n- Paper Wallet\n- Magic.link\n- Ethers\n\n#### Backend Wallets\n\n- Private key\n- AWS KMs\n- AWS Secret Manager\n\n#### Documentation\n\nhttps://portal.thirdweb.com/wallet"
+ }
+ ],
+ "symbolIdMap": {
+ "1": {
+ "sourceFileName": "src/index.ts",
+ "qualifiedName": ""
+ },
+ "2": {
+ "sourceFileName": "src/evm/wallets/aws-kms.ts",
+ "qualifiedName": ""
+ },
+ "3": {
+ "sourceFileName": "src/evm/wallets/aws-kms.ts",
+ "qualifiedName": "AwsKmsWallet"
+ },
+ "4": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "5": {
+ "sourceFileName": "src/evm/wallets/aws-kms.ts",
+ "qualifiedName": "AwsKmsWallet.__constructor"
+ },
+ "6": {
+ "sourceFileName": "src/evm/wallets/aws-kms.ts",
+ "qualifiedName": "AwsKmsWallet"
+ },
+ "7": {
+ "sourceFileName": "src/evm/wallets/aws-kms.ts",
+ "qualifiedName": "options"
+ },
+ "8": {
+ "sourceFileName": "src/evm/wallets/aws-kms.ts",
+ "qualifiedName": "AwsKmsWallet.#signer"
+ },
+ "9": {
+ "sourceFileName": "src/evm/wallets/aws-kms.ts",
+ "qualifiedName": "AwsKmsWallet.#options"
+ },
+ "10": {
+ "sourceFileName": "src/evm/wallets/aws-kms.ts",
+ "qualifiedName": "AwsKmsWallet.getSigner"
+ },
+ "11": {
+ "sourceFileName": "src/evm/wallets/aws-kms.ts",
+ "qualifiedName": "AwsKmsWallet.getSigner"
+ },
+ "13": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "14": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "15": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "16": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "17": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "18": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "19": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "20": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "21": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "22": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "23": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "24": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "25": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "26": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "27": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "28": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "29": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "30": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "31": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "32": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "33": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "34": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "35": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "36": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "37": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "38": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "39": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "40": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "41": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "42": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "43": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "44": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "45": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "46": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "47": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "48": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "49": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "50": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "51": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "52": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "53": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "54": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "55": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "56": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "57": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "58": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "59": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "60": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "61": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "62": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "63": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "64": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "65": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "66": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "67": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "68": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "69": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "70": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "71": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "72": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "73": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "74": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "75": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "76": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "77": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "78": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "79": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "80": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "81": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "82": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "83": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "84": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "85": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "86": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "87": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "88": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "89": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "90": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "91": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "92": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "93": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "94": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "95": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "96": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "97": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "98": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "99": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "100": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "101": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "102": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "103": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "104": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "105": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "106": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "107": {
+ "sourceFileName": "src/evm/wallets/gcp-kms.ts",
+ "qualifiedName": ""
+ },
+ "108": {
+ "sourceFileName": "src/evm/wallets/gcp-kms.ts",
+ "qualifiedName": "GcpKmsWallet"
+ },
+ "109": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "110": {
+ "sourceFileName": "src/evm/wallets/gcp-kms.ts",
+ "qualifiedName": "GcpKmsWallet.__constructor"
+ },
+ "111": {
+ "sourceFileName": "src/evm/wallets/gcp-kms.ts",
+ "qualifiedName": "GcpKmsWallet"
+ },
+ "112": {
+ "sourceFileName": "src/evm/wallets/gcp-kms.ts",
+ "qualifiedName": "options"
+ },
+ "113": {
+ "sourceFileName": "src/evm/wallets/gcp-kms.ts",
+ "qualifiedName": "GcpKmsWallet.#options"
+ },
+ "114": {
+ "sourceFileName": "src/evm/wallets/gcp-kms.ts",
+ "qualifiedName": "GcpKmsWallet.getSigner"
+ },
+ "115": {
+ "sourceFileName": "src/evm/wallets/gcp-kms.ts",
+ "qualifiedName": "GcpKmsWallet.getSigner"
+ },
+ "117": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "118": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "119": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "120": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "121": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "122": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "123": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "124": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "125": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "126": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "127": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "128": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "129": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "130": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "131": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "132": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "133": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "134": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "135": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "136": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "137": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "138": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "139": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "140": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "141": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "142": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "143": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "144": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "145": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "146": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "147": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "148": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "149": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "150": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "151": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "152": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "153": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "154": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "155": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "156": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "157": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "158": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "159": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "160": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "161": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "162": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "163": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "164": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "165": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "166": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "167": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "168": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "169": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "170": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "171": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "172": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "173": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "174": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "175": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "176": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "177": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "178": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "179": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "180": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "181": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "182": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "183": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "184": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "185": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "186": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "187": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "188": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "189": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "190": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "191": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "192": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "193": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "194": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "195": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "196": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "197": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "198": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "199": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "200": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "201": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "202": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "203": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "204": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "205": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "206": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "207": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "208": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "209": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "210": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "211": {
+ "sourceFileName": "src/evm/wallets/private-key.ts",
+ "qualifiedName": ""
+ },
+ "212": {
+ "sourceFileName": "src/evm/wallets/private-key.ts",
+ "qualifiedName": "PrivateKeyWallet"
+ },
+ "213": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "214": {
+ "sourceFileName": "src/evm/wallets/private-key.ts",
+ "qualifiedName": "PrivateKeyWallet.__constructor"
+ },
+ "215": {
+ "sourceFileName": "src/evm/wallets/private-key.ts",
+ "qualifiedName": "PrivateKeyWallet"
+ },
+ "216": {
+ "sourceFileName": "src/evm/wallets/private-key.ts",
+ "qualifiedName": "privateKey"
+ },
+ "217": {
+ "sourceFileName": "src/evm/wallets/private-key.ts",
+ "qualifiedName": "chain"
+ },
+ "218": {
+ "sourceFileName": "src/evm/wallets/private-key.ts",
+ "qualifiedName": "secretKey"
+ },
+ "219": {
+ "sourceFileName": "src/evm/wallets/private-key.ts",
+ "qualifiedName": "PrivateKeyWallet.#signer"
+ },
+ "220": {
+ "sourceFileName": "src/evm/wallets/private-key.ts",
+ "qualifiedName": "PrivateKeyWallet.getSigner"
+ },
+ "221": {
+ "sourceFileName": "src/evm/wallets/private-key.ts",
+ "qualifiedName": "PrivateKeyWallet.getSigner"
+ },
+ "223": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "224": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "225": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "226": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "227": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "228": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "229": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "230": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "231": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "232": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "233": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "234": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "235": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "236": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "237": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "238": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "239": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "240": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "241": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "242": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "243": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "244": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "245": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "246": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "247": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "248": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "249": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "250": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "251": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "252": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "253": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "254": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "255": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "256": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "257": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "258": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "259": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "260": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "261": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "262": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "263": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "264": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "265": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "266": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "267": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "268": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "269": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "270": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "271": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "272": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "273": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "274": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "275": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "276": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "277": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "278": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "279": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "280": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "281": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "282": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "283": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "284": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "285": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "286": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "287": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "288": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "289": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "290": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "291": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "292": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "293": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "294": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "295": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "296": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "297": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "298": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "299": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "300": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "301": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "302": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "303": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "304": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "305": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "306": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "307": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "308": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "309": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "310": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "311": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "312": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "313": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "314": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "315": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "316": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "317": {
+ "sourceFileName": "src/evm/wallets/aws-secrets-manager.ts",
+ "qualifiedName": ""
+ },
+ "318": {
+ "sourceFileName": "src/evm/wallets/aws-secrets-manager.ts",
+ "qualifiedName": "AwsSecretsManagerWalletOptions"
+ },
+ "319": {
+ "sourceFileName": "src/evm/wallets/aws-secrets-manager.ts",
+ "qualifiedName": "__type"
+ },
+ "320": {
+ "sourceFileName": "src/evm/wallets/aws-secrets-manager.ts",
+ "qualifiedName": "__type.secretId"
+ },
+ "321": {
+ "sourceFileName": "src/evm/wallets/aws-secrets-manager.ts",
+ "qualifiedName": "__type.secretKeyName"
+ },
+ "322": {
+ "sourceFileName": "src/evm/wallets/aws-secrets-manager.ts",
+ "qualifiedName": "__type.awsConfig"
+ },
+ "323": {
+ "sourceFileName": "src/evm/wallets/aws-secrets-manager.ts",
+ "qualifiedName": "AwsSecretsManagerWallet"
+ },
+ "324": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "325": {
+ "sourceFileName": "src/evm/wallets/aws-secrets-manager.ts",
+ "qualifiedName": "AwsSecretsManagerWallet.__constructor"
+ },
+ "326": {
+ "sourceFileName": "src/evm/wallets/aws-secrets-manager.ts",
+ "qualifiedName": "AwsSecretsManagerWallet"
+ },
+ "327": {
+ "sourceFileName": "src/evm/wallets/aws-secrets-manager.ts",
+ "qualifiedName": "options"
+ },
+ "328": {
+ "sourceFileName": "src/evm/wallets/aws-secrets-manager.ts",
+ "qualifiedName": "AwsSecretsManagerWallet.#signer"
+ },
+ "329": {
+ "sourceFileName": "src/evm/wallets/aws-secrets-manager.ts",
+ "qualifiedName": "AwsSecretsManagerWallet.#options"
+ },
+ "330": {
+ "sourceFileName": "src/evm/wallets/aws-secrets-manager.ts",
+ "qualifiedName": "AwsSecretsManagerWallet.getSigner"
+ },
+ "331": {
+ "sourceFileName": "src/evm/wallets/aws-secrets-manager.ts",
+ "qualifiedName": "AwsSecretsManagerWallet.getSigner"
+ },
+ "333": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "334": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "335": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "336": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "337": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "338": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "339": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "340": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "341": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "342": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "343": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "344": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "345": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "346": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "347": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "348": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "349": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "350": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "351": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "352": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "353": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "354": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "355": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "356": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "357": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "358": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "359": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "360": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "361": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "362": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "363": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "364": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "365": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "366": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "367": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "368": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "369": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "370": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "371": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "372": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "373": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "374": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "375": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "376": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "377": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "378": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "379": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "380": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "381": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "382": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "383": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "384": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "385": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "386": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "387": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "388": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "389": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "390": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "391": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "392": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "393": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "394": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "395": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "396": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "397": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "398": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "399": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "400": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "401": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "402": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "403": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "404": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "405": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "406": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "407": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "408": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "409": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "410": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "411": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "412": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "413": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "414": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "415": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "416": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "417": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "418": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "419": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "420": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "421": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "422": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "423": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "424": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "425": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "426": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "427": {
+ "sourceFileName": "src/evm/wallets/local-wallet-node.ts",
+ "qualifiedName": ""
+ },
+ "428": {
+ "sourceFileName": "src/evm/wallets/local-wallet-node.ts",
+ "qualifiedName": "LocalWalletNode"
+ },
+ "434": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "435": {
+ "sourceFileName": "src/evm/wallets/local-wallet-node.ts",
+ "qualifiedName": "LocalWalletNode.__constructor"
+ },
+ "436": {
+ "sourceFileName": "src/evm/wallets/local-wallet-node.ts",
+ "qualifiedName": "LocalWalletNode"
+ },
+ "437": {
+ "sourceFileName": "src/evm/wallets/local-wallet-node.ts",
+ "qualifiedName": "options"
+ },
+ "438": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type"
+ },
+ "439": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.chains"
+ },
+ "440": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletId"
+ },
+ "441": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletStorage"
+ },
+ "442": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.dappMetadata"
+ },
+ "443": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.clientId"
+ },
+ "444": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.analytics"
+ },
+ "445": {
+ "sourceFileName": "src/evm/wallets/local-wallet-node.ts",
+ "qualifiedName": "__type"
+ },
+ "446": {
+ "sourceFileName": "src/evm/wallets/local-wallet-node.ts",
+ "qualifiedName": "__type.storageJsonFile"
+ },
+ "454": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.getConnector"
+ },
+ "455": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.getConnector"
+ },
+ "456": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "457": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.loadOrCreate"
+ },
+ "458": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.loadOrCreate"
+ },
+ "459": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "460": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.generate"
+ },
+ "461": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.generate"
+ },
+ "462": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.import"
+ },
+ "463": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.import"
+ },
+ "464": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "465": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.load"
+ },
+ "466": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.load"
+ },
+ "467": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "468": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.save"
+ },
+ "469": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.save"
+ },
+ "470": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "471": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.isSaved"
+ },
+ "472": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.isSaved"
+ },
+ "473": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.deleteSaved"
+ },
+ "474": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.deleteSaved"
+ },
+ "475": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.export"
+ },
+ "476": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.export"
+ },
+ "477": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "478": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.getSavedData"
+ },
+ "479": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.getSavedData"
+ },
+ "480": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "storage"
+ },
+ "481": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.#saveData"
+ },
+ "482": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.#saveData"
+ },
+ "483": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "data"
+ },
+ "484": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "storage"
+ },
+ "485": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.disconnect"
+ },
+ "486": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.disconnect"
+ },
+ "487": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "488": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "489": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "490": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "491": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "492": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "493": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "496": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "497": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "498": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "499": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "500": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "501": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "502": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "503": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "504": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "505": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "512": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "513": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "514": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "515": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "516": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "517": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "518": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "519": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "520": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "521": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "522": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "523": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "524": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "525": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "526": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "527": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "528": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "529": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "530": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "531": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "532": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "533": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "534": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "536": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "537": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "538": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "539": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "540": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "541": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "542": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "543": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "544": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "545": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "546": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "547": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "548": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "549": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "550": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "551": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "552": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "553": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "554": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "555": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "556": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "557": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "558": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "559": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "560": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "561": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "562": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "563": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "564": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "565": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "566": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "567": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "568": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "569": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "570": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "571": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "572": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "573": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "574": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "575": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "576": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "577": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "578": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "579": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "580": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "581": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "582": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "583": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "584": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "585": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "586": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "587": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "588": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "589": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "590": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "591": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "592": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "593": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "594": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "595": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "596": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "597": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "598": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "599": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "600": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "601": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "602": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "603": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "604": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "605": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "606": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "607": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "608": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "609": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "610": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "611": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "612": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "613": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "614": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "615": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "616": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "617": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "618": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "619": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "620": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "621": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "622": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "623": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "624": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "625": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "626": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "627": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "628": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "629": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "630": {
+ "sourceFileName": "src/core/types/dAppMeta.ts",
+ "qualifiedName": "DAppMetaData"
+ },
+ "631": {
+ "sourceFileName": "src/core/types/dAppMeta.ts",
+ "qualifiedName": "DAppMetaData.name"
+ },
+ "632": {
+ "sourceFileName": "src/core/types/dAppMeta.ts",
+ "qualifiedName": "DAppMetaData.url"
+ },
+ "633": {
+ "sourceFileName": "src/core/types/dAppMeta.ts",
+ "qualifiedName": "DAppMetaData.description"
+ },
+ "634": {
+ "sourceFileName": "src/core/types/dAppMeta.ts",
+ "qualifiedName": "DAppMetaData.logoUrl"
+ },
+ "635": {
+ "sourceFileName": "src/core/types/dAppMeta.ts",
+ "qualifiedName": "DAppMetaData.isDarkMode"
+ },
+ "636": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler"
+ },
+ "637": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "638": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.__constructor"
+ },
+ "639": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler"
+ },
+ "640": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "options"
+ },
+ "641": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "wallet"
+ },
+ "642": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.#core"
+ },
+ "643": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.#wcWallet"
+ },
+ "644": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.#session"
+ },
+ "645": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.#wcMetadata"
+ },
+ "646": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.#activeProposal"
+ },
+ "647": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.#activeRequestEvent"
+ },
+ "648": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.init"
+ },
+ "649": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.init"
+ },
+ "650": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.connectApp"
+ },
+ "651": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.connectApp"
+ },
+ "652": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "wcUri"
+ },
+ "653": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.approveSession"
+ },
+ "654": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.approveSession"
+ },
+ "655": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.rejectSession"
+ },
+ "656": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.rejectSession"
+ },
+ "657": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.approveEIP155Request"
+ },
+ "658": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.approveEIP155Request"
+ },
+ "659": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.rejectEIP155Request"
+ },
+ "660": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.rejectEIP155Request"
+ },
+ "661": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.getActiveSessions"
+ },
+ "662": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.getActiveSessions"
+ },
+ "663": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.disconnectSession"
+ },
+ "664": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.disconnectSession"
+ },
+ "665": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.#setupWalletConnectEventsListeners"
+ },
+ "666": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.#setupWalletConnectEventsListeners"
+ },
+ "667": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.#getSignParamsMessage"
+ },
+ "668": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "WalletConnectV2Handler.#getSignParamsMessage"
+ },
+ "669": {
+ "sourceFileName": "src/core/WalletConnect/WalletConnectV2Handler.ts",
+ "qualifiedName": "params"
+ },
+ "670": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.wallet"
+ },
+ "671": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "672": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "673": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "674": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "675": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "676": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "677": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "678": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "679": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "680": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "681": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "682": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "683": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "684": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "685": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "686": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "687": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "688": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "689": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "690": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "691": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "692": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "693": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "694": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "695": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "696": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "697": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "698": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "699": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "700": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "701": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "702": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "703": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "704": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "705": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "706": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "707": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "708": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "709": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "710": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "711": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "712": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "713": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "714": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "715": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "716": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "717": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "718": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "719": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "720": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "721": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "722": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "723": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "724": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "725": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "726": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "727": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "728": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "729": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "730": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "731": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "732": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "733": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "734": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "735": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "736": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "737": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "741": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "AsyncStorage"
+ },
+ "742": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "AsyncStorage.getItem"
+ },
+ "743": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "AsyncStorage.getItem"
+ },
+ "744": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "key"
+ },
+ "745": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "AsyncStorage.setItem"
+ },
+ "746": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "AsyncStorage.setItem"
+ },
+ "747": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "key"
+ },
+ "748": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "value"
+ },
+ "749": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "AsyncStorage.removeItem"
+ },
+ "750": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "AsyncStorage.removeItem"
+ },
+ "751": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "key"
+ },
+ "752": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "CreateAsyncStorage"
+ },
+ "753": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "__type"
+ },
+ "754": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "__type"
+ },
+ "755": {
+ "sourceFileName": "src/core/AsyncStorage.ts",
+ "qualifiedName": "name"
+ },
+ "774": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "SyncStorage"
+ },
+ "775": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "SyncStorage.getItem"
+ },
+ "776": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "SyncStorage.getItem"
+ },
+ "777": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "key"
+ },
+ "778": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "SyncStorage.setItem"
+ },
+ "779": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "SyncStorage.setItem"
+ },
+ "780": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "key"
+ },
+ "781": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "value"
+ },
+ "782": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "SyncStorage.removeItem"
+ },
+ "783": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "SyncStorage.removeItem"
+ },
+ "784": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "key"
+ },
+ "785": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "LocalStorage"
+ },
+ "786": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "LocalStorage.__constructor"
+ },
+ "787": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "LocalStorage"
+ },
+ "788": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "name"
+ },
+ "789": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "LocalStorage.name"
+ },
+ "790": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "LocalStorage.getItem"
+ },
+ "791": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "LocalStorage.getItem"
+ },
+ "792": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "key"
+ },
+ "793": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "LocalStorage.setItem"
+ },
+ "794": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "LocalStorage.setItem"
+ },
+ "795": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "key"
+ },
+ "796": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "value"
+ },
+ "797": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "LocalStorage.removeItem"
+ },
+ "798": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "LocalStorage.removeItem"
+ },
+ "799": {
+ "sourceFileName": "src/core/SyncStorage.ts",
+ "qualifiedName": "key"
+ },
+ "801": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "GenericAuthWallet"
+ },
+ "802": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "GenericAuthWallet.type"
+ },
+ "803": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "GenericAuthWallet.getAddress"
+ },
+ "804": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "GenericAuthWallet.getAddress"
+ },
+ "805": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "GenericAuthWallet.getChainId"
+ },
+ "806": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "GenericAuthWallet.getChainId"
+ },
+ "807": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "GenericAuthWallet.signMessage"
+ },
+ "808": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "GenericAuthWallet.signMessage"
+ },
+ "809": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "message"
+ },
+ "810": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "GenericAuthWallet.verifySignature"
+ },
+ "811": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "GenericAuthWallet.verifySignature"
+ },
+ "812": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "message"
+ },
+ "813": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "signature"
+ },
+ "814": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "address"
+ },
+ "815": {
+ "sourceFileName": "src/core/interfaces/auth.ts",
+ "qualifiedName": "chainId"
+ },
+ "816": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectMetadata"
+ },
+ "817": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectReceiverConfig"
+ },
+ "818": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type"
+ },
+ "819": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.walletConnectReceiver"
+ },
+ "820": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type"
+ },
+ "821": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.walletConnectWalletMetadata"
+ },
+ "822": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.walletConnectV2ProjectId"
+ },
+ "823": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.walletConnectV2RelayUrl"
+ },
+ "824": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WCMetadata"
+ },
+ "825": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type"
+ },
+ "826": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.name"
+ },
+ "827": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.description"
+ },
+ "828": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.url"
+ },
+ "829": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.icons"
+ },
+ "830": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.redirect"
+ },
+ "831": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type"
+ },
+ "832": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.native"
+ },
+ "833": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.universal"
+ },
+ "834": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WCErrorResponse"
+ },
+ "835": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type"
+ },
+ "836": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.code"
+ },
+ "837": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.message"
+ },
+ "838": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.data"
+ },
+ "839": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WCJsonRpcError"
+ },
+ "840": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type"
+ },
+ "841": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.id"
+ },
+ "842": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.jsonrpc"
+ },
+ "843": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.error"
+ },
+ "844": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WCJsonRpcResult"
+ },
+ "845": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type"
+ },
+ "846": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.id"
+ },
+ "847": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.jsonrpc"
+ },
+ "848": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.result"
+ },
+ "849": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WCProposerMetadata"
+ },
+ "850": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type"
+ },
+ "851": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.name"
+ },
+ "852": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.icons"
+ },
+ "853": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.description"
+ },
+ "854": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.url"
+ },
+ "855": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WCEvent"
+ },
+ "856": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WCPeer"
+ },
+ "857": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type"
+ },
+ "858": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.metadata"
+ },
+ "859": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WCProposal"
+ },
+ "860": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type"
+ },
+ "861": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.proposer"
+ },
+ "862": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type"
+ },
+ "863": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.metadata"
+ },
+ "864": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WCRequest"
+ },
+ "865": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type"
+ },
+ "866": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.topic"
+ },
+ "867": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.peer"
+ },
+ "868": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.params"
+ },
+ "869": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.method"
+ },
+ "870": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WCSession"
+ },
+ "871": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type"
+ },
+ "872": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.topic"
+ },
+ "873": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "__type.peer"
+ },
+ "874": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver"
+ },
+ "875": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.connectApp"
+ },
+ "876": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.connectApp"
+ },
+ "877": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "uri"
+ },
+ "878": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.approveSession"
+ },
+ "879": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.approveSession"
+ },
+ "880": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.rejectSession"
+ },
+ "881": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.rejectSession"
+ },
+ "882": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.approveRequest"
+ },
+ "883": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.approveRequest"
+ },
+ "884": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.rejectRequest"
+ },
+ "885": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.rejectRequest"
+ },
+ "886": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.getActiveSessions"
+ },
+ "887": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.getActiveSessions"
+ },
+ "888": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.disconnectSession"
+ },
+ "889": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.disconnectSession"
+ },
+ "890": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.isWCReceiverEnabled"
+ },
+ "891": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "IWalletConnectReceiver.isWCReceiverEnabled"
+ },
+ "892": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler"
+ },
+ "893": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "894": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.__constructor"
+ },
+ "895": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler"
+ },
+ "896": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "wallet"
+ },
+ "897": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.wallet"
+ },
+ "898": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.init"
+ },
+ "899": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.init"
+ },
+ "900": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.connectApp"
+ },
+ "901": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.connectApp"
+ },
+ "902": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "uri"
+ },
+ "903": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.approveSession"
+ },
+ "904": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.approveSession"
+ },
+ "905": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.rejectSession"
+ },
+ "906": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.rejectSession"
+ },
+ "907": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.approveEIP155Request"
+ },
+ "908": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.approveEIP155Request"
+ },
+ "909": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.rejectEIP155Request"
+ },
+ "910": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.rejectEIP155Request"
+ },
+ "911": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.getActiveSessions"
+ },
+ "912": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.getActiveSessions"
+ },
+ "913": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.disconnectSession"
+ },
+ "914": {
+ "sourceFileName": "src/core/types/walletConnect.ts",
+ "qualifiedName": "WalletConnectHandler.disconnectSession"
+ },
+ "915": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "916": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "917": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "918": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "919": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "920": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "921": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "922": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "923": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "924": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "925": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "926": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "927": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "928": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "929": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "930": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "931": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "932": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "933": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "934": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "935": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "936": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "937": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "938": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "939": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "940": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "941": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "942": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "943": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "944": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "945": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "946": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "947": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "948": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "949": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "950": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "951": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "952": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "953": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "954": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "955": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "956": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "957": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "958": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "959": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "960": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "961": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "962": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "963": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "964": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "965": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "966": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "967": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "968": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "969": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "970": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "971": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "972": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "973": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "974": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "975": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "976": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "977": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "978": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "979": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "980": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "981": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "992": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "walletIds"
+ },
+ "993": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object"
+ },
+ "994": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.blocto"
+ },
+ "995": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.coin98"
+ },
+ "996": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.coinbase"
+ },
+ "997": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.coreWallet"
+ },
+ "998": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.cryptoDefiWallet"
+ },
+ "999": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.frame"
+ },
+ "1000": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.localWallet"
+ },
+ "1001": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.magicLink"
+ },
+ "1002": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.metamask"
+ },
+ "1003": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.paper"
+ },
+ "1004": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.rainbow"
+ },
+ "1005": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.smartWallet"
+ },
+ "1006": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.tokenBoundSmartWallet"
+ },
+ "1007": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.safe"
+ },
+ "1008": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.trust"
+ },
+ "1009": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.embeddedWallet"
+ },
+ "1010": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.walletConnectV1"
+ },
+ "1011": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.walletConnect"
+ },
+ "1012": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.phantom"
+ },
+ "1013": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.okx"
+ },
+ "1014": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.oneKey"
+ },
+ "1015": {
+ "sourceFileName": "src/evm/constants/walletIds.ts",
+ "qualifiedName": "__object.rabby"
+ },
+ "1016": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector"
+ },
+ "1017": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "1018": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.__constructor"
+ },
+ "1019": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector"
+ },
+ "1020": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.Provider"
+ },
+ "1021": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.Options"
+ },
+ "1022": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.Signer"
+ },
+ "1023": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "__0"
+ },
+ "1024": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "__type"
+ },
+ "1025": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "__type.chains"
+ },
+ "1026": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "__type.options"
+ },
+ "1027": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.id"
+ },
+ "1028": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.name"
+ },
+ "1029": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.chains"
+ },
+ "1030": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.options"
+ },
+ "1031": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.ready"
+ },
+ "1032": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.connect"
+ },
+ "1033": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.connect"
+ },
+ "1034": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "config"
+ },
+ "1035": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "__type"
+ },
+ "1036": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "1037": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.disconnect"
+ },
+ "1038": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.disconnect"
+ },
+ "1039": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.getAccount"
+ },
+ "1040": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.getAccount"
+ },
+ "1041": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.getChainId"
+ },
+ "1042": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.getChainId"
+ },
+ "1043": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.getProvider"
+ },
+ "1044": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.getProvider"
+ },
+ "1045": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "config"
+ },
+ "1046": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "__type"
+ },
+ "1047": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "1048": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.getSigner"
+ },
+ "1049": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.getSigner"
+ },
+ "1050": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "config"
+ },
+ "1051": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "__type"
+ },
+ "1052": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "1053": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.isAuthorized"
+ },
+ "1054": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.isAuthorized"
+ },
+ "1055": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.switchChain"
+ },
+ "1056": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.switchChain"
+ },
+ "1057": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "chainId"
+ },
+ "1058": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.onAccountsChanged"
+ },
+ "1059": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.onAccountsChanged"
+ },
+ "1060": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "accounts"
+ },
+ "1061": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.onChainChanged"
+ },
+ "1062": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.onChainChanged"
+ },
+ "1063": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "chain"
+ },
+ "1064": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.onDisconnect"
+ },
+ "1065": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.onDisconnect"
+ },
+ "1066": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "error"
+ },
+ "1067": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.getBlockExplorerUrls"
+ },
+ "1068": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.getBlockExplorerUrls"
+ },
+ "1069": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "chain"
+ },
+ "1070": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.isChainUnsupported"
+ },
+ "1071": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.isChainUnsupported"
+ },
+ "1072": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "chainId"
+ },
+ "1073": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.setupListeners"
+ },
+ "1074": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.setupListeners"
+ },
+ "1075": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.updateChains"
+ },
+ "1076": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.updateChains"
+ },
+ "1077": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "chains"
+ },
+ "1078": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "1079": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "1080": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "1081": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "1082": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1083": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1084": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1085": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1086": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1087": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "1088": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "1089": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1090": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "1091": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "1092": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1093": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1094": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1095": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "1096": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "1097": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1098": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1099": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1100": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1101": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1102": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1103": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1104": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "1105": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "1106": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1107": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1108": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1109": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1110": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1111": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1112": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1113": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "1114": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "1115": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1116": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1117": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1118": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1119": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1120": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1121": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1122": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "1123": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "1124": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1125": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1126": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1127": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1128": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1129": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1130": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1131": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "1132": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "1133": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "1134": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1135": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1136": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1137": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1138": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1139": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1140": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1141": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "1142": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "1143": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "1144": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1145": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.Provider"
+ },
+ "1146": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.Options"
+ },
+ "1147": {
+ "sourceFileName": "src/lib/wagmi-connectors/WagmiConnector.ts",
+ "qualifiedName": "WagmiConnector.Signer"
+ },
+ "1256": {
+ "sourceFileName": "src/evm/interfaces/index.ts",
+ "qualifiedName": "EVMWallet"
+ },
+ "1257": {
+ "sourceFileName": "src/evm/interfaces/index.ts",
+ "qualifiedName": "EVMWallet.getSigner"
+ },
+ "1258": {
+ "sourceFileName": "src/evm/interfaces/index.ts",
+ "qualifiedName": "EVMWallet.getSigner"
+ },
+ "1259": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector"
+ },
+ "1260": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "1263": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.TConnectParams"
+ },
+ "1264": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "1265": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.connect"
+ },
+ "1266": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.connect"
+ },
+ "1267": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "args"
+ },
+ "1268": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.disconnect"
+ },
+ "1269": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.disconnect"
+ },
+ "1270": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.getAddress"
+ },
+ "1271": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.getAddress"
+ },
+ "1272": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.getSigner"
+ },
+ "1273": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.getSigner"
+ },
+ "1274": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.getProvider"
+ },
+ "1275": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.getProvider"
+ },
+ "1276": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.switchChain"
+ },
+ "1277": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.switchChain"
+ },
+ "1278": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "chainId"
+ },
+ "1279": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.isConnected"
+ },
+ "1280": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.isConnected"
+ },
+ "1281": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.setupListeners"
+ },
+ "1282": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.setupListeners"
+ },
+ "1283": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.updateChains"
+ },
+ "1284": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.updateChains"
+ },
+ "1285": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "chains"
+ },
+ "1286": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "1287": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "1288": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "1289": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "1290": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1291": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1292": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1293": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1294": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1295": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "1296": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "1297": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1298": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "1299": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "1300": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1301": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1302": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1303": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "1304": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "1305": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1306": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1307": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1308": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1309": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1310": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1311": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1312": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "1313": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "1314": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1315": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1316": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1317": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1318": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1319": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1320": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1321": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "1322": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "1323": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1324": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1325": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1326": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1327": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1328": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1329": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1330": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "1331": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "1332": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1333": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1334": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1335": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1336": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1337": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1338": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1339": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "1340": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "1341": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "1342": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1343": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1344": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1345": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1346": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1347": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1348": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1349": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "1350": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "1351": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "1352": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1353": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "Connector.TConnectParams"
+ },
+ "1354": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "1355": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter"
+ },
+ "1356": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "1357": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.__constructor"
+ },
+ "1358": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter"
+ },
+ "1359": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.TConnectParams"
+ },
+ "1360": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "1361": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "wagmiConnector"
+ },
+ "1362": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.wagmiConnector"
+ },
+ "1363": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.connect"
+ },
+ "1364": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.connect"
+ },
+ "1365": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "args"
+ },
+ "1366": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.disconnect"
+ },
+ "1367": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.disconnect"
+ },
+ "1368": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.isConnected"
+ },
+ "1369": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.isConnected"
+ },
+ "1370": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.getAddress"
+ },
+ "1371": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.getAddress"
+ },
+ "1372": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.getSigner"
+ },
+ "1373": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.getSigner"
+ },
+ "1374": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.getProvider"
+ },
+ "1375": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.getProvider"
+ },
+ "1376": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.switchChain"
+ },
+ "1377": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.switchChain"
+ },
+ "1378": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "chainId"
+ },
+ "1379": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.setupConnectorListeners"
+ },
+ "1380": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.setupConnectorListeners"
+ },
+ "1381": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.setupListeners"
+ },
+ "1382": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.setupListeners"
+ },
+ "1383": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.updateChains"
+ },
+ "1384": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.updateChains"
+ },
+ "1385": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "chains"
+ },
+ "1386": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "1387": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "1388": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "1389": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "1390": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1391": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1392": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1393": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1394": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1395": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "1396": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "1397": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1398": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "1399": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "1400": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1401": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1402": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1403": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "1404": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "1405": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1406": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1407": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1408": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1409": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1410": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1411": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1412": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "1413": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "1414": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1415": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1416": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1417": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1418": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1419": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1420": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1421": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "1422": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "1423": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1424": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1425": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1426": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1427": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1428": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1429": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1430": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "1431": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "1432": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1433": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1434": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1435": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1436": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1437": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1438": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1439": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "1440": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "1441": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "1442": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1443": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1444": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1445": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1446": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1447": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1448": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1449": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "1450": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "1451": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "1452": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1453": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "WagmiAdapter.TConnectParams"
+ },
+ "1454": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "1455": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "ConnectParams"
+ },
+ "1456": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "1457": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "1458": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "TOpts"
+ },
+ "1459": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "1460": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet"
+ },
+ "1461": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "1465": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getSigner"
+ },
+ "1466": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getSigner"
+ },
+ "1467": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "1468": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "1469": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "1470": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "1471": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "1472": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "1473": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "1474": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "1475": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "1476": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "1477": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "1478": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "1479": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "1480": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "1481": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "1482": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "1483": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "1484": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "1485": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "1486": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "1487": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "1488": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "1489": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "1490": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "1491": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "1492": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "1493": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "1494": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "1495": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "1496": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "1497": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "1498": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1499": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1500": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1501": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1502": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1503": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "1504": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "1505": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1506": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "1507": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "1508": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1509": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1510": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1511": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "1512": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "1513": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1514": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1515": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1516": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1517": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1518": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1519": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1520": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "1521": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "1522": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1523": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1524": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1525": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1526": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1527": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1528": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1529": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "1530": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "1531": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1532": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1533": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1534": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1535": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1536": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1537": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1538": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "1539": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "1540": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1541": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1542": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1543": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1544": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1545": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1546": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1547": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "1548": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "1549": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "1550": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1551": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1552": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1553": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1554": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1555": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1556": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1557": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "1558": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "1559": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "1560": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1561": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletData"
+ },
+ "1562": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "__type"
+ },
+ "1563": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "__type.address"
+ },
+ "1564": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "1565": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents"
+ },
+ "1566": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.connect"
+ },
+ "1567": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.connect"
+ },
+ "1568": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "data"
+ },
+ "1569": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.change"
+ },
+ "1570": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.change"
+ },
+ "1571": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "data"
+ },
+ "1572": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.message"
+ },
+ "1573": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.message"
+ },
+ "1574": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "__0"
+ },
+ "1575": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "__type"
+ },
+ "1576": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "__type.type"
+ },
+ "1577": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "__type.data"
+ },
+ "1578": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.disconnect"
+ },
+ "1579": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.disconnect"
+ },
+ "1580": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.error"
+ },
+ "1581": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.error"
+ },
+ "1582": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "error"
+ },
+ "1583": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.display_uri"
+ },
+ "1584": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.display_uri"
+ },
+ "1585": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "uri"
+ },
+ "1586": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.wc_session_request_sent"
+ },
+ "1587": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.wc_session_request_sent"
+ },
+ "1588": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.request"
+ },
+ "1589": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "WalletEvents.request"
+ },
+ "1590": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "checkContractWalletSignature"
+ },
+ "1591": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "checkContractWalletSignature"
+ },
+ "1592": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "1593": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "1594": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "1595": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "1596": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet"
+ },
+ "1598": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "1599": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.__constructor"
+ },
+ "1600": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet"
+ },
+ "1601": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.TAdditionalOpts"
+ },
+ "1602": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "1603": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.TConnectParams"
+ },
+ "1604": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "1605": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "walletId"
+ },
+ "1606": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "options"
+ },
+ "1607": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "1608": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "1609": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "1610": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "1611": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "1612": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "1615": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getConnector"
+ },
+ "1616": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getConnector"
+ },
+ "1617": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "1618": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "1619": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "1620": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "1621": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "1622": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "1627": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "1628": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "1629": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "1630": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "1631": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "1632": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "1633": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "1634": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "1635": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "1636": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "1637": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "1638": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "1639": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "1640": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "1641": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "1642": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "1643": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "1644": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "1645": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "1646": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "1647": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "1648": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "1649": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "1651": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "1652": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "1653": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "1654": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "1655": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "1656": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "1657": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "1658": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "1659": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "1660": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "1661": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "1662": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "1663": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "1664": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "1665": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "1666": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "1667": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "1668": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "1669": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "1670": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "1671": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "1672": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "1673": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "1674": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "1675": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "1676": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "1677": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "1678": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "1679": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "1680": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "1681": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "1682": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1683": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1684": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1685": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1686": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1687": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "1688": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "1689": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1690": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "1691": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "1692": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1693": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1694": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1695": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "1696": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "1697": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1698": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1699": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1700": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1701": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1702": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1703": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1704": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "1705": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "1706": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1707": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1708": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1709": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1710": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1711": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1712": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1713": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "1714": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "1715": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1716": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1717": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1718": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1719": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1720": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1721": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1722": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "1723": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "1724": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1725": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1726": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1727": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1728": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1729": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1730": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1731": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "1732": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "1733": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "1734": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1735": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1736": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1737": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1738": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1739": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1740": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1741": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "1742": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "1743": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "1744": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1745": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.TAdditionalOpts"
+ },
+ "1746": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type"
+ },
+ "1747": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.TConnectParams"
+ },
+ "1748": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type"
+ },
+ "1749": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "WalletOptions"
+ },
+ "1750": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type"
+ },
+ "1751": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.chains"
+ },
+ "1752": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletId"
+ },
+ "1753": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletStorage"
+ },
+ "1754": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.dappMetadata"
+ },
+ "1755": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.clientId"
+ },
+ "1756": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.analytics"
+ },
+ "1757": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "TOpts"
+ },
+ "1758": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type"
+ },
+ "1759": {
+ "sourceFileName": "src/evm/wallets/blocto.ts",
+ "qualifiedName": "BloctoOptions"
+ },
+ "1760": {
+ "sourceFileName": "src/evm/wallets/blocto.ts",
+ "qualifiedName": "__type"
+ },
+ "1761": {
+ "sourceFileName": "src/evm/wallets/blocto.ts",
+ "qualifiedName": "__type.appId"
+ },
+ "1762": {
+ "sourceFileName": "src/evm/wallets/blocto.ts",
+ "qualifiedName": "__type.chain"
+ },
+ "1763": {
+ "sourceFileName": "src/evm/wallets/blocto.ts",
+ "qualifiedName": "BloctoWallet"
+ },
+ "1766": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "1767": {
+ "sourceFileName": "src/evm/wallets/blocto.ts",
+ "qualifiedName": "BloctoWallet.__constructor"
+ },
+ "1768": {
+ "sourceFileName": "src/evm/wallets/blocto.ts",
+ "qualifiedName": "BloctoWallet"
+ },
+ "1769": {
+ "sourceFileName": "src/evm/wallets/blocto.ts",
+ "qualifiedName": "options"
+ },
+ "1776": {
+ "sourceFileName": "src/evm/wallets/blocto.ts",
+ "qualifiedName": "BloctoWallet.getConnector"
+ },
+ "1777": {
+ "sourceFileName": "src/evm/wallets/blocto.ts",
+ "qualifiedName": "BloctoWallet.getConnector"
+ },
+ "1778": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "1779": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "1780": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "1781": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "1782": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "1783": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "1784": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "1785": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "1786": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "1789": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "1790": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "1791": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "1792": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "1793": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "1794": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "1795": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "1796": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "1797": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "1798": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "1805": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "1806": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "1807": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "1808": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "1809": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "1810": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "1811": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "1812": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "1813": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "1814": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "1815": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "1816": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "1817": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "1818": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "1819": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "1820": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "1821": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "1822": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "1823": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "1824": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "1825": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "1826": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "1827": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "1828": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "1829": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "1831": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "1832": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "1833": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "1834": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "1835": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "1836": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "1837": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "1838": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "1839": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "1840": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "1841": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "1842": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "1843": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "1844": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "1845": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "1846": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "1847": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "1848": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "1849": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "1850": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "1851": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "1852": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "1853": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "1854": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "1855": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "1856": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "1857": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "1858": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "1859": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "1860": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "1861": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "1862": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1863": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1864": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1865": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1866": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1867": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "1868": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "1869": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1870": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "1871": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "1872": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1873": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1874": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1875": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "1876": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "1877": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1878": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1879": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1880": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1881": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1882": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1883": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1884": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "1885": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "1886": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1887": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1888": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1889": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1890": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1891": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1892": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1893": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "1894": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "1895": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1896": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1897": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1898": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1899": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1900": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1901": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1902": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "1903": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "1904": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1905": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1906": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1907": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1908": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1909": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1910": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1911": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "1912": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "1913": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "1914": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "1915": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1916": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "1917": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1918": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "1919": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "1920": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "1921": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "1922": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "1923": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "1924": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "1925": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "MetaMaskWallet"
+ },
+ "1936": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "1937": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "MetaMaskWallet.__constructor"
+ },
+ "1938": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "MetaMaskWallet"
+ },
+ "1939": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "options"
+ },
+ "1947": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "MetaMaskWallet.getConnector"
+ },
+ "1948": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "MetaMaskWallet.getConnector"
+ },
+ "1949": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "1950": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "MetaMaskWallet.connectWithQrCode"
+ },
+ "1951": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "MetaMaskWallet.connectWithQrCode"
+ },
+ "1952": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "options"
+ },
+ "1953": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "MetaMaskWallet.switchAccount"
+ },
+ "1954": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "MetaMaskWallet.switchAccount"
+ },
+ "1955": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "1956": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "1957": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "1958": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "1959": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "1960": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "1961": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "1962": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "1965": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "1966": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "1967": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "1968": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "1969": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "1970": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "1971": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "1972": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "1973": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "1974": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "1981": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "1982": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "1983": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "1984": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "1985": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "1986": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "1987": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "1988": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "1989": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "1990": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "1991": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "1992": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "1993": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "1994": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "1995": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "1996": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "1997": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "1998": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "1999": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "2000": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "2001": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "2002": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "2003": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "2004": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "2005": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "2007": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "2008": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "2009": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "2010": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "2011": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "2012": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "2013": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "2014": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "2015": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "2016": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "2017": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "2018": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "2019": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "2020": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "2021": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "2022": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "2023": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "2024": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "2025": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "2026": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "2027": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "2028": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "2029": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "2030": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "2031": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "2032": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "2033": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "2034": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "2035": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "2036": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "2037": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "2038": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2039": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2040": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2041": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2042": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2043": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "2044": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "2045": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2046": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "2047": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "2048": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2049": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2050": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2051": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "2052": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "2053": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2054": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2055": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2056": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2057": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2058": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2059": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2060": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "2061": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "2062": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2063": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2064": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2065": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2066": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2067": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2068": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2069": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "2070": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "2071": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2072": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2073": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2074": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2075": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2076": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2077": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2078": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "2079": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "2080": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2081": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2082": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2083": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2084": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2085": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2086": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2087": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "2088": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "2089": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "2090": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2091": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2092": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2093": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2094": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2095": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2096": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2097": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "2098": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "2099": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "2100": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2101": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "MetamaskAdditionalOptions"
+ },
+ "2102": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "__type"
+ },
+ "2103": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "__type.qrcode"
+ },
+ "2104": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "__type.projectId"
+ },
+ "2105": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "__type.qrModalOptions"
+ },
+ "2106": {
+ "sourceFileName": "src/evm/wallets/metamask.ts",
+ "qualifiedName": "MetamaskWalletOptions"
+ },
+ "2107": {
+ "sourceFileName": "src/evm/wallets/okx.ts",
+ "qualifiedName": "OKXWallet"
+ },
+ "2110": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "2111": {
+ "sourceFileName": "src/evm/wallets/okx.ts",
+ "qualifiedName": "OKXWallet.__constructor"
+ },
+ "2112": {
+ "sourceFileName": "src/evm/wallets/okx.ts",
+ "qualifiedName": "OKXWallet"
+ },
+ "2113": {
+ "sourceFileName": "src/evm/wallets/okx.ts",
+ "qualifiedName": "options"
+ },
+ "2121": {
+ "sourceFileName": "src/evm/wallets/okx.ts",
+ "qualifiedName": "OKXWallet.getConnector"
+ },
+ "2122": {
+ "sourceFileName": "src/evm/wallets/okx.ts",
+ "qualifiedName": "OKXWallet.getConnector"
+ },
+ "2123": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "2124": {
+ "sourceFileName": "src/evm/wallets/okx.ts",
+ "qualifiedName": "OKXWallet.connectWithQrCode"
+ },
+ "2125": {
+ "sourceFileName": "src/evm/wallets/okx.ts",
+ "qualifiedName": "OKXWallet.connectWithQrCode"
+ },
+ "2126": {
+ "sourceFileName": "src/evm/wallets/okx.ts",
+ "qualifiedName": "options"
+ },
+ "2127": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "2128": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "2129": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "2130": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "2131": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "2132": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "2133": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2134": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2137": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "2138": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "2139": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2140": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2141": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2142": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "2143": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "2144": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2145": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2146": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2153": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "2154": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "2155": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "2156": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2157": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2158": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2159": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "2160": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "2161": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "2162": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "2163": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "2164": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "2165": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "2166": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "2167": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "2168": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "2169": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "2170": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "2171": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "2172": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "2173": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "2174": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "2175": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "2176": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "2177": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "2179": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "2180": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "2181": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "2182": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "2183": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "2184": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "2185": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "2186": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "2187": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "2188": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "2189": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "2190": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "2191": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "2192": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "2193": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "2194": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "2195": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "2196": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "2197": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "2198": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "2199": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "2200": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "2201": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "2202": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "2203": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "2204": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "2205": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "2206": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "2207": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "2208": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "2209": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "2210": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2211": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2212": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2213": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2214": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2215": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "2216": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "2217": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2218": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "2219": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "2220": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2221": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2222": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2223": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "2224": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "2225": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2226": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2227": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2228": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2229": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2230": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2231": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2232": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "2233": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "2234": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2235": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2236": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2237": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2238": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2239": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2240": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2241": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "2242": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "2243": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2244": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2245": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2246": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2247": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2248": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2249": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2250": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "2251": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "2252": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2253": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2254": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2255": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2256": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2257": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2258": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2259": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "2260": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "2261": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "2262": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2263": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2264": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2265": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2266": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2267": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2268": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2269": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "2270": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "2271": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "2272": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2273": {
+ "sourceFileName": "src/evm/wallets/okx.ts",
+ "qualifiedName": "OKXWalletOptions"
+ },
+ "2276": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "CoreWallet"
+ },
+ "2279": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "2280": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "CoreWallet.__constructor"
+ },
+ "2281": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "CoreWallet"
+ },
+ "2282": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "2290": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "CoreWallet.getConnector"
+ },
+ "2291": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "CoreWallet.getConnector"
+ },
+ "2292": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "2293": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "CoreWallet.connectWithQrCode"
+ },
+ "2294": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "CoreWallet.connectWithQrCode"
+ },
+ "2295": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "2296": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "2297": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "2298": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "2299": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "2300": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "2301": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "2302": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2303": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2306": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "2307": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "2308": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2309": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2310": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2311": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "2312": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "2313": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2314": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2315": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2322": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "2323": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "2324": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "2325": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2326": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2327": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2328": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "2329": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "2330": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "2331": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "2332": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "2333": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "2334": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "2335": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "2336": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "2337": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "2338": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "2339": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "2340": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "2341": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "2342": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "2343": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "2344": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "2345": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "2346": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "2348": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "2349": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "2350": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "2351": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "2352": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "2353": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "2354": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "2355": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "2356": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "2357": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "2358": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "2359": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "2360": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "2361": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "2362": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "2363": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "2364": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "2365": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "2366": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "2367": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "2368": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "2369": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "2370": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "2371": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "2372": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "2373": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "2374": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "2375": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "2376": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "2377": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "2378": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "2379": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2380": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2381": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2382": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2383": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2384": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "2385": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "2386": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2387": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "2388": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "2389": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2390": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2391": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2392": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "2393": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "2394": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2395": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2396": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2397": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2398": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2399": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2400": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2401": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "2402": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "2403": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2404": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2405": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2406": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2407": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2408": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2409": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2410": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "2411": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "2412": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2413": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2414": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2415": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2416": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2417": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2418": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2419": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "2420": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "2421": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2422": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2423": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2424": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2425": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2426": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2427": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2428": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "2429": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "2430": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "2431": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2432": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2433": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2434": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2435": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2436": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2437": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2438": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "2439": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "2440": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "2441": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2442": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "CoreWalletOptions"
+ },
+ "2443": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "CoreWalletAdditionalOptions"
+ },
+ "2444": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "2445": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "__type.qrcode"
+ },
+ "2446": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "__type.projectId"
+ },
+ "2447": {
+ "sourceFileName": "src/evm/wallets/core-wallet.ts",
+ "qualifiedName": "__type.qrModalOptions"
+ },
+ "2450": {
+ "sourceFileName": "src/evm/wallets/onekey.ts",
+ "qualifiedName": "OneKeyWallet"
+ },
+ "2453": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "2454": {
+ "sourceFileName": "src/evm/wallets/onekey.ts",
+ "qualifiedName": "OneKeyWallet.__constructor"
+ },
+ "2455": {
+ "sourceFileName": "src/evm/wallets/onekey.ts",
+ "qualifiedName": "OneKeyWallet"
+ },
+ "2456": {
+ "sourceFileName": "src/evm/wallets/onekey.ts",
+ "qualifiedName": "options"
+ },
+ "2464": {
+ "sourceFileName": "src/evm/wallets/onekey.ts",
+ "qualifiedName": "OneKeyWallet.getConnector"
+ },
+ "2465": {
+ "sourceFileName": "src/evm/wallets/onekey.ts",
+ "qualifiedName": "OneKeyWallet.getConnector"
+ },
+ "2466": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "2467": {
+ "sourceFileName": "src/evm/wallets/onekey.ts",
+ "qualifiedName": "OneKeyWallet.connectWithQrCode"
+ },
+ "2468": {
+ "sourceFileName": "src/evm/wallets/onekey.ts",
+ "qualifiedName": "OneKeyWallet.connectWithQrCode"
+ },
+ "2469": {
+ "sourceFileName": "src/evm/wallets/onekey.ts",
+ "qualifiedName": "options"
+ },
+ "2470": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "2471": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "2472": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "2473": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "2474": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "2475": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "2476": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2477": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2480": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "2481": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "2482": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2483": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2484": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2485": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "2486": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "2487": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2488": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2489": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2496": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "2497": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "2498": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "2499": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2500": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2501": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2502": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "2503": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "2504": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "2505": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "2506": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "2507": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "2508": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "2509": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "2510": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "2511": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "2512": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "2513": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "2514": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "2515": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "2516": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "2517": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "2518": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "2519": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "2520": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "2522": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "2523": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "2524": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "2525": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "2526": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "2527": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "2528": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "2529": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "2530": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "2531": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "2532": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "2533": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "2534": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "2535": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "2536": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "2537": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "2538": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "2539": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "2540": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "2541": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "2542": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "2543": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "2544": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "2545": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "2546": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "2547": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "2548": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "2549": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "2550": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "2551": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "2552": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "2553": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2554": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2555": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2556": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2557": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2558": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "2559": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "2560": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2561": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "2562": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "2563": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2564": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2565": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2566": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "2567": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "2568": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2569": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2570": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2571": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2572": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2573": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2574": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2575": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "2576": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "2577": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2578": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2579": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2580": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2581": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2582": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2583": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2584": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "2585": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "2586": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2587": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2588": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2589": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2590": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2591": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2592": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2593": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "2594": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "2595": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2596": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2597": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2598": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2599": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2600": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2601": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2602": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "2603": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "2604": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "2605": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2606": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2607": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2608": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2609": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2610": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2611": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2612": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "2613": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "2614": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "2615": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2616": {
+ "sourceFileName": "src/evm/wallets/onekey.ts",
+ "qualifiedName": "OneKeyOptions"
+ },
+ "2617": {
+ "sourceFileName": "src/evm/connectors/onekey/getInjectedOneKeyProvider.ts",
+ "qualifiedName": "getInjectedOneKeyProvider"
+ },
+ "2618": {
+ "sourceFileName": "src/evm/connectors/onekey/getInjectedOneKeyProvider.ts",
+ "qualifiedName": "getInjectedOneKeyProvider"
+ },
+ "2619": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "CryptoDefiWallet"
+ },
+ "2622": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "2623": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "CryptoDefiWallet.__constructor"
+ },
+ "2624": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "CryptoDefiWallet"
+ },
+ "2625": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "2633": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "CryptoDefiWallet.getConnector"
+ },
+ "2634": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "CryptoDefiWallet.getConnector"
+ },
+ "2635": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "2636": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "CryptoDefiWallet.connectWithQrCode"
+ },
+ "2637": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "CryptoDefiWallet.connectWithQrCode"
+ },
+ "2638": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "2639": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "2640": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "2641": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "2642": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "2643": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "2644": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "2645": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2646": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2649": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "2650": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "2651": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2652": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2653": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2654": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "2655": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "2656": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2657": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2658": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2665": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "2666": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "2667": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "2668": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2669": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2670": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2671": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "2672": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "2673": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "2674": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "2675": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "2676": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "2677": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "2678": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "2679": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "2680": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "2681": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "2682": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "2683": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "2684": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "2685": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "2686": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "2687": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "2688": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "2689": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "2691": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "2692": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "2693": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "2694": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "2695": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "2696": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "2697": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "2698": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "2699": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "2700": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "2701": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "2702": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "2703": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "2704": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "2705": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "2706": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "2707": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "2708": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "2709": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "2710": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "2711": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "2712": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "2713": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "2714": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "2715": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "2716": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "2717": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "2718": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "2719": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "2720": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "2721": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "2722": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2723": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2724": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2725": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2726": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2727": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "2728": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "2729": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2730": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "2731": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "2732": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2733": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2734": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2735": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "2736": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "2737": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2738": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2739": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2740": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2741": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2742": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2743": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2744": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "2745": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "2746": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2747": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2748": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2749": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2750": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2751": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2752": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2753": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "2754": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "2755": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2756": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2757": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2758": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2759": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2760": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2761": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2762": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "2763": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "2764": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2765": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2766": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2767": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2768": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2769": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2770": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2771": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "2772": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "2773": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "2774": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2775": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2776": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2777": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2778": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2779": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2780": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2781": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "2782": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "2783": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "2784": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2785": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "CryptoDefiWalletOptions"
+ },
+ "2786": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "CryptoDefiWalletAdditionalOptions"
+ },
+ "2787": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "2788": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "__type.qrcode"
+ },
+ "2789": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "__type.projectId"
+ },
+ "2790": {
+ "sourceFileName": "src/evm/wallets/crypto-defi-wallet.ts",
+ "qualifiedName": "__type.qrModalOptions"
+ },
+ "2793": {
+ "sourceFileName": "src/evm/wallets/rabby.ts",
+ "qualifiedName": "RabbyWallet"
+ },
+ "2796": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "2797": {
+ "sourceFileName": "src/evm/wallets/rabby.ts",
+ "qualifiedName": "RabbyWallet.__constructor"
+ },
+ "2798": {
+ "sourceFileName": "src/evm/wallets/rabby.ts",
+ "qualifiedName": "RabbyWallet"
+ },
+ "2799": {
+ "sourceFileName": "src/evm/wallets/rabby.ts",
+ "qualifiedName": "options"
+ },
+ "2807": {
+ "sourceFileName": "src/evm/wallets/rabby.ts",
+ "qualifiedName": "RabbyWallet.getConnector"
+ },
+ "2808": {
+ "sourceFileName": "src/evm/wallets/rabby.ts",
+ "qualifiedName": "RabbyWallet.getConnector"
+ },
+ "2809": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "2810": {
+ "sourceFileName": "src/evm/wallets/rabby.ts",
+ "qualifiedName": "RabbyWallet.connectWithQrCode"
+ },
+ "2811": {
+ "sourceFileName": "src/evm/wallets/rabby.ts",
+ "qualifiedName": "RabbyWallet.connectWithQrCode"
+ },
+ "2812": {
+ "sourceFileName": "src/evm/wallets/rabby.ts",
+ "qualifiedName": "options"
+ },
+ "2813": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "2814": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "2815": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "2816": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "2817": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "2818": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "2819": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2820": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2823": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "2824": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "2825": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2826": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2827": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2828": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "2829": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "2830": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2831": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2832": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2839": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "2840": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "2841": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "2842": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2843": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2844": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2845": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "2846": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "2847": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "2848": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "2849": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "2850": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "2851": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "2852": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "2853": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "2854": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "2855": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "2856": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "2857": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "2858": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "2859": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "2860": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "2861": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "2862": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "2863": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "2865": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "2866": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "2867": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "2868": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "2869": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "2870": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "2871": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "2872": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "2873": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "2874": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "2875": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "2876": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "2877": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "2878": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "2879": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "2880": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "2881": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "2882": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "2883": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "2884": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "2885": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "2886": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "2887": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "2888": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "2889": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "2890": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "2891": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "2892": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "2893": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "2894": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "2895": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "2896": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2897": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2898": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2899": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2900": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2901": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "2902": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "2903": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2904": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "2905": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "2906": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2907": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2908": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2909": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "2910": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "2911": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2912": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2913": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2914": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2915": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2916": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2917": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2918": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "2919": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "2920": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2921": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2922": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2923": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2924": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2925": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2926": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2927": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "2928": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "2929": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2930": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2931": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2932": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2933": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2934": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2935": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2936": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "2937": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "2938": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2939": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2940": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2941": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2942": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2943": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2944": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2945": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "2946": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "2947": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "2948": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "2949": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2950": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "2951": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2952": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "2953": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "2954": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "2955": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "2956": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "2957": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "2958": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "2959": {
+ "sourceFileName": "src/evm/wallets/rabby.ts",
+ "qualifiedName": "RabbyOptions"
+ },
+ "2962": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "Coin98Wallet"
+ },
+ "2965": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "2966": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "Coin98Wallet.__constructor"
+ },
+ "2967": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "Coin98Wallet"
+ },
+ "2968": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "options"
+ },
+ "2976": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "Coin98Wallet.getConnector"
+ },
+ "2977": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "Coin98Wallet.getConnector"
+ },
+ "2978": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "2979": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "Coin98Wallet.connectWithQrCode"
+ },
+ "2980": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "Coin98Wallet.connectWithQrCode"
+ },
+ "2981": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "options"
+ },
+ "2982": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "2983": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "2984": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "2985": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "2986": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "2987": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "2988": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2989": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2992": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "2993": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "2994": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "2995": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "2996": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "2997": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "2998": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "2999": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "3000": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "3001": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "3008": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "3009": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "3010": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "3011": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "3012": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "3013": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "3014": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "3015": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "3016": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "3017": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "3018": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "3019": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "3020": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "3021": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "3022": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "3023": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "3024": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "3025": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "3026": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "3027": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "3028": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "3029": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "3030": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "3031": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "3032": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "3034": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "3035": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "3036": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "3037": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "3038": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "3039": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "3040": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "3041": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "3042": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "3043": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "3044": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "3045": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "3046": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "3047": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "3048": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "3049": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "3050": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "3051": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "3052": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "3053": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "3054": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "3055": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "3056": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "3057": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "3058": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "3059": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "3060": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "3061": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "3062": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "3063": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "3064": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "3065": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3066": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3067": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3068": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3069": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3070": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "3071": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "3072": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3073": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "3074": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "3075": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3076": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3077": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3078": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "3079": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "3080": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3081": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3082": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3083": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3084": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3085": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3086": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3087": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "3088": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "3089": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3090": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3091": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3092": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3093": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3094": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3095": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3096": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "3097": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "3098": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3099": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3100": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3101": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3102": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3103": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3104": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3105": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "3106": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "3107": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3108": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3109": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3110": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3111": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3112": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3113": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3114": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "3115": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "3116": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "3117": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3118": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3119": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3120": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3121": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3122": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3123": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3124": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "3125": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "3126": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "3127": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3128": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "Coin98Options"
+ },
+ "3129": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "Coin98AdditionalOptions"
+ },
+ "3130": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "__type"
+ },
+ "3131": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "__type.qrcode"
+ },
+ "3132": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "__type.projectId"
+ },
+ "3133": {
+ "sourceFileName": "src/evm/wallets/coin98.ts",
+ "qualifiedName": "__type.qrModalOptions"
+ },
+ "3136": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "Chain"
+ },
+ "3137": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type"
+ },
+ "3138": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.name"
+ },
+ "3139": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.title"
+ },
+ "3140": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.chain"
+ },
+ "3141": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.icon"
+ },
+ "3142": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.rpc"
+ },
+ "3143": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.features"
+ },
+ "3144": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type"
+ },
+ "3145": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.name"
+ },
+ "3146": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.faucets"
+ },
+ "3147": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.nativeCurrency"
+ },
+ "3148": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type"
+ },
+ "3149": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.name"
+ },
+ "3150": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "3151": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "3152": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.infoURL"
+ },
+ "3153": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.shortName"
+ },
+ "3154": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "3155": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.networkId"
+ },
+ "3156": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.ens"
+ },
+ "3157": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type"
+ },
+ "3158": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.registry"
+ },
+ "3159": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.explorers"
+ },
+ "3160": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.testnet"
+ },
+ "3161": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.slug"
+ },
+ "3162": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.slip44"
+ },
+ "3163": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.status"
+ },
+ "3164": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.redFlags"
+ },
+ "3165": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.parent"
+ },
+ "3166": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type"
+ },
+ "3167": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.chain"
+ },
+ "3168": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.type"
+ },
+ "3169": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.bridges"
+ },
+ "3170": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type"
+ },
+ "3171": {
+ "sourceFileName": "../chains/src/types.ts",
+ "qualifiedName": "__type.url"
+ },
+ "3183": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner"
+ },
+ "3184": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.isSigner"
+ },
+ "3185": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.isSigner"
+ },
+ "3186": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "value"
+ },
+ "3187": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner.__constructor"
+ },
+ "3188": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner"
+ },
+ "3189": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "config"
+ },
+ "3190": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "provider"
+ },
+ "3191": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner.config"
+ },
+ "3192": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner.getAddress"
+ },
+ "3193": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner.getAddress"
+ },
+ "3194": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner.signMessage"
+ },
+ "3195": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner.signMessage"
+ },
+ "3196": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "message"
+ },
+ "3197": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner.signTransaction"
+ },
+ "3198": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner.signTransaction"
+ },
+ "3199": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "transaction"
+ },
+ "3200": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner.sendTransaction"
+ },
+ "3201": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner.sendTransaction"
+ },
+ "3202": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "transaction"
+ },
+ "3203": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner.connect"
+ },
+ "3204": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner.connect"
+ },
+ "3205": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "provider"
+ },
+ "3206": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner.fetch"
+ },
+ "3207": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "EngineSigner.fetch"
+ },
+ "3208": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "__0"
+ },
+ "3209": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "__type"
+ },
+ "3210": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "__type.path"
+ },
+ "3211": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "__type.method"
+ },
+ "3212": {
+ "sourceFileName": "src/evm/connectors/engine/signer.ts",
+ "qualifiedName": "__type.body"
+ },
+ "3213": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.provider"
+ },
+ "3214": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer._isSigner"
+ },
+ "3215": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.getBalance"
+ },
+ "3216": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.getBalance"
+ },
+ "3217": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "blockTag"
+ },
+ "3218": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.getTransactionCount"
+ },
+ "3219": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.getTransactionCount"
+ },
+ "3220": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "blockTag"
+ },
+ "3221": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.estimateGas"
+ },
+ "3222": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.estimateGas"
+ },
+ "3223": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "transaction"
+ },
+ "3224": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.call"
+ },
+ "3225": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.call"
+ },
+ "3226": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "transaction"
+ },
+ "3227": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "blockTag"
+ },
+ "3228": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.getChainId"
+ },
+ "3229": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.getChainId"
+ },
+ "3230": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.getGasPrice"
+ },
+ "3231": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.getGasPrice"
+ },
+ "3232": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.getFeeData"
+ },
+ "3233": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.getFeeData"
+ },
+ "3234": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.resolveName"
+ },
+ "3235": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.resolveName"
+ },
+ "3236": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "name"
+ },
+ "3237": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.checkTransaction"
+ },
+ "3238": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.checkTransaction"
+ },
+ "3239": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "transaction"
+ },
+ "3240": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.populateTransaction"
+ },
+ "3241": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer.populateTransaction"
+ },
+ "3242": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "transaction"
+ },
+ "3243": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer._checkProvider"
+ },
+ "3244": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "Signer._checkProvider"
+ },
+ "3245": {
+ "sourceFileName": "../../node_modules/.pnpm/@ethersproject+abstract-signer@5.7.0/node_modules/@ethersproject/abstract-signer/src.ts/index.ts",
+ "qualifiedName": "operation"
+ },
+ "3246": {
+ "sourceFileName": "src/evm/connectors/paper/types.ts",
+ "qualifiedName": "PaperWalletAdditionalOptions"
+ },
+ "3247": {
+ "sourceFileName": "src/evm/connectors/paper/types.ts",
+ "qualifiedName": "__type"
+ },
+ "3248": {
+ "sourceFileName": "src/evm/connectors/paper/types.ts",
+ "qualifiedName": "__type.chain"
+ },
+ "3249": {
+ "sourceFileName": "src/evm/connectors/paper/types.ts",
+ "qualifiedName": "__type.advancedOptions"
+ },
+ "3250": {
+ "sourceFileName": "src/evm/connectors/paper/types.ts",
+ "qualifiedName": "__type.styles"
+ },
+ "3251": {
+ "sourceFileName": "src/evm/connectors/paper/types.ts",
+ "qualifiedName": "__type.paperClientId"
+ },
+ "3252": {
+ "sourceFileName": "src/evm/connectors/paper/types.ts",
+ "qualifiedName": "__type.clientId"
+ },
+ "3253": {
+ "sourceFileName": "src/evm/connectors/paper/types.ts",
+ "qualifiedName": "__type.onAuthSuccess"
+ },
+ "3254": {
+ "sourceFileName": "src/evm/connectors/paper/types.ts",
+ "qualifiedName": "__type"
+ },
+ "3255": {
+ "sourceFileName": "src/evm/connectors/paper/types.ts",
+ "qualifiedName": "__type"
+ },
+ "3256": {
+ "sourceFileName": "src/evm/connectors/paper/types.ts",
+ "qualifiedName": "authResult"
+ },
+ "3257": {
+ "sourceFileName": "src/evm/wallets/paper-wallet.ts",
+ "qualifiedName": "PaperWalletOptions"
+ },
+ "3424": {
+ "sourceFileName": "src/evm/wallets/coinbase-wallet.ts",
+ "qualifiedName": "CoinbaseWalletOptions"
+ },
+ "3425": {
+ "sourceFileName": "src/evm/wallets/coinbase-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "3426": {
+ "sourceFileName": "src/evm/wallets/coinbase-wallet.ts",
+ "qualifiedName": "__type.headlessMode"
+ },
+ "3427": {
+ "sourceFileName": "src/evm/wallets/coinbase-wallet.ts",
+ "qualifiedName": "__type.theme"
+ },
+ "3428": {
+ "sourceFileName": "src/evm/wallets/coinbase-wallet.ts",
+ "qualifiedName": "CoinbaseWallet"
+ },
+ "3439": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "3440": {
+ "sourceFileName": "src/evm/wallets/coinbase-wallet.ts",
+ "qualifiedName": "CoinbaseWallet.__constructor"
+ },
+ "3441": {
+ "sourceFileName": "src/evm/wallets/coinbase-wallet.ts",
+ "qualifiedName": "CoinbaseWallet"
+ },
+ "3442": {
+ "sourceFileName": "src/evm/wallets/coinbase-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "3450": {
+ "sourceFileName": "src/evm/wallets/coinbase-wallet.ts",
+ "qualifiedName": "CoinbaseWallet.getConnector"
+ },
+ "3451": {
+ "sourceFileName": "src/evm/wallets/coinbase-wallet.ts",
+ "qualifiedName": "CoinbaseWallet.getConnector"
+ },
+ "3452": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "3453": {
+ "sourceFileName": "src/evm/wallets/coinbase-wallet.ts",
+ "qualifiedName": "CoinbaseWallet.getQrUrl"
+ },
+ "3454": {
+ "sourceFileName": "src/evm/wallets/coinbase-wallet.ts",
+ "qualifiedName": "CoinbaseWallet.getQrUrl"
+ },
+ "3455": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "3456": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "3457": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "3458": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "3459": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "3460": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type"
+ },
+ "3461": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.chains"
+ },
+ "3462": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletId"
+ },
+ "3463": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletStorage"
+ },
+ "3464": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.dappMetadata"
+ },
+ "3465": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.clientId"
+ },
+ "3466": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.analytics"
+ },
+ "3467": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "3468": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "3469": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "3472": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "3473": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "3474": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "3475": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "3476": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "3477": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "3478": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "3479": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "3480": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "3481": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "3495": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "3496": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "3497": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "3498": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "3499": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "3500": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "3501": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "3502": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "3503": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "3504": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "3505": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "3506": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "3507": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "3508": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "3509": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "3510": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "3511": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "3512": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "3513": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "3514": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "3515": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "3516": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "3517": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "3518": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "3519": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "3521": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "3522": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "3523": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "3524": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "3525": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "3526": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "3527": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "3528": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "3529": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "3530": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "3531": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "3532": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "3533": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "3534": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "3535": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "3536": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "3537": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "3538": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "3539": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "3540": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "3541": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "3542": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "3543": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "3544": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "3545": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "3546": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "3547": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "3548": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "3549": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "3550": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "3551": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "3552": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3553": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3554": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3555": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3556": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3557": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "3558": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "3559": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3560": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "3561": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "3562": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3563": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3564": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3565": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "3566": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "3567": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3568": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3569": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3570": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3571": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3572": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3573": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3574": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "3575": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "3576": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3577": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3578": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3579": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3580": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3581": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3582": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3583": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "3584": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "3585": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3586": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3587": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3588": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3589": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3590": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3591": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3592": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "3593": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "3594": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3595": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3596": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3597": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3598": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3599": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3600": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3601": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "3602": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "3603": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "3604": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3605": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3606": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3607": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3608": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3609": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3610": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3611": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "3612": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "3613": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "3614": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3615": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWalletOptions"
+ },
+ "3616": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "AuthParams"
+ },
+ "3617": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "AuthResult"
+ },
+ "3618": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "3619": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "__type.user"
+ },
+ "3620": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "__type.isNewUser"
+ },
+ "3621": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "__type.needsRecoveryCode"
+ },
+ "3622": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "EmbeddedWalletAdditionalOptions"
+ },
+ "3623": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "3624": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "__type.chain"
+ },
+ "3625": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "__type.clientId"
+ },
+ "3626": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "__type.onAuthSuccess"
+ },
+ "3627": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "3628": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "3629": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "authResult"
+ },
+ "3630": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "EmbeddedWalletConnectionArgs"
+ },
+ "3631": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "3632": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "3633": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "__type.authResult"
+ },
+ "3634": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/types.ts",
+ "qualifiedName": "EmbeddedWalletOauthStrategy"
+ },
+ "3635": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet"
+ },
+ "3641": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.sendVerificationEmail"
+ },
+ "3642": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.sendVerificationEmail"
+ },
+ "3643": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "3644": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "3645": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "__type.email"
+ },
+ "3646": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "__type.clientId"
+ },
+ "3647": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "3648": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.__constructor"
+ },
+ "3649": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet"
+ },
+ "3650": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "3656": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.getConnector"
+ },
+ "3657": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.getConnector"
+ },
+ "3658": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "3659": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.autoConnect"
+ },
+ "3660": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.autoConnect"
+ },
+ "3661": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "3664": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.getEmail"
+ },
+ "3665": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.getEmail"
+ },
+ "3666": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.getEmbeddedWalletSDK"
+ },
+ "3667": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.getEmbeddedWalletSDK"
+ },
+ "3668": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.getRecoveryInformation"
+ },
+ "3669": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.getRecoveryInformation"
+ },
+ "3670": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.sendVerificationEmail"
+ },
+ "3671": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.sendVerificationEmail"
+ },
+ "3672": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "3673": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "3674": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "__type.email"
+ },
+ "3675": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.authenticate"
+ },
+ "3676": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.authenticate"
+ },
+ "3677": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "params"
+ },
+ "3680": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.connect"
+ },
+ "3681": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWallet.connect"
+ },
+ "3682": {
+ "sourceFileName": "src/evm/wallets/embedded-wallet.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "3683": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "3684": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "3685": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "3686": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "3687": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "3688": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "3693": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "3694": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "3695": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "3696": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "3697": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "3698": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "3699": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "3700": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "3701": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "3702": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "3703": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "3704": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "3705": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "3706": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "3707": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "3708": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "3709": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "3710": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "3711": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "3712": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "3713": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "3714": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "3715": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "3717": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "3718": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "3719": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "3720": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "3721": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "3722": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "3723": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "3724": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "3725": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "3726": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "3727": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "3728": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "3729": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "3730": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "3731": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "3732": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "3733": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "3734": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "3735": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "3736": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "3737": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "3738": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "3739": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "3740": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "3741": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "3742": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "3743": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "3744": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "3745": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "3746": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "3747": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "3748": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3749": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3750": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3751": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3752": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3753": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "3754": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "3755": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3756": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "3757": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "3758": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3759": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3760": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3761": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "3762": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "3763": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3764": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3765": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3766": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3767": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3768": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3769": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3770": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "3771": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "3772": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3773": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3774": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3775": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3776": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3777": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3778": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3779": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "3780": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "3781": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3782": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3783": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3784": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3785": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3786": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3787": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3788": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "3789": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "3790": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3791": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3792": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3793": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3794": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3795": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3796": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3797": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "3798": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "3799": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "3800": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3801": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3802": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3803": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3804": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3805": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3806": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3807": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "3808": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "3809": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "3810": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3811": {
+ "sourceFileName": "src/evm/wallets/ethers.ts",
+ "qualifiedName": "EthersWallet"
+ },
+ "3812": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "3813": {
+ "sourceFileName": "src/evm/wallets/ethers.ts",
+ "qualifiedName": "EthersWallet.__constructor"
+ },
+ "3814": {
+ "sourceFileName": "src/evm/wallets/ethers.ts",
+ "qualifiedName": "EthersWallet"
+ },
+ "3815": {
+ "sourceFileName": "src/evm/wallets/ethers.ts",
+ "qualifiedName": "signer"
+ },
+ "3816": {
+ "sourceFileName": "src/evm/wallets/ethers.ts",
+ "qualifiedName": "EthersWallet.#signer"
+ },
+ "3817": {
+ "sourceFileName": "src/evm/wallets/ethers.ts",
+ "qualifiedName": "EthersWallet.getSigner"
+ },
+ "3818": {
+ "sourceFileName": "src/evm/wallets/ethers.ts",
+ "qualifiedName": "EthersWallet.getSigner"
+ },
+ "3820": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "3821": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "3822": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "3823": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "3824": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "3825": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "3826": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "3827": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "3828": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "3829": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "3830": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "3831": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "3832": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "3833": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "3834": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "3835": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "3836": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "3837": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "3838": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "3839": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "3840": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "3841": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "3842": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "3843": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "3844": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "3845": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "3846": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "3847": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "3848": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "3849": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "3850": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "3851": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3852": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3853": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3854": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3855": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3856": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "3857": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "3858": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3859": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "3860": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "3861": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3862": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3863": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3864": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "3865": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "3866": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3867": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3868": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3869": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3870": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3871": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3872": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3873": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "3874": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "3875": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3876": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3877": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3878": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3879": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3880": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3881": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3882": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "3883": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "3884": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3885": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3886": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3887": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3888": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3889": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3890": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3891": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "3892": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "3893": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3894": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3895": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3896": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3897": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3898": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3899": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3900": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "3901": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "3902": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "3903": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "3904": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3905": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "3906": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3907": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "3908": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "3909": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "3910": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "3911": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "3912": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "3913": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "3914": {
+ "sourceFileName": "src/evm/wallets/frame.ts",
+ "qualifiedName": "FrameWallet"
+ },
+ "3917": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "3918": {
+ "sourceFileName": "src/evm/wallets/frame.ts",
+ "qualifiedName": "FrameWallet.__constructor"
+ },
+ "3919": {
+ "sourceFileName": "src/evm/wallets/frame.ts",
+ "qualifiedName": "FrameWallet"
+ },
+ "3920": {
+ "sourceFileName": "src/evm/wallets/frame.ts",
+ "qualifiedName": "options"
+ },
+ "3921": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type"
+ },
+ "3922": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.chains"
+ },
+ "3923": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletId"
+ },
+ "3924": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletStorage"
+ },
+ "3925": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.dappMetadata"
+ },
+ "3926": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.clientId"
+ },
+ "3927": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.analytics"
+ },
+ "3932": {
+ "sourceFileName": "src/evm/wallets/frame.ts",
+ "qualifiedName": "FrameWallet.getConnector"
+ },
+ "3933": {
+ "sourceFileName": "src/evm/wallets/frame.ts",
+ "qualifiedName": "FrameWallet.getConnector"
+ },
+ "3934": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "3935": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "3936": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "3937": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "3938": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "3939": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "3940": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type"
+ },
+ "3941": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.chains"
+ },
+ "3942": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletId"
+ },
+ "3943": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletStorage"
+ },
+ "3944": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.dappMetadata"
+ },
+ "3945": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.clientId"
+ },
+ "3946": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.analytics"
+ },
+ "3947": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "3948": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "3949": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "3952": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "3953": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "3954": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "3955": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "3956": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "3957": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "3958": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "3959": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "3960": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "3961": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "3975": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "3976": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "3977": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "3978": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "3979": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "3980": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "3981": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "3982": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "3983": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "3984": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "3985": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "3986": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "3987": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "3988": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "3989": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "3990": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "3991": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "3992": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "3993": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "3994": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "3995": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "3996": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "3997": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "3998": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "3999": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "4001": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "4002": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "4003": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "4004": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "4005": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "4006": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "4007": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "4008": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "4009": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "4010": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "4011": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "4012": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "4013": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "4014": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "4015": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "4016": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "4017": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "4018": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "4019": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "4020": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "4021": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "4022": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "4023": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "4024": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "4025": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "4026": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "4027": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "4028": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "4029": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "4030": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "4031": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "4032": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4033": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4034": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4035": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4036": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4037": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "4038": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "4039": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4040": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "4041": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "4042": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4043": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4044": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4045": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "4046": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "4047": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4048": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4049": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4050": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4051": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4052": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4053": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4054": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "4055": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "4056": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4057": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4058": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4059": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4060": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4061": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4062": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4063": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "4064": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "4065": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4066": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4067": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4068": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4069": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4070": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4071": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4072": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "4073": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "4074": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4075": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4076": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4077": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4078": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4079": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4080": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4081": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "4082": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "4083": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "4084": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4085": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4086": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4087": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4088": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4089": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4090": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4091": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "4092": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "4093": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "4094": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4279": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWalletOptions"
+ },
+ "4280": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4281": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.chain"
+ },
+ "4282": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.storage"
+ },
+ "4283": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.secretKey"
+ },
+ "4284": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWalletConnectionArgs"
+ },
+ "4285": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4286": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet"
+ },
+ "4292": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "4293": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.__constructor"
+ },
+ "4294": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet"
+ },
+ "4295": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "4303": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.getConnector"
+ },
+ "4304": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.getConnector"
+ },
+ "4305": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "4306": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.loadOrCreate"
+ },
+ "4307": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.loadOrCreate"
+ },
+ "4308": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "4309": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.generate"
+ },
+ "4310": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.generate"
+ },
+ "4311": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.import"
+ },
+ "4312": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.import"
+ },
+ "4313": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "4314": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.load"
+ },
+ "4315": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.load"
+ },
+ "4316": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "4317": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.save"
+ },
+ "4318": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.save"
+ },
+ "4319": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "4320": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.isSaved"
+ },
+ "4321": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.isSaved"
+ },
+ "4322": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.deleteSaved"
+ },
+ "4323": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.deleteSaved"
+ },
+ "4324": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.export"
+ },
+ "4325": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.export"
+ },
+ "4326": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "4327": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.getSavedData"
+ },
+ "4328": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.getSavedData"
+ },
+ "4329": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "storage"
+ },
+ "4330": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.#saveData"
+ },
+ "4331": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.#saveData"
+ },
+ "4332": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "data"
+ },
+ "4333": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "storage"
+ },
+ "4334": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.disconnect"
+ },
+ "4335": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWallet.disconnect"
+ },
+ "4336": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "4337": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "4338": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "4339": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "4340": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "4341": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "4342": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "4345": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "4346": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "4347": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "4348": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "4349": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "4350": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "4351": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "4352": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "4353": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "4354": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "4361": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "4362": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "4363": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "4364": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "4365": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "4366": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "4367": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "4368": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "4369": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "4370": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "4371": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "4372": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "4373": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "4374": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "4375": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "4376": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "4377": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "4378": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "4379": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "4380": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "4381": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "4382": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "4383": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "4385": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "4386": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "4387": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "4388": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "4389": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "4390": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "4391": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "4392": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "4393": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "4394": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "4395": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "4396": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "4397": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "4398": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "4399": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "4400": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "4401": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "4402": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "4403": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "4404": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "4405": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "4406": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "4407": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "4408": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "4409": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "4410": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "4411": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "4412": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "4413": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "4414": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "4415": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "4416": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4417": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4418": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4419": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4420": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4421": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "4422": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "4423": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4424": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "4425": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "4426": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4427": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4428": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4429": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "4430": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "4431": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4432": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4433": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4434": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4435": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4436": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4437": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4438": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "4439": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "4440": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4441": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4442": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4443": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4444": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4445": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4446": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4447": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "4448": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "4449": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4450": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4451": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4452": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4453": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4454": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4455": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4456": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "4457": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "4458": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4459": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4460": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4461": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4462": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4463": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4464": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4465": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "4466": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "4467": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "4468": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4469": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4470": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4471": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4472": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4473": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4474": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4475": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "4476": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "4477": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "4478": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4479": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWalletDecryptOptions"
+ },
+ "4480": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4481": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.decrypt"
+ },
+ "4482": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4483": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4484": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "message"
+ },
+ "4485": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "password"
+ },
+ "4486": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.password"
+ },
+ "4487": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWalletEncryptOptions"
+ },
+ "4488": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4489": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.encrypt"
+ },
+ "4490": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4491": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4492": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "message"
+ },
+ "4493": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "password"
+ },
+ "4494": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.password"
+ },
+ "4495": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWalletImportOptions"
+ },
+ "4496": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4497": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.privateKey"
+ },
+ "4498": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.encryption"
+ },
+ "4499": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4500": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.mnemonic"
+ },
+ "4501": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.encryption"
+ },
+ "4502": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4503": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.encryptedJson"
+ },
+ "4504": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.password"
+ },
+ "4505": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWalletLoadOptions"
+ },
+ "4506": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4507": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.strategy"
+ },
+ "4508": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.password"
+ },
+ "4509": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.storage"
+ },
+ "4510": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4511": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.strategy"
+ },
+ "4512": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.storage"
+ },
+ "4513": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.encryption"
+ },
+ "4514": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4515": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.strategy"
+ },
+ "4516": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.storage"
+ },
+ "4517": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.encryption"
+ },
+ "4518": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWalletLoadOrCreateOptions"
+ },
+ "4519": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4520": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.strategy"
+ },
+ "4521": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.password"
+ },
+ "4522": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.storage"
+ },
+ "4523": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4524": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.strategy"
+ },
+ "4525": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.storage"
+ },
+ "4526": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.encryption"
+ },
+ "4527": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWalletSaveOptions"
+ },
+ "4528": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4529": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.strategy"
+ },
+ "4530": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.password"
+ },
+ "4531": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.storage"
+ },
+ "4532": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4533": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.strategy"
+ },
+ "4534": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.encryption"
+ },
+ "4535": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.storage"
+ },
+ "4536": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4537": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.strategy"
+ },
+ "4538": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.encryption"
+ },
+ "4539": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.storage"
+ },
+ "4540": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "LocalWalletExportOptions"
+ },
+ "4541": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4542": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.strategy"
+ },
+ "4543": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.password"
+ },
+ "4544": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4545": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.strategy"
+ },
+ "4546": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.encryption"
+ },
+ "4547": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type"
+ },
+ "4548": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.strategy"
+ },
+ "4549": {
+ "sourceFileName": "src/evm/wallets/local-wallet.ts",
+ "qualifiedName": "__type.encryption"
+ },
+ "4550": {
+ "sourceFileName": "src/evm/wallets/signer.ts",
+ "qualifiedName": "SignerWalletAdditionalOptions"
+ },
+ "4551": {
+ "sourceFileName": "src/evm/wallets/signer.ts",
+ "qualifiedName": "__type"
+ },
+ "4552": {
+ "sourceFileName": "src/evm/wallets/signer.ts",
+ "qualifiedName": "__type.chain"
+ },
+ "4553": {
+ "sourceFileName": "src/evm/wallets/signer.ts",
+ "qualifiedName": "__type.storage"
+ },
+ "4554": {
+ "sourceFileName": "src/evm/wallets/signer.ts",
+ "qualifiedName": "__type.secretKey"
+ },
+ "4555": {
+ "sourceFileName": "src/evm/wallets/signer.ts",
+ "qualifiedName": "__type.signer"
+ },
+ "4556": {
+ "sourceFileName": "src/evm/wallets/signer.ts",
+ "qualifiedName": "SignerWalletConnectionArgs"
+ },
+ "4557": {
+ "sourceFileName": "src/evm/wallets/signer.ts",
+ "qualifiedName": "__type"
+ },
+ "4717": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLinkAdditionalOptions"
+ },
+ "4718": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLinkOptions"
+ },
+ "4719": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLinkConnectOptions"
+ },
+ "4720": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicOAuthProvider"
+ },
+ "4721": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLink"
+ },
+ "4727": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "4728": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLink.__constructor"
+ },
+ "4729": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLink"
+ },
+ "4730": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "options"
+ },
+ "4741": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLink.getConnector"
+ },
+ "4742": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLink.getConnector"
+ },
+ "4743": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "4744": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLink.getMagic"
+ },
+ "4745": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLink.getMagic"
+ },
+ "4746": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLink.autoConnect"
+ },
+ "4747": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLink.autoConnect"
+ },
+ "4748": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "options"
+ },
+ "4749": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLink.disconnect"
+ },
+ "4750": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLink.disconnect"
+ },
+ "4751": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLink.connect"
+ },
+ "4752": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "MagicLink.connect"
+ },
+ "4753": {
+ "sourceFileName": "src/evm/wallets/magic.ts",
+ "qualifiedName": "options"
+ },
+ "4754": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "4755": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "4756": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "4757": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "4758": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "4765": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "4766": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "4767": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "4768": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "4769": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "4770": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "4771": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "4772": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "4773": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "4774": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "4775": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "4776": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "4777": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "4778": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "4779": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "4780": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "4781": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "4782": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "4783": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "4784": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "4785": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "4787": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "4788": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "4789": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "4790": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "4791": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "4792": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "4793": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "4794": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "4795": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "4796": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "4797": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "4798": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "4799": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "4800": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "4801": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "4802": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "4803": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "4804": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "4805": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "4806": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "4807": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "4808": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "4809": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "4810": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "4811": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "4812": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "4813": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "4814": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "4815": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "4816": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "4817": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "4818": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4819": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4820": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4821": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4822": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4823": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "4824": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "4825": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4826": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "4827": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "4828": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4829": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4830": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4831": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "4832": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "4833": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4834": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4835": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4836": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4837": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4838": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4839": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4840": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "4841": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "4842": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4843": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4844": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4845": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4846": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4847": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4848": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4849": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "4850": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "4851": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4852": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4853": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4854": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4855": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4856": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4857": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4858": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "4859": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "4860": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4861": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4862": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4863": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4864": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4865": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4866": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4867": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "4868": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "4869": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "4870": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "4871": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4872": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "4873": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4874": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "4875": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "4876": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "4877": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "4878": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "4879": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "4880": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "4881": {
+ "sourceFileName": "src/evm/wallets/phantom.ts",
+ "qualifiedName": "PhantomWallet"
+ },
+ "4890": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "4891": {
+ "sourceFileName": "src/evm/wallets/phantom.ts",
+ "qualifiedName": "PhantomWallet.__constructor"
+ },
+ "4892": {
+ "sourceFileName": "src/evm/wallets/phantom.ts",
+ "qualifiedName": "PhantomWallet"
+ },
+ "4893": {
+ "sourceFileName": "src/evm/wallets/phantom.ts",
+ "qualifiedName": "options"
+ },
+ "4894": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type"
+ },
+ "4895": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.chains"
+ },
+ "4896": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletId"
+ },
+ "4897": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletStorage"
+ },
+ "4898": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.dappMetadata"
+ },
+ "4899": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.clientId"
+ },
+ "4900": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.analytics"
+ },
+ "4908": {
+ "sourceFileName": "src/evm/wallets/phantom.ts",
+ "qualifiedName": "PhantomWallet.getConnector"
+ },
+ "4909": {
+ "sourceFileName": "src/evm/wallets/phantom.ts",
+ "qualifiedName": "PhantomWallet.getConnector"
+ },
+ "4910": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "4911": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "4912": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "4913": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "4914": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "4915": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "4916": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type"
+ },
+ "4917": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.chains"
+ },
+ "4918": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletId"
+ },
+ "4919": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletStorage"
+ },
+ "4920": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.dappMetadata"
+ },
+ "4921": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.clientId"
+ },
+ "4922": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.analytics"
+ },
+ "4923": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "4924": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "4925": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "4928": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "4929": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "4930": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "4931": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "4932": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "4933": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "4934": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "4935": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "4936": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "4937": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "4951": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "4952": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "4953": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "4954": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "4955": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "4956": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "4957": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "4958": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "4959": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "4960": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "4961": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "4962": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "4963": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "4964": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "4965": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "4966": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "4967": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "4968": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "4969": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "4970": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "4971": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "4972": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "4973": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "4974": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "4975": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "4977": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "4978": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "4979": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "4980": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "4981": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "4982": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "4983": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "4984": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "4985": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "4986": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "4987": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "4988": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "4989": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "4990": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "4991": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "4992": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "4993": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "4994": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "4995": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "4996": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "4997": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "4998": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "4999": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "5000": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "5001": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "5002": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "5003": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "5004": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "5005": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "5006": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "5007": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "5008": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5009": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5010": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5011": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5012": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5013": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "5014": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "5015": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5016": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "5017": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "5018": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5019": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5020": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5021": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "5022": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "5023": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5024": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5025": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5026": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5027": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5028": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5029": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5030": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "5031": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "5032": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5033": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5034": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5035": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5036": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5037": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5038": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5039": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "5040": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "5041": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5042": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5043": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5044": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5045": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5046": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5047": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5048": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "5049": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "5050": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5051": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5052": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5053": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5054": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5055": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5056": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5057": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "5058": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "5059": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "5060": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5061": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5062": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5063": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5064": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5065": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5066": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5067": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "5068": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "5069": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "5070": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5071": {
+ "sourceFileName": "src/evm/wallets/private-key.ts",
+ "qualifiedName": "PrivateKeyWallet"
+ },
+ "5072": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWalletOptions"
+ },
+ "5073": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet"
+ },
+ "5074": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet.meta"
+ },
+ "5075": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "__object"
+ },
+ "5076": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "__object.name"
+ },
+ "5077": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "__object.iconURL"
+ },
+ "5078": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "__object.urls"
+ },
+ "5079": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "__object"
+ },
+ "5080": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "__object.chrome"
+ },
+ "5081": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "__object.android"
+ },
+ "5082": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "__object.ios"
+ },
+ "5083": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet.id"
+ },
+ "5084": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "5085": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet.__constructor"
+ },
+ "5086": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet"
+ },
+ "5087": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5088": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet.connector"
+ },
+ "5089": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "5090": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet.walletConnectConnector"
+ },
+ "5091": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet.rainbowConnector"
+ },
+ "5092": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet.isInjected"
+ },
+ "5093": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet.walletName"
+ },
+ "5094": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet.walletName"
+ },
+ "5095": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet.getConnector"
+ },
+ "5096": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet.getConnector"
+ },
+ "5097": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "5098": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet.connectWithQrCode"
+ },
+ "5099": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "RainbowWallet.connectWithQrCode"
+ },
+ "5100": {
+ "sourceFileName": "src/evm/wallets/rainbow-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5101": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "5102": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "5103": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "5104": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "5105": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "5106": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "5107": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "5108": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "5111": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "5112": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "5113": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "5114": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "5115": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "5116": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "5117": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "5118": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "5119": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "5120": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "5127": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "5128": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "5129": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "5130": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "5131": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "5132": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "5133": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "5134": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "5135": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "5136": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "5137": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "5138": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "5139": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "5140": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "5141": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "5142": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "5143": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "5144": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "5145": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "5146": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "5147": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "5148": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "5149": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "5150": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "5151": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "5153": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "5154": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "5155": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "5156": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "5157": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "5158": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "5159": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "5160": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "5161": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "5162": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "5163": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "5164": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "5165": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "5166": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "5167": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "5168": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "5169": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "5170": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "5171": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "5172": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "5173": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "5174": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "5175": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "5176": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "5177": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "5178": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "5179": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "5180": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "5181": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "5182": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "5183": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "5184": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5185": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5186": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5187": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5188": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5189": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "5190": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "5191": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5192": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "5193": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "5194": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5195": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5196": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5197": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "5198": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "5199": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5200": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5201": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5202": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5203": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5204": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5205": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5206": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "5207": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "5208": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5209": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5210": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5211": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5212": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5213": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5214": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5215": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "5216": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "5217": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5218": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5219": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5220": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5221": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5222": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5223": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5224": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "5225": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "5226": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5227": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5228": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5229": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5230": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5231": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5232": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5233": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "5234": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "5235": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "5236": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5237": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5238": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5239": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5240": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5241": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5242": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5243": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "5244": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "5245": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "5246": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5248": {
+ "sourceFileName": "src/evm/connectors/safe/types.ts",
+ "qualifiedName": "SafeConnectionArgs"
+ },
+ "5249": {
+ "sourceFileName": "src/evm/connectors/safe/types.ts",
+ "qualifiedName": "SafeConnectionArgs.safeAddress"
+ },
+ "5250": {
+ "sourceFileName": "src/evm/connectors/safe/types.ts",
+ "qualifiedName": "SafeConnectionArgs.personalWallet"
+ },
+ "5251": {
+ "sourceFileName": "src/evm/connectors/safe/types.ts",
+ "qualifiedName": "SafeConnectionArgs.chain"
+ },
+ "5252": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "SafeWalletOptions"
+ },
+ "5253": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "SafeWallet"
+ },
+ "5259": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "5260": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "SafeWallet.__constructor"
+ },
+ "5261": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "SafeWallet"
+ },
+ "5262": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "options"
+ },
+ "5263": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type"
+ },
+ "5264": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.chains"
+ },
+ "5265": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletId"
+ },
+ "5266": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.walletStorage"
+ },
+ "5267": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.dappMetadata"
+ },
+ "5268": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.clientId"
+ },
+ "5269": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "__type.analytics"
+ },
+ "5273": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "SafeWallet.getConnector"
+ },
+ "5274": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "SafeWallet.getConnector"
+ },
+ "5275": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "5276": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "SafeWallet.getPersonalWallet"
+ },
+ "5277": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "SafeWallet.getPersonalWallet"
+ },
+ "5278": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "SafeWallet.autoConnect"
+ },
+ "5279": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "SafeWallet.autoConnect"
+ },
+ "5280": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "params"
+ },
+ "5281": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "SafeWallet.connect"
+ },
+ "5282": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "SafeWallet.connect"
+ },
+ "5283": {
+ "sourceFileName": "src/evm/wallets/safe.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "5284": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "5285": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "5286": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "5287": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "5288": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "5289": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "5296": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "5297": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "5298": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "5299": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "5300": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "5301": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "5302": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "5303": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "5304": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "5305": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "5306": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "5307": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "5308": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "5309": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "5310": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "5311": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "5312": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "5313": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "5314": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "5315": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "5316": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "5318": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "5319": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "5320": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "5321": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "5322": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "5323": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "5324": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "5325": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "5326": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "5327": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "5328": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "5329": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "5330": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "5331": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "5332": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "5333": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "5334": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "5335": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "5336": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "5337": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "5338": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "5339": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "5340": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "5341": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "5342": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "5343": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "5344": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "5345": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "5346": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "5347": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "5348": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "5349": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5350": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5351": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5352": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5353": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5354": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "5355": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "5356": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5357": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "5358": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "5359": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5360": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5361": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5362": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "5363": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "5364": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5365": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5366": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5367": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5368": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5369": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5370": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5371": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "5372": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "5373": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5374": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5375": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5376": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5377": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5378": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5379": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5380": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "5381": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "5382": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5383": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5384": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5385": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5386": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5387": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5388": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5389": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "5390": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "5391": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5392": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5393": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5394": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5395": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5396": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5397": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5398": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "5399": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "5400": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "5401": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5402": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5403": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5404": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5405": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5406": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5407": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5408": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "5409": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "5410": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "5411": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5412": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "AccessibleSmartWallets"
+ },
+ "5413": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "__type"
+ },
+ "5414": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "__type.owned"
+ },
+ "5415": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "__type.hasSignerRole"
+ },
+ "5416": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "getAllSigners"
+ },
+ "5417": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "getAllSigners"
+ },
+ "5418": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "chain"
+ },
+ "5419": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "factoryAddress"
+ },
+ "5420": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "smartWalletAddress"
+ },
+ "5421": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "getAllSmartWallets"
+ },
+ "5422": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "getAllSmartWallets"
+ },
+ "5423": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "chain"
+ },
+ "5424": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "factoryAddress"
+ },
+ "5425": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "personalWalletAddress"
+ },
+ "5426": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "getSmartWalletAddress"
+ },
+ "5427": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "getSmartWalletAddress"
+ },
+ "5428": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "chain"
+ },
+ "5429": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "factoryAddress"
+ },
+ "5430": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "personalWalletAddress"
+ },
+ "5431": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "data"
+ },
+ "5432": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "isSmartWalletDeployed"
+ },
+ "5433": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "isSmartWalletDeployed"
+ },
+ "5434": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "chain"
+ },
+ "5435": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "factoryAddress"
+ },
+ "5436": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "personalWalletAddress"
+ },
+ "5437": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "data"
+ },
+ "5438": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "getUserOpReceipt"
+ },
+ "5439": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "getUserOpReceipt"
+ },
+ "5440": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "chain"
+ },
+ "5441": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "userOpHash"
+ },
+ "5442": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "timeout"
+ },
+ "5443": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "interval"
+ },
+ "5444": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/utils.ts",
+ "qualifiedName": "entryPointAddress"
+ },
+ "5445": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "qualifiedName": "UserOperationStruct"
+ },
+ "5446": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5447": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "qualifiedName": "__type.sender"
+ },
+ "5448": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "qualifiedName": "__type.nonce"
+ },
+ "5449": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "qualifiedName": "__type.initCode"
+ },
+ "5450": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "qualifiedName": "__type.callData"
+ },
+ "5451": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "qualifiedName": "__type.callGasLimit"
+ },
+ "5452": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "qualifiedName": "__type.verificationGasLimit"
+ },
+ "5453": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "qualifiedName": "__type.preVerificationGas"
+ },
+ "5454": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "qualifiedName": "__type.maxFeePerGas"
+ },
+ "5455": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "qualifiedName": "__type.maxPriorityFeePerGas"
+ },
+ "5456": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "qualifiedName": "__type.paymasterAndData"
+ },
+ "5457": {
+ "sourceFileName": "../../node_modules/.pnpm/@account-abstraction+contracts@0.5.0/node_modules/@account-abstraction/contracts/dist/types/EntryPoint.d.ts",
+ "qualifiedName": "__type.signature"
+ },
+ "5458": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet"
+ },
+ "5464": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "5465": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.__constructor"
+ },
+ "5466": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet"
+ },
+ "5467": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5471": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getConnector"
+ },
+ "5472": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getConnector"
+ },
+ "5473": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getPersonalWallet"
+ },
+ "5474": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getPersonalWallet"
+ },
+ "5475": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.signMessage"
+ },
+ "5476": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.signMessage"
+ },
+ "5477": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "message"
+ },
+ "5478": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.signMessageLegacy"
+ },
+ "5479": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.signMessageLegacy"
+ },
+ "5480": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "signer"
+ },
+ "5481": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "message"
+ },
+ "5482": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.hasPermissionToExecute"
+ },
+ "5483": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.hasPermissionToExecute"
+ },
+ "5484": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transaction"
+ },
+ "5485": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.send"
+ },
+ "5486": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.send"
+ },
+ "5487": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transaction"
+ },
+ "5488": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5489": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.execute"
+ },
+ "5490": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.execute"
+ },
+ "5491": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transaction"
+ },
+ "5492": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5493": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.sendBatch"
+ },
+ "5494": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.sendBatch"
+ },
+ "5495": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transactions"
+ },
+ "5496": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5497": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.executeBatch"
+ },
+ "5498": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.executeBatch"
+ },
+ "5499": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transactions"
+ },
+ "5500": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5501": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.sendRaw"
+ },
+ "5502": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.sendRaw"
+ },
+ "5503": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transaction"
+ },
+ "5504": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5505": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.executeRaw"
+ },
+ "5506": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.executeRaw"
+ },
+ "5507": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transaction"
+ },
+ "5508": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5509": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimate"
+ },
+ "5510": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimate"
+ },
+ "5511": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transaction"
+ },
+ "5512": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5513": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "5514": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.ether"
+ },
+ "5515": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.wei"
+ },
+ "5516": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.details"
+ },
+ "5517": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "5518": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployGasLimit"
+ },
+ "5519": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionGasLimit"
+ },
+ "5520": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.gasPrice"
+ },
+ "5521": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionCost"
+ },
+ "5522": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployCost"
+ },
+ "5523": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.totalCost"
+ },
+ "5524": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimateBatch"
+ },
+ "5525": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimateBatch"
+ },
+ "5526": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transactions"
+ },
+ "5527": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5528": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "5529": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.ether"
+ },
+ "5530": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.wei"
+ },
+ "5531": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.details"
+ },
+ "5532": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "5533": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployGasLimit"
+ },
+ "5534": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionGasLimit"
+ },
+ "5535": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.gasPrice"
+ },
+ "5536": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionCost"
+ },
+ "5537": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployCost"
+ },
+ "5538": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.totalCost"
+ },
+ "5539": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimateRaw"
+ },
+ "5540": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimateRaw"
+ },
+ "5541": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transactions"
+ },
+ "5542": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5543": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "5544": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.ether"
+ },
+ "5545": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.wei"
+ },
+ "5546": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.details"
+ },
+ "5547": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "5548": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployGasLimit"
+ },
+ "5549": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionGasLimit"
+ },
+ "5550": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.gasPrice"
+ },
+ "5551": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionCost"
+ },
+ "5552": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployCost"
+ },
+ "5553": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.totalCost"
+ },
+ "5554": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimateBatchRaw"
+ },
+ "5555": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimateBatchRaw"
+ },
+ "5556": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transactions"
+ },
+ "5557": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5558": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "5559": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.ether"
+ },
+ "5560": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.wei"
+ },
+ "5561": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.details"
+ },
+ "5562": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "5563": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployGasLimit"
+ },
+ "5564": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionGasLimit"
+ },
+ "5565": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.gasPrice"
+ },
+ "5566": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionCost"
+ },
+ "5567": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployCost"
+ },
+ "5568": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.totalCost"
+ },
+ "5569": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.sendBatchRaw"
+ },
+ "5570": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.sendBatchRaw"
+ },
+ "5571": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transactions"
+ },
+ "5572": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5573": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.executeBatchRaw"
+ },
+ "5574": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.executeBatchRaw"
+ },
+ "5575": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transactions"
+ },
+ "5576": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5577": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.deploy"
+ },
+ "5578": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.deploy"
+ },
+ "5579": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5580": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.deployIfNeeded"
+ },
+ "5581": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.deployIfNeeded"
+ },
+ "5582": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "5583": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.isDeployed"
+ },
+ "5584": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.isDeployed"
+ },
+ "5585": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.createSessionKey"
+ },
+ "5586": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.createSessionKey"
+ },
+ "5587": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "keyAddress"
+ },
+ "5588": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "permissions"
+ },
+ "5589": {
+ "sourceFileName": "../sdk/src/evm/types/account.ts",
+ "qualifiedName": "__type"
+ },
+ "5590": {
+ "sourceFileName": "../sdk/src/evm/types/account.ts",
+ "qualifiedName": "__type.approvedCallTargets"
+ },
+ "5591": {
+ "sourceFileName": "../sdk/src/evm/types/account.ts",
+ "qualifiedName": "__type.startDate"
+ },
+ "5592": {
+ "sourceFileName": "../sdk/src/evm/types/account.ts",
+ "qualifiedName": "__type.expirationDate"
+ },
+ "5593": {
+ "sourceFileName": "../sdk/src/evm/types/account.ts",
+ "qualifiedName": "__type.nativeTokenLimitPerTransaction"
+ },
+ "5594": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.revokeSessionKey"
+ },
+ "5595": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.revokeSessionKey"
+ },
+ "5596": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "keyAddress"
+ },
+ "5597": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.addAdmin"
+ },
+ "5598": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.addAdmin"
+ },
+ "5599": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "adminAddress"
+ },
+ "5600": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.removeAdmin"
+ },
+ "5601": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.removeAdmin"
+ },
+ "5602": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "adminAddress"
+ },
+ "5603": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getAllActiveSigners"
+ },
+ "5604": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getAllActiveSigners"
+ },
+ "5605": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getAccountContract"
+ },
+ "5606": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getAccountContract"
+ },
+ "5607": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getFactoryContract"
+ },
+ "5608": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getFactoryContract"
+ },
+ "5609": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.autoConnect"
+ },
+ "5610": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.autoConnect"
+ },
+ "5611": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "params"
+ },
+ "5612": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.connect"
+ },
+ "5613": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.connect"
+ },
+ "5614": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "5615": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "5616": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "5617": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "5618": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "5619": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "5620": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "5627": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "5628": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "5629": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "5630": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "5631": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "5632": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "5633": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "5634": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "5635": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "5636": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "5637": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "5638": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "5639": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "5640": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "5641": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "5642": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "5643": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "5644": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "5645": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "5646": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "5647": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "5649": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "5650": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "5651": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "5652": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "5653": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "5654": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "5655": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "5656": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "5657": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "5658": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "5659": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "5660": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "5661": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "5662": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "5663": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "5664": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "5665": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "5666": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "5667": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "5668": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "5669": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "5670": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "5671": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "5672": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "5673": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "5674": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "5675": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "5676": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "5677": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5678": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5679": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5680": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5681": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5682": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "5683": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "5684": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5685": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "5686": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "5687": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5688": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5689": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5690": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "5691": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "5692": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5693": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5694": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5695": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5696": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5697": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5698": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5699": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "5700": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "5701": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5702": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5703": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5704": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5705": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5706": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5707": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5708": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "5709": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "5710": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5711": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5712": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5713": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5714": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5715": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5716": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5717": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "5718": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "5719": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5720": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5721": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5722": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5723": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5724": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5725": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5726": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "5727": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "5728": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "5729": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5730": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5731": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5732": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5733": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5734": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5735": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5736": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "5737": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "5738": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "5739": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5740": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "SmartWalletConfig"
+ },
+ "5741": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5742": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.chain"
+ },
+ "5743": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.factoryAddress"
+ },
+ "5744": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.clientId"
+ },
+ "5745": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.secretKey"
+ },
+ "5746": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.gasless"
+ },
+ "5747": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.bundlerUrl"
+ },
+ "5748": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.paymasterUrl"
+ },
+ "5749": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.paymasterAPI"
+ },
+ "5750": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.entryPointAddress"
+ },
+ "5751": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "SmartWalletConnectionArgs"
+ },
+ "5752": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5753": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.personalWallet"
+ },
+ "5754": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.accountAddress"
+ },
+ "5755": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "SmartWalletOptions"
+ },
+ "5756": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "ProviderConfig"
+ },
+ "5757": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "ProviderConfig.chain"
+ },
+ "5758": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "ProviderConfig.localSigner"
+ },
+ "5759": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "ProviderConfig.entryPointAddress"
+ },
+ "5760": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "ProviderConfig.clientId"
+ },
+ "5761": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "ProviderConfig.secretKey"
+ },
+ "5762": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "ProviderConfig.bundlerUrl"
+ },
+ "5763": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "ProviderConfig.factoryAddress"
+ },
+ "5764": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "ProviderConfig.accountAddress"
+ },
+ "5765": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "ProviderConfig.paymasterAPI"
+ },
+ "5766": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "ProviderConfig.gasless"
+ },
+ "5767": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.factoryInfo"
+ },
+ "5768": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.accountInfo"
+ },
+ "5769": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "ContractInfoInput"
+ },
+ "5770": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5771": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.factoryInfo"
+ },
+ "5772": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.accountInfo"
+ },
+ "5773": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "ContractInfo"
+ },
+ "5774": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5775": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.factoryInfo"
+ },
+ "5776": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.accountInfo"
+ },
+ "5777": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "AccountContractInfo"
+ },
+ "5778": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5779": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.abi"
+ },
+ "5780": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.getNonce"
+ },
+ "5781": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5782": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5783": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "account"
+ },
+ "5784": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.execute"
+ },
+ "5785": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5786": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5787": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "account"
+ },
+ "5788": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "target"
+ },
+ "5789": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "value"
+ },
+ "5790": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "data"
+ },
+ "5791": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "FactoryContractInfo"
+ },
+ "5792": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5793": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.abi"
+ },
+ "5794": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.createAccount"
+ },
+ "5795": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5796": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5797": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "factory"
+ },
+ "5798": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "owner"
+ },
+ "5799": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.getAccountAddress"
+ },
+ "5800": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5801": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5802": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "factory"
+ },
+ "5803": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "owner"
+ },
+ "5804": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "PaymasterResult"
+ },
+ "5805": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5806": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.paymasterAndData"
+ },
+ "5807": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.preVerificationGas"
+ },
+ "5808": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.verificationGasLimit"
+ },
+ "5809": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.callGasLimit"
+ },
+ "5810": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "PaymasterAPI"
+ },
+ "5813": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "PaymasterAPI.getPaymasterAndData"
+ },
+ "5814": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "PaymasterAPI.getPaymasterAndData"
+ },
+ "5815": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "userOp"
+ },
+ "5816": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "TransactionOptions"
+ },
+ "5817": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "TransactionOptions.gasless"
+ },
+ "5818": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "UserOpOptions"
+ },
+ "5819": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "UserOpOptions.batchData"
+ },
+ "5820": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "TransactionOptions.gasless"
+ },
+ "5821": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "BatchData"
+ },
+ "5822": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type"
+ },
+ "5823": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.targets"
+ },
+ "5824": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.data"
+ },
+ "5825": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "__type.values"
+ },
+ "5826": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "BaseApiParams"
+ },
+ "5827": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "BaseApiParams.provider"
+ },
+ "5828": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "BaseApiParams.entryPointAddress"
+ },
+ "5829": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "BaseApiParams.paymasterAPI"
+ },
+ "5830": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "BaseApiParams.accountAddress"
+ },
+ "5831": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "BaseApiParams.gasless"
+ },
+ "5832": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "UserOpResult"
+ },
+ "5833": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "UserOpResult.transactionHash"
+ },
+ "5834": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/types.ts",
+ "qualifiedName": "UserOpResult.success"
+ },
+ "5835": {
+ "sourceFileName": "src/evm/wallets/trust.ts",
+ "qualifiedName": "TrustWalletOptions"
+ },
+ "5836": {
+ "sourceFileName": "src/evm/wallets/trust.ts",
+ "qualifiedName": "TrustWallet"
+ },
+ "5847": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "5848": {
+ "sourceFileName": "src/evm/wallets/trust.ts",
+ "qualifiedName": "TrustWallet.__constructor"
+ },
+ "5849": {
+ "sourceFileName": "src/evm/wallets/trust.ts",
+ "qualifiedName": "TrustWallet"
+ },
+ "5850": {
+ "sourceFileName": "src/evm/wallets/trust.ts",
+ "qualifiedName": "options"
+ },
+ "5858": {
+ "sourceFileName": "src/evm/wallets/trust.ts",
+ "qualifiedName": "TrustWallet.getConnector"
+ },
+ "5859": {
+ "sourceFileName": "src/evm/wallets/trust.ts",
+ "qualifiedName": "TrustWallet.getConnector"
+ },
+ "5860": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "5861": {
+ "sourceFileName": "src/evm/wallets/trust.ts",
+ "qualifiedName": "TrustWallet.connectWithQrCode"
+ },
+ "5862": {
+ "sourceFileName": "src/evm/wallets/trust.ts",
+ "qualifiedName": "TrustWallet.connectWithQrCode"
+ },
+ "5863": {
+ "sourceFileName": "src/evm/wallets/trust.ts",
+ "qualifiedName": "options"
+ },
+ "5864": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "5865": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "5866": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "5867": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "5868": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "5869": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "5870": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "5871": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "5874": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "5875": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "5876": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "5877": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "5878": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "5879": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "5880": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "5881": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "5882": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "5883": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "5890": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "5891": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "5892": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "5893": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "5894": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "5895": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "5896": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "5897": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "5898": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "5899": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "5900": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "5901": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "5902": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "5903": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "5904": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "5905": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "5906": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "5907": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "5908": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "5909": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "5910": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "5911": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "5912": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "5913": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "5914": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "5916": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "5917": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "5918": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "5919": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "5920": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "5921": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "5922": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "5923": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "5924": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "5925": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "5926": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "5927": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "5928": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "5929": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "5930": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "5931": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "5932": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "5933": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "5934": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "5935": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "5936": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "5937": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "5938": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "5939": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "5940": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "5941": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "5942": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "5943": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "5944": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "5945": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "5946": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "5947": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5948": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5949": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5950": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5951": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5952": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "5953": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "5954": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5955": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "5956": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "5957": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5958": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5959": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5960": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "5961": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "5962": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5963": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5964": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5965": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5966": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5967": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5968": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5969": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "5970": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "5971": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5972": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5973": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5974": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5975": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5976": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5977": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5978": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "5979": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "5980": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5981": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5982": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5983": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5984": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5985": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5986": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5987": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "5988": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "5989": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "5990": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "5991": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "5992": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5993": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "5994": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "5995": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "5996": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "5997": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "5998": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "5999": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6000": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6001": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6002": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6003": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6004": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6005": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6006": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "6007": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "6008": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "6009": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6010": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WC2_QRModalOptions"
+ },
+ "6011": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnectOptions"
+ },
+ "6012": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "__type"
+ },
+ "6013": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "__type.projectId"
+ },
+ "6014": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "__type.qrcode"
+ },
+ "6015": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "__type.qrModalOptions"
+ },
+ "6016": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect"
+ },
+ "6017": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.id"
+ },
+ "6018": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.meta"
+ },
+ "6019": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "__object"
+ },
+ "6020": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "__object.name"
+ },
+ "6021": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "__object.iconURL"
+ },
+ "6022": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "6023": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.__constructor"
+ },
+ "6024": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect"
+ },
+ "6025": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "options"
+ },
+ "6026": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#walletConnectConnector"
+ },
+ "6027": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#provider"
+ },
+ "6028": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.connector"
+ },
+ "6029": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "6030": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.walletName"
+ },
+ "6031": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.walletName"
+ },
+ "6032": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.projectId"
+ },
+ "6033": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.qrcode"
+ },
+ "6034": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.getConnector"
+ },
+ "6035": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.getConnector"
+ },
+ "6036": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "6037": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#maybeThrowError"
+ },
+ "6038": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#maybeThrowError"
+ },
+ "6039": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "error"
+ },
+ "6040": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#onConnect"
+ },
+ "6041": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#onConnect"
+ },
+ "6042": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "data"
+ },
+ "6043": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#onDisconnect"
+ },
+ "6044": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#onDisconnect"
+ },
+ "6045": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#onChange"
+ },
+ "6046": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#onChange"
+ },
+ "6047": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "payload"
+ },
+ "6048": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#onMessage"
+ },
+ "6049": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#onMessage"
+ },
+ "6050": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "payload"
+ },
+ "6051": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#onSessionRequestSent"
+ },
+ "6052": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#onSessionRequestSent"
+ },
+ "6053": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#setupListeners"
+ },
+ "6054": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#setupListeners"
+ },
+ "6055": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#removeListeners"
+ },
+ "6056": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.#removeListeners"
+ },
+ "6057": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.connectWithQrCode"
+ },
+ "6058": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "WalletConnect.connectWithQrCode"
+ },
+ "6059": {
+ "sourceFileName": "src/evm/wallets/wallet-connect.ts",
+ "qualifiedName": "options"
+ },
+ "6065": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "6066": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "6067": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "6068": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "6069": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "6070": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "6071": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "6072": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "6075": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "6076": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "6077": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "6078": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "6079": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "6080": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "6081": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "6082": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "6083": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "6084": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "6091": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "6092": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "6093": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "6094": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "6095": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "6096": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "6097": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "6098": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "6099": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "6100": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "6101": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "6102": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "6103": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "6104": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "6105": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "6106": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "6107": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "6108": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "6109": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "6110": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "6111": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "6112": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "6113": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "6114": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "6115": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "6117": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "6118": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "6119": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "6120": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "6121": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "6122": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "6123": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "6124": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "6125": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "6126": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "6127": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "6128": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "6129": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "6130": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "6131": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "6132": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "6133": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "6134": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "6135": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "6136": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "6137": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "6138": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "6139": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "6140": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "6141": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "6142": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "6143": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "6144": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "6145": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "6146": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "6147": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "6148": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6149": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6150": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6151": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6152": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6153": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "6154": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "6155": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6156": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "6157": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "6158": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6159": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6160": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6161": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "6162": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "6163": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6164": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6165": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6166": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6167": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6168": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6169": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6170": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "6171": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "6172": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6173": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6174": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6175": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6176": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6177": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6178": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6179": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "6180": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "6181": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6182": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6183": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6184": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6185": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6186": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6187": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6188": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "6189": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "6190": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6191": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6192": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6193": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6194": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6195": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6196": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6197": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "6198": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "6199": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "6200": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6201": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6202": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6203": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6204": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6205": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6206": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6207": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "6208": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "6209": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "6210": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6212": {
+ "sourceFileName": "src/evm/wallets/zerion.ts",
+ "qualifiedName": "ZerionWallet"
+ },
+ "6223": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "6224": {
+ "sourceFileName": "src/evm/wallets/zerion.ts",
+ "qualifiedName": "ZerionWallet.__constructor"
+ },
+ "6225": {
+ "sourceFileName": "src/evm/wallets/zerion.ts",
+ "qualifiedName": "ZerionWallet"
+ },
+ "6226": {
+ "sourceFileName": "src/evm/wallets/zerion.ts",
+ "qualifiedName": "options"
+ },
+ "6234": {
+ "sourceFileName": "src/evm/wallets/zerion.ts",
+ "qualifiedName": "ZerionWallet.getConnector"
+ },
+ "6235": {
+ "sourceFileName": "src/evm/wallets/zerion.ts",
+ "qualifiedName": "ZerionWallet.getConnector"
+ },
+ "6236": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "6237": {
+ "sourceFileName": "src/evm/wallets/zerion.ts",
+ "qualifiedName": "ZerionWallet.connectWithQrCode"
+ },
+ "6238": {
+ "sourceFileName": "src/evm/wallets/zerion.ts",
+ "qualifiedName": "ZerionWallet.connectWithQrCode"
+ },
+ "6239": {
+ "sourceFileName": "src/evm/wallets/zerion.ts",
+ "qualifiedName": "options"
+ },
+ "6240": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "6241": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "6242": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "6243": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "6244": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "6245": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "6246": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "6247": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "6250": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "6251": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.autoConnect"
+ },
+ "6252": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "6253": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "6254": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "6255": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "6256": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.connect"
+ },
+ "6257": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "6258": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "6259": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "6266": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "6267": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "6268": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "6269": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "6270": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type"
+ },
+ "6271": {
+ "sourceFileName": "src/evm/interfaces/connector.ts",
+ "qualifiedName": "__type.chainId"
+ },
+ "6272": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "6273": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "6274": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "6275": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "6276": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "6277": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "6278": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "6279": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "6280": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "6281": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "6282": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "6283": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "6284": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "6285": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "6286": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "6287": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "6288": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "6289": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "6290": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getPersonalWallet"
+ },
+ "6292": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "6293": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "6294": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "6295": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "6296": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "6297": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "6298": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "6299": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "6300": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "6301": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "6302": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "6303": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "6304": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "6305": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "6306": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "6307": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "6308": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "6309": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "6310": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "6311": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "6312": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "6313": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "6314": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "6315": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "6316": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "6317": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "6318": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "6319": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "6320": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "6321": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "6322": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "6323": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6324": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6325": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6326": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6327": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6328": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "6329": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "6330": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6331": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "6332": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "6333": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6334": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6335": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6336": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "6337": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "6338": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6339": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6340": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6341": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6342": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6343": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6344": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6345": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "6346": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "6347": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6348": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6349": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6350": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6351": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6352": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6353": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6354": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "6355": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "6356": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6357": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6358": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6359": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6360": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6361": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6362": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6363": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "6364": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "6365": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6366": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6367": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6368": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6369": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6370": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6371": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6372": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "6373": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "6374": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "6375": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6376": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6377": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6378": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6379": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6380": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6381": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6382": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "6383": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "6384": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "6385": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6386": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "TokenBoundSmartWallet"
+ },
+ "6387": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "TokenBoundSmartWallet.meta"
+ },
+ "6388": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "__object"
+ },
+ "6389": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "__object.name"
+ },
+ "6390": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "__object.iconURL"
+ },
+ "6391": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "TokenBoundSmartWallet.id"
+ },
+ "6392": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "6393": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "TokenBoundSmartWallet.__constructor"
+ },
+ "6394": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "TokenBoundSmartWallet"
+ },
+ "6395": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6396": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "TokenBoundSmartWallet.tbaConnector"
+ },
+ "6397": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "TokenBoundSmartWallet.tbaOptions"
+ },
+ "6398": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "TokenBoundSmartWallet.walletName"
+ },
+ "6399": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "TokenBoundSmartWallet.walletName"
+ },
+ "6400": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "TokenBoundSmartWallet.getConnector"
+ },
+ "6401": {
+ "sourceFileName": "src/evm/wallets/token-bound-smart-wallet.ts",
+ "qualifiedName": "TokenBoundSmartWallet.getConnector"
+ },
+ "6403": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getPersonalWallet"
+ },
+ "6404": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getPersonalWallet"
+ },
+ "6405": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.signMessage"
+ },
+ "6406": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.signMessage"
+ },
+ "6407": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "message"
+ },
+ "6408": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.hasPermissionToExecute"
+ },
+ "6409": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.hasPermissionToExecute"
+ },
+ "6410": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transaction"
+ },
+ "6411": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.send"
+ },
+ "6412": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.send"
+ },
+ "6413": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transaction"
+ },
+ "6414": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6415": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.execute"
+ },
+ "6416": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.execute"
+ },
+ "6417": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transaction"
+ },
+ "6418": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6419": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.sendBatch"
+ },
+ "6420": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.sendBatch"
+ },
+ "6421": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transactions"
+ },
+ "6422": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6423": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.executeBatch"
+ },
+ "6424": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.executeBatch"
+ },
+ "6425": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transactions"
+ },
+ "6426": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6427": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.sendRaw"
+ },
+ "6428": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.sendRaw"
+ },
+ "6429": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transaction"
+ },
+ "6430": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6431": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.executeRaw"
+ },
+ "6432": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.executeRaw"
+ },
+ "6433": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transaction"
+ },
+ "6434": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6435": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimate"
+ },
+ "6436": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimate"
+ },
+ "6437": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transaction"
+ },
+ "6438": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6439": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "6440": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.ether"
+ },
+ "6441": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.wei"
+ },
+ "6442": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.details"
+ },
+ "6443": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "6444": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployGasLimit"
+ },
+ "6445": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionGasLimit"
+ },
+ "6446": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.gasPrice"
+ },
+ "6447": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionCost"
+ },
+ "6448": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployCost"
+ },
+ "6449": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.totalCost"
+ },
+ "6450": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimateBatch"
+ },
+ "6451": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimateBatch"
+ },
+ "6452": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transactions"
+ },
+ "6453": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6454": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "6455": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.ether"
+ },
+ "6456": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.wei"
+ },
+ "6457": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.details"
+ },
+ "6458": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "6459": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployGasLimit"
+ },
+ "6460": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionGasLimit"
+ },
+ "6461": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.gasPrice"
+ },
+ "6462": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionCost"
+ },
+ "6463": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployCost"
+ },
+ "6464": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.totalCost"
+ },
+ "6465": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimateRaw"
+ },
+ "6466": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimateRaw"
+ },
+ "6467": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transactions"
+ },
+ "6468": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6469": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "6470": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.ether"
+ },
+ "6471": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.wei"
+ },
+ "6472": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.details"
+ },
+ "6473": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "6474": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployGasLimit"
+ },
+ "6475": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionGasLimit"
+ },
+ "6476": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.gasPrice"
+ },
+ "6477": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionCost"
+ },
+ "6478": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployCost"
+ },
+ "6479": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.totalCost"
+ },
+ "6480": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimateBatchRaw"
+ },
+ "6481": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.estimateBatchRaw"
+ },
+ "6482": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transactions"
+ },
+ "6483": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6484": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "6485": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.ether"
+ },
+ "6486": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.wei"
+ },
+ "6487": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.details"
+ },
+ "6488": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object"
+ },
+ "6489": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployGasLimit"
+ },
+ "6490": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionGasLimit"
+ },
+ "6491": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.gasPrice"
+ },
+ "6492": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.transactionCost"
+ },
+ "6493": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.deployCost"
+ },
+ "6494": {
+ "sourceFileName": "src/evm/connectors/smart-wallet/index.ts",
+ "qualifiedName": "__object.totalCost"
+ },
+ "6495": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.sendBatchRaw"
+ },
+ "6496": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.sendBatchRaw"
+ },
+ "6497": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transactions"
+ },
+ "6498": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6499": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.executeBatchRaw"
+ },
+ "6500": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.executeBatchRaw"
+ },
+ "6501": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "transactions"
+ },
+ "6502": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6503": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.deploy"
+ },
+ "6504": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.deploy"
+ },
+ "6505": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6506": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.deployIfNeeded"
+ },
+ "6507": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.deployIfNeeded"
+ },
+ "6508": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "options"
+ },
+ "6509": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.isDeployed"
+ },
+ "6510": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.isDeployed"
+ },
+ "6511": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.createSessionKey"
+ },
+ "6512": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.createSessionKey"
+ },
+ "6513": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "keyAddress"
+ },
+ "6514": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "permissions"
+ },
+ "6515": {
+ "sourceFileName": "../sdk/src/evm/types/account.ts",
+ "qualifiedName": "__type"
+ },
+ "6516": {
+ "sourceFileName": "../sdk/src/evm/types/account.ts",
+ "qualifiedName": "__type.approvedCallTargets"
+ },
+ "6517": {
+ "sourceFileName": "../sdk/src/evm/types/account.ts",
+ "qualifiedName": "__type.startDate"
+ },
+ "6518": {
+ "sourceFileName": "../sdk/src/evm/types/account.ts",
+ "qualifiedName": "__type.expirationDate"
+ },
+ "6519": {
+ "sourceFileName": "../sdk/src/evm/types/account.ts",
+ "qualifiedName": "__type.nativeTokenLimitPerTransaction"
+ },
+ "6520": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.revokeSessionKey"
+ },
+ "6521": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.revokeSessionKey"
+ },
+ "6522": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "keyAddress"
+ },
+ "6523": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.addAdmin"
+ },
+ "6524": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.addAdmin"
+ },
+ "6525": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "adminAddress"
+ },
+ "6526": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.removeAdmin"
+ },
+ "6527": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.removeAdmin"
+ },
+ "6528": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "adminAddress"
+ },
+ "6529": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getAllActiveSigners"
+ },
+ "6530": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getAllActiveSigners"
+ },
+ "6531": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getAccountContract"
+ },
+ "6532": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getAccountContract"
+ },
+ "6533": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getFactoryContract"
+ },
+ "6534": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.getFactoryContract"
+ },
+ "6535": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.autoConnect"
+ },
+ "6536": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.autoConnect"
+ },
+ "6537": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "params"
+ },
+ "6538": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.connect"
+ },
+ "6539": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "SmartWallet.connect"
+ },
+ "6540": {
+ "sourceFileName": "src/evm/wallets/smart-wallet.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "6541": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletId"
+ },
+ "6542": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.walletStorage"
+ },
+ "6543": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.chains"
+ },
+ "6544": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.dappMetadata"
+ },
+ "6545": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.options"
+ },
+ "6546": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connectParams"
+ },
+ "6553": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "6554": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#connect"
+ },
+ "6555": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "isAutoConnect"
+ },
+ "6556": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connectOptions"
+ },
+ "6557": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "6558": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#trackConnection"
+ },
+ "6559": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "address"
+ },
+ "6560": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "6561": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.#subscribeToEvents"
+ },
+ "6562": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "connector"
+ },
+ "6563": {
+ "sourceFileName": "\u0000",
+ "qualifiedName": "__type"
+ },
+ "6564": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "6565": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.getSigner"
+ },
+ "6566": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "6567": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.disconnect"
+ },
+ "6568": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "6569": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.switchChain"
+ },
+ "6570": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chainId"
+ },
+ "6571": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "6572": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "AbstractClientWallet.updateChains"
+ },
+ "6573": {
+ "sourceFileName": "src/evm/wallets/base.ts",
+ "qualifiedName": "chains"
+ },
+ "6575": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "6576": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "6577": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "6578": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "6579": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "6580": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "6581": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "6582": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "6583": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "6584": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "6585": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "6586": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "6587": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "6588": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "6589": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "6590": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "6591": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "6592": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "6593": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "6594": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "6595": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "6596": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "6597": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "6598": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "6599": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "6600": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "6601": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "6602": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "6603": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6604": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6605": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6606": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6607": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6608": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "6609": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "6610": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6611": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "6612": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "6613": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6614": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6615": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6616": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "6617": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "6618": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6619": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6620": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6621": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6622": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6623": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6624": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6625": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "6626": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "6627": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6628": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6629": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6630": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6631": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6632": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6633": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6634": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "6635": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "6636": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6637": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6638": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6639": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6640": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6641": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6642": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6643": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "6644": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "6645": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6646": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6647": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6648": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6649": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6650": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6651": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6652": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "6653": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "6654": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "6655": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6656": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6657": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6658": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6659": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6660": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6661": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6662": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "6663": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "6664": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "6665": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6666": {
+ "sourceFileName": "src/evm/wallets/engine.ts",
+ "qualifiedName": "EngineWallet"
+ },
+ "6667": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.prefixed"
+ },
+ "6668": {
+ "sourceFileName": "src/evm/wallets/engine.ts",
+ "qualifiedName": "EngineWallet.__constructor"
+ },
+ "6669": {
+ "sourceFileName": "src/evm/wallets/engine.ts",
+ "qualifiedName": "EngineWallet"
+ },
+ "6670": {
+ "sourceFileName": "src/evm/wallets/engine.ts",
+ "qualifiedName": "config"
+ },
+ "6671": {
+ "sourceFileName": "src/evm/wallets/engine.ts",
+ "qualifiedName": "EngineWallet.#signer"
+ },
+ "6672": {
+ "sourceFileName": "src/evm/wallets/engine.ts",
+ "qualifiedName": "EngineWallet.getSigner"
+ },
+ "6673": {
+ "sourceFileName": "src/evm/wallets/engine.ts",
+ "qualifiedName": "EngineWallet.getSigner"
+ },
+ "6675": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "6676": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getAddress"
+ },
+ "6677": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "6678": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getBalance"
+ },
+ "6679": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "tokenAddress"
+ },
+ "6680": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type"
+ },
+ "6681": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.symbol"
+ },
+ "6682": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.value"
+ },
+ "6683": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.name"
+ },
+ "6684": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.decimals"
+ },
+ "6685": {
+ "sourceFileName": "../sdk/src/evm/schema/contracts/common/currency.ts",
+ "qualifiedName": "__type.displayValue"
+ },
+ "6686": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "6687": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.getChainId"
+ },
+ "6688": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "6689": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.transfer"
+ },
+ "6690": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "to"
+ },
+ "6691": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "amount"
+ },
+ "6692": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "currencyAddress"
+ },
+ "6693": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "6694": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.signMessage"
+ },
+ "6695": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "6696": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "6697": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "AbstractWallet.verifySignature"
+ },
+ "6698": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "message"
+ },
+ "6699": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "signature"
+ },
+ "6700": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "address"
+ },
+ "6701": {
+ "sourceFileName": "src/evm/wallets/abstract.ts",
+ "qualifiedName": "chainId"
+ },
+ "6702": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "6703": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.eventNames"
+ },
+ "6704": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "6705": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listeners"
+ },
+ "6706": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6707": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6708": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6709": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6710": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6711": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "6712": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.listenerCount"
+ },
+ "6713": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6714": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "6715": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.emit"
+ },
+ "6716": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6717": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6718": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6719": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "6720": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.on"
+ },
+ "6721": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6722": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6723": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6724": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6725": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6726": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6727": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6728": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "6729": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.addListener"
+ },
+ "6730": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6731": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6732": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6733": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6734": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6735": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6736": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6737": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "6738": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.once"
+ },
+ "6739": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6740": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6741": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6742": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6743": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6744": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6745": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6746": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "6747": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeListener"
+ },
+ "6748": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6749": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6750": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6751": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6752": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6753": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6754": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6755": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "6756": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "6757": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.off"
+ },
+ "6758": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "T"
+ },
+ "6759": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6760": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "fn"
+ },
+ "6761": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6762": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "__type"
+ },
+ "6763": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "args"
+ },
+ "6764": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "context"
+ },
+ "6765": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "once"
+ },
+ "6766": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "6767": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "EventEmitter.removeAllListeners"
+ },
+ "6768": {
+ "sourceFileName": "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.d.ts",
+ "qualifiedName": "event"
+ },
+ "6769": {
+ "sourceFileName": "src/evm/utils/setWalletAnaltyicsEnabled.ts",
+ "qualifiedName": "isWalletAnalyticsEnabled"
+ },
+ "6770": {
+ "sourceFileName": "src/evm/utils/setWalletAnaltyicsEnabled.ts",
+ "qualifiedName": "isWalletAnalyticsEnabled"
+ },
+ "6771": {
+ "sourceFileName": "src/evm/utils/setWalletAnaltyicsEnabled.ts",
+ "qualifiedName": "setWalletAnalyticsEnabled"
+ },
+ "6772": {
+ "sourceFileName": "src/evm/utils/setWalletAnaltyicsEnabled.ts",
+ "qualifiedName": "setWalletAnalyticsEnabled"
+ },
+ "6773": {
+ "sourceFileName": "src/evm/utils/setWalletAnaltyicsEnabled.ts",
+ "qualifiedName": "enabled"
+ },
+ "6790": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "AuthProvider"
+ },
+ "6791": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "AuthProvider.COGNITO"
+ },
+ "6792": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "AuthProvider.GOOGLE"
+ },
+ "6793": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "AuthProvider.EMAIL_OTP"
+ },
+ "6794": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "AuthProvider.CUSTOM_JWT"
+ },
+ "6795": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "AuthProvider.CUSTOM_AUTH_ENDPOINT"
+ },
+ "6796": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "AuthProvider.FACEBOOK"
+ },
+ "6797": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "AuthProvider.APPLE"
+ },
+ "6798": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "RecoveryShareManagement"
+ },
+ "6799": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "RecoveryShareManagement.USER_MANAGED"
+ },
+ "6800": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "RecoveryShareManagement.CLOUD_MANAGED"
+ },
+ "6801": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "AuthAndWalletRpcReturnType"
+ },
+ "6802": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type"
+ },
+ "6803": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type.walletDetails"
+ },
+ "6804": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "AuthLoginReturnType"
+ },
+ "6805": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type"
+ },
+ "6806": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type.user"
+ },
+ "6807": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "AuthStoredTokenWithCookieReturnType"
+ },
+ "6808": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type"
+ },
+ "6809": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type.storedToken"
+ },
+ "6810": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type"
+ },
+ "6811": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type.cookieString"
+ },
+ "6812": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type.shouldStoreCookieString"
+ },
+ "6813": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type.isNewUser"
+ },
+ "6814": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "StoredTokenType"
+ },
+ "6815": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type"
+ },
+ "6816": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type.jwtToken"
+ },
+ "6817": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type.authProvider"
+ },
+ "6818": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type.authDetails"
+ },
+ "6819": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/auth.ts",
+ "qualifiedName": "__type.developerClientId"
+ },
+ "6823": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "UserWalletStatus"
+ },
+ "6824": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "UserWalletStatus.LOGGED_OUT"
+ },
+ "6825": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "UserWalletStatus.LOGGED_IN_WALLET_UNINITIALIZED"
+ },
+ "6826": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "UserWalletStatus.LOGGED_IN_NEW_DEVICE"
+ },
+ "6827": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "UserWalletStatus.LOGGED_IN_WALLET_INITIALIZED"
+ },
+ "6828": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "AuthDetails"
+ },
+ "6829": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6830": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.email"
+ },
+ "6831": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.userWalletId"
+ },
+ "6832": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.encryptionKey"
+ },
+ "6833": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.backupRecoveryCodes"
+ },
+ "6834": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.recoveryShareManagement"
+ },
+ "6835": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "EmbeddedWalletConstructorType"
+ },
+ "6836": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6837": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.chain"
+ },
+ "6838": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.onAuthSuccess"
+ },
+ "6839": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6840": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6841": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "authResult"
+ },
+ "6842": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.styles"
+ },
+ "6846": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "GetUser"
+ },
+ "6847": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6848": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.status"
+ },
+ "6849": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6850": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.status"
+ },
+ "6851": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.authDetails"
+ },
+ "6852": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6853": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.status"
+ },
+ "6854": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.authDetails"
+ },
+ "6855": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.walletAddress"
+ },
+ "6856": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "GetUserWalletStatusRpcReturnType"
+ },
+ "6857": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6858": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.status"
+ },
+ "6859": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.user"
+ },
+ "6860": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6861": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.status"
+ },
+ "6862": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.user"
+ },
+ "6863": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6864": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.authDetails"
+ },
+ "6865": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6866": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.status"
+ },
+ "6867": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.user"
+ },
+ "6868": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6869": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.authDetails"
+ },
+ "6870": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.walletAddress"
+ },
+ "6871": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6872": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.status"
+ },
+ "6873": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.user"
+ },
+ "6874": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "InitializedUser"
+ },
+ "6875": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6876": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.status"
+ },
+ "6877": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.wallet"
+ },
+ "6878": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.walletAddress"
+ },
+ "6879": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.authDetails"
+ },
+ "6880": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "LogoutReturnType"
+ },
+ "6881": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6882": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.success"
+ },
+ "6883": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "SendEmailOtpReturnType"
+ },
+ "6884": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6885": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.isNewUser"
+ },
+ "6886": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.isNewDevice"
+ },
+ "6887": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.recoveryShareManagement"
+ },
+ "6888": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "SetUpWalletRpcReturnType"
+ },
+ "6889": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type"
+ },
+ "6890": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.deviceShareStored"
+ },
+ "6891": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/embedded-wallets.ts",
+ "qualifiedName": "__type.isIframeStorageEnabled"
+ },
+ "6895": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "qualifiedName": "SignMessageReturnType"
+ },
+ "6896": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "qualifiedName": "__type"
+ },
+ "6897": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "qualifiedName": "__type.signedMessage"
+ },
+ "6898": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "qualifiedName": "SignTransactionReturnType"
+ },
+ "6899": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "qualifiedName": "__type"
+ },
+ "6900": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "qualifiedName": "__type.signedTransaction"
+ },
+ "6901": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "qualifiedName": "SignedTypedDataReturnType"
+ },
+ "6902": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "qualifiedName": "__type"
+ },
+ "6903": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/interfaces/embedded-wallets/signer.ts",
+ "qualifiedName": "__type.signedTypedData"
+ },
+ "6904": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/lib/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWalletSdk"
+ },
+ "6905": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/lib/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWalletSdk.__constructor"
+ },
+ "6906": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/lib/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWalletSdk"
+ },
+ "6907": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/lib/embedded-wallet.ts",
+ "qualifiedName": "__0"
+ },
+ "6908": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/lib/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWalletSdk.clientId"
+ },
+ "6909": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/lib/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWalletSdk.querier"
+ },
+ "6910": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/lib/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWalletSdk.wallet"
+ },
+ "6911": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/lib/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWalletSdk.auth"
+ },
+ "6912": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/lib/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWalletSdk.isClientIdLegacyPaper"
+ },
+ "6913": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/lib/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWalletSdk.isClientIdLegacyPaper"
+ },
+ "6914": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/lib/embedded-wallet.ts",
+ "qualifiedName": "clientId"
+ },
+ "6915": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/lib/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWalletSdk.getUser"
+ },
+ "6916": {
+ "sourceFileName": "src/evm/connectors/embedded-wallet/implementations/lib/embedded-wallet.ts",
+ "qualifiedName": "EmbeddedWalletSdk.getUser"
+ }
+ }
+}
\ No newline at end of file
diff --git a/snippets/feature_snippets_react.json b/snippets/feature_snippets_react.json
new file mode 100644
index 00000000000..351f4944234
--- /dev/null
+++ b/snippets/feature_snippets_react.json
@@ -0,0 +1,2774 @@
+{
+ "": [
+ {
+ "name": "shortenAddress",
+ "summary": "This function shortens an address if it is a valid EVM address.\n\n",
+ "remarks": "\n\nNote that this function will not check if the address is an ENS.\n\n",
+ "examples": {
+ "tyepscript": "const address = shortenIfAddress(\"0x1234567890123456789012345678901234567890\", true); // result will be \"0x1234...890\""
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.shortenaddress"
+ }
+ },
+ {
+ "name": "useAcceptDirectListingOffer",
+ "summary": "Hook for accepting an offer from a direct listing on a `Marketplace` contract.\n\nAllows the seller (the user who listed the NFT for sale) to accept an offer on their listing, triggering a sale event, meaning the: - NFT(s) are transferred from the seller to the buyer. - Funds from the offeror are sent to the seller.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useAcceptDirectListingOffer,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const {\n mutateAsync: acceptDirectOffer,\n isLoading,\n error,\n } = useAcceptDirectListingOffer(contract);\n\n return (\n \n acceptDirectOffer({\n listingId: \"{{listing_id}}\",\n addressOfOfferor: \"{{offeror_address}}\",\n })\n }\n >\n Accept Offer\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useacceptdirectlistingoffer"
+ }
+ },
+ {
+ "name": "useActiveListings",
+ "summary": "Hook for fetching all active listings from a `Marketplace` contract.\n\n__Note: This hook is only for Marketplace contracts. For Marketplace V3 contracts, use `useValidDirectListings` or `useValidEnglishAuctions` instead__\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useActiveListings, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const { data, isLoading, error } = useActiveListings(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactivelistings"
+ }
+ },
+ {
+ "name": "useAddress",
+ "summary": "Get the address of the connected wallet.\n\nReturns `undefined` if no wallet is connected.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import { useAddress } from \"@thirdweb-dev/react\"\n\nfunction Example() {\n const address = useAddress()\n\n return {address}
\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useaddress"
+ }
+ },
+ {
+ "name": "useBalance",
+ "summary": "Hook for getting a wallet's current balance of native or (optional) ERC20 token balance\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useBalance } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { data, isLoading } = useBalance(tokenAddress);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usebalance"
+ }
+ },
+ {
+ "name": "useBalanceForAddress",
+ "summary": "This hook is similar to the `useBalance` hook, but it for fetching the native token balance of any given wallet address.\n\nThis hook only fetches the native token balance of the given wallet address. If you want to get the ERC20 balance from a given wallet, use `useTokenBalance`\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "const { data, isLoading } = useBalanceForAddress(walletAddress)"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usebalanceforaddress"
+ }
+ },
+ {
+ "name": "useBuyDirectListing",
+ "summary": "Hook for buying a direct listing on a [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) smart contract.\n\nIf the listing is in a currency that is not native to the chain (e.g. not Ether on Ethereum), the hook will prompt the user to approve the marketplace contract to spend the currency on their behalf before performing the buy.\n```jsx\nimport { useBuyDirectListing } from \"@thirdweb-dev/react\";\n\nconst { mutateAsync, isLoading, error } = useBuyDirectListing(contract);\n```\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useBuyDirectListing,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\nimport { ListingType } from \"@thirdweb-dev/sdk\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace-v3\");\n const {\n mutateAsync: buyDirectListing,\n isLoading,\n error,\n } = useBuyDirectListing(contract);\n\n return (\n \n buyDirectListing({\n listingId: \"{{listing_id}}\", // ID of the listing to buy\n quantity: \"1\",\n buyer: \"{{wallet_address}}\", // Wallet to buy for\n })\n }\n >\n Buy Now\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usebuydirectlisting"
+ }
+ },
+ {
+ "name": "useBuyNow",
+ "summary": "Hook for buying a listing on a `Marketplace` smart contract.\n\nIf the listing is in a currency that is not native to the chain (e.g. not Ether on Ethereum), the hook will prompt the user to approve the marketplace contract to spend the currency on their behalf before performing the buy.\n\n__This hook is only for `Marketplace` contracts. Not for `MarketplaceV3`__\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useBuyNow, useContract, Web3Button } from \"@thirdweb-dev/react\";\nimport { ListingType } from \"@thirdweb-dev/sdk\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const { mutateAsync: buyNow, isLoading, error } = useBuyNow(contract);\n\n return (\n \n buyNow({\n id: \"{{listing_id}}\", // ID of the listing to buy\n type: ListingType.Direct, // Direct (0) or Auction (1)\n buyAmount: \"{{buy_amount}}\", // Amount to buy\n buyForWallet: \"{{wallet_address}}\", // Wallet to buy for, defaults to current wallet\n })\n }\n >\n Buy Now\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usebuynow"
+ }
+ },
+ {
+ "name": "useCancelListing",
+ "summary": "Hook for canceling an existing auction or listing on a `Marketplace` contract.\n\n__Auction listings cannot be canceled if a bid has been placed__\n\n__This hook is only for `Marketplace` contracts.__\n\nFor [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contracts, use `useCancelDirectListing` or `useCancelEnglishAuction` instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useCancelListing, useContract, Web3Button } from \"@thirdweb-dev/react\";\nimport { ListingType } from \"@thirdweb-dev/sdk\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const {\n mutateAsync: cancelListing,\n isLoading,\n error,\n } = useCancelListing(contract);\n\n return (\n \n cancelListing({\n id: \"{{listing_id}}\",\n type: ListingType.Direct, // Direct (0) or Auction (1)\n })\n }\n >\n Cancel Listing\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecancellisting"
+ }
+ },
+ {
+ "name": "useChain",
+ "summary": "Hook for getting the `Chain` object of the network that the user is connected - but only if it's a supported network (added in the `ThirdwebProvider`'s `supportedChains` or one of default chains\n\nReturns `undefined` if the network is not supported or the user is not connected to a wallet. You can use the `useConnectionStatus` hook to check if the user is connected to a wallet or not to differentiate between the two cases.\n\nIf you only want to get the chain id of the network the user is connected to regardless of whether it's supported or not, use `useChainId` instead.\n```jsx\nimport { useChain } from \"@thirdweb-dev/react\";\n\nconst chain = useChain();\n```\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useChain, useConnectionStatus } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const chain = useChain();\n const status = useConnectionStatus();\n\n if (status === \"unknown\") return Loading...
;\n if (status === \"disconnected\") return disconnected
;\n if (status === \"connecting\") return connecting...
;\n\n if (chain) {\n return Connected to {chain.name}
;\n }\n\n return Connected to an unsupported network
;\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usechain"
+ }
+ },
+ {
+ "name": "useChainId",
+ "summary": "Hook for accessing the chain ID of the network the current wallet is connected to\n```javascript\nimport { useChainId } from \"@thirdweb-dev/react\"\n```\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useChainId } from \"@thirdweb-dev/react\"\n\nconst App = () => {\n const chainId = useChainId()\n\n return {chainId}
\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usechainid"
+ }
+ },
+ {
+ "name": "useCompilerMetadata",
+ "summary": "Hook for retrieving information such as the ABI, license, and metadata of a smart contract using it's contract address.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useCompilerMetadata } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { data, isLoading, error } = useCompilerMetadata(contractAddress);\n}\n\nexport default App;"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecompilermetadata"
+ }
+ },
+ {
+ "name": "useConnect",
+ "summary": "Hook for connecting a wallet to your app.\n\nThe wallet also needs to be added in `ThirdwebProvider`'s `supportedWallets` prop to enable auto-connection on page load.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useConnect, metamaskWallet } from \"@thirdweb-dev/react\";\n\nconst metamaskConfig = metamaskWallet();\n\nfunction App() {\n const connect = useConnect();\n\n return (\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useconnect"
+ }
+ },
+ {
+ "name": "useConnectionStatus",
+ "summary": "Hook for checking whether your app is connected to a wallet or not.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useConnectionStatus } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const connectionStatus = useConnectionStatus();\n\n if (connectionStatus === \"unknown\") return Loading...
;\n if (connectionStatus === \"connecting\") return Connecting...
;\n if (connectionStatus === \"connected\") return You are connected
;\n if (connectionStatus === \"disconnected\")\n return You are not connected to a wallet
;\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useconnectionstatus"
+ }
+ },
+ {
+ "name": "useContract",
+ "summary": "Hook for connecting to a smart contract.\n\nProvide your smart contract address as the first parameter. Once connected, the `contract` will be an instance of your smart contract.\n\nThe ABI of the smart contract is resolved automatically for contracts deployed or imported using the [thirdweb dashboard](https://thirdweb.com/dashboard).\n\n",
+ "remarks": "\n\nTo cache the ABI of the smart contract, use [thirdweb generate](https://portal.thirdweb.com/cli/generate). This is recommended to improve performance and provide type-safety when interacting with your smart contract.\n\n",
+ "examples": {
+ "javascript": "const { contract, isLoading, error } = useContract(contractAddress);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecontract"
+ }
+ },
+ {
+ "name": "useContract",
+ "summary": "If your contract is a prebuilt contract, it is strongly recommended you provide the contract's name as the second argument to gain access to improved top-level functions and type inference.\n\nAvailable contract types are: - `\"nft-drop\"` - `\"signature-drop\"` - `\"edition-drop\"` - `\"nft-collection\"` - `\"edition\"` - `\"multiwrap\"` - `\"pack\"` - `\"token-drop\"` - `\"token\"` - `\"marketplace\"` - `\"marketplace-v3\"` - `\"split\"` - `\"vote\"`\n\nWhen a contract type is provided, the contract object will be typed as the contract's class. For example, if you provide the contract type `\"pack\"`, the contract object will be returned typed as an instance of the `Pack` class, unlocking all of the top-level functions specific to the pack.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const { contract, isLoading, error } = useContract(contractAddress, \"pack\");"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecontract"
+ }
+ },
+ {
+ "name": "useContract",
+ "summary": "Optionally, (if you don’t want to use the dashboard import feature), you can provide your smart contract’s ABI to the second parameter of the useContract hook. This is useful when developing on a local node, where it may be faster to use the ABI than to import the contract using the dashboard.\n\nThe ABI is only necessary if you have not deployed your contract with, or imported your contract to the [thirdweb dashboard](https://thirdweb.com/dashboard).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const { contract, isLoading, error } = useContract(contractAddress, contractAbi);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecontract"
+ }
+ },
+ {
+ "name": "useContractEvents",
+ "summary": "Hook for reading events emitted by a smart contract, including new events as they are emitted (optional).\n\nBy default, it reads all events emitted by the smart contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import { useContractEvents, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useContractEvents(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecontractevents"
+ }
+ },
+ {
+ "name": "useContractRead",
+ "summary": "Generic hook for reading any data from a smart contract via it’s function/view/variable name.\n```javascript\nconst { contract } = useContract(\"{{contract_address}}\");\nconst { data, isLoading, error } = useContractRead(contract, \"functionName\", args);\n```\n\n",
+ "remarks": "\n\nIf you have cached the ABI of your smart contract using [thirdweb generate](https://portal.thirdweb.com/cli/generate), the functionName and args parameters are strongly typed according to your smart contract’s ABI.\n\n",
+ "examples": {
+ "tyepscript": "import { useContractRead, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useContractRead(contract, \"getName\");\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecontractread"
+ }
+ },
+ {
+ "name": "useContractType",
+ "summary": "Hook for determining the type of contract for a contract address.\n\nThis is useful if you want to determine if a contract is a [prebuilt contract](https://portal.thirdweb.com/pre-built-contracts).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContractType } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { data, isLoading, error } = useContractType(contractAddress);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecontracttype"
+ }
+ },
+ {
+ "name": "useContractWrite",
+ "summary": "Generic hook for calling any smart contract function that requires a transaction to take place.\n\nProvide your smart contract instance returned from the `useContract` hook, along with the name of the function you wish to call on your smart contract as arguments to the hook.\n\nThen call the `mutate` or `mutateAsync` function returned by the hook, providing an array of arguments to send to your smart contract function.\n\nIf you provide too many or too few arguments, the `error` property will be populated with an error message.\n\nIf your function has no arguments, provide an empty array by calling the function with `{ args: [] }`\n\n",
+ "remarks": "\n\nIf you have cached the ABI of your smart contract using [thirdweb generate](https://portal.thirdweb.com/cli/generate), the functionName and args parameters are strongly typed according to your smart contract’s ABI.\n\n",
+ "examples": {
+ "javascript": "import { useContractWrite, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync, isLoading, error } = useContractWrite(\n contract,\n \"setName\",\n );\n\n return (\n mutateAsync({ args: [\"My Name\"] })}\n >\n Send Transaction\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecontractwrite"
+ }
+ },
+ {
+ "name": "useCreateWalletInstance",
+ "summary": "Hook for creating a wallet instance from given `WalletConfig` object.\n\nIf you just want to connect the wallet and don't need the wallet instance before connecting the wallet, use the `useConnect` hook instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useConnect, metamaskWallet } from \"@thirdweb-dev/react\";\n\nconst metamaskConfig = metamaskWallet();\n\nfunction App() {\n const createWalletInstance = useCreateWalletInstance();\n\n return (\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecreatewalletinstance"
+ }
+ },
+ {
+ "name": "useDisconnect",
+ "summary": "Hook for disconnecting the currently connected wallet.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useDisconnect } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const disconnect = useDisconnect();\n\n return ;\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usedisconnect"
+ }
+ },
+ {
+ "name": "useEdition",
+ "summary": "Hook for getting an instance of an `Edition` contract. This contract is used to interface with ERC1155 compliant NFTs.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"edition\")\n\n // Now you can use the edition contract in the rest of the component\n\n // For example, this function will return all the NFTs on this contract\n async function getNFTs() {\n const nfts = await contract.getAll()\n return nfts\n }\n\n ...\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useedition"
+ }
+ },
+ {
+ "name": "useEditionDrop",
+ "summary": "Hook for getting an instance of an `EditionDrop` contract. This contract is used to interface with ERC1155 compliant NFTs that can be lazily minted.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"edition-drop\")\n\n // Now you can use the edition drop contract in the rest of the component\n\n // For example, this function will let the connected wallet claim a new NFT\n async function claim(tokenId, quantity) {\n await contract.claim(tokenId, quantity)\n }\n\n ...\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useeditiondrop"
+ }
+ },
+ {
+ "name": "useExecuteAuctionSale",
+ "summary": "Hook for executing a sale of an auction listing on a `Marketplace` contract.\n\nTriggers a new sale, transferring the NFT(s) to the buyer and the funds to the seller.\n\nA sale must be executed when an auction ends, and the auction has a winning bid that was below the buyout price. This means the auction has finished, and the highest bidder has won the auction. **Any wallet** can now execute the sale, transferring the NFT(s) to the buyer and the funds to the seller.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useExecuteAuctionSale,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const {\n mutateAsync: executeAuctionSale,\n isLoading,\n error,\n } = useExecuteAuctionSale(contract);\n\n return (\n \n executeAuctionSale({\n // The listingId of the auction to execute\n listingId: \"{{listing_id}}\",\n })\n }\n >\n Execute Auction Sale\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useexecuteauctionsale"
+ }
+ },
+ {
+ "name": "useListing",
+ "summary": "Hook for getting a specific listing on a `Marketplace` contract.\n\n__This hook is only available for `Marketplace` contracts__\n\nIf you are using [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3), use `useDirectListing` or `useEnglishAuction` instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useListing } from \"@thirdweb-dev/react\";\n\nconst listingId = 0;\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const { data, isLoading, error } = useListing(contract, listingId);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.uselisting"
+ }
+ },
+ {
+ "name": "useListings",
+ "summary": "Hook for getting all listings (including expired ones) from a `Marketplace` contract.\n\n__This hook is only available for `Marketplace` contracts__\n\nIf you are using [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3), use `useDirectListings` or `useEnglishAuctions` instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useListings } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const { data, isLoading, error } = useListings(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.uselistings"
+ }
+ },
+ {
+ "name": "useListingsCount",
+ "summary": "Hook for getting the total number of listings on a `Marketplace` contract.\n\n__This hook is only available for `Marketplace` contracts__\n\nIf you are using [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3), use `useDirectListingsCount` or `useEnglishAuctionsCount` instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useListingsCount } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const { data: listingsCount, isLoading, error } = useListingsCount(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.uselistingscount"
+ }
+ },
+ {
+ "name": "useLogin",
+ "summary": "Hook to prompt the user to sign in with their wallet using [auth](https://portal.thirdweb.com/wallets/auth)\n\nRequires the `authConfig` prop to be configured on the `ThirdwebProvider`\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useLogin } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { isLoading, login } = useLogin();\n\n return (\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.uselogin"
+ }
+ },
+ {
+ "name": "useLogout",
+ "summary": "Hook for signing out of a wallet after a user has logged in using `useLogin`\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useLogout } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { logout, isLoading } = useLogout();\n\n return (\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.uselogout"
+ }
+ },
+ {
+ "name": "useMakeBid",
+ "summary": "Hook for placing a bid on a `Marketplace` auction listing.\n\nBids have several important properties:\n\n- Cannot be canceled once placed. - Are automatically refunded if they are outbid. - Must be higher than the current highest bid by the percentage defined in the bid buffer. - Must be higher than the reserve price (if there is no bid yet).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useMakeBid, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const { mutateAsync: makeBid, isLoading, error } = useMakeBid(contract);\n\n return (\n \n makeBid({\n listingId: \"1\", // ID of the listing to bid on. Must be an auction.\n bid: \"1\", // Uses the currencyContractAddress of the listing.\n })\n }\n >\n Make Bid\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usemakebid"
+ }
+ },
+ {
+ "name": "useMakeOffer",
+ "summary": "Hook for placing an offer on a `Marketplace` direct listing.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useMakeOffer, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const { mutateAsync: makeOffer, isLoading, error } = useMakeOffer(contract);\n\n return (\n \n makeOffer({\n listingId: 1, // ID of the listing to make an offer on\n pricePerToken: 1, // Price per token to offer (in the listing's currency)\n quantity: 1, // Number of NFTs you want to buy (used for ERC1155 NFTs)\n })\n }\n >\n Make Bid\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usemakeoffer"
+ }
+ },
+ {
+ "name": "useMarketplace",
+ "summary": "Hook for getting an instance of a `Marketplace` contract. This contract is used to support marketplace for purchase and sale of on-chain assets.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"marketplace\")\n\n // Now you can use the marketplace contract in the rest of the component\n\n // For example, this function will return all the listings on the marketplace\n async function getListings() {\n const listings = await contract.getAll()\n return listings\n }\n\n ...\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usemarketplace"
+ }
+ },
+ {
+ "name": "useMetadata",
+ "summary": "Hook for getting the metadata associated with a smart contract.\n\nAvailable to use on contracts that implement the [Contract Metadata](https://portal.thirdweb.com/contracts/build/extensions/general/ContractMetadata) interface.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useMetadata } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useMetadata(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usemetadata"
+ }
+ },
+ {
+ "name": "useMultiwrap",
+ "summary": "Hook for getting an instance of an `Multiwrap` contract. This contract is an ERC721 in which you can wrap ERC721, ERC1155 and ERC20 tokens.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"multiwrap\")\n\n // Now you can use the multiwrap contract in the rest of the component\n\n // For example, this function will let the connected wallet wrap tokens\n async function wrap(tokensToWrap, wrappedNFTMetadata) {\n await contract.wrap(tokensToWrap, wrappedNFTMetadata)\n }\n\n ...\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usemultiwrap"
+ }
+ },
+ {
+ "name": "useNetworkMismatch",
+ "summary": "Hook for checking whether the connected wallet is currently on the correct chain, i.e. the chain specified in the `activeChain` on the `ThirdwebProvider`.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useNetworkMismatch } from \"@thirdweb-dev/react\";\n\nconst App = () => {\n const isMismatched = useNetworkMismatch();\n};"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usenetworkmismatch"
+ }
+ },
+ {
+ "name": "useNFTCollection",
+ "summary": "Hook for getting an instance of an `NFTCollection` contract. This contract is meant to interface with ERC721 compliant NFTs.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract, isLoading, error } = useContract(\"\", \"nft-collection\")\n\n // Now you can use the nftCollection contract in the rest of the component\n\n // For example, this function will return all the NFTs on this contract\n async function getNFTs() {\n const nfts = await contract.getAll()\n return nfts\n }\n\n ...\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usenftcollection"
+ }
+ },
+ {
+ "name": "useNFTDrop",
+ "summary": "Hook for getting an instance of an `NFTDrop` contract. This contract is meant to interface with ERC721 compliant NFTs that can be lazily minted.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"nft-drop\")\n\n // Now you can use the nft drop contract in the rest of the component\n\n // For example, this function will let the connected wallet claim a new NFT\n async function claim(quantity) {\n await contract.claim(quantity)\n }\n\n ...\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usenftdrop"
+ }
+ },
+ {
+ "name": "useOffers",
+ "summary": "Hook for getting all of the offers made on a direct listing on a `Marketplace` contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useOffers, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const { data: offers, isLoading, error } = useOffers(contract, listingId);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useoffers"
+ }
+ },
+ {
+ "name": "usePack",
+ "summary": "Hook for getting an instance of a `Pack` contract. This contract supports the creation of on-chain luck-based lootboxes.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = usePack(\"\", \"pack\")\n\n // Now you can use the pack contract in the rest of the component\n\n // For example, this function will get all the packs on this contract\n async function getPacks() {\n const packs = await contract.getAll()\n return packs\n }\n\n ...\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usepack"
+ }
+ },
+ {
+ "name": "useSDK",
+ "summary": "Hook to get the instance of the `ThirdwebSDK` class being used by the `ThirdwebProvider` component.\n\nThis gives access to all of the functionality of the TypeScript SDK in your React app.\n\n- If there is a connected wallet, the SDK is instantiated from the connected wallet’s signer. Meaning all transactions are initiated from the connected wallet. - If there is no connected wallet, the SDK is in read-only mode on the activeChain.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import { useSDK } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const sdk = useSDK();\n\n // Now you use all of the TypeScript SDK functionality\n // For example, deploy a new contract from the connected wallet.\n async function deployContract() {\n sdk?.deployer.deployNFTDrop({\n name: \"My NFT Drop\",\n primary_sale_recipient: \"{{wallet_address}}\",\n });\n }\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesdk"
+ }
+ },
+ {
+ "name": "useSetConnectedWallet",
+ "summary": "Hook for setting a wallet instance as \"connected\" - once done, the wallet connection hooks like `useWallet`, `useAddress`, `useSigner`, `useConnectionStatus` etc will return the data for that wallet instance\n\nThis is only useful if you are manually connecting a wallet instance as mentioned in [Build your Wallet](https://portal.thirdweb.com/wallet-sdk/v2/build)\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useCreateWalletInstance,\n useSetConnectionStatus,\n useSetConnectedWallet,\n metamaskWallet\n} from \"@thirdweb-dev/react\";\n\nconst walletConfig = metamaskWallet();\n\nfunction Example() {\n const createWalletInstance = useCreateWalletInstance();\n const setConnectionStatus = useSetConnectionStatus();\n const setConnectedWallet = useSetConnectedWallet();\n\n // Call this function to connect your wallet\n const handleConnect = async () => {\n // 1. create instance\n const walletInstance = createWalletInstance(walletConfig);\n setConnectionStatus(\"connecting\");\n\n try {\n // 2. Call `connect` method of your wallet\n await walletInstance.connect(\n connectOptions, // if your wallet.connect method accepts any options, specify it here\n );\n\n // 3. Set connected wallet\n setConnectedWallet(walletInstance);\n props.close();\n } catch (e) {\n setConnectionStatus(\"disconnected\");\n console.error(\"failed to connect\", e);\n }\n };\n\n return ...
;\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetconnectedwallet"
+ }
+ },
+ {
+ "name": "useSetConnectionStatus",
+ "summary": "Hook for setting the `connectionStatus` of the wallet which is returned by the `useConnectionStatus` hook\n\nThis is only useful if you are manually connecting a wallet instance as mentioned in [Build your Wallet](https://portal.thirdweb.com/wallet-sdk/v2/build)\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useCreateWalletInstance,\n useSetConnectionStatus,\n useSetConnectedWallet,\n metamaskWallet\n} from \"@thirdweb-dev/react\";\n\nconst walletConfig = metamaskWallet();\n\nfunction Example() {\n const createWalletInstance = useCreateWalletInstance();\n const setConnectionStatus = useSetConnectionStatus();\n const setConnectedWallet = useSetConnectedWallet();\n\n // Call this function to connect your wallet\n const handleConnect = async () => {\n // 1. create instance\n const walletInstance = createWalletInstance(walletConfig);\n setConnectionStatus(\"connecting\");\n\n try {\n // 2. Call `connect` method of your wallet\n await walletInstance.connect(\n connectOptions, // if your wallet.connect method accepts any options, specify it here\n );\n\n // 3. Set connected wallet\n setConnectedWallet(walletInstance);\n props.close();\n } catch (e) {\n setConnectionStatus(\"disconnected\");\n console.error(\"failed to connect\", e);\n }\n };\n\n return ...
;\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetconnectionstatus"
+ }
+ },
+ {
+ "name": "useSignatureDrop",
+ "summary": "Hook for getting an instance of an `SignatureDrop` contract. This contract is meant to interface with ERC721 compliant NFTs that can be lazily minted.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"signature-drop\")\n\n // Now you can use the Signature drop contract in the rest of the component\n\n // For example, this function will let the connected wallet claim a new NFT\n async function claim(quantity) {\n await contract.claim(quantity)\n }\n\n ...\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesignaturedrop"
+ }
+ },
+ {
+ "name": "useSigner",
+ "summary": "Hook for getting the [ethers signer](https://docs.ethers.org/v5/api/signer/) of the connected wallet.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useSigner, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const signer = useSigner();\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesigner"
+ }
+ },
+ {
+ "name": "useSplit",
+ "summary": "Hook for getting an instance of a `Split` contract. This contract supports fund distribution to multiple parties.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"split\")\n\n // Now you can use the split contract in the rest of the component\n\n // For example, this function will return all the recipients of the split\n async function getRecipients() {\n const recipients = await contract.getAllRecipients()\n return recipients\n }\n\n ...\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesplit"
+ }
+ },
+ {
+ "name": "useStorage",
+ "summary": "Get the instance of the `ThirdwebStorage` class being used by the `ThirdwebProvider`\n\nAllows you to use the TypeScript SDK functionality of [Storage](https://portal.thirdweb.com/infrastructure/storage/overview) in your React app.\n\n",
+ "remarks": "\n\n### API Key\n\nYou will require an API key to use thirdweb’s storage services with the SDK. If you haven’t created a key yet you can do so for free from the [**thirdweb dashboard**](https://thirdweb.com/create-api-key).\n\nYou can then obtain a `clientId` from the API key which you will need to pass to the `ThirdwebProvider` component:\n```jsx\nimport { ThirdwebProvider } from \"@thirdweb-dev/react\";\n\nconst App = () => {\n return (\n \n \n \n );\n};\n```\n\nStorage can also be configured using the `storageInterface` prop on `ThirdwebProvider`\n\n",
+ "examples": {
+ "javascript": "import { useStorage } from \"@thirdweb-dev/react\";\n\nexport default function Component() {\n const storage = useStorage();\n\n // Now you can use the functionality of the ThirdwebStorage class:\n storage?.download(); // Download a file from IPFS\n storage?.upload(); // Upload a file to IPFS\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usestorage"
+ }
+ },
+ {
+ "name": "useStorageUpload",
+ "summary": "Hook for uploading files to IPFS and retrieving the IPFS URI.\n\n",
+ "remarks": "\n\n### API key\n\nYou will require an API key to use thirdweb’s storage services with the SDK. If you haven’t created a key yet you can do so for free from the [**thirdweb dashboard**](https://thirdweb.com/create-api-key).\n\nYou can then obtain a `clientId` from the API key which you will need to pass to the [`ThirdwebProvider`](/react/react.thirdwebprovider) component:\n```jsx\nimport { ThirdwebProvider } from \"@thirdweb/react\";\n\nconst App = () => {\n return (\n \n \n \n );\n};\n```\n\n",
+ "examples": {
+ "javascript": "import { useStorageUpload } from \"@thirdweb-dev/react\";\n\nexport default function Component() {\n const { mutateAsync: upload, isLoading } = useStorageUpload();\n\n async function uploadData() {\n const filesToUpload = [...];\n const uris = await upload({ data: files });\n console.log(uris);\n }\n\n return (\n \n )\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usestorageupload"
+ }
+ },
+ {
+ "name": "useSwitchAccount",
+ "summary": "Hook to switch the account of the active wallet\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "const { switchAccount, isLoading } = useSwitchAccount();\n\nconst handleSwitchAccount = async (address: string) => {\n await switchAccount(address);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useswitchaccount"
+ }
+ },
+ {
+ "name": "useSwitchChain",
+ "summary": "Hook for switching to a different network.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useSwitchChain } from \"@thirdweb-dev/react\";\nimport { Goerli } from \"@thirdweb-dev/chains\";\n\nfunction App() {\n const switchChain = useSwitchChain();\n return (\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useswitchchain"
+ }
+ },
+ {
+ "name": "useToken",
+ "summary": "Hook for getting an instance of a `Token` contract. This contract supports ERC20 compliant tokens.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"token\")\n\n // Now you can use the token contract in the rest of the component\n\n // For example, this function will get the connected wallets token balance\n async function balance() {\n const balance = await contract.balance()\n return balance\n }\n\n ...\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usetoken"
+ }
+ },
+ {
+ "name": "useTokenDrop",
+ "summary": "Hook for getting an instance of a `Token Drop` contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"token-drop\")\n\n // Now you can use the token drop contract in the rest of the component\n\n // For example, this function will get the connected wallets token balance\n async function balance() {\n const balance = await contract.balance()\n return balance\n }\n\n ...\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usetokendrop"
+ }
+ },
+ {
+ "name": "useTransferNativeToken",
+ "summary": "A hook to transfer native token (of the active chain) to another wallet\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const Component = () => {\n const {\n mutate: transferNativeToken,\n isLoading,\n error,\n } = useTransferNativeToken();\n\n if (error) {\n console.error(\"failed to transfer tokens\", error);\n }\n\n return (\n \n );\n};"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usetransfernativetoken"
+ }
+ },
+ {
+ "name": "useUpdateMetadata",
+ "summary": "Hook for updating the metadata of a smart contract.\n\nAvailable to use on smart contracts that implement the `ContractMetadata` interface.\n\nThe wallet initiating this transaction must have the required permissions to update the metadata, (`admin` permissions required by default).\n\nProvide your contract instance from the `useContract` hook as the first argument, and an object fitting the [contract-level metadata standards](https://docs.opensea.io/docs/contract-level-metadata) of the new metadata as the second argument, including:\n\n- `name`: A `string` for the name of the smart contract (required). - `description`: A `string` to describe the smart contract (optional). - `image`: A `string` or `File` object containing the URL or file data of an image to associate with the contract (optional). - `external_link`: A `string` containing a URL to view the smart contract on your website (optional).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useUpdateMetadata,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: updateMetadata,\n isLoading,\n error,\n } = useUpdateMetadata(contract);\n\n return (\n \n updateMetadata({\n name: \"My App\",\n description: \"My awesome Ethereum App\",\n image: \"/path/to/image.jpg\", // URL, URI, or File object\n external_link: \"https://myapp.com\",\n })\n }\n >\n Update Metadata\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useupdatemetadata"
+ }
+ },
+ {
+ "name": "useVote",
+ "summary": "Hook for getting an instance of an `Vote` contract. This contract enables fully featured voting-based decentralized governance systems.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"vote\")\n\n // Now you can use the vote contract in the rest of the component\n\n // For example, this function will get all the proposals on this contract\n async function getProposals() {\n const proposals = await contract.getAll()\n return proposals\n }\n\n ...\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usevote"
+ }
+ },
+ {
+ "name": "useWallet",
+ "summary": "Hook to get the instance of the currently connected wallet.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useWallet } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const walletInstance = useWallet();\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usewallet"
+ }
+ },
+ {
+ "name": "useWallet",
+ "summary": "Hook to get the instance of the currently connected wallet if it matches the given `walletId`.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useWallet } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const metamaskWalletInstance = useWallet('metamask');\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usewallet"
+ }
+ },
+ {
+ "name": "useWalletConfig",
+ "summary": "Hook to get the `WalletConfig` object of the currently connected wallet.\n\nThis is useful to get metadata about the connected wallet, such as the wallet name, logo, etc\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useWalletConfig } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const walletConfig = useWalletConfig();\n\n const walletName = walletConfig?.meta.name;\n const walletLogo = walletConfig?.meta.iconURL;\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usewalletconfig"
+ }
+ },
+ {
+ "name": "useWatchTransactions",
+ "summary": "Hook that listens to transactions on a given chain for a given address.\n```javascript\nimport { useWatchTransactions } from \"@thirdweb-dev/react\"\n```\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const transactions = useWatchTransactions({\n address: \"0x1234\",\n network: \"ethereum\",\n});"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usewatchtransactions"
+ }
+ },
+ {
+ "name": "useWinningBid",
+ "summary": "Hook for getting the winning bid of an auction listing on a `Marketplace` contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useWinningBid } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const { data, isLoading, error } = useWinningBid(contract, listingId);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usewinningbid"
+ }
+ }
+ ],
+ "Account\n\n@smartWallet": [
+ {
+ "name": "useAccountAdmins",
+ "summary": "Get all the admins on a smart wallet account\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const { data: accounts, isLoading, error } = useAccountAdmins(contract);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useaccountadmins"
+ }
+ },
+ {
+ "name": "useAccountSigners",
+ "summary": "Get all signers of account\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const { data: accounts, isLoading, error } = useAccountSigners(contract);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useaccountsigners"
+ }
+ },
+ {
+ "name": "useAddAdmin",
+ "summary": "Add an additional admin on the smart wallet account\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useAddAdmin } from \"@thirdweb-dev/react\";\n\nconst adminAddress = \"{{admin_address}}\";\n\nconst Component = () => {\n const { mutate: addAdmin, isLoading, error } = useAddAdmin();\n\n if (error) {\n console.error(\"failed to add admin\", error);\n }\n\n return (\n \n );\n};"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useaddadmin"
+ }
+ },
+ {
+ "name": "useCreateSessionKey",
+ "summary": "Create and add a session key for the smart wallet account\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": " const Component = () => {\n const {\n mutate: createSessionKey,\n isLoading,\n error,\n } = useCreateSessionKey();\n\n if (error) {\n console.error(\"failed to create session key\", error);\n }\n\n return (\n \n );\n };"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecreatesessionkey"
+ }
+ },
+ {
+ "name": "useRevokeSessionKey",
+ "summary": "Revoke a session key (or signer) on the smart wallet account\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useRevokeSessionKey } from \"@thirdweb-dev/react\";\n\n// Your ERC20 token smart contract address\nconst keyAddress = \"{{key_address}}\";\n\nconst Component = () => {\n const { mutate: revokeSessionKey, isLoading, error } = useRevokeSessionKey();\n\n if (error) {\n console.error(\"failed to revoke session key\", error);\n }\n\n return (\n \n );\n};"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.userevokesessionkey"
+ }
+ }
+ ],
+ "AccountFactory\n\n@smartWallet": [
+ {
+ "name": "useAccounts",
+ "summary": "Get all accounts\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const { data: accounts, isLoading, error } = useAccounts(contract);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useaccounts"
+ }
+ },
+ {
+ "name": "useAccountsForAddress",
+ "summary": "Get all accounts associated with the provided address\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const { data: accountsForAddress, isLoading, error } = useAccountsForAddress(contract, \"{{account_address}}\");"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useaccountsforaddress"
+ }
+ },
+ {
+ "name": "useCreateAccount",
+ "summary": "Create a account in the account factory contract\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const Component = () => {\n const { contract } = useContract(\"{{contract_address}}\");\n const {\n mutate: createAccount,\n isLoading,\n error,\n } = useCreateAccount(contract);\n\n if (error) {\n console.error(\"failed to create account\", error);\n }\n\n return (\n \n );\n};"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecreateaccount"
+ }
+ },
+ {
+ "name": "useIsAccountDeployed",
+ "summary": "Check if a account has been deployed for the given admin in the account factory contract\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const { data: isAccountDeployed, isLoading, error } = useIsAccountDeployed(contract);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useisaccountdeployed"
+ }
+ }
+ ],
+ "ERC20ClaimPhasesV2": [
+ {
+ "name": "useActiveClaimCondition",
+ "summary": "Hook for getting the active claim condition for a given drop contract.\n\nAvailable for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useActiveClaimCondition, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimCondition(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimcondition"
+ }
+ },
+ {
+ "name": "useActiveClaimConditionForWallet",
+ "summary": "Hook for getting the active claim condition on a drop contract for a specific wallet address.\n\nEach wallet address can have unique claim conditions at any given time. This hook allows you to get the active claim condition for a specific wallet address at this time.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n---\n\n- Returns the claim condition specific to the wallet address if found in the claimer snapshot. - Returns the default claim condition on the contract if the address is not found in the claimer snapshot. - Populates the error field if there is no active claim condition on the contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useActiveClaimConditionForWallet,\n useContract,\n useAddress,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimConditionForWallet(\n contract,\n address,\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimconditionforwallet"
+ }
+ },
+ {
+ "name": "useClaimConditions",
+ "summary": "Hook for fetching all claim conditions for a given drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimConditions, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimConditions(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimconditions"
+ }
+ },
+ {
+ "name": "useClaimerProofs",
+ "summary": "Hook to get the claimer proofs for an address for [ERC20](https://portal.thirdweb.com/contracts/build/base-contracts/erc-20/drop), [ERC721](https://portal.thirdweb.com/contracts/build/base-contracts/erc-721/drop), and [ERC1155](https://portal.thirdweb.com/contracts/build/base-contracts/erc-1155/drop) drop contracts.\n\nA claimer proof is a set of data about a claimer's claim condition, including the claimer's address, the claimer's proof, and the claimer's max claimable amount, price, and currency address.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimerProofs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n\n const {\n data: proof,\n isLoading,\n error,\n } = useClaimerProofs(contract, \"{{claimer_address}}\");\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimerproofs"
+ }
+ },
+ {
+ "name": "useClaimIneligibilityReasons",
+ "summary": "Hook for fetching the reasons a wallet is not eligible to claim tokens from a drop, if any.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimIneligibilityReasons, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimIneligibilityReasons(contract, {\n walletAddress: \"0x123...\", // Use useAddress hook to get the user's wallet address\n quantity: 1, // Quantity to check eligibility for\n });\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimineligibilityreasons"
+ }
+ },
+ {
+ "name": "useClaimToken",
+ "summary": "Hook for claiming a ERC20 tokens from a smart contract.\n\nAvailable to use on smart contracts that implement both the [ERC20](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20) interface and the [`claim`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721Claimable) function, such as the [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimToken, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: claimToken, isLoading, error } = useClaimToken(contract);\n\n return (\n \n claimToken({\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n amount: 100, // Amount of token to claim\n })\n }\n >\n Claim Token\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimtoken"
+ }
+ },
+ {
+ "name": "useResetClaimConditions",
+ "summary": "Hook for resetting the claim conditions on a drop contract.\n\nAvailable to use on contracts that implement [`ERC721ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721ClaimConditions), [`ERC1155ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155ClaimConditions) or [`ERC20ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20ClaimConditions).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useContract,\n useResetClaimConditions,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n // Contract must be a drop contract that implements claim conditions\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: resetClaimConditions,\n isLoading,\n error,\n } = useResetClaimConditions(contract);\n\n return (\n resetClaimConditions()}\n >\n Reset Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useresetclaimconditions"
+ }
+ },
+ {
+ "name": "useSetClaimConditions",
+ "summary": "Hook for setting claim conditions on a drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\nWhen using an ERC1155 contract, you must also provide the token ID of the NFT you want to set claim conditions on as the second parameter to the hook.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useSetClaimConditions,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: setClaimConditions,\n isLoading,\n error,\n } = useSetClaimConditions(contract);\n\n const claimConditions = {\n phases: [\n {\n metadata: {\n name: \"Phase 1\", // The name of the phase\n },\n currencyAddress: \"0x...\", // The address of the currency you want users to pay in\n price: 1, // The price of the token in the currency specified above\n maxClaimablePerWallet: 1, // The maximum number of tokens a wallet can claim\n maxClaimableSupply: 100, // The total number of tokens that can be claimed in this phase\n startTime: new Date(), // When the phase starts (i.e. when users can start claiming tokens)\n waitInSeconds: 60 * 60 * 24 * 7, // The period of time users must wait between repeat claims\n snapshot: [\n {\n address: \"0x...\", // The address of the wallet\n currencyAddress: \"0x...\", // Override the currency address this wallet pays in\n maxClaimable: 5, // Override the maximum number of tokens this wallet can claim\n price: 0.5, // Override the price this wallet pays\n },\n ],\n merkleRootHash: \"0x...\", // The merkle root hash of the snapshot\n },\n ],\n }\n\n return (\n setClaimConditions(claimConditions)}\n >\n Set Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetclaimconditions"
+ }
+ }
+ ],
+ "ERC20ClaimPhasesV1": [
+ {
+ "name": "useActiveClaimCondition",
+ "summary": "Hook for getting the active claim condition for a given drop contract.\n\nAvailable for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useActiveClaimCondition, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimCondition(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimcondition"
+ }
+ },
+ {
+ "name": "useActiveClaimConditionForWallet",
+ "summary": "Hook for getting the active claim condition on a drop contract for a specific wallet address.\n\nEach wallet address can have unique claim conditions at any given time. This hook allows you to get the active claim condition for a specific wallet address at this time.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n---\n\n- Returns the claim condition specific to the wallet address if found in the claimer snapshot. - Returns the default claim condition on the contract if the address is not found in the claimer snapshot. - Populates the error field if there is no active claim condition on the contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useActiveClaimConditionForWallet,\n useContract,\n useAddress,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimConditionForWallet(\n contract,\n address,\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimconditionforwallet"
+ }
+ },
+ {
+ "name": "useClaimConditions",
+ "summary": "Hook for fetching all claim conditions for a given drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimConditions, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimConditions(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimconditions"
+ }
+ },
+ {
+ "name": "useClaimerProofs",
+ "summary": "Hook to get the claimer proofs for an address for [ERC20](https://portal.thirdweb.com/contracts/build/base-contracts/erc-20/drop), [ERC721](https://portal.thirdweb.com/contracts/build/base-contracts/erc-721/drop), and [ERC1155](https://portal.thirdweb.com/contracts/build/base-contracts/erc-1155/drop) drop contracts.\n\nA claimer proof is a set of data about a claimer's claim condition, including the claimer's address, the claimer's proof, and the claimer's max claimable amount, price, and currency address.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimerProofs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n\n const {\n data: proof,\n isLoading,\n error,\n } = useClaimerProofs(contract, \"{{claimer_address}}\");\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimerproofs"
+ }
+ },
+ {
+ "name": "useClaimIneligibilityReasons",
+ "summary": "Hook for fetching the reasons a wallet is not eligible to claim tokens from a drop, if any.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimIneligibilityReasons, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimIneligibilityReasons(contract, {\n walletAddress: \"0x123...\", // Use useAddress hook to get the user's wallet address\n quantity: 1, // Quantity to check eligibility for\n });\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimineligibilityreasons"
+ }
+ },
+ {
+ "name": "useClaimToken",
+ "summary": "Hook for claiming a ERC20 tokens from a smart contract.\n\nAvailable to use on smart contracts that implement both the [ERC20](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20) interface and the [`claim`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721Claimable) function, such as the [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimToken, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: claimToken, isLoading, error } = useClaimToken(contract);\n\n return (\n \n claimToken({\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n amount: 100, // Amount of token to claim\n })\n }\n >\n Claim Token\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimtoken"
+ }
+ },
+ {
+ "name": "useResetClaimConditions",
+ "summary": "Hook for resetting the claim conditions on a drop contract.\n\nAvailable to use on contracts that implement [`ERC721ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721ClaimConditions), [`ERC1155ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155ClaimConditions) or [`ERC20ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20ClaimConditions).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useContract,\n useResetClaimConditions,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n // Contract must be a drop contract that implements claim conditions\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: resetClaimConditions,\n isLoading,\n error,\n } = useResetClaimConditions(contract);\n\n return (\n resetClaimConditions()}\n >\n Reset Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useresetclaimconditions"
+ }
+ },
+ {
+ "name": "useSetClaimConditions",
+ "summary": "Hook for setting claim conditions on a drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\nWhen using an ERC1155 contract, you must also provide the token ID of the NFT you want to set claim conditions on as the second parameter to the hook.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useSetClaimConditions,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: setClaimConditions,\n isLoading,\n error,\n } = useSetClaimConditions(contract);\n\n const claimConditions = {\n phases: [\n {\n metadata: {\n name: \"Phase 1\", // The name of the phase\n },\n currencyAddress: \"0x...\", // The address of the currency you want users to pay in\n price: 1, // The price of the token in the currency specified above\n maxClaimablePerWallet: 1, // The maximum number of tokens a wallet can claim\n maxClaimableSupply: 100, // The total number of tokens that can be claimed in this phase\n startTime: new Date(), // When the phase starts (i.e. when users can start claiming tokens)\n waitInSeconds: 60 * 60 * 24 * 7, // The period of time users must wait between repeat claims\n snapshot: [\n {\n address: \"0x...\", // The address of the wallet\n currencyAddress: \"0x...\", // Override the currency address this wallet pays in\n maxClaimable: 5, // Override the maximum number of tokens this wallet can claim\n price: 0.5, // Override the price this wallet pays\n },\n ],\n merkleRootHash: \"0x...\", // The merkle root hash of the snapshot\n },\n ],\n }\n\n return (\n setClaimConditions(claimConditions)}\n >\n Set Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetclaimconditions"
+ }
+ }
+ ],
+ "ERC20ClaimConditionsV2": [
+ {
+ "name": "useActiveClaimCondition",
+ "summary": "Hook for getting the active claim condition for a given drop contract.\n\nAvailable for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useActiveClaimCondition, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimCondition(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimcondition"
+ }
+ },
+ {
+ "name": "useActiveClaimConditionForWallet",
+ "summary": "Hook for getting the active claim condition on a drop contract for a specific wallet address.\n\nEach wallet address can have unique claim conditions at any given time. This hook allows you to get the active claim condition for a specific wallet address at this time.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n---\n\n- Returns the claim condition specific to the wallet address if found in the claimer snapshot. - Returns the default claim condition on the contract if the address is not found in the claimer snapshot. - Populates the error field if there is no active claim condition on the contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useActiveClaimConditionForWallet,\n useContract,\n useAddress,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimConditionForWallet(\n contract,\n address,\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimconditionforwallet"
+ }
+ },
+ {
+ "name": "useClaimConditions",
+ "summary": "Hook for fetching all claim conditions for a given drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimConditions, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimConditions(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimconditions"
+ }
+ },
+ {
+ "name": "useClaimerProofs",
+ "summary": "Hook to get the claimer proofs for an address for [ERC20](https://portal.thirdweb.com/contracts/build/base-contracts/erc-20/drop), [ERC721](https://portal.thirdweb.com/contracts/build/base-contracts/erc-721/drop), and [ERC1155](https://portal.thirdweb.com/contracts/build/base-contracts/erc-1155/drop) drop contracts.\n\nA claimer proof is a set of data about a claimer's claim condition, including the claimer's address, the claimer's proof, and the claimer's max claimable amount, price, and currency address.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimerProofs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n\n const {\n data: proof,\n isLoading,\n error,\n } = useClaimerProofs(contract, \"{{claimer_address}}\");\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimerproofs"
+ }
+ },
+ {
+ "name": "useClaimIneligibilityReasons",
+ "summary": "Hook for fetching the reasons a wallet is not eligible to claim tokens from a drop, if any.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimIneligibilityReasons, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimIneligibilityReasons(contract, {\n walletAddress: \"0x123...\", // Use useAddress hook to get the user's wallet address\n quantity: 1, // Quantity to check eligibility for\n });\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimineligibilityreasons"
+ }
+ },
+ {
+ "name": "useClaimToken",
+ "summary": "Hook for claiming a ERC20 tokens from a smart contract.\n\nAvailable to use on smart contracts that implement both the [ERC20](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20) interface and the [`claim`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721Claimable) function, such as the [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimToken, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: claimToken, isLoading, error } = useClaimToken(contract);\n\n return (\n \n claimToken({\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n amount: 100, // Amount of token to claim\n })\n }\n >\n Claim Token\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimtoken"
+ }
+ },
+ {
+ "name": "useResetClaimConditions",
+ "summary": "Hook for resetting the claim conditions on a drop contract.\n\nAvailable to use on contracts that implement [`ERC721ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721ClaimConditions), [`ERC1155ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155ClaimConditions) or [`ERC20ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20ClaimConditions).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useContract,\n useResetClaimConditions,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n // Contract must be a drop contract that implements claim conditions\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: resetClaimConditions,\n isLoading,\n error,\n } = useResetClaimConditions(contract);\n\n return (\n resetClaimConditions()}\n >\n Reset Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useresetclaimconditions"
+ }
+ },
+ {
+ "name": "useSetClaimConditions",
+ "summary": "Hook for setting claim conditions on a drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\nWhen using an ERC1155 contract, you must also provide the token ID of the NFT you want to set claim conditions on as the second parameter to the hook.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useSetClaimConditions,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: setClaimConditions,\n isLoading,\n error,\n } = useSetClaimConditions(contract);\n\n const claimConditions = {\n phases: [\n {\n metadata: {\n name: \"Phase 1\", // The name of the phase\n },\n currencyAddress: \"0x...\", // The address of the currency you want users to pay in\n price: 1, // The price of the token in the currency specified above\n maxClaimablePerWallet: 1, // The maximum number of tokens a wallet can claim\n maxClaimableSupply: 100, // The total number of tokens that can be claimed in this phase\n startTime: new Date(), // When the phase starts (i.e. when users can start claiming tokens)\n waitInSeconds: 60 * 60 * 24 * 7, // The period of time users must wait between repeat claims\n snapshot: [\n {\n address: \"0x...\", // The address of the wallet\n currencyAddress: \"0x...\", // Override the currency address this wallet pays in\n maxClaimable: 5, // Override the maximum number of tokens this wallet can claim\n price: 0.5, // Override the price this wallet pays\n },\n ],\n merkleRootHash: \"0x...\", // The merkle root hash of the snapshot\n },\n ],\n }\n\n return (\n setClaimConditions(claimConditions)}\n >\n Set Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetclaimconditions"
+ }
+ }
+ ],
+ "ERC20ClaimConditionsV1": [
+ {
+ "name": "useActiveClaimCondition",
+ "summary": "Hook for getting the active claim condition for a given drop contract.\n\nAvailable for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useActiveClaimCondition, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimCondition(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimcondition"
+ }
+ },
+ {
+ "name": "useActiveClaimConditionForWallet",
+ "summary": "Hook for getting the active claim condition on a drop contract for a specific wallet address.\n\nEach wallet address can have unique claim conditions at any given time. This hook allows you to get the active claim condition for a specific wallet address at this time.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n---\n\n- Returns the claim condition specific to the wallet address if found in the claimer snapshot. - Returns the default claim condition on the contract if the address is not found in the claimer snapshot. - Populates the error field if there is no active claim condition on the contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useActiveClaimConditionForWallet,\n useContract,\n useAddress,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimConditionForWallet(\n contract,\n address,\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimconditionforwallet"
+ }
+ },
+ {
+ "name": "useClaimConditions",
+ "summary": "Hook for fetching all claim conditions for a given drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimConditions, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimConditions(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimconditions"
+ }
+ },
+ {
+ "name": "useClaimerProofs",
+ "summary": "Hook to get the claimer proofs for an address for [ERC20](https://portal.thirdweb.com/contracts/build/base-contracts/erc-20/drop), [ERC721](https://portal.thirdweb.com/contracts/build/base-contracts/erc-721/drop), and [ERC1155](https://portal.thirdweb.com/contracts/build/base-contracts/erc-1155/drop) drop contracts.\n\nA claimer proof is a set of data about a claimer's claim condition, including the claimer's address, the claimer's proof, and the claimer's max claimable amount, price, and currency address.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimerProofs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n\n const {\n data: proof,\n isLoading,\n error,\n } = useClaimerProofs(contract, \"{{claimer_address}}\");\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimerproofs"
+ }
+ },
+ {
+ "name": "useClaimIneligibilityReasons",
+ "summary": "Hook for fetching the reasons a wallet is not eligible to claim tokens from a drop, if any.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimIneligibilityReasons, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimIneligibilityReasons(contract, {\n walletAddress: \"0x123...\", // Use useAddress hook to get the user's wallet address\n quantity: 1, // Quantity to check eligibility for\n });\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimineligibilityreasons"
+ }
+ },
+ {
+ "name": "useResetClaimConditions",
+ "summary": "Hook for resetting the claim conditions on a drop contract.\n\nAvailable to use on contracts that implement [`ERC721ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721ClaimConditions), [`ERC1155ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155ClaimConditions) or [`ERC20ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20ClaimConditions).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useContract,\n useResetClaimConditions,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n // Contract must be a drop contract that implements claim conditions\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: resetClaimConditions,\n isLoading,\n error,\n } = useResetClaimConditions(contract);\n\n return (\n resetClaimConditions()}\n >\n Reset Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useresetclaimconditions"
+ }
+ },
+ {
+ "name": "useSetClaimConditions",
+ "summary": "Hook for setting claim conditions on a drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\nWhen using an ERC1155 contract, you must also provide the token ID of the NFT you want to set claim conditions on as the second parameter to the hook.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useSetClaimConditions,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: setClaimConditions,\n isLoading,\n error,\n } = useSetClaimConditions(contract);\n\n const claimConditions = {\n phases: [\n {\n metadata: {\n name: \"Phase 1\", // The name of the phase\n },\n currencyAddress: \"0x...\", // The address of the currency you want users to pay in\n price: 1, // The price of the token in the currency specified above\n maxClaimablePerWallet: 1, // The maximum number of tokens a wallet can claim\n maxClaimableSupply: 100, // The total number of tokens that can be claimed in this phase\n startTime: new Date(), // When the phase starts (i.e. when users can start claiming tokens)\n waitInSeconds: 60 * 60 * 24 * 7, // The period of time users must wait between repeat claims\n snapshot: [\n {\n address: \"0x...\", // The address of the wallet\n currencyAddress: \"0x...\", // Override the currency address this wallet pays in\n maxClaimable: 5, // Override the maximum number of tokens this wallet can claim\n price: 0.5, // Override the price this wallet pays\n },\n ],\n merkleRootHash: \"0x...\", // The merkle root hash of the snapshot\n },\n ],\n }\n\n return (\n setClaimConditions(claimConditions)}\n >\n Set Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetclaimconditions"
+ }
+ }
+ ],
+ "ERC721ClaimPhasesV2": [
+ {
+ "name": "useActiveClaimCondition",
+ "summary": "Hook for getting the active claim condition for a given drop contract.\n\nAvailable for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useActiveClaimCondition, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimCondition(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimcondition"
+ }
+ },
+ {
+ "name": "useActiveClaimConditionForWallet",
+ "summary": "Hook for getting the active claim condition on a drop contract for a specific wallet address.\n\nEach wallet address can have unique claim conditions at any given time. This hook allows you to get the active claim condition for a specific wallet address at this time.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n---\n\n- Returns the claim condition specific to the wallet address if found in the claimer snapshot. - Returns the default claim condition on the contract if the address is not found in the claimer snapshot. - Populates the error field if there is no active claim condition on the contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useActiveClaimConditionForWallet,\n useContract,\n useAddress,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimConditionForWallet(\n contract,\n address,\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimconditionforwallet"
+ }
+ },
+ {
+ "name": "useClaimConditions",
+ "summary": "Hook for fetching all claim conditions for a given drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimConditions, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimConditions(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimconditions"
+ }
+ },
+ {
+ "name": "useClaimerProofs",
+ "summary": "Hook to get the claimer proofs for an address for [ERC20](https://portal.thirdweb.com/contracts/build/base-contracts/erc-20/drop), [ERC721](https://portal.thirdweb.com/contracts/build/base-contracts/erc-721/drop), and [ERC1155](https://portal.thirdweb.com/contracts/build/base-contracts/erc-1155/drop) drop contracts.\n\nA claimer proof is a set of data about a claimer's claim condition, including the claimer's address, the claimer's proof, and the claimer's max claimable amount, price, and currency address.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimerProofs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n\n const {\n data: proof,\n isLoading,\n error,\n } = useClaimerProofs(contract, \"{{claimer_address}}\");\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimerproofs"
+ }
+ },
+ {
+ "name": "useClaimIneligibilityReasons",
+ "summary": "Hook for fetching the reasons a wallet is not eligible to claim tokens from a drop, if any.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimIneligibilityReasons, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimIneligibilityReasons(contract, {\n walletAddress: \"0x123...\", // Use useAddress hook to get the user's wallet address\n quantity: 1, // Quantity to check eligibility for\n });\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimineligibilityreasons"
+ }
+ },
+ {
+ "name": "useClaimNFT",
+ "summary": "Hook for claiming an NFT from a smart contract.\n\nAvailable to use on smart contracts that implement a `Claimable` interface, and follow either the `ERC721`or `ERC1155` standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useClaimNFT, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: claimNft, isLoading, error } = useClaimNFT(contract);\n\n return (\n \n claimNft({\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n quantity: 1,\n })\n }\n >\n Claim NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimnft"
+ }
+ },
+ {
+ "name": "useResetClaimConditions",
+ "summary": "Hook for resetting the claim conditions on a drop contract.\n\nAvailable to use on contracts that implement [`ERC721ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721ClaimConditions), [`ERC1155ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155ClaimConditions) or [`ERC20ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20ClaimConditions).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useContract,\n useResetClaimConditions,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n // Contract must be a drop contract that implements claim conditions\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: resetClaimConditions,\n isLoading,\n error,\n } = useResetClaimConditions(contract);\n\n return (\n resetClaimConditions()}\n >\n Reset Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useresetclaimconditions"
+ }
+ },
+ {
+ "name": "useSetClaimConditions",
+ "summary": "Hook for setting claim conditions on a drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\nWhen using an ERC1155 contract, you must also provide the token ID of the NFT you want to set claim conditions on as the second parameter to the hook.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useSetClaimConditions,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: setClaimConditions,\n isLoading,\n error,\n } = useSetClaimConditions(contract);\n\n const claimConditions = {\n phases: [\n {\n metadata: {\n name: \"Phase 1\", // The name of the phase\n },\n currencyAddress: \"0x...\", // The address of the currency you want users to pay in\n price: 1, // The price of the token in the currency specified above\n maxClaimablePerWallet: 1, // The maximum number of tokens a wallet can claim\n maxClaimableSupply: 100, // The total number of tokens that can be claimed in this phase\n startTime: new Date(), // When the phase starts (i.e. when users can start claiming tokens)\n waitInSeconds: 60 * 60 * 24 * 7, // The period of time users must wait between repeat claims\n snapshot: [\n {\n address: \"0x...\", // The address of the wallet\n currencyAddress: \"0x...\", // Override the currency address this wallet pays in\n maxClaimable: 5, // Override the maximum number of tokens this wallet can claim\n price: 0.5, // Override the price this wallet pays\n },\n ],\n merkleRootHash: \"0x...\", // The merkle root hash of the snapshot\n },\n ],\n }\n\n return (\n setClaimConditions(claimConditions)}\n >\n Set Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetclaimconditions"
+ }
+ }
+ ],
+ "ERC721ClaimPhasesV1": [
+ {
+ "name": "useActiveClaimCondition",
+ "summary": "Hook for getting the active claim condition for a given drop contract.\n\nAvailable for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useActiveClaimCondition, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimCondition(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimcondition"
+ }
+ },
+ {
+ "name": "useActiveClaimConditionForWallet",
+ "summary": "Hook for getting the active claim condition on a drop contract for a specific wallet address.\n\nEach wallet address can have unique claim conditions at any given time. This hook allows you to get the active claim condition for a specific wallet address at this time.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n---\n\n- Returns the claim condition specific to the wallet address if found in the claimer snapshot. - Returns the default claim condition on the contract if the address is not found in the claimer snapshot. - Populates the error field if there is no active claim condition on the contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useActiveClaimConditionForWallet,\n useContract,\n useAddress,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimConditionForWallet(\n contract,\n address,\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimconditionforwallet"
+ }
+ },
+ {
+ "name": "useClaimConditions",
+ "summary": "Hook for fetching all claim conditions for a given drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimConditions, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimConditions(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimconditions"
+ }
+ },
+ {
+ "name": "useClaimerProofs",
+ "summary": "Hook to get the claimer proofs for an address for [ERC20](https://portal.thirdweb.com/contracts/build/base-contracts/erc-20/drop), [ERC721](https://portal.thirdweb.com/contracts/build/base-contracts/erc-721/drop), and [ERC1155](https://portal.thirdweb.com/contracts/build/base-contracts/erc-1155/drop) drop contracts.\n\nA claimer proof is a set of data about a claimer's claim condition, including the claimer's address, the claimer's proof, and the claimer's max claimable amount, price, and currency address.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimerProofs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n\n const {\n data: proof,\n isLoading,\n error,\n } = useClaimerProofs(contract, \"{{claimer_address}}\");\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimerproofs"
+ }
+ },
+ {
+ "name": "useClaimIneligibilityReasons",
+ "summary": "Hook for fetching the reasons a wallet is not eligible to claim tokens from a drop, if any.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimIneligibilityReasons, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimIneligibilityReasons(contract, {\n walletAddress: \"0x123...\", // Use useAddress hook to get the user's wallet address\n quantity: 1, // Quantity to check eligibility for\n });\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimineligibilityreasons"
+ }
+ },
+ {
+ "name": "useClaimNFT",
+ "summary": "Hook for claiming an NFT from a smart contract.\n\nAvailable to use on smart contracts that implement a `Claimable` interface, and follow either the `ERC721`or `ERC1155` standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useClaimNFT, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: claimNft, isLoading, error } = useClaimNFT(contract);\n\n return (\n \n claimNft({\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n quantity: 1,\n })\n }\n >\n Claim NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimnft"
+ }
+ },
+ {
+ "name": "useResetClaimConditions",
+ "summary": "Hook for resetting the claim conditions on a drop contract.\n\nAvailable to use on contracts that implement [`ERC721ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721ClaimConditions), [`ERC1155ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155ClaimConditions) or [`ERC20ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20ClaimConditions).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useContract,\n useResetClaimConditions,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n // Contract must be a drop contract that implements claim conditions\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: resetClaimConditions,\n isLoading,\n error,\n } = useResetClaimConditions(contract);\n\n return (\n resetClaimConditions()}\n >\n Reset Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useresetclaimconditions"
+ }
+ },
+ {
+ "name": "useSetClaimConditions",
+ "summary": "Hook for setting claim conditions on a drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\nWhen using an ERC1155 contract, you must also provide the token ID of the NFT you want to set claim conditions on as the second parameter to the hook.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useSetClaimConditions,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: setClaimConditions,\n isLoading,\n error,\n } = useSetClaimConditions(contract);\n\n const claimConditions = {\n phases: [\n {\n metadata: {\n name: \"Phase 1\", // The name of the phase\n },\n currencyAddress: \"0x...\", // The address of the currency you want users to pay in\n price: 1, // The price of the token in the currency specified above\n maxClaimablePerWallet: 1, // The maximum number of tokens a wallet can claim\n maxClaimableSupply: 100, // The total number of tokens that can be claimed in this phase\n startTime: new Date(), // When the phase starts (i.e. when users can start claiming tokens)\n waitInSeconds: 60 * 60 * 24 * 7, // The period of time users must wait between repeat claims\n snapshot: [\n {\n address: \"0x...\", // The address of the wallet\n currencyAddress: \"0x...\", // Override the currency address this wallet pays in\n maxClaimable: 5, // Override the maximum number of tokens this wallet can claim\n price: 0.5, // Override the price this wallet pays\n },\n ],\n merkleRootHash: \"0x...\", // The merkle root hash of the snapshot\n },\n ],\n }\n\n return (\n setClaimConditions(claimConditions)}\n >\n Set Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetclaimconditions"
+ }
+ }
+ ],
+ "ERC721ClaimConditionsV2": [
+ {
+ "name": "useActiveClaimCondition",
+ "summary": "Hook for getting the active claim condition for a given drop contract.\n\nAvailable for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useActiveClaimCondition, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimCondition(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimcondition"
+ }
+ },
+ {
+ "name": "useActiveClaimConditionForWallet",
+ "summary": "Hook for getting the active claim condition on a drop contract for a specific wallet address.\n\nEach wallet address can have unique claim conditions at any given time. This hook allows you to get the active claim condition for a specific wallet address at this time.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n---\n\n- Returns the claim condition specific to the wallet address if found in the claimer snapshot. - Returns the default claim condition on the contract if the address is not found in the claimer snapshot. - Populates the error field if there is no active claim condition on the contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useActiveClaimConditionForWallet,\n useContract,\n useAddress,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimConditionForWallet(\n contract,\n address,\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimconditionforwallet"
+ }
+ },
+ {
+ "name": "useClaimConditions",
+ "summary": "Hook for fetching all claim conditions for a given drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimConditions, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimConditions(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimconditions"
+ }
+ },
+ {
+ "name": "useClaimerProofs",
+ "summary": "Hook to get the claimer proofs for an address for [ERC20](https://portal.thirdweb.com/contracts/build/base-contracts/erc-20/drop), [ERC721](https://portal.thirdweb.com/contracts/build/base-contracts/erc-721/drop), and [ERC1155](https://portal.thirdweb.com/contracts/build/base-contracts/erc-1155/drop) drop contracts.\n\nA claimer proof is a set of data about a claimer's claim condition, including the claimer's address, the claimer's proof, and the claimer's max claimable amount, price, and currency address.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimerProofs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n\n const {\n data: proof,\n isLoading,\n error,\n } = useClaimerProofs(contract, \"{{claimer_address}}\");\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimerproofs"
+ }
+ },
+ {
+ "name": "useClaimIneligibilityReasons",
+ "summary": "Hook for fetching the reasons a wallet is not eligible to claim tokens from a drop, if any.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimIneligibilityReasons, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimIneligibilityReasons(contract, {\n walletAddress: \"0x123...\", // Use useAddress hook to get the user's wallet address\n quantity: 1, // Quantity to check eligibility for\n });\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimineligibilityreasons"
+ }
+ },
+ {
+ "name": "useClaimNFT",
+ "summary": "Hook for claiming an NFT from a smart contract.\n\nAvailable to use on smart contracts that implement a `Claimable` interface, and follow either the `ERC721`or `ERC1155` standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useClaimNFT, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: claimNft, isLoading, error } = useClaimNFT(contract);\n\n return (\n \n claimNft({\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n quantity: 1,\n })\n }\n >\n Claim NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimnft"
+ }
+ },
+ {
+ "name": "useResetClaimConditions",
+ "summary": "Hook for resetting the claim conditions on a drop contract.\n\nAvailable to use on contracts that implement [`ERC721ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721ClaimConditions), [`ERC1155ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155ClaimConditions) or [`ERC20ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20ClaimConditions).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useContract,\n useResetClaimConditions,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n // Contract must be a drop contract that implements claim conditions\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: resetClaimConditions,\n isLoading,\n error,\n } = useResetClaimConditions(contract);\n\n return (\n resetClaimConditions()}\n >\n Reset Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useresetclaimconditions"
+ }
+ },
+ {
+ "name": "useSetClaimConditions",
+ "summary": "Hook for setting claim conditions on a drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\nWhen using an ERC1155 contract, you must also provide the token ID of the NFT you want to set claim conditions on as the second parameter to the hook.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useSetClaimConditions,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: setClaimConditions,\n isLoading,\n error,\n } = useSetClaimConditions(contract);\n\n const claimConditions = {\n phases: [\n {\n metadata: {\n name: \"Phase 1\", // The name of the phase\n },\n currencyAddress: \"0x...\", // The address of the currency you want users to pay in\n price: 1, // The price of the token in the currency specified above\n maxClaimablePerWallet: 1, // The maximum number of tokens a wallet can claim\n maxClaimableSupply: 100, // The total number of tokens that can be claimed in this phase\n startTime: new Date(), // When the phase starts (i.e. when users can start claiming tokens)\n waitInSeconds: 60 * 60 * 24 * 7, // The period of time users must wait between repeat claims\n snapshot: [\n {\n address: \"0x...\", // The address of the wallet\n currencyAddress: \"0x...\", // Override the currency address this wallet pays in\n maxClaimable: 5, // Override the maximum number of tokens this wallet can claim\n price: 0.5, // Override the price this wallet pays\n },\n ],\n merkleRootHash: \"0x...\", // The merkle root hash of the snapshot\n },\n ],\n }\n\n return (\n setClaimConditions(claimConditions)}\n >\n Set Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetclaimconditions"
+ }
+ }
+ ],
+ "ERC721ClaimConditionsV1": [
+ {
+ "name": "useActiveClaimCondition",
+ "summary": "Hook for getting the active claim condition for a given drop contract.\n\nAvailable for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useActiveClaimCondition, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimCondition(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimcondition"
+ }
+ },
+ {
+ "name": "useActiveClaimConditionForWallet",
+ "summary": "Hook for getting the active claim condition on a drop contract for a specific wallet address.\n\nEach wallet address can have unique claim conditions at any given time. This hook allows you to get the active claim condition for a specific wallet address at this time.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n---\n\n- Returns the claim condition specific to the wallet address if found in the claimer snapshot. - Returns the default claim condition on the contract if the address is not found in the claimer snapshot. - Populates the error field if there is no active claim condition on the contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useActiveClaimConditionForWallet,\n useContract,\n useAddress,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimConditionForWallet(\n contract,\n address,\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimconditionforwallet"
+ }
+ },
+ {
+ "name": "useClaimConditions",
+ "summary": "Hook for fetching all claim conditions for a given drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimConditions, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimConditions(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimconditions"
+ }
+ },
+ {
+ "name": "useClaimerProofs",
+ "summary": "Hook to get the claimer proofs for an address for [ERC20](https://portal.thirdweb.com/contracts/build/base-contracts/erc-20/drop), [ERC721](https://portal.thirdweb.com/contracts/build/base-contracts/erc-721/drop), and [ERC1155](https://portal.thirdweb.com/contracts/build/base-contracts/erc-1155/drop) drop contracts.\n\nA claimer proof is a set of data about a claimer's claim condition, including the claimer's address, the claimer's proof, and the claimer's max claimable amount, price, and currency address.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimerProofs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n\n const {\n data: proof,\n isLoading,\n error,\n } = useClaimerProofs(contract, \"{{claimer_address}}\");\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimerproofs"
+ }
+ },
+ {
+ "name": "useClaimIneligibilityReasons",
+ "summary": "Hook for fetching the reasons a wallet is not eligible to claim tokens from a drop, if any.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimIneligibilityReasons, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimIneligibilityReasons(contract, {\n walletAddress: \"0x123...\", // Use useAddress hook to get the user's wallet address\n quantity: 1, // Quantity to check eligibility for\n });\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimineligibilityreasons"
+ }
+ },
+ {
+ "name": "useClaimNFT",
+ "summary": "Hook for claiming an NFT from a smart contract.\n\nAvailable to use on smart contracts that implement a `Claimable` interface, and follow either the `ERC721`or `ERC1155` standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useClaimNFT, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: claimNft, isLoading, error } = useClaimNFT(contract);\n\n return (\n \n claimNft({\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n quantity: 1,\n })\n }\n >\n Claim NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimnft"
+ }
+ },
+ {
+ "name": "useResetClaimConditions",
+ "summary": "Hook for resetting the claim conditions on a drop contract.\n\nAvailable to use on contracts that implement [`ERC721ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721ClaimConditions), [`ERC1155ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155ClaimConditions) or [`ERC20ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20ClaimConditions).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useContract,\n useResetClaimConditions,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n // Contract must be a drop contract that implements claim conditions\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: resetClaimConditions,\n isLoading,\n error,\n } = useResetClaimConditions(contract);\n\n return (\n resetClaimConditions()}\n >\n Reset Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useresetclaimconditions"
+ }
+ },
+ {
+ "name": "useSetClaimConditions",
+ "summary": "Hook for setting claim conditions on a drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\nWhen using an ERC1155 contract, you must also provide the token ID of the NFT you want to set claim conditions on as the second parameter to the hook.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useSetClaimConditions,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: setClaimConditions,\n isLoading,\n error,\n } = useSetClaimConditions(contract);\n\n const claimConditions = {\n phases: [\n {\n metadata: {\n name: \"Phase 1\", // The name of the phase\n },\n currencyAddress: \"0x...\", // The address of the currency you want users to pay in\n price: 1, // The price of the token in the currency specified above\n maxClaimablePerWallet: 1, // The maximum number of tokens a wallet can claim\n maxClaimableSupply: 100, // The total number of tokens that can be claimed in this phase\n startTime: new Date(), // When the phase starts (i.e. when users can start claiming tokens)\n waitInSeconds: 60 * 60 * 24 * 7, // The period of time users must wait between repeat claims\n snapshot: [\n {\n address: \"0x...\", // The address of the wallet\n currencyAddress: \"0x...\", // Override the currency address this wallet pays in\n maxClaimable: 5, // Override the maximum number of tokens this wallet can claim\n price: 0.5, // Override the price this wallet pays\n },\n ],\n merkleRootHash: \"0x...\", // The merkle root hash of the snapshot\n },\n ],\n }\n\n return (\n setClaimConditions(claimConditions)}\n >\n Set Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetclaimconditions"
+ }
+ }
+ ],
+ "ERC1155ClaimPhasesV2": [
+ {
+ "name": "useActiveClaimCondition",
+ "summary": "Hook for getting the active claim condition for a given drop contract.\n\nAvailable for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useActiveClaimCondition, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimCondition(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimcondition"
+ }
+ },
+ {
+ "name": "useActiveClaimConditionForWallet",
+ "summary": "Hook for getting the active claim condition on a drop contract for a specific wallet address.\n\nEach wallet address can have unique claim conditions at any given time. This hook allows you to get the active claim condition for a specific wallet address at this time.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n---\n\n- Returns the claim condition specific to the wallet address if found in the claimer snapshot. - Returns the default claim condition on the contract if the address is not found in the claimer snapshot. - Populates the error field if there is no active claim condition on the contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useActiveClaimConditionForWallet,\n useContract,\n useAddress,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimConditionForWallet(\n contract,\n address,\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimconditionforwallet"
+ }
+ },
+ {
+ "name": "useClaimConditions",
+ "summary": "Hook for fetching all claim conditions for a given drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimConditions, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimConditions(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimconditions"
+ }
+ },
+ {
+ "name": "useClaimerProofs",
+ "summary": "Hook to get the claimer proofs for an address for [ERC20](https://portal.thirdweb.com/contracts/build/base-contracts/erc-20/drop), [ERC721](https://portal.thirdweb.com/contracts/build/base-contracts/erc-721/drop), and [ERC1155](https://portal.thirdweb.com/contracts/build/base-contracts/erc-1155/drop) drop contracts.\n\nA claimer proof is a set of data about a claimer's claim condition, including the claimer's address, the claimer's proof, and the claimer's max claimable amount, price, and currency address.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimerProofs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n\n const {\n data: proof,\n isLoading,\n error,\n } = useClaimerProofs(contract, \"{{claimer_address}}\");\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimerproofs"
+ }
+ },
+ {
+ "name": "useClaimIneligibilityReasons",
+ "summary": "Hook for fetching the reasons a wallet is not eligible to claim tokens from a drop, if any.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimIneligibilityReasons, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimIneligibilityReasons(contract, {\n walletAddress: \"0x123...\", // Use useAddress hook to get the user's wallet address\n quantity: 1, // Quantity to check eligibility for\n });\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimineligibilityreasons"
+ }
+ },
+ {
+ "name": "useClaimNFT",
+ "summary": "Hook for claiming an NFT from a smart contract.\n\nAvailable to use on smart contracts that implement a `Claimable` interface, and follow either the `ERC721`or `ERC1155` standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useClaimNFT, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: claimNft, isLoading, error } = useClaimNFT(contract);\n\n return (\n \n claimNft({\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n quantity: 1,\n })\n }\n >\n Claim NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimnft"
+ }
+ },
+ {
+ "name": "useResetClaimConditions",
+ "summary": "Hook for resetting the claim conditions on a drop contract.\n\nAvailable to use on contracts that implement [`ERC721ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721ClaimConditions), [`ERC1155ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155ClaimConditions) or [`ERC20ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20ClaimConditions).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useContract,\n useResetClaimConditions,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n // Contract must be a drop contract that implements claim conditions\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: resetClaimConditions,\n isLoading,\n error,\n } = useResetClaimConditions(contract);\n\n return (\n resetClaimConditions()}\n >\n Reset Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useresetclaimconditions"
+ }
+ },
+ {
+ "name": "useSetClaimConditions",
+ "summary": "Hook for setting claim conditions on a drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\nWhen using an ERC1155 contract, you must also provide the token ID of the NFT you want to set claim conditions on as the second parameter to the hook.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useSetClaimConditions,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: setClaimConditions,\n isLoading,\n error,\n } = useSetClaimConditions(contract);\n\n const claimConditions = {\n phases: [\n {\n metadata: {\n name: \"Phase 1\", // The name of the phase\n },\n currencyAddress: \"0x...\", // The address of the currency you want users to pay in\n price: 1, // The price of the token in the currency specified above\n maxClaimablePerWallet: 1, // The maximum number of tokens a wallet can claim\n maxClaimableSupply: 100, // The total number of tokens that can be claimed in this phase\n startTime: new Date(), // When the phase starts (i.e. when users can start claiming tokens)\n waitInSeconds: 60 * 60 * 24 * 7, // The period of time users must wait between repeat claims\n snapshot: [\n {\n address: \"0x...\", // The address of the wallet\n currencyAddress: \"0x...\", // Override the currency address this wallet pays in\n maxClaimable: 5, // Override the maximum number of tokens this wallet can claim\n price: 0.5, // Override the price this wallet pays\n },\n ],\n merkleRootHash: \"0x...\", // The merkle root hash of the snapshot\n },\n ],\n }\n\n return (\n setClaimConditions(claimConditions)}\n >\n Set Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetclaimconditions"
+ }
+ }
+ ],
+ "ERC1155ClaimPhasesV1": [
+ {
+ "name": "useActiveClaimCondition",
+ "summary": "Hook for getting the active claim condition for a given drop contract.\n\nAvailable for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useActiveClaimCondition, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimCondition(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimcondition"
+ }
+ },
+ {
+ "name": "useActiveClaimConditionForWallet",
+ "summary": "Hook for getting the active claim condition on a drop contract for a specific wallet address.\n\nEach wallet address can have unique claim conditions at any given time. This hook allows you to get the active claim condition for a specific wallet address at this time.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n---\n\n- Returns the claim condition specific to the wallet address if found in the claimer snapshot. - Returns the default claim condition on the contract if the address is not found in the claimer snapshot. - Populates the error field if there is no active claim condition on the contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useActiveClaimConditionForWallet,\n useContract,\n useAddress,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimConditionForWallet(\n contract,\n address,\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimconditionforwallet"
+ }
+ },
+ {
+ "name": "useClaimConditions",
+ "summary": "Hook for fetching all claim conditions for a given drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimConditions, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimConditions(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimconditions"
+ }
+ },
+ {
+ "name": "useClaimerProofs",
+ "summary": "Hook to get the claimer proofs for an address for [ERC20](https://portal.thirdweb.com/contracts/build/base-contracts/erc-20/drop), [ERC721](https://portal.thirdweb.com/contracts/build/base-contracts/erc-721/drop), and [ERC1155](https://portal.thirdweb.com/contracts/build/base-contracts/erc-1155/drop) drop contracts.\n\nA claimer proof is a set of data about a claimer's claim condition, including the claimer's address, the claimer's proof, and the claimer's max claimable amount, price, and currency address.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimerProofs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n\n const {\n data: proof,\n isLoading,\n error,\n } = useClaimerProofs(contract, \"{{claimer_address}}\");\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimerproofs"
+ }
+ },
+ {
+ "name": "useClaimIneligibilityReasons",
+ "summary": "Hook for fetching the reasons a wallet is not eligible to claim tokens from a drop, if any.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimIneligibilityReasons, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimIneligibilityReasons(contract, {\n walletAddress: \"0x123...\", // Use useAddress hook to get the user's wallet address\n quantity: 1, // Quantity to check eligibility for\n });\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimineligibilityreasons"
+ }
+ },
+ {
+ "name": "useClaimNFT",
+ "summary": "Hook for claiming an NFT from a smart contract.\n\nAvailable to use on smart contracts that implement a `Claimable` interface, and follow either the `ERC721`or `ERC1155` standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useClaimNFT, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: claimNft, isLoading, error } = useClaimNFT(contract);\n\n return (\n \n claimNft({\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n quantity: 1,\n })\n }\n >\n Claim NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimnft"
+ }
+ },
+ {
+ "name": "useResetClaimConditions",
+ "summary": "Hook for resetting the claim conditions on a drop contract.\n\nAvailable to use on contracts that implement [`ERC721ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721ClaimConditions), [`ERC1155ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155ClaimConditions) or [`ERC20ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20ClaimConditions).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useContract,\n useResetClaimConditions,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n // Contract must be a drop contract that implements claim conditions\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: resetClaimConditions,\n isLoading,\n error,\n } = useResetClaimConditions(contract);\n\n return (\n resetClaimConditions()}\n >\n Reset Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useresetclaimconditions"
+ }
+ },
+ {
+ "name": "useSetClaimConditions",
+ "summary": "Hook for setting claim conditions on a drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\nWhen using an ERC1155 contract, you must also provide the token ID of the NFT you want to set claim conditions on as the second parameter to the hook.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useSetClaimConditions,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: setClaimConditions,\n isLoading,\n error,\n } = useSetClaimConditions(contract);\n\n const claimConditions = {\n phases: [\n {\n metadata: {\n name: \"Phase 1\", // The name of the phase\n },\n currencyAddress: \"0x...\", // The address of the currency you want users to pay in\n price: 1, // The price of the token in the currency specified above\n maxClaimablePerWallet: 1, // The maximum number of tokens a wallet can claim\n maxClaimableSupply: 100, // The total number of tokens that can be claimed in this phase\n startTime: new Date(), // When the phase starts (i.e. when users can start claiming tokens)\n waitInSeconds: 60 * 60 * 24 * 7, // The period of time users must wait between repeat claims\n snapshot: [\n {\n address: \"0x...\", // The address of the wallet\n currencyAddress: \"0x...\", // Override the currency address this wallet pays in\n maxClaimable: 5, // Override the maximum number of tokens this wallet can claim\n price: 0.5, // Override the price this wallet pays\n },\n ],\n merkleRootHash: \"0x...\", // The merkle root hash of the snapshot\n },\n ],\n }\n\n return (\n setClaimConditions(claimConditions)}\n >\n Set Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetclaimconditions"
+ }
+ }
+ ],
+ "ERC1155ClaimConditionsV2": [
+ {
+ "name": "useActiveClaimCondition",
+ "summary": "Hook for getting the active claim condition for a given drop contract.\n\nAvailable for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useActiveClaimCondition, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimCondition(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimcondition"
+ }
+ },
+ {
+ "name": "useActiveClaimConditionForWallet",
+ "summary": "Hook for getting the active claim condition on a drop contract for a specific wallet address.\n\nEach wallet address can have unique claim conditions at any given time. This hook allows you to get the active claim condition for a specific wallet address at this time.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n---\n\n- Returns the claim condition specific to the wallet address if found in the claimer snapshot. - Returns the default claim condition on the contract if the address is not found in the claimer snapshot. - Populates the error field if there is no active claim condition on the contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useActiveClaimConditionForWallet,\n useContract,\n useAddress,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimConditionForWallet(\n contract,\n address,\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimconditionforwallet"
+ }
+ },
+ {
+ "name": "useClaimConditions",
+ "summary": "Hook for fetching all claim conditions for a given drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimConditions, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimConditions(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimconditions"
+ }
+ },
+ {
+ "name": "useClaimerProofs",
+ "summary": "Hook to get the claimer proofs for an address for [ERC20](https://portal.thirdweb.com/contracts/build/base-contracts/erc-20/drop), [ERC721](https://portal.thirdweb.com/contracts/build/base-contracts/erc-721/drop), and [ERC1155](https://portal.thirdweb.com/contracts/build/base-contracts/erc-1155/drop) drop contracts.\n\nA claimer proof is a set of data about a claimer's claim condition, including the claimer's address, the claimer's proof, and the claimer's max claimable amount, price, and currency address.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimerProofs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n\n const {\n data: proof,\n isLoading,\n error,\n } = useClaimerProofs(contract, \"{{claimer_address}}\");\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimerproofs"
+ }
+ },
+ {
+ "name": "useClaimIneligibilityReasons",
+ "summary": "Hook for fetching the reasons a wallet is not eligible to claim tokens from a drop, if any.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimIneligibilityReasons, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimIneligibilityReasons(contract, {\n walletAddress: \"0x123...\", // Use useAddress hook to get the user's wallet address\n quantity: 1, // Quantity to check eligibility for\n });\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimineligibilityreasons"
+ }
+ },
+ {
+ "name": "useClaimNFT",
+ "summary": "Hook for claiming an NFT from a smart contract.\n\nAvailable to use on smart contracts that implement a `Claimable` interface, and follow either the `ERC721`or `ERC1155` standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useClaimNFT, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: claimNft, isLoading, error } = useClaimNFT(contract);\n\n return (\n \n claimNft({\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n quantity: 1,\n })\n }\n >\n Claim NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimnft"
+ }
+ },
+ {
+ "name": "useResetClaimConditions",
+ "summary": "Hook for resetting the claim conditions on a drop contract.\n\nAvailable to use on contracts that implement [`ERC721ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721ClaimConditions), [`ERC1155ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155ClaimConditions) or [`ERC20ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20ClaimConditions).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useContract,\n useResetClaimConditions,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n // Contract must be a drop contract that implements claim conditions\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: resetClaimConditions,\n isLoading,\n error,\n } = useResetClaimConditions(contract);\n\n return (\n resetClaimConditions()}\n >\n Reset Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useresetclaimconditions"
+ }
+ },
+ {
+ "name": "useSetClaimConditions",
+ "summary": "Hook for setting claim conditions on a drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\nWhen using an ERC1155 contract, you must also provide the token ID of the NFT you want to set claim conditions on as the second parameter to the hook.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useSetClaimConditions,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: setClaimConditions,\n isLoading,\n error,\n } = useSetClaimConditions(contract);\n\n const claimConditions = {\n phases: [\n {\n metadata: {\n name: \"Phase 1\", // The name of the phase\n },\n currencyAddress: \"0x...\", // The address of the currency you want users to pay in\n price: 1, // The price of the token in the currency specified above\n maxClaimablePerWallet: 1, // The maximum number of tokens a wallet can claim\n maxClaimableSupply: 100, // The total number of tokens that can be claimed in this phase\n startTime: new Date(), // When the phase starts (i.e. when users can start claiming tokens)\n waitInSeconds: 60 * 60 * 24 * 7, // The period of time users must wait between repeat claims\n snapshot: [\n {\n address: \"0x...\", // The address of the wallet\n currencyAddress: \"0x...\", // Override the currency address this wallet pays in\n maxClaimable: 5, // Override the maximum number of tokens this wallet can claim\n price: 0.5, // Override the price this wallet pays\n },\n ],\n merkleRootHash: \"0x...\", // The merkle root hash of the snapshot\n },\n ],\n }\n\n return (\n setClaimConditions(claimConditions)}\n >\n Set Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetclaimconditions"
+ }
+ }
+ ],
+ "ERC1155ClaimConditionsV1@claimConditions": [
+ {
+ "name": "useActiveClaimCondition",
+ "summary": "Hook for getting the active claim condition for a given drop contract.\n\nAvailable for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useActiveClaimCondition, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimCondition(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimcondition"
+ }
+ },
+ {
+ "name": "useActiveClaimConditionForWallet",
+ "summary": "Hook for getting the active claim condition on a drop contract for a specific wallet address.\n\nEach wallet address can have unique claim conditions at any given time. This hook allows you to get the active claim condition for a specific wallet address at this time.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n---\n\n- Returns the claim condition specific to the wallet address if found in the claimer snapshot. - Returns the default claim condition on the contract if the address is not found in the claimer snapshot. - Populates the error field if there is no active claim condition on the contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useActiveClaimConditionForWallet,\n useContract,\n useAddress,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useActiveClaimConditionForWallet(\n contract,\n address,\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useactiveclaimconditionforwallet"
+ }
+ },
+ {
+ "name": "useClaimConditions",
+ "summary": "Hook for fetching all claim conditions for a given drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimConditions, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimConditions(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimconditions"
+ }
+ }
+ ],
+ "ERC1155\n\n@nft": [
+ {
+ "name": "useAirdropNFT",
+ "summary": "Hook for airdropping [`ERC1155`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) NFT tokens to multiple wallet addresses at once.\n\nAvailable to use on smart contracts that implement the `ERC1155` standard.\n\nPerforms a batch transfer from the connected wallet to the specified addresses. This means you need to have the total number of tokens you wish to airdrop available in the wallet that performs this transaction.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useAirdropNFT, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: airdropNft, isLoading, error } = useAirdropNFT(contract);\n\n return (\n \n airdropNft({\n addresses: [\n {\n address: \"0x123\",\n quantity: 1,\n },\n ],\n tokenId: tokenId,\n })\n }\n >\n Airdrop NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useairdropnft"
+ }
+ }
+ ],
+ "PermissionsEnumerable\n\n@permissionControl": [
+ {
+ "name": "useAllRoleMembers",
+ "summary": "Hook for getting all wallet addresses that have a role in a smart contract.\n\nAvailable to use on contracts that implement [`Permissions`](https://portal.thirdweb.com/contracts/build/extensions/general/Permissions).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useAllRoleMembers, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useAllRoleMembers(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useallrolemembers"
+ }
+ },
+ {
+ "name": "useIsAddressRole",
+ "summary": "Hook to check if an address is a member of a role on a smart contract.\n\nAvailable to use on contracts that implement [`Permissions`](https://portal.thirdweb.com/contracts/build/extensions/general/Permissions) interface\n\nProvide the following arguments to the hook:\n\n1. `contract` - The contract instance to check the role on. 2. `roleName` - The name of the role to check. 3. `address` - The wallet address to see if it is a member of the role.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useIsAddressRole, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const isMember = useIsAddressRole(contract, roleName, walletAddress);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useisaddressrole"
+ }
+ }
+ ],
+ "AppURI\n\n@appURI": [
+ {
+ "name": "useAppURI",
+ "summary": "Get App URI of the contract\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const { data: contractMetadata, isLoading, error } = useAppURI(contract);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useappuri"
+ }
+ },
+ {
+ "name": "useSetAppURI",
+ "summary": "Set App URI of the contract\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const Component = () => {\n const {\n mutate: useSetAppURI,\n isLoading,\n error,\n } = useSetAppURI(contract);\n\n if (error) {\n console.error(\"failed to update appURI\", error);\n }\n\n return (\n \n );\n};"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetappuri"
+ }
+ }
+ ],
+ "EnglishAuctions\n\n@marketplace": [
+ {
+ "name": "useAuctionWinner",
+ "summary": "Hook for getting the winner of an auction (or english auction) on a `Marketplace` or [MarketplaceV3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useAuctionWinner, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const { data, isLoading, error } = useAuctionWinner(\n contract,\n listingId, // The listing id of the item that you want to get the auction winner for\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useauctionwinner"
+ }
+ },
+ {
+ "name": "useBidBuffer",
+ "summary": "Hook for determining the current bid buffer on a `Marketplace` or [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract.\n\nThe bid buffer is what percentage higher the next bid must be than the current highest bid, or the starting price if there are no bids.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useBidBuffer, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const {\n data: bidBuffer,\n isLoading,\n error,\n } = useBidBuffer(contract, listingId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usebidbuffer"
+ }
+ },
+ {
+ "name": "useCancelEnglishAuction",
+ "summary": "Hook for canceling an english auction on a [MarketplaceV3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract.\n\n__English auctions cannot be canceled if a bid has been placed__\n\n__This hook is only for [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contracts.__\n\nFor `Marketplace` contracts, use `useCancelListing` instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useCancelEnglishAuction,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace-v3\");\n const {\n mutateAsync: cancelEnglishAuction,\n isLoading,\n error,\n } = useCancelEnglishAuction(contract);\n\n return (\n cancelEnglishAuction(listingId)}\n >\n Cancel English Auction\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecancelenglishauction"
+ }
+ },
+ {
+ "name": "useCreateAuctionListing",
+ "summary": "Hook for creating an auction listing on a `Marketplace` or [MarketplaceV3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) smart contract.\n\nAuction listings hold the NFTs in escrow; requiring the seller to transfer the NFTs to the marketplace contract as part of the listing creation process.\n\nProvide your `Marketplace` or [MarketplaceV3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract as the argument to the hook.\n\nThen, provide the information about the listing you want to create as the argument to the mutation.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useCreateAuctionListing,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\nimport { NATIVE_TOKEN_ADDRESS } from \"@thirdweb-dev/sdk\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace-v3\");\n const {\n mutateAsync: createAuctionListing,\n isLoading,\n error,\n } = useCreateAuctionListing(contract);\n\n return (\n \n createAuctionListing({\n tokenId: \"{{token_id}}\", // The ID of the token to list.\n assetContractAddress: \"{{asset_contract_address}}\", // The contract address of the asset being listed.\n currencyContractAddress: NATIVE_TOKEN_ADDRESS, // The address of the currency to accept for the listing.\n quantity: \"{{quantity}}\",\n startTimestamp: new Date(),\n buyoutBidAmount: \"{{buyout_bid_amount}}\",\n minimumBidAmount: \"{{minimum_bid_amount}}\",\n endTimestamp: new Date(),\n bidBufferBps: \"{{bid_buffer_bps}}\",\n timeBufferInSeconds: \"{{time_buffer_in_seconds}}\",\n })\n }\n >\n Create Auction Listing\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecreateauctionlisting"
+ }
+ },
+ {
+ "name": "useEnglishAuction",
+ "summary": "Hook to get an english auction listing from a [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract.\n\n**Note: This hook is only for [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contracts.**\n\nFor `Marketplace` contracts, use `useListing` instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useEnglishAuction, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace-v3\");\n const {\n data: englishAuction,\n isLoading,\n error,\n } = useEnglishAuction(contract, listingId);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useenglishauction"
+ }
+ },
+ {
+ "name": "useEnglishAuctions",
+ "summary": "Hook to get a list of all English auctions from a [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract.\n\n**Note: This hook is only for [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contracts.**\n\nFor `Marketplace` contracts, use `useListings` instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useEnglishAuctions, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace-v3\");\n const {\n data: englishAuctions,\n isLoading,\n error,\n } = useEnglishAuctions(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useenglishauctions"
+ }
+ },
+ {
+ "name": "useEnglishAuctionsCount",
+ "summary": "Hook to get the total number of direct listings on a [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract.\n\n__This hook is only for [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contracts.__\n\nFor `Marketplace` contracts, use `useListingsCount` instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useEnglishAuctionsCount, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace-v3\");\n const {\n data: englishAuctionsCount,\n isLoading,\n error,\n } = useEnglishAuctionsCount(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useenglishauctionscount"
+ }
+ },
+ {
+ "name": "useEnglishAuctionWinningBid",
+ "summary": "Hook to get the winning bid for an English auction listing from a [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useEnglishAuctionWinningBid, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace-v3\");\n const {\n data: winningBid,\n isLoading,\n error,\n } = useEnglishAuctionWinningBid(contract, listingId);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useenglishauctionwinningbid"
+ }
+ },
+ {
+ "name": "useValidEnglishAuctions",
+ "summary": "Hook to get all valid English auctions from a [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract.\n\nA listing is considered valid if the:\n\n- Auction has not expired (i.e. current time is before the end time of the auction) - Auction has not been canceled - Auction has not been bought out (all quantity has been sold)\n\n__This hook is only for [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contracts.__\n\nFor [Marketplace](https://thirdweb.com/thirdweb.eth/Marketplace) contracts, use [useActiveListings](/react/react.useactivelistings) instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useValidEnglishAuctions, useContract } from \"@thirdweb-dev/react\";\n\n// Your smart contract address\nconst contractAddress = \"{{contract_address}}\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace-v3\");\n const {\n data: englishAuctions,\n isLoading,\n error,\n } = useValidEnglishAuctions(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usevalidenglishauctions"
+ }
+ }
+ ],
+ "ERC721Revealable": [
+ {
+ "name": "useBatchesToReveal",
+ "summary": "Hook for fetching batches of lazy-minted NFTs that were set to be revealed at a later date, but have not yet been revealed.\n\nAvailable to use on contracts that implement the [ERC721Revealable](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721Revealable) or [ERC1155Revealable](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155Revealable) interfaces, such as the [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721) and [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155) smart contracts.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import { useBatchesToReveal, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data: batches, isLoading, error } = useBatchesToReveal(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usebatchestoreveal"
+ }
+ },
+ {
+ "name": "useDelayedRevealLazyMint",
+ "summary": "Hook to lazy-mint a batch of NFTs with [delayed reveal](https://portal.thirdweb.com/glossary/delayed-reveal); allowing the owner to set placeholder metadata and reveal the metadata of the NFTs at a later time.\n\nAvailable to use on contracts that implement the [ERC721Revealable](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721Revealable) or [ERC1155Revealable](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155Revealable) interfaces.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useDelayedRevealLazyMint,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: mintNft,\n isLoading,\n error,\n } = useDelayedRevealLazyMint(contract);\n\n const nftData = {\n placeholder: {\n name: \"My NFT\",\n description: \"This is my NFT\",\n image: \"ipfs://example.com/my-nft.png\", // Accepts any URL or File type\n },\n metadatas: [\n {\n name: \"My NFT\",\n description: \"This is my NFT\",\n image: \"ipfs://example.com/my-nft.png\", // Accepts any URL or File type\n },\n ],\n password: \"{{password}}\", // Password to be used for encryption\n };\n\n return (\n mintNft(nftData)}\n >\n Mint NFTs\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usedelayedreveallazymint"
+ }
+ },
+ {
+ "name": "useRevealLazyMint",
+ "summary": "Hook for revealing a batch of delayed reveal NFTs using [delayed reveal](https://portal.thirdweb.com/glossary/delayed-reveal).\n\nAvailable to use on contracts that implement the [ERC721Revealable](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721Revealable) or [ERC1155Revealable](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155Revealable) interfaces.\n```jsx\nimport { useRevealLazyMint } from \"@thirdweb-dev/react\";\n\nconst { mutateAsync, isLoading, error } = useRevealLazyMint(contract);\n```\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useContract,\n useRevealLazyMint,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n // Contract must be an ERC-721 or ERC-1155 contract that implements the ERC721Revealable or ERC1155Revealable interface\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: revealLazyMint,\n isLoading,\n error,\n } = useRevealLazyMint(contract);\n\n return (\n \n revealLazyMint({\n batchId: \"{{batch_id}}\", // ID of the batch to reveal (use useBatchesToReveal to get the batch IDs)\n password: \"{{password}}\", // Password to reveal the batch\n })\n }\n >\n Reveal Lazy Mint\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usereveallazymint"
+ }
+ }
+ ],
+ "ERC1155Revealable@delayedReveal": [
+ {
+ "name": "useBatchesToReveal",
+ "summary": "Hook for fetching batches of lazy-minted NFTs that were set to be revealed at a later date, but have not yet been revealed.\n\nAvailable to use on contracts that implement the [ERC721Revealable](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721Revealable) or [ERC1155Revealable](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155Revealable) interfaces, such as the [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721) and [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155) smart contracts.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import { useBatchesToReveal, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data: batches, isLoading, error } = useBatchesToReveal(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usebatchestoreveal"
+ }
+ },
+ {
+ "name": "useDelayedRevealLazyMint",
+ "summary": "Hook to lazy-mint a batch of NFTs with [delayed reveal](https://portal.thirdweb.com/glossary/delayed-reveal); allowing the owner to set placeholder metadata and reveal the metadata of the NFTs at a later time.\n\nAvailable to use on contracts that implement the [ERC721Revealable](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721Revealable) or [ERC1155Revealable](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155Revealable) interfaces.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useDelayedRevealLazyMint,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: mintNft,\n isLoading,\n error,\n } = useDelayedRevealLazyMint(contract);\n\n const nftData = {\n placeholder: {\n name: \"My NFT\",\n description: \"This is my NFT\",\n image: \"ipfs://example.com/my-nft.png\", // Accepts any URL or File type\n },\n metadatas: [\n {\n name: \"My NFT\",\n description: \"This is my NFT\",\n image: \"ipfs://example.com/my-nft.png\", // Accepts any URL or File type\n },\n ],\n password: \"{{password}}\", // Password to be used for encryption\n };\n\n return (\n mintNft(nftData)}\n >\n Mint NFTs\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usedelayedreveallazymint"
+ }
+ },
+ {
+ "name": "useRevealLazyMint",
+ "summary": "Hook for revealing a batch of delayed reveal NFTs using [delayed reveal](https://portal.thirdweb.com/glossary/delayed-reveal).\n\nAvailable to use on contracts that implement the [ERC721Revealable](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721Revealable) or [ERC1155Revealable](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155Revealable) interfaces.\n```jsx\nimport { useRevealLazyMint } from \"@thirdweb-dev/react\";\n\nconst { mutateAsync, isLoading, error } = useRevealLazyMint(contract);\n```\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useContract,\n useRevealLazyMint,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n // Contract must be an ERC-721 or ERC-1155 contract that implements the ERC721Revealable or ERC1155Revealable interface\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: revealLazyMint,\n isLoading,\n error,\n } = useRevealLazyMint(contract);\n\n return (\n \n revealLazyMint({\n batchId: \"{{batch_id}}\", // ID of the batch to reveal (use useBatchesToReveal to get the batch IDs)\n password: \"{{password}}\", // Password to reveal the batch\n })\n }\n >\n Reveal Lazy Mint\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usereveallazymint"
+ }
+ }
+ ],
+ "ERC721Burnable": [
+ {
+ "name": "useBurnNFT",
+ "summary": "Hook for burning a NFT on a smart contract.\n\nAvailable to use on smart contracts that implement the [`ERC721`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) or [`ERC1155`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useBurnNFT, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nconst contractAddress = \"{{contract_address}}\";\n// The tokenId of the NFT you want to burn\nconst tokenIdToBurn = \"{{tokenId}}}}\";\nconst amount = 1;\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: burnNft, isLoading, error } = useBurnNFT(contract);\n\n return (\n \n burnNft({\n tokenId: tokenIdToBurn,\n amount: amount,\n })\n }\n >\n Burn NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useburnnft"
+ }
+ }
+ ],
+ "ERC1155Burnable@nft": [
+ {
+ "name": "useBurnNFT",
+ "summary": "Hook for burning a NFT on a smart contract.\n\nAvailable to use on smart contracts that implement the [`ERC721`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) or [`ERC1155`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useBurnNFT, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nconst contractAddress = \"{{contract_address}}\";\n// The tokenId of the NFT you want to burn\nconst tokenIdToBurn = \"{{tokenId}}}}\";\nconst amount = 1;\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: burnNft, isLoading, error } = useBurnNFT(contract);\n\n return (\n \n burnNft({\n tokenId: tokenIdToBurn,\n amount: amount,\n })\n }\n >\n Burn NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useburnnft"
+ }
+ }
+ ],
+ "ERC20Burnable\n\n@token": [
+ {
+ "name": "useBurnToken",
+ "summary": "Hook for burning ERC20 tokens on a smart contract.\n\nAvailable to use on smart contracts that implement the [ERC20](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20) standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useBurnToken, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: burnToken, isLoading, error } = useBurnToken(contract);\n\n return (\n \n burnToken({\n amount: \"10\", // Amount of tokens to burn\n })\n }\n >\n Burn Token\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useburntoken"
+ }
+ }
+ ],
+ "DirectListings\n\n@marketplace": [
+ {
+ "name": "useCancelDirectListing",
+ "summary": "Hook for canceling a direct listing on a [MarketplaceV3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract.\n\nDirect listings can be canceled at any time, (unless the listing has already been sold). Only the creator of the listing can cancel it.\n\n__Note: This hook is only for [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contracts.__\n\nFor `Marketplace` contracts, use `useCancelListing` instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useCancelDirectListing,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\nimport { ListingType } from \"@thirdweb-dev/sdk\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace-v3\");\n const {\n mutateAsync: cancelDirectListing,\n isLoading,\n error,\n } = useCancelDirectListing(contract);\n\n return (\n cancelDirectListing(listingId)}\n >\n Cancel Direct Listing\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecanceldirectlisting"
+ }
+ },
+ {
+ "name": "useCreateDirectListing",
+ "summary": "Hook for creating a new direct listing on a `Marketplace` or [MarketplaceV3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) smart contract.\n\nDirect listings require the user to approve the marketplace to transfer the NFTs on their behalf as part of the listing creation process. This is because the marketplace needs permission to execute sales and transfer the NFTs to the buyer when a sale is made.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useCreateDirectListing,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace-v3\");\n const {\n mutateAsync: createDirectListing,\n isLoading,\n error,\n } = useCreateDirectListing(contract);\n\n return (\n \n createDirectListing({\n assetContractAddress: \"{{asset_contract_address}}\",\n tokenId: \"{{token_id}}\",\n pricePerToken: \"{{price_per_token}}\",\n currencyContractAddress: \"{{currency_contract_address}}\",\n isReservedListing: false,\n quantity: \"{{quantity}}\",\n startTimestamp: new Date(),\n endTimestamp: new Date(\n new Date().getTime() + 7 * 24 * 60 * 60 * 1000,\n ),\n })\n }\n >\n Create Direct Listing\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecreatedirectlisting"
+ }
+ },
+ {
+ "name": "useDirectListing",
+ "summary": "Hook to get a specific direct listing from a [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract.\n\n__This hook is only for [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contracts.__\n\nFor `Marketplace` contracts, use `useListing` instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useDirectListing, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace-v3\");\n const {\n data: directListing,\n isLoading,\n error,\n } = useDirectListing(contract, listingId);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usedirectlisting"
+ }
+ },
+ {
+ "name": "useDirectListings",
+ "summary": "Hook to get all the direct listings from a [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract.\n\n__This hook is only for [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contracts.__\n\nFor `Marketplace` contracts, use `useListings` instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useDirectListings, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace-v3\");\n const {\n data: directListings,\n isLoading,\n error,\n } = useDirectListings(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usedirectlistings"
+ }
+ },
+ {
+ "name": "useDirectListingsCount",
+ "summary": "Hook to get the total number of direct listings on a [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract.\n\n__This hook is only for [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contracts.__\n\nFor `Marketplace` contracts, use `useListingsCount` instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useDirectListingsCount, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace-v3\");\n const {\n data: listingsCount,\n isLoading,\n error,\n } = useDirectListingsCount(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usedirectlistingscount"
+ }
+ },
+ {
+ "name": "useValidDirectListings",
+ "summary": "Hook to get a list of valid direct listings from a [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract.\n\nA listing is considered valid if the:\n\n- Seller still owns the NFT - Listing has not expired (time is before `endTimeInSeconds`) - Listing has not been canceled - Listing has not been bought out (all `quantity` of the NFTs have not been purchased)\n\n**Note: This hook is only for [Marketplace V3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contracts.**\n\nFor `Marketplace` contracts, use `useActiveListings` instead.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useValidDirectListings, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace-v3\");\n const {\n data: directListings,\n isLoading,\n error,\n } = useValidDirectListings(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usevaliddirectlistings"
+ }
+ }
+ ],
+ "ERC721LazyMintable\n\n@nftDrop": [
+ {
+ "name": "useClaimedNFTs",
+ "summary": "Hook for fetching all claimed NFTs from a given NFT Drop contract.\n\nAvailable to use on contracts that implement [`ERC721Claimable`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721Claimable), such as the [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimedNFTs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"nft-drop\");\n const { data: nfts, isLoading, error } = useClaimedNFTs(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimednfts"
+ }
+ },
+ {
+ "name": "useClaimedNFTSupply",
+ "summary": "Hook for retrieving the total supply of NFTs claimed from an NFT Drop contract.\n\nAvailable to use on contracts that implement [`ERC721Claimable`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721Claimable).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimedNFTSupply, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading } = useClaimedNFTSupply(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimednftsupply"
+ }
+ },
+ {
+ "name": "useUnclaimedNFTs",
+ "summary": "Hook for fetching information about all NFTs that haven't been claimed yet from an NFT Drop contract.\n\nAvailable to use on contracts that extends the ERC721 spec\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useUnclaimedNFTs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useUnclaimedNFTs(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useunclaimednfts"
+ }
+ },
+ {
+ "name": "useUnclaimedNFTSupply",
+ "summary": "Hook for fetching the number of unclaimed NFTs from an NFT/Edition Drop contract.\n\nUnclaimed NFTs are tokens that were lazy-minted but have not yet been claimed by a user.\n\nAvailable to use on contracts that implement the [`LazyMint`](https://portal.thirdweb.com/contracts/build/extensions/general/LazyMint) extension; such as the [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721) contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useUnclaimedNFTSupply, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"nftDrop\");\n const { data, isLoading, error } = useUnclaimedNFTSupply(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useunclaimednftsupply"
+ }
+ }
+ ],
+ "ERC1155ClaimConditionsV1": [
+ {
+ "name": "useClaimerProofs",
+ "summary": "Hook to get the claimer proofs for an address for [ERC20](https://portal.thirdweb.com/contracts/build/base-contracts/erc-20/drop), [ERC721](https://portal.thirdweb.com/contracts/build/base-contracts/erc-721/drop), and [ERC1155](https://portal.thirdweb.com/contracts/build/base-contracts/erc-1155/drop) drop contracts.\n\nA claimer proof is a set of data about a claimer's claim condition, including the claimer's address, the claimer's proof, and the claimer's max claimable amount, price, and currency address.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimerProofs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n\n const {\n data: proof,\n isLoading,\n error,\n } = useClaimerProofs(contract, \"{{claimer_address}}\");\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimerproofs"
+ }
+ },
+ {
+ "name": "useClaimIneligibilityReasons",
+ "summary": "Hook for fetching the reasons a wallet is not eligible to claim tokens from a drop, if any.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimIneligibilityReasons, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useClaimIneligibilityReasons(contract, {\n walletAddress: \"0x123...\", // Use useAddress hook to get the user's wallet address\n quantity: 1, // Quantity to check eligibility for\n });\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimineligibilityreasons"
+ }
+ },
+ {
+ "name": "useSetClaimConditions",
+ "summary": "Hook for setting claim conditions on a drop contract.\n\nThis is available for available for contracts that implement the \"ClaimConditions\" interface; such as [NFT Drop](https://thirdweb.com/thirdweb.eth/DropERC721), [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155), and [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\nWhen using an ERC1155 contract, you must also provide the token ID of the NFT you want to set claim conditions on as the second parameter to the hook.\n\n",
+ "remarks": null,
+ "examples": {
+ "tyepscript": "import {\n useSetClaimConditions,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: setClaimConditions,\n isLoading,\n error,\n } = useSetClaimConditions(contract);\n\n const claimConditions = {\n phases: [\n {\n metadata: {\n name: \"Phase 1\", // The name of the phase\n },\n currencyAddress: \"0x...\", // The address of the currency you want users to pay in\n price: 1, // The price of the token in the currency specified above\n maxClaimablePerWallet: 1, // The maximum number of tokens a wallet can claim\n maxClaimableSupply: 100, // The total number of tokens that can be claimed in this phase\n startTime: new Date(), // When the phase starts (i.e. when users can start claiming tokens)\n waitInSeconds: 60 * 60 * 24 * 7, // The period of time users must wait between repeat claims\n snapshot: [\n {\n address: \"0x...\", // The address of the wallet\n currencyAddress: \"0x...\", // Override the currency address this wallet pays in\n maxClaimable: 5, // Override the maximum number of tokens this wallet can claim\n price: 0.5, // Override the price this wallet pays\n },\n ],\n merkleRootHash: \"0x...\", // The merkle root hash of the snapshot\n },\n ],\n }\n\n return (\n setClaimConditions(claimConditions)}\n >\n Set Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetclaimconditions"
+ }
+ }
+ ],
+ "ERC721Claimable": [
+ {
+ "name": "useClaimNFT",
+ "summary": "Hook for claiming an NFT from a smart contract.\n\nAvailable to use on smart contracts that implement a `Claimable` interface, and follow either the `ERC721`or `ERC1155` standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useClaimNFT, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: claimNft, isLoading, error } = useClaimNFT(contract);\n\n return (\n \n claimNft({\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n quantity: 1,\n })\n }\n >\n Claim NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimnft"
+ }
+ }
+ ],
+ "ERC1155Claimable": [
+ {
+ "name": "useClaimNFT",
+ "summary": "Hook for claiming an NFT from a smart contract.\n\nAvailable to use on smart contracts that implement a `Claimable` interface, and follow either the `ERC721`or `ERC1155` standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useClaimNFT, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: claimNft, isLoading, error } = useClaimNFT(contract);\n\n return (\n \n claimNft({\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n quantity: 1,\n })\n }\n >\n Claim NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimnft"
+ }
+ }
+ ],
+ "ERC1155ClaimConditionsV1@nftDrop": [
+ {
+ "name": "useClaimNFT",
+ "summary": "Hook for claiming an NFT from a smart contract.\n\nAvailable to use on smart contracts that implement a `Claimable` interface, and follow either the `ERC721`or `ERC1155` standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useClaimNFT, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: claimNft, isLoading, error } = useClaimNFT(contract);\n\n return (\n \n claimNft({\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n quantity: 1,\n })\n }\n >\n Claim NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimnft"
+ }
+ },
+ {
+ "name": "useResetClaimConditions",
+ "summary": "Hook for resetting the claim conditions on a drop contract.\n\nAvailable to use on contracts that implement [`ERC721ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721ClaimConditions), [`ERC1155ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155ClaimConditions) or [`ERC20ClaimableWithConditions`](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20ClaimConditions).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useContract,\n useResetClaimConditions,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n // Contract must be a drop contract that implements claim conditions\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: resetClaimConditions,\n isLoading,\n error,\n } = useResetClaimConditions(contract);\n\n return (\n resetClaimConditions()}\n >\n Reset Claim Conditions\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useresetclaimconditions"
+ }
+ }
+ ],
+ "ERC20ClaimConditionsV1@token": [
+ {
+ "name": "useClaimToken",
+ "summary": "Hook for claiming a ERC20 tokens from a smart contract.\n\nAvailable to use on smart contracts that implement both the [ERC20](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20) interface and the [`claim`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721Claimable) function, such as the [Token Drop](https://thirdweb.com/thirdweb.eth/DropERC20).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useClaimToken, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: claimToken, isLoading, error } = useClaimToken(contract);\n\n return (\n \n claimToken({\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n amount: 100, // Amount of token to claim\n })\n }\n >\n Claim Token\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useclaimtoken"
+ }
+ }
+ ],
+ "ContractMetadata\n\n@metadata": [
+ {
+ "name": "useContractMetadata",
+ "summary": "Get the metadata of given contract\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const { data: contractMetadata, isLoading } = useContractMetadata(contract);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecontractmetadata"
+ }
+ },
+ {
+ "name": "useContractMetadataUpdate",
+ "summary": "Update the metadata of the given contract\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const Component = () => {\n const { contract } = useContract(\"{{contract_address}}\");\n const {\n mutate: updateContractMetadata,\n isLoading,\n error,\n } = useContractMetadataUpdate(contract);\n\n if (error) {\n console.error(\"failed to update contract metadata\", error);\n }\n\n return (\n \n );\n};"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecontractmetadataupdate"
+ }
+ }
+ ],
+ "DirectListings": [
+ {
+ "name": "useCreateDirectListingBatch",
+ "summary": "Create multiple direct listings in one batch\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const Component = () => {\n const { contract } = useContract(\"{{contract_address}}\");\n const {\n mutate: createDirectListingBatch,\n isLoading,\n error,\n } = useCreateDirectListingBatch(contract);\n\n if (error) {\n console.error(\"failed to create direct listing batch\", error);\n }\n\n // Sample data\n const directListingData = [\n {\n assetContractAddress: \"nft-contract-address\",\n tokenId: \"token-id-1\",\n quantity: \"quantity-1\",\n currencyContractAddress: \"currency-address\",\n pricePerToken: 1\n },\n {\n assetContractAddress: \"nft-contract-address\",\n tokenId: \"token-id-2\",\n quantity: 1,\n currencyContractAddress: \"currency-address\",\n pricePerToken: 0\n },\n ];\n return (\n \n );\n};"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usecreatedirectlistingbatch"
+ }
+ }
+ ],
+ "Permissions": [
+ {
+ "name": "useGrantRole",
+ "summary": "Hook for granting a role on a smart contract.\n\nAvailable to use on smart contracts that implement the [`Permissions`](https://portal.thirdweb.com/contracts/build/extensions/general/Permissions) interface.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useGrantRole, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nconst contractAddress = \"{{contract_address}}\";\nconst roleToGrant = \"{{role}}\";\nconst walletAddressToGrant = \"{{wallet_address}}\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: grantRole, isLoading, error } = useGrantRole(contract);\n\n return (\n \n grantRole({\n role: roleToGrant, // name of your role.\n address: walletAddressToGrant, // address to grant the role to.\n })\n }\n >\n Grant Role\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usegrantrole"
+ }
+ }
+ ],
+ "PermissionsEnumerable@permissionControl": [
+ {
+ "name": "useGrantRole",
+ "summary": "Hook for granting a role on a smart contract.\n\nAvailable to use on smart contracts that implement the [`Permissions`](https://portal.thirdweb.com/contracts/build/extensions/general/Permissions) interface.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useGrantRole, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nconst contractAddress = \"{{contract_address}}\";\nconst roleToGrant = \"{{role}}\";\nconst walletAddressToGrant = \"{{wallet_address}}\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: grantRole, isLoading, error } = useGrantRole(contract);\n\n return (\n \n grantRole({\n role: roleToGrant, // name of your role.\n address: walletAddressToGrant, // address to grant the role to.\n })\n }\n >\n Grant Role\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usegrantrole"
+ }
+ }
+ ],
+ "ERC721LazyMintable": [
+ {
+ "name": "useLazyMint",
+ "summary": "Hook for lazy minting a batch of NFTs on a drop contract.\n\nAvailable to use on smart contracts that implement the \"Drop\" extension, and follow either the `ERC721` or `ERC1155` standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useLazyMint, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: lazyMint, isLoading, error } = useLazyMint(contract);\n\n return (\n \n lazyMint({\n // Metadata of the NFTs to upload\n metadatas: [\n {\n name: \"My NFT\",\n description: \"An example NFT\",\n image: \"{{image_url}}\",\n },\n ],\n })\n }\n >\n Lazy Mint NFTs\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.uselazymint"
+ }
+ }
+ ],
+ "ERC1155LazyMintable@nftDrop": [
+ {
+ "name": "useLazyMint",
+ "summary": "Hook for lazy minting a batch of NFTs on a drop contract.\n\nAvailable to use on smart contracts that implement the \"Drop\" extension, and follow either the `ERC721` or `ERC1155` standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useLazyMint, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: lazyMint, isLoading, error } = useLazyMint(contract);\n\n return (\n \n lazyMint({\n // Metadata of the NFTs to upload\n metadatas: [\n {\n name: \"My NFT\",\n description: \"An example NFT\",\n image: \"{{image_url}}\",\n },\n ],\n })\n }\n >\n Lazy Mint NFTs\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.uselazymint"
+ }
+ }
+ ],
+ "EnglishAuction\n\n@marketplace": [
+ {
+ "name": "useMinimumNextBid",
+ "summary": "Hook for getting the minimum value a bid must be to be valid in an auction listing on a `Marketplace` or [MarketplaceV3](https://thirdweb.com/thirdweb.eth/MarketplaceV3) contract.\n\nTakes into account the current highest bid, or the reserve price if there is no bid, and increments it by the bid buffer to calculate the minimum next bid.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useMinimumNextBid } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"marketplace\");\n const { data, isLoading, error } = useMinimumNextBid(contract, listingId);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useminimumnextbid"
+ }
+ }
+ ],
+ "ERC721Mintable": [
+ {
+ "name": "useMintNFT",
+ "summary": "Hook for minting a new NFT on a smart contract.\n\nAvailable to use on smart contracts that implement the [`ERC721`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) or [`ERC1155`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\nBy default, the process uploads and pins the NFT metadata to IPFS before minting.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useMintNFT, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: mintNft, isLoading, error } = useMintNFT(contract);\n\n return (\n \n mintNft({\n metadata: {\n name: \"My NFT\",\n description: \"This is my NFT\",\n image: \"ipfs://example.com/my-nft.png\", // Accepts any URL or File type\n },\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n })\n }\n >\n Mint NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usemintnft"
+ }
+ }
+ ],
+ "ERC1155Mintable@nft": [
+ {
+ "name": "useMintNFT",
+ "summary": "Hook for minting a new NFT on a smart contract.\n\nAvailable to use on smart contracts that implement the [`ERC721`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) or [`ERC1155`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\nBy default, the process uploads and pins the NFT metadata to IPFS before minting.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useMintNFT, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync: mintNft, isLoading, error } = useMintNFT(contract);\n\n return (\n \n mintNft({\n metadata: {\n name: \"My NFT\",\n description: \"This is my NFT\",\n image: \"ipfs://example.com/my-nft.png\", // Accepts any URL or File type\n },\n to: \"{{wallet_address}}\", // Use useAddress hook to get current wallet address\n })\n }\n >\n Mint NFT\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usemintnft"
+ }
+ }
+ ],
+ "ERC1155Mintable\n\n@nft": [
+ {
+ "name": "useMintNFTSupply",
+ "summary": "Hook for minting additional supply to an _existing_ ERC-1155 token.\n\nAvailable to use on contracts that implement the [ERC1155Mintable](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155Mintable) interface, such as the [Edition](https://thirdweb.com/thirdweb.eth/TokenERC1155) or [Edition Drop](https://thirdweb.com/thirdweb.eth/DropERC1155).\n\nThe wallet address that initiates this transaction must have minting permissions on the contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useMintNFTSupply, Web3Button } from \"@thirdweb-dev/react\";\n\nconst contractAddress = \"{{contract_address}}\";\nconst walletAddress = \"{{wallet_address}}\";\nconst tokenId = \"{{token_id}}\";\nconst additionalSupply = \"{{additional_supply}}\";\n\nfunction App() {\n // Contract must be an ERC-1155 contract that implements the ERC1155Mintable interface\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: mintNftSupply,\n isLoading,\n error,\n } = useMintNFTSupply(contract);\n\n return (\n \n mintNftSupply({\n additionalSupply: additionalSupply, // Quantity to mint\n to: walletAddress, // Address to mint to\n tokenId: tokenId, // Token ID to add supply to\n })\n }\n >\n Mint NFT Supply\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usemintnftsupply"
+ }
+ }
+ ],
+ "ERC20Mintable\n\n@token": [
+ {
+ "name": "useMintToken",
+ "summary": "Hook for minting new tokens in an ERC20 smart contract.\n\nAvailable to use on contracts that implement the [ERC20Mintable](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20BatchMintable) interface, such as the [Token](https://thirdweb.com/thirdweb.eth/TokenERC20) contract.\n\nThe wallet address that initiates this transaction must have minting permissions on the contract.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useMintToken, Web3Button } from \"@thirdweb-dev/react\";\n\nconst contractAddress = \"{{contract_address}}\";\nconst walletAddress = \"{{wallet_address}}\";\nconst tokenAmount = \"{{token_amount}}\";\n\nfunction App() {\n // Contract must be an ERC-20 contract that implements the ERC20Mintable interface\n const { contract } = useContract(contractAddress, \"token\");\n const { mutateAsync: mintToken, isLoading, error } = useMintToken(contract);\n\n return (\n \n mintToken({\n amount: tokenAmount, // Quantity to mint\n to: walletAddress, // Address to mint to\n })\n }\n >\n Mint Token\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useminttoken"
+ }
+ }
+ ],
+ "ERC721": [
+ {
+ "name": "useNFT",
+ "summary": "Hook for fetching information about an NFT from a smart contract.\n\nAvailable to use on smart contracts that implement the [`ERC721`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) or [`ERC1155`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\nNFT metadata is automatically fetched from where the `tokenUri` is hosted (e.g. IPFS), and makes the `image` property available as a URL through our IPFS gateway (if the image is hosted on IPFS).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useNFT } from \"@thirdweb-dev/react\";\n\n// The token ID of the NFT you want to fetch\nconst tokenId = 0;\n\nfunction App() {\n const { contract } = useContract(\"{{contract_address}}\");\n const { data: nft, isLoading, error } = useNFT(contract, tokenId);\n\n if (isLoading) return Fetching NFT…
;\n if (error) return Error fetching NFT
;\n if (!nft) return NFT not found
;\n return NFT: {nft.metadata.name}
;\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usenft"
+ }
+ },
+ {
+ "name": "useNFTBalance",
+ "summary": "Hook to get the quantity a user owns of a specific [ERC1155](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) NFT.\n\nAvailable to use on smart contracts that implement the [`ERC1155`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useNFTBalance, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { isLoading, data, error } = useNFTBalance(\n contract,\n \"{{wallet_address}}\",\n \"{{token_id}}\",\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usenftbalance"
+ }
+ },
+ {
+ "name": "useTransferNFT",
+ "summary": "Hook for transferring ERC721 or ERC1155 NFTs to another wallet address.\n\nAvailable to use on contracts that implement either the [ERC721](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) and [ERC1155](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) interfaces, such as the [Edition](https://thirdweb.com/thirdweb.eth/TokenERC1155) or [NFT Collection](https://thirdweb.com/thirdweb.eth/TokenERC721).\n\nThe wallet address that initiates this transaction must have transfer permissions on the contract (i.e. the tokens are not soulbound). It also must have the required amount of token(s) available to transfer.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useTransferNFT, Web3Button } from \"@thirdweb-dev/react\";\n\n// Your NFT collection contract address\nconst contractAddress = \"{{contract_address}}\";\nconst walletAddress = \"{{wallet_address}}\";\nconst tokenId = \"{{token_id}}\";\n\nfunction App() {\n // Contract must be an ERC-721 or ERC-1155 contract\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: transferNFT,\n isLoading,\n error,\n } = useTransferNFT(contract);\n\n return (\n \n transferNFT({\n to: walletAddress, // Address to transfer the token to\n tokenId: tokenId, // Token ID to transfer\n })\n }\n >\n Transfer\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usetransfernft"
+ }
+ }
+ ],
+ "ERC1155@nft": [
+ {
+ "name": "useNFT",
+ "summary": "Hook for fetching information about an NFT from a smart contract.\n\nAvailable to use on smart contracts that implement the [`ERC721`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) or [`ERC1155`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\nNFT metadata is automatically fetched from where the `tokenUri` is hosted (e.g. IPFS), and makes the `image` property available as a URL through our IPFS gateway (if the image is hosted on IPFS).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useNFT } from \"@thirdweb-dev/react\";\n\n// The token ID of the NFT you want to fetch\nconst tokenId = 0;\n\nfunction App() {\n const { contract } = useContract(\"{{contract_address}}\");\n const { data: nft, isLoading, error } = useNFT(contract, tokenId);\n\n if (isLoading) return Fetching NFT…
;\n if (error) return Error fetching NFT
;\n if (!nft) return NFT not found
;\n return NFT: {nft.metadata.name}
;\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usenft"
+ }
+ },
+ {
+ "name": "useNFTBalance",
+ "summary": "Hook to get the quantity a user owns of a specific [ERC1155](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) NFT.\n\nAvailable to use on smart contracts that implement the [`ERC1155`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useNFTBalance, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { isLoading, data, error } = useNFTBalance(\n contract,\n \"{{wallet_address}}\",\n \"{{token_id}}\",\n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usenftbalance"
+ }
+ },
+ {
+ "name": "useTransferNFT",
+ "summary": "Hook for transferring ERC721 or ERC1155 NFTs to another wallet address.\n\nAvailable to use on contracts that implement either the [ERC721](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) and [ERC1155](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) interfaces, such as the [Edition](https://thirdweb.com/thirdweb.eth/TokenERC1155) or [NFT Collection](https://thirdweb.com/thirdweb.eth/TokenERC721).\n\nThe wallet address that initiates this transaction must have transfer permissions on the contract (i.e. the tokens are not soulbound). It also must have the required amount of token(s) available to transfer.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useTransferNFT, Web3Button } from \"@thirdweb-dev/react\";\n\n// Your NFT collection contract address\nconst contractAddress = \"{{contract_address}}\";\nconst walletAddress = \"{{wallet_address}}\";\nconst tokenId = \"{{token_id}}\";\n\nfunction App() {\n // Contract must be an ERC-721 or ERC-1155 contract\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: transferNFT,\n isLoading,\n error,\n } = useTransferNFT(contract);\n\n return (\n \n transferNFT({\n to: walletAddress, // Address to transfer the token to\n tokenId: tokenId, // Token ID to transfer\n })\n }\n >\n Transfer\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usetransfernft"
+ }
+ }
+ ],
+ "ERC721Supply": [
+ {
+ "name": "useNFTs",
+ "summary": "Hook to query all NFTs associated with a smart contract.\n\nAvailable to use on smart contracts that implement the [`ERC721`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) or [`ERC1155`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\nNFT metadata is automatically fetched from where the `tokenUri` is hosted (e.g. IPFS), and makes the `image` property available as a URL through our IPFS gateway (if the image is hosted on IPFS).\n\nBy default, only returns the first `100` NFTs in the collection. You can use the `queryParams` argument to filter the NFTs that are returned or to paginate through the collection.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useNFTs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useNFTs(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usenfts"
+ }
+ },
+ {
+ "name": "useTotalCirculatingSupply",
+ "summary": "Hook for fetching the total number of NFTs in circulation for a given smart contract.\n\nThis takes into account the increase in supply due to minting and the decrease in supply due to burning.\n\nAvailable to use on contracts that implement either the [ERC721](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) or [ERC1155](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useTotalCirculatingSupply, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useTotalCirculatingSupply(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usetotalcirculatingsupply"
+ }
+ },
+ {
+ "name": "useTotalCount",
+ "summary": "Hook to get the total count of **unique** NFTs minted on a smart contract.\n\nAvailable to use on smart contracts that implement the [`ERC721`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) or [`ERC1155`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\nWhen used for ERC1155 contracts, the total count is the number of unique token IDs minted, _not_ the total supply of all tokens in circulation.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useTotalCount, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data: totalCount, isLoading, error } = useTotalCount(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usetotalcount"
+ }
+ }
+ ],
+ "ERC721Enumerable": [
+ {
+ "name": "useNFTs",
+ "summary": "Hook to query all NFTs associated with a smart contract.\n\nAvailable to use on smart contracts that implement the [`ERC721`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) or [`ERC1155`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\nNFT metadata is automatically fetched from where the `tokenUri` is hosted (e.g. IPFS), and makes the `image` property available as a URL through our IPFS gateway (if the image is hosted on IPFS).\n\nBy default, only returns the first `100` NFTs in the collection. You can use the `queryParams` argument to filter the NFTs that are returned or to paginate through the collection.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useNFTs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useNFTs(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usenfts"
+ }
+ },
+ {
+ "name": "useOwnedNFTs",
+ "summary": "Hook for accessing a list of NFTs owned by a single wallet address.\n\nAvailable to use on smart contracts that implement either ERC721Enumerable, ERC1155Enumerable, or ERC721Supply extensions.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useOwnedNFTs, useContract, useAddress } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useOwnedNFTs(contract, address);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useownednfts"
+ }
+ }
+ ],
+ "ERC1155Enumerable@nft": [
+ {
+ "name": "useNFTs",
+ "summary": "Hook to query all NFTs associated with a smart contract.\n\nAvailable to use on smart contracts that implement the [`ERC721`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) or [`ERC1155`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\nNFT metadata is automatically fetched from where the `tokenUri` is hosted (e.g. IPFS), and makes the `image` property available as a URL through our IPFS gateway (if the image is hosted on IPFS).\n\nBy default, only returns the first `100` NFTs in the collection. You can use the `queryParams` argument to filter the NFTs that are returned or to paginate through the collection.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useNFTs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useNFTs(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usenfts"
+ }
+ },
+ {
+ "name": "useTotalCirculatingSupply",
+ "summary": "Hook for fetching the total number of NFTs in circulation for a given smart contract.\n\nThis takes into account the increase in supply due to minting and the decrease in supply due to burning.\n\nAvailable to use on contracts that implement either the [ERC721](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) or [ERC1155](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useTotalCirculatingSupply, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useTotalCirculatingSupply(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usetotalcirculatingsupply"
+ }
+ },
+ {
+ "name": "useTotalCount",
+ "summary": "Hook to get the total count of **unique** NFTs minted on a smart contract.\n\nAvailable to use on smart contracts that implement the [`ERC721`](https://portal.thirdweb.com/contracts/build/extensions/erc-721/ERC721) or [`ERC1155`](https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155) standard.\n\nWhen used for ERC1155 contracts, the total count is the number of unique token IDs minted, _not_ the total supply of all tokens in circulation.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useTotalCount, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data: totalCount, isLoading, error } = useTotalCount(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usetotalcount"
+ }
+ }
+ ],
+ "ERC1155Enumerable": [
+ {
+ "name": "useOwnedNFTs",
+ "summary": "Hook for accessing a list of NFTs owned by a single wallet address.\n\nAvailable to use on smart contracts that implement either ERC721Enumerable, ERC1155Enumerable, or ERC721Supply extensions.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useOwnedNFTs, useContract, useAddress } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useOwnedNFTs(contract, address);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useownednfts"
+ }
+ }
+ ],
+ "ERC721Supply@nft": [
+ {
+ "name": "useOwnedNFTs",
+ "summary": "Hook for accessing a list of NFTs owned by a single wallet address.\n\nAvailable to use on smart contracts that implement either ERC721Enumerable, ERC1155Enumerable, or ERC721Supply extensions.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useOwnedNFTs, useContract, useAddress } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useOwnedNFTs(contract, address);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useownednfts"
+ }
+ }
+ ],
+ "PlatformFee\n\n@platformFees": [
+ {
+ "name": "usePlatformFees",
+ "summary": "Hook for getting the platform fee settings of a contract.\n\nAvailable to use on contracts that implement the [`PlatformFee`](https://portal.thirdweb.com/contracts/build/extensions/general/PlatformFee) interface.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, usePlatformFees } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = usePlatformFees(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useplatformfees"
+ }
+ }
+ ],
+ "PrimarySale\n\n@platformFees": [
+ {
+ "name": "usePrimarySaleRecipient",
+ "summary": "Hook for getting the primary sales recipient of a smart contract.\n\nAvailable to use on contracts that implement the [`PrimarySale`](https://portal.thirdweb.com/contracts/build/extensions/general/PrimarySale) interface.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, usePrimarySaleRecipient } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = usePrimarySaleRecipient(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useprimarysalerecipient"
+ }
+ },
+ {
+ "name": "useUpdatePrimarySaleRecipient",
+ "summary": "Hook for updating the primary sale recipient on a smart contract.\n\nAvailable to use on smart contracts that implement the [`PrimarySale`](https://portal.thirdweb.com/contracts/build/extensions/general/PrimarySale) interface.\n\nThe wallet that initiates this transaction must have the required permissions to change the primary sale recipient (defaults to `\"admin\"` level).\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useUpdatePrimarySaleRecipient,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: updatePrimarySaleRecipient,\n isLoading,\n error,\n } = useUpdatePrimarySaleRecipient(contract);\n\n return (\n updatePrimarySaleRecipient(\"{{wallet_address}}\")}\n >\n Update Primary Sale Recipient\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useupdateprimarysalerecipient"
+ }
+ }
+ ],
+ "Permissions\n\n@permissionControl": [
+ {
+ "name": "useRoleMembers",
+ "summary": "Hook for getting all wallet addresses that have a specific role in a smart contract.\n\nAvailable to use on contracts that implement the [`Permissions`](https://portal.thirdweb.com/contracts/build/extensions/general/Permissions) interface.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useRoleMembers } from \"@thirdweb-dev/react\";\n\n// Your smart contract address (must implement permission controls)\nconst contractAddress = \"{{contract_address}}\";\n\nconst roleName = \"admin\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useRoleMembers(contract, roleName);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.userolemembers"
+ }
+ },
+ {
+ "name": "useSetAllRoleMembers",
+ "summary": "Overwrite the list of members for specific roles\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const Component = () => {\n const { contract } = useContract(\"{{contract_address}}\");\n const {\n mutate: overwriteRoles,\n isLoading,\n error,\n } = useSetAllRoleMembers(contract);\n\n if (error) {\n console.error(\"failed to overwrite roles\", error);\n }\n\n return (\n \n );\n};"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesetallrolemembers"
+ }
+ }
+ ],
+ "Royalty\n\n@platformFees": [
+ {
+ "name": "useRoyaltySettings",
+ "summary": "Hook for retrieving royalty settings of a smart contract.\n\nAvailable to use on contracts that implement the [`Royalty`](https://portal.thirdweb.com/contracts/build/extensions/general/Royalty) interface.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useRoyaltySettings } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useRoyaltySettings(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useroyaltysettings"
+ }
+ },
+ {
+ "name": "useUpdateRoyaltySettings",
+ "summary": "Hook for updating royalty settings on a smart contract.\n\nAvailable to use on smart contracts that implement the [`Royalty`](https://portal.thirdweb.com/contracts/build/extensions/general/Royalty) interface.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useUpdateRoyaltySettings,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutateAsync: updateRoyaltySettings,\n isLoading,\n error,\n } = useUpdateRoyaltySettings(contract);\n\n return (\n \n updateRoyaltySettings({\n seller_fee_basis_points: 0,\n fee_recipient: \"{{wallet_address}}\",\n })\n }\n >\n Update Royalty Settings\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.useupdateroyaltysettings"
+ }
+ }
+ ],
+ "ERC721SharedMetadata\n\n@nft": [
+ {
+ "name": "useSharedMetadata",
+ "summary": "Get the shared metadata of an Open Edition NFT contract\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const { data: sharedMetadata, isLoading, error } = useSharedMetadata(contract);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usesharedmetadata"
+ }
+ }
+ ],
+ "ERC20\n\n@token": [
+ {
+ "name": "useTokenBalance",
+ "summary": "Hook for fetching the balance a wallet has for a specific ERC20 token.\n\n__This hook is for _custom_ ERC20 tokens. For native tokens such as Ether, use `useBalance` or `useBalanceForAddress`__\n\nAvailable to use on contracts that implement the ERC20 interface.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useTokenBalance, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"token\");\n const { data, isLoading, error } = useTokenBalance(contract, walletAddress);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usetokenbalance"
+ }
+ },
+ {
+ "name": "useTokenDecimals",
+ "summary": "Hook for fetching the [decimals](https://docs.openzeppelin.com/contracts/3.x/erc20#a-note-on-decimals) of an [ERC20](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20) token.\n\nTokens usually opt for a value of `18`, imitating the relationship between Ether and Wei. Therefore, `18` is the default value returned by this function, unless your ERC20 contract explicitly overrides it.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useTokenDecimals, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"token\");\n const { data, isLoading, error } = useTokenDecimals(contract);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usetokendecimals"
+ }
+ },
+ {
+ "name": "useTokenSupply",
+ "summary": "Hook for fetching the total supply of an ERC20 token.\n\nThis takes into account the increase and decrease in supply when tokens are minted and burned.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useTokenSupply } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { data, isLoading, error } = useTokenSupply(contractAddress);\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usetokensupply"
+ }
+ },
+ {
+ "name": "useTransferBatchToken",
+ "summary": "Hook for transferring ERC20 tokens to multiple recipients in a single transaction (i.e. airdrop).\n\nAvailable to use on contracts that implement the [ERC20](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20) interface.\n\nThe wallet that initiates this transaction must have sufficient balance to cover the total amount of tokens being transferred and must have transfer permissions on the contract, i.e. tokens are not soulbound.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import {\n useTransferBatchToken,\n useContract,\n Web3Button,\n} from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress, \"token\");\n const {\n mutateAsync: transferBatchToken,\n isLoading,\n error,\n } = useTransferBatchToken(contract);\n\n return (\n \n transferBatchToken([\n {\n to: \"{{wallet_address}}\", // Transfer 10 tokens to a wallet\n amount: 10,\n },\n {\n to: \"{{wallet_address}}\", // Transfer 20 tokens to another wallet\n amount: 20,\n },\n ])\n }\n >\n Transfer Batch Tokens\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usetransferbatchtoken"
+ }
+ },
+ {
+ "name": "useTransferToken",
+ "summary": "Hook for transferring tokens on an ERC20 contract.\n\nAvailable to use on contracts that implement the [ERC20](https://portal.thirdweb.com/contracts/build/extensions/erc-20/ERC20) interface, such as the [Token](https://thirdweb.com/thirdweb.eth/TokenERC20) contract.\n\nThe wallet address that initiates this transaction must have a balance of tokens greater than or equal to the amount being transferred.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { useContract, useTransferToken, Web3Button } from \"@thirdweb-dev/react\";\n\nconst contractAddress = \"{{contract_address}}\";\nconst toAddress = \"{{to_address}}\";\nconst amount = \"{{amount}}\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const {\n mutate: transferTokens,\n isLoading,\n error,\n } = useTransferToken(contract);\n\n return (\n \n transferTokens({\n to: toAddress, // Address to transfer to\n amount: amount, // Amount to transfer\n })\n }\n >\n Transfer\n \n );\n}"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/react/react.usetransfertoken"
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/snippets/feature_snippets_sdk.json b/snippets/feature_snippets_sdk.json
new file mode 100644
index 00000000000..98e070d32d8
--- /dev/null
+++ b/snippets/feature_snippets_sdk.json
@@ -0,0 +1,2278 @@
+{
+ "AccountPermissions": [
+ {
+ "name": "approveTargetForSigner",
+ "summary": "Approve an address as a call target for a given signer on the account\n\n",
+ "remarks": "\n\nApproves an address as a call target for a given signer on the account.\n\n",
+ "examples": {
+ "javascript": "const tx = await contract.account.approveTargetForSigner(signer, target);\nconst receipt = tx.receipt();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "disapproveTargetForSigner",
+ "summary": "Disapprove an address as a call target for a given signer on the account\n\n",
+ "remarks": "\n\nDisapprove an address as a call target for a given signer on the account.\n\n",
+ "examples": {
+ "javascript": "const tx = await contract.account.disapproveTargetForSigner(signer, target);\nconst receipt = tx.receipt();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "grantAdminPermissions",
+ "summary": "Grant an address admin access to the account.\n\n",
+ "remarks": "\n\nGrants an address admin access to the account. The admin will have complete authority over the account.\n\n",
+ "examples": {
+ "javascript": "const tx = await contract.account.grantAdminAccess(signer);\nconst receipt = tx.receipt();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "grantPermissions",
+ "summary": "Grant a signer permissions to use the account.\n\n",
+ "remarks": "\n\nGrants a signer permissions to use the account.\n\n",
+ "examples": {
+ "javascript": "const tx = await contract.account.grantPermissions(signer, permissions);\nconst receipt = tx.receipt();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.date"
+ }
+ },
+ {
+ "name": "resetAllPermissions",
+ "summary": "Set the account's entire snapshot of permissions.\n\n",
+ "remarks": "\n\nSets the account's entire snapshot of permissions.\n\n",
+ "examples": {
+ "javascript": "const tx = await contract.account.setAccess(permissionSnapshot);\nconst receipt = tx.receipt();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.date"
+ }
+ },
+ {
+ "name": "revokeAccess",
+ "summary": "Revoke a scoped access address to the account\n\n",
+ "remarks": "\n\nRevokes an address' access to the account.\n\n",
+ "examples": {
+ "javascript": "const tx = await contract.account.revokeAccess(signer);\nconst receipt = tx.receipt();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "revokeAdminPermissions",
+ "summary": "Revoke an address' admin access to the account.\n\n",
+ "remarks": "\n\nRevokes an address' admin access to the account.\n\n",
+ "examples": {
+ "javascript": "const tx = await contract.account.revokeAdminAccess(signer);\nconst receipt = tx.receipt();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "updatePermissions",
+ "summary": "Update the permissions of a signer for using the account.\n\n",
+ "remarks": "\n\nUpdates the permissions of a signer for using the account.\n\n",
+ "examples": {
+ "javascript": "const tx = await contract.account.updateAccess(signer, restrictions);\nconst receipt = tx.receipt();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.date"
+ }
+ },
+ {
+ "name": "getAllAdmins",
+ "summary": "Get all admins of the account.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const allAdmins = await contract.account.getAllAdmins();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.account.getalladmins"
+ }
+ },
+ {
+ "name": "getAllAdminsAndSigners",
+ "summary": "Get all admins and non-admin signers with permissions to use the account.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const allAdminsAndSigners = await contract.account.getAllAdminsAndSigners();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.account.getalladminsandsigners"
+ }
+ },
+ {
+ "name": "getAllSigners",
+ "summary": "Get all (non-admin) signers with permissions to use the account.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const allSigners = await contract.account.getAllSigners();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.account.getallsigners"
+ }
+ },
+ {
+ "name": "isAdmin",
+ "summary": "Get whether a signer is an admin on the account.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const isAdmin = await contract.account.isAdmin(signer);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.account.isadmin"
+ }
+ },
+ {
+ "name": "isSigner",
+ "summary": "Get whether a signer has permissions to use the account.\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const isAdmin = await contract.account.isSigner(signer);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.account.issigner"
+ }
+ }
+ ],
+ "AccountFactory": [
+ {
+ "name": "createAccount",
+ "summary": "Create a account\n\n",
+ "remarks": "\n\nCreate a account for an admin. The admin will have complete authority over the account.\n\n",
+ "examples": {
+ "javascript": "const tx = await contract.accountFactory.createAccount(admin, extraData);\nconst receipt = tx.receipt();\nconst accountAddress = tx.address;"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.utils.byteslike"
+ }
+ },
+ {
+ "name": "getAllAccounts",
+ "summary": "Get all accounts\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const allAccounts = await contract.accountFactory.getAllAccounts();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.accountfactory.getallaccounts"
+ }
+ },
+ {
+ "name": "getAssociatedAccounts",
+ "summary": "Get all accounts on which the given signer has authority\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const allAccounts = await contract.accountFactory.getAssociatedAccounts(admin);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.accountfactory.getassociatedaccounts"
+ }
+ },
+ {
+ "name": "predictAccountAddress",
+ "summary": "Get the deterministic address of the account that will be created\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const accountAddress = await contract.accountFactory.predictAccountAddress(admin);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.accountfactory.predictaccountaddress"
+ }
+ }
+ ],
+ "AirdropERC1155": [
+ {
+ "name": "drop",
+ "summary": "Perform airdrop of ERC1155 tokens\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// Airdrop content array, with recipients and tokenIds\nconst contents = [\n {\n recipient: \"0xabc...\", // first recipient address\n tokenId: 0,\n amount: \"10\" // number of tokens\n },\n {\n recipient: \"0x123...\", // second recipient address\n tokenId: 0\n amount: \"20\" // number of tokens\n }\n ]\n\nconst tokenAddress = \"0x...\" // Address of the ERC1155 token being airdropped\nconst tokenOwner = \"0x...\" // Address of the owner of the tokens being airdropped\n\nconst output = await contract.airdrop1155.drop(tokenAddress, tokenOwner, contents);\n\n// the `output` return value above contains:\n// - count of successful and failed drops\n// - array containing failed drops, if any\n"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ }
+ ],
+ "AirdropERC20": [
+ {
+ "name": "drop",
+ "summary": "Perform airdrop of ERC20 tokens\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// Airdrop content array, with recipients and token amounts\nconst contents = [\n {\n recipient: \"0xabc...\", // first recipient address\n amount: \"10\" // number of tokens in wei units\n },\n {\n recipient: \"0x123...\", // second recipient address\n amount: \"20\" // number of tokens in wei units\n }\n ]\n\nconst tokenAddress = \"0x...\" // Address of the ERC20 token being airdropped\nconst tokenOwner = \"0x...\" // Address of the owner of the tokens being airdropped\n\nconst output = await contract.airdrop20.drop(tokenAddress, tokenOwner, contents);\n\n// the `output` return value above contains:\n// - count of successful and failed drops\n// - array containing failed drops, if any\n"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ }
+ ],
+ "AirdropERC721": [
+ {
+ "name": "drop",
+ "summary": "Perform airdrop of ERC721 tokens\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// Airdrop content array, with recipients and tokenIds\nconst contents = [\n {\n recipient: \"0xabc...\", // first recipient address\n tokenId: 0\n },\n {\n recipient: \"0x123...\", // second recipient address\n tokenId: 2\n }\n ]\n\nconst tokenAddress = \"0x...\" // Address of the ERC721 token being airdropped\nconst tokenOwner = \"0x...\" // Address of the owner of the tokens being airdropped\n\nconst output = await contract.airdrop721.drop(tokenAddress, tokenOwner, contents);\n\n// the `output` return value above contains:\n// - count of successful and failed drops\n// - array containing failed drops, if any\n"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ }
+ ],
+ "AppURI": [
+ {
+ "name": "set",
+ "summary": "Set App URI\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const appURI = \"ipfs://some_ipfs_hash\";\nawait contract.app.set(appURI);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "get",
+ "summary": "Get App URI\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const appURI = await contract.app.get();\nconsole.log(appURI) // \"ipfs://some_ipfs_hash\";"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.contractappuri.get"
+ }
+ }
+ ],
+ "ContractMetadata": [
+ {
+ "name": "set",
+ "summary": "Set the metadata of this contract\n\n",
+ "remarks": "\n\nOVERWRITE the metadata of a contract\n\n",
+ "examples": {
+ "javascript": "await contract.metadata.set({\n name: \"My Contract\",\n description: \"My contract description\"\n})"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.z.input"
+ }
+ },
+ {
+ "name": "update",
+ "summary": "Update the metadata of a contract\n\n",
+ "remarks": "\n\nUpdate the metadata of a contract\n\n",
+ "examples": {
+ "javascript": "await contract.metadata.update({\n description: \"My new contract description\"\n})"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.partial"
+ }
+ },
+ {
+ "name": "get",
+ "summary": "Get the metadata of this contract\n\n",
+ "remarks": "\n\nGet the metadata of a contract\n\n",
+ "examples": {
+ "javascript": "const metadata = await contract.metadata.get();\nconsole.log(metadata);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.contractmetadata.get"
+ }
+ }
+ ],
+ "Ownable": [
+ {
+ "name": "set",
+ "summary": "Set the new owner of the contract\n\n",
+ "remarks": "\n\nCan only be called by the current owner.\n\n",
+ "examples": {
+ "javascript": "const newOwnerAddress = \"{{wallet_address}}\";\nawait contract.owner.set(newOwnerAddress);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "get",
+ "summary": "Get the current owner of the contract\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "await contract.owner.get();\nconsole.log(\"Owner address: \", ownerAddress);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.contractowner.get"
+ }
+ }
+ ],
+ "PlatformFee": [
+ {
+ "name": "set",
+ "summary": "Set the platform fee recipient and basis points\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "await contract.platformFees.set({\n platform_fee_basis_points: 100, // 1% fee\n platform_fee_recipient: \"0x...\" // the fee recipient\n})"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "get",
+ "summary": "Get the platform fee recipient and basis points\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const feeInfo = await contract.platformFees.get();\nconsole.log(feeInfo.platform_fee_recipient);\nconsole.log(feeInfo.platform_fee_basis_points);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.contractplatformfee.get"
+ }
+ }
+ ],
+ "PrimarySale": [
+ {
+ "name": "setRecipient",
+ "summary": "Set the primary sale recipient\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "await contract.sales.setRecipient(recipientWalletAddress);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "getRecipient",
+ "summary": "Get the primary sale recipient\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const salesRecipient = await contract.sales.getRecipient();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.contractprimarysale.getrecipient"
+ }
+ }
+ ],
+ "Permissions": [
+ {
+ "name": "grant",
+ "summary": "Grant a role to a specific address\n\n",
+ "remarks": "\n\nMake sure you are sure you want to grant the role to the address.\n\n",
+ "examples": {
+ "javascript": "await contract.roles.grant(\"minter\", \"{{wallet_address}}\");"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "revoke",
+ "summary": "Revoke a role from a specific address\n\n",
+ "remarks": "\n\n-- Caution --\n\nThis will let you remove yourself from the role, too. If you remove yourself from the admin role, you will no longer be able to administer the contract. There is no way to recover from this.\n\n",
+ "examples": {
+ "javascript": "await contract.roles.revoke(\"minter\", \"{{wallet_address}}\");"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "setAll",
+ "summary": "Overwrite the list of members for specific roles\n\n",
+ "remarks": "\n\nEvery role in the list will be overwritten with the new list of addresses provided with them. If you want to add or remove addresses for a single address use {@link ContractRoles.grant} and {@link ContractRoles.revoke} respectively instead.\n\n",
+ "examples": {
+ "javascript": "const minterAddresses = await contract.roles.get(\"minter\");\nawait contract.roles.setAll({\n minter: []\n});\nconsole.log(await contract.roles.get(\"minter\")); // No matter what members had the role before, the new list will be set to []"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "get",
+ "summary": "Get all members of a specific role\n\n",
+ "remarks": "\n\nSee {@link ContractRoles.getAll} to get get a list of addresses for all supported roles on the contract.\n\n",
+ "examples": {
+ "javascript": "const minterAddresses = await contract.roles.get(\"minter\");"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.contractroles.get"
+ }
+ }
+ ],
+ "PermissionsEnumerable": [
+ {
+ "name": "getAll",
+ "summary": "Get all members of all roles\n\n",
+ "remarks": "\n\nSee {@link ContractRoles.get} to get a list of addresses that are members of a specific role.\n\n",
+ "examples": {
+ "javascript": "const rolesAndMembers = await contract.roles.getAll();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.contractroles.getall"
+ }
+ }
+ ],
+ "Royalty": [
+ {
+ "name": "setDefaultRoyaltyInfo",
+ "summary": "Set the royalty recipient and fee\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "await contract.roles.setDefaultRoyaltyInfo({\n seller_fee_basis_points: 100, // 1% royalty fee\n fee_recipient: \"0x...\", // the fee recipient\n});"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "setTokenRoyaltyInfo",
+ "summary": "Set the royalty recipient and fee for a particular token\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const tokenId = 0;\nawait contract.roles.setTokenRoyaltyInfo(tokenId, {\n seller_fee_basis_points: 100, // 1% royalty fee\n fee_recipient: \"0x...\", // the fee recipient\n});"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "getDefaultRoyaltyInfo",
+ "summary": "Get the royalty recipient and fee\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const royaltyInfo = await contract.royalties.getDefaultRoyaltyInfo();\nconsole.log(royaltyInfo.fee_recipient);\nconsole.log(royaltyInfo.seller_fee_basis_points);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.contractroyalty.getdefaultroyaltyinfo"
+ }
+ },
+ {
+ "name": "getTokenRoyaltyInfo",
+ "summary": "Get the royalty recipient and fee of a particular token\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const royaltyInfo = await contract.royalties.getDefaultRoyaltyInfo();\nconsole.log(royaltyInfo.fee_recipient);\nconsole.log(royaltyInfo.seller_fee_basis_points);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.contractroyalty.gettokenroyaltyinfo"
+ }
+ }
+ ],
+ "ERC1155BatchTransferable": [
+ {
+ "name": "airdrop",
+ "summary": "Airdrop multiple NFTs\n\n",
+ "remarks": "\n\nAirdrop one or multiple NFTs to the provided wallet addresses.\n\n",
+ "examples": {
+ "javascript": "// The token ID of the NFT you want to airdrop\nconst tokenId = \"0\";\n// Array of objects of addresses and quantities to airdrop NFTs to\nconst addresses = [\n {\n address: \"0x...\",\n quantity: 2,\n },\n {\n address: \"0x...\",\n quantity: 3,\n },\n];\nawait contract.erc1155.airdrop(tokenId, addresses);\n\n// You can also pass an array of addresses, it will airdrop 1 NFT per address\nconst tokenId = \"0\";\nconst addresses = [\n \"0x...\", \"0x...\", \"0x...\",\n]\nawait contract.erc1155.airdrop(tokenId, addresses);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ }
+ ],
+ "ERC1155Burnable": [
+ {
+ "name": "burn",
+ "summary": "Burn NFTs\n\n",
+ "remarks": "\n\nBurn the specified NFTs from the connected wallet\n\n",
+ "examples": {
+ "javascript": "// The token ID to burn NFTs of\nconst tokenId = 0;\n// The amount of the NFT you want to burn\nconst amount = 2;\n\nconst result = await contract.erc1155.burn(tokenId, amount);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "burnBatch",
+ "summary": "Burn a batch of NFTs\n\n",
+ "remarks": "\n\nBurn the batch NFTs from the connected wallet\n\n",
+ "examples": {
+ "javascript": "// The token IDs to burn NFTs of\nconst tokenIds = [0, 1];\n// The amounts of each NFT you want to burn\nconst amounts = [2, 2];\n\nconst result = await contract.erc1155.burnBatch(tokenIds, amounts);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "burnBatchFrom",
+ "summary": "Burn a batch of NFTs from a specific wallet\n\n",
+ "remarks": "\n\nBurn the batch NFTs from the specified wallet\n\n",
+ "examples": {
+ "javascript": "// The address of the wallet to burn NFTS from\nconst account = \"0x...\";\n// The token IDs to burn NFTs of\nconst tokenIds = [0, 1];\n// The amounts of each NFT you want to burn\nconst amounts = [2, 2];\n\nconst result = await contract.erc1155.burnBatchFrom(account, tokenIds, amounts);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "burnFrom",
+ "summary": "Burn NFTs from a specific wallet\n\n",
+ "remarks": "\n\nBurn the specified NFTs from a specified wallet\n\n",
+ "examples": {
+ "javascript": "// The address of the wallet to burn NFTS from\nconst account = \"0x...\";\n// The token ID to burn NFTs of\nconst tokenId = 0;\n// The amount of this NFT you want to burn\nconst amount = 2;\n\nconst result = await contract.erc1155.burnFrom(account, tokenId, amount);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ }
+ ],
+ "ERC1155ClaimCustom": [
+ {
+ "name": "claim",
+ "summary": "Claim NFTs\n\n",
+ "remarks": "\n\nLet the connected wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const tokenId = 0; // the id of the NFT you want to claim\nconst quantity = 1; // how many NFTs you want to claim\n\nconst tx = await contract.erc1155.claim(tokenId, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim NFTs to a specific Wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst tokenId = 0; // the id of the NFT you want to claim\nconst quantity = 1; // how many NFTs you want to claim\n\nconst tx = await contract.erc1155.claimTo(address, tokenId, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ }
+ ],
+ "ERC1155ClaimPhasesV2": [
+ {
+ "name": "claim",
+ "summary": "Claim NFTs\n\n",
+ "remarks": "\n\nLet the connected wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const tokenId = 0; // the id of the NFT you want to claim\nconst quantity = 1; // how many NFTs you want to claim\n\nconst tx = await contract.erc1155.claim(tokenId, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "claimConditions",
+ "summary": "Configure claim conditions\n\n",
+ "remarks": "\n\nDefine who can claim NFTs in the collection, when and how many.\n\n",
+ "examples": {
+ "javascript": "const presaleStartTime = new Date();\nconst publicSaleStartTime = new Date(Date.now() + 60 * 60 * 24 * 1000);\nconst claimConditions = [\n {\n startTime: presaleStartTime, // start the presale now\n maxClaimableSupply: 2, // limit how many mints for this presale\n price: 0.01, // presale price\n snapshot: ['0x...', '0x...'], // limit minting to only certain addresses\n },\n {\n startTime: publicSaleStartTime, // 24h after presale, start public sale\n price: 0.08, // public sale price\n }\n]);\nawait contract.erc1155.claimConditions.set(tokenId, claimConditions);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.droperc1155claimconditions"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim NFTs to a specific Wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst tokenId = 0; // the id of the NFT you want to claim\nconst quantity = 1; // how many NFTs you want to claim\n\nconst tx = await contract.erc1155.claimTo(address, tokenId, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ }
+ ],
+ "ERC1155ClaimPhasesV1": [
+ {
+ "name": "claim",
+ "summary": "Claim NFTs\n\n",
+ "remarks": "\n\nLet the connected wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const tokenId = 0; // the id of the NFT you want to claim\nconst quantity = 1; // how many NFTs you want to claim\n\nconst tx = await contract.erc1155.claim(tokenId, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "claimConditions",
+ "summary": "Configure claim conditions\n\n",
+ "remarks": "\n\nDefine who can claim NFTs in the collection, when and how many.\n\n",
+ "examples": {
+ "javascript": "const presaleStartTime = new Date();\nconst publicSaleStartTime = new Date(Date.now() + 60 * 60 * 24 * 1000);\nconst claimConditions = [\n {\n startTime: presaleStartTime, // start the presale now\n maxClaimableSupply: 2, // limit how many mints for this presale\n price: 0.01, // presale price\n snapshot: ['0x...', '0x...'], // limit minting to only certain addresses\n },\n {\n startTime: publicSaleStartTime, // 24h after presale, start public sale\n price: 0.08, // public sale price\n }\n]);\nawait contract.erc1155.claimConditions.set(tokenId, claimConditions);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.droperc1155claimconditions"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim NFTs to a specific Wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst tokenId = 0; // the id of the NFT you want to claim\nconst quantity = 1; // how many NFTs you want to claim\n\nconst tx = await contract.erc1155.claimTo(address, tokenId, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ }
+ ],
+ "ERC1155ClaimConditionsV2": [
+ {
+ "name": "claim",
+ "summary": "Claim NFTs\n\n",
+ "remarks": "\n\nLet the connected wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const tokenId = 0; // the id of the NFT you want to claim\nconst quantity = 1; // how many NFTs you want to claim\n\nconst tx = await contract.erc1155.claim(tokenId, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "claimConditions",
+ "summary": "Configure claim conditions\n\n",
+ "remarks": "\n\nDefine who can claim NFTs in the collection, when and how many.\n\n",
+ "examples": {
+ "javascript": "const presaleStartTime = new Date();\nconst publicSaleStartTime = new Date(Date.now() + 60 * 60 * 24 * 1000);\nconst claimConditions = [\n {\n startTime: presaleStartTime, // start the presale now\n maxClaimableSupply: 2, // limit how many mints for this presale\n price: 0.01, // presale price\n snapshot: ['0x...', '0x...'], // limit minting to only certain addresses\n },\n {\n startTime: publicSaleStartTime, // 24h after presale, start public sale\n price: 0.08, // public sale price\n }\n]);\nawait contract.erc1155.claimConditions.set(tokenId, claimConditions);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.droperc1155claimconditions"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim NFTs to a specific Wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst tokenId = 0; // the id of the NFT you want to claim\nconst quantity = 1; // how many NFTs you want to claim\n\nconst tx = await contract.erc1155.claimTo(address, tokenId, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ }
+ ],
+ "ERC1155ClaimConditionsV1": [
+ {
+ "name": "claim",
+ "summary": "Claim NFTs\n\n",
+ "remarks": "\n\nLet the connected wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const tokenId = 0; // the id of the NFT you want to claim\nconst quantity = 1; // how many NFTs you want to claim\n\nconst tx = await contract.erc1155.claim(tokenId, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "claimConditions",
+ "summary": "Configure claim conditions\n\n",
+ "remarks": "\n\nDefine who can claim NFTs in the collection, when and how many.\n\n",
+ "examples": {
+ "javascript": "const presaleStartTime = new Date();\nconst publicSaleStartTime = new Date(Date.now() + 60 * 60 * 24 * 1000);\nconst claimConditions = [\n {\n startTime: presaleStartTime, // start the presale now\n maxClaimableSupply: 2, // limit how many mints for this presale\n price: 0.01, // presale price\n snapshot: ['0x...', '0x...'], // limit minting to only certain addresses\n },\n {\n startTime: publicSaleStartTime, // 24h after presale, start public sale\n price: 0.08, // public sale price\n }\n]);\nawait contract.erc1155.claimConditions.set(tokenId, claimConditions);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.droperc1155claimconditions"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim NFTs to a specific Wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst tokenId = 0; // the id of the NFT you want to claim\nconst quantity = 1; // how many NFTs you want to claim\n\nconst tx = await contract.erc1155.claimTo(address, tokenId, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ }
+ ],
+ "ERC1155LazyMintableV1": [
+ {
+ "name": "lazyMint",
+ "summary": "Lazy mint NFTs\n\n",
+ "remarks": "\n\nCreate batch allows you to create a batch of many NFTs in one transaction.\n\n",
+ "examples": {
+ "javascript": "// Custom metadata of the NFTs to create\nconst metadatas = [{\n name: \"Cool NFT\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"), // This can be an image url or file\n}, {\n name: \"Cool NFT\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"),\n}];\n\nconst results = await contract.erc1155.lazyMint(metadatas); // uploads and creates the NFTs on chain\nconst firstTokenId = results[0].id; // token id of the first created NFT\nconst firstNFT = await results[0].data(); // (optional) fetch details of the first created NFT"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.objectinputtype"
+ }
+ }
+ ],
+ "ERC1155LazyMintableV2": [
+ {
+ "name": "lazyMint",
+ "summary": "Lazy mint NFTs\n\n",
+ "remarks": "\n\nCreate batch allows you to create a batch of many NFTs in one transaction.\n\n",
+ "examples": {
+ "javascript": "// Custom metadata of the NFTs to create\nconst metadatas = [{\n name: \"Cool NFT\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"), // This can be an image url or file\n}, {\n name: \"Cool NFT\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"),\n}];\n\nconst results = await contract.erc1155.lazyMint(metadatas); // uploads and creates the NFTs on chain\nconst firstTokenId = results[0].id; // token id of the first created NFT\nconst firstNFT = await results[0].data(); // (optional) fetch details of the first created NFT"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.objectinputtype"
+ }
+ }
+ ],
+ "ERC1155Mintable": [
+ {
+ "name": "mint",
+ "summary": "Mint an NFT\n\n",
+ "remarks": "\n\nMint an NFT with a limited supply to the connected wallet.\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet you want to mint the NFT to\nconst toAddress = \"{{wallet_address}}\"\n\n// Custom metadata of the NFT, note that you can fully customize this metadata with other properties.\nconst metadata = {\n name: \"Cool NFT\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"), // This can be an image url or file\n}\n\nconst metadataWithSupply = {\n metadata,\n supply: 1000, // The number of this NFT you want to mint\n}\n\nconst tx = await contract.erc1155.mint(toAddress, metadataWithSupply);\nconst receipt = tx.receipt; // the transaction receipt\nconst tokenId = tx.id; // the id of the NFT minted\nconst nft = await tx.data(); // (optional) fetch details of minted NFT"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumber"
+ }
+ },
+ {
+ "name": "mintAdditionalSupply",
+ "summary": "Increase the supply of an existing NFT\n\n",
+ "remarks": "\n\nIncrease the supply of an existing NFT and mint it to the connected wallet address\n\n",
+ "examples": {
+ "javascript": "const tokenId = 0;\nconst additionalSupply = 1000;\nawait contract.erc1155.mintAdditionalSupply(tokenId, additionalSupply);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "mintTo",
+ "summary": "Mint an NFT to a specific wallet\n\n",
+ "remarks": "\n\nMint an NFT with a limited supply to a specified wallet.\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet you want to mint the NFT to\nconst toAddress = \"{{wallet_address}}\"\n\n// Custom metadata of the NFT, note that you can fully customize this metadata with other properties.\nconst metadata = {\n name: \"Cool NFT\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"), // This can be an image url or file\n}\n\nconst metadataWithSupply = {\n metadata,\n supply: 1000, // The number of this NFT you want to mint\n}\n\nconst tx = await contract.erc1155.mintTo(toAddress, metadataWithSupply);\nconst receipt = tx.receipt; // the transaction receipt\nconst tokenId = tx.id; // the id of the NFT minted\nconst nft = await tx.data(); // (optional) fetch details of minted NFT"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumber"
+ }
+ }
+ ],
+ "ERC1155BatchMintable": [
+ {
+ "name": "mintBatch",
+ "summary": "Mint multiple NFTs at once\n\n",
+ "remarks": "\n\nMint multiple different NFTs with limited supplies to the connected wallet.\n\n",
+ "examples": {
+ "javascript": "// Custom metadata and supplies of your NFTs\nconst metadataWithSupply = [{\n supply: 50, // The number of this NFT you want to mint\n metadata: {\n name: \"Cool NFT #1\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"), // This can be an image url or file\n },\n}, {\n supply: 100,\n metadata: {\n name: \"Cool NFT #2\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"), // This can be an image url or file\n },\n}];\n\nconst tx = await contract.erc1155.mintBatch(metadataWithSupply);\nconst receipt = tx[0].receipt; // same transaction receipt for all minted NFTs\nconst firstTokenId = tx[0].id; // token id of the first minted NFT\nconst firstNFT = await tx[0].data(); // (optional) fetch details of the first minted NFT"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumber"
+ }
+ },
+ {
+ "name": "mintBatchTo",
+ "summary": "Mint multiple NFTs at once to a specific wallet\n\n",
+ "remarks": "\n\nMint multiple different NFTs with limited supplies to a specified wallet.\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet you want to mint the NFT to\nconst toAddress = \"{{wallet_address}}\"\n\n// Custom metadata and supplies of your NFTs\nconst metadataWithSupply = [{\n supply: 50, // The number of this NFT you want to mint\n metadata: {\n name: \"Cool NFT #1\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"), // This can be an image url or file\n },\n}, {\n supply: 100,\n metadata: {\n name: \"Cool NFT #2\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"), // This can be an image url or file\n },\n}];\n\nconst tx = await contract.erc1155.mintBatchTo(toAddress, metadataWithSupply);\nconst receipt = tx[0].receipt; // same transaction receipt for all minted NFTs\nconst firstTokenId = tx[0].id; // token id of the first minted NFT\nconst firstNFT = await tx[0].data(); // (optional) fetch details of the first minted NFT"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumber"
+ }
+ }
+ ],
+ "ERC1155Revealable": [
+ {
+ "name": "revealer",
+ "summary": "Mint delayed reveal NFTs\n\n",
+ "remarks": "\n\nCreate a batch of encrypted NFTs that can be revealed at a later time.\n\n",
+ "examples": {
+ "javascript": "// the real NFTs, these will be encrypted until you reveal them\nconst realNFTs = [{\n name: \"Common NFT #1\",\n description: \"Common NFT, one of many.\",\n image: fs.readFileSync(\"path/to/image.png\"),\n}, {\n name: \"Super Rare NFT #2\",\n description: \"You got a Super Rare NFT!\",\n image: fs.readFileSync(\"path/to/image.png\"),\n}];\n// A placeholder NFT that people will get immediately in their wallet, and will be converted to the real NFT at reveal time\nconst placeholderNFT = {\n name: \"Hidden NFT\",\n description: \"Will be revealed next week!\"\n};\n// Create and encrypt the NFTs\nawait contract.erc1155.drop.revealer.createDelayedRevealBatch(\n placeholderNFT,\n realNFTs,\n \"my secret password\",\n);\n// Whenever you're ready, reveal your NFTs at any time\nconst batchId = 0; // the batch to reveal\nawait contract.erc1155.revealer.reveal(batchId, \"my secret password\");"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.delayedreveal"
+ }
+ }
+ ],
+ "ERC1155": [
+ {
+ "name": "setApprovalForAll",
+ "summary": "Set approval for all NFTs\n\n",
+ "remarks": "\n\nApprove or remove operator as an operator for the caller. Operators can call transferFrom or safeTransferFrom for any token owned by the caller.\n\n",
+ "examples": {
+ "javascript": "const operator = \"{{wallet_address}}\";\nawait contract.erc1155.setApprovalForAll(operator, true);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "transfer",
+ "summary": "Transfer an NFT\n\n",
+ "remarks": "\n\nTransfer an NFT from the connected wallet to another wallet.\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet you want to send the NFT to\nconst toAddress = \"{{wallet_address}}\";\nconst tokenId = \"0\"; // The token ID of the NFT you want to send\nconst amount = 3; // How many copies of the NFTs to transfer\nawait contract.erc1155.transfer(toAddress, tokenId, amount);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "transferFrom",
+ "summary": "Transfer an NFT from a specific wallet\n\n",
+ "remarks": "\n\nTransfer an NFT from a specific wallet to another wallet.\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet you want to send the NFT to\nconst toAddress = \"{{wallet_address}}\";\nconst tokenId = \"0\"; // The token ID of the NFT you want to send\nconst amount = 3; // How many copies of the NFTs to transfer\nawait contract.erc1155.transfer(toAddress, tokenId, amount);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "balanceOf",
+ "summary": "Get NFT balance of a specific wallet\n\n",
+ "remarks": "\n\nGet a wallets NFT balance (number of NFTs in this contract owned by the wallet).\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet to check NFT balance\nconst walletAddress = \"{{wallet_address}}\";\nconst tokenId = 0; // Id of the NFT to check\nconst balance = await contract.erc1155.balanceOf(walletAddress, tokenId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc1155.balanceof"
+ }
+ },
+ {
+ "name": "get",
+ "summary": "Get a single NFT\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const tokenId = 0;\nconst nft = await contract.erc1155.get(tokenId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc1155.get"
+ }
+ },
+ {
+ "name": "totalSupply",
+ "summary": "Get the total supply of a specific token\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const tokenId = 0;\nconst nft = await contract.erc1155.totalSupply(tokenId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc1155.totalsupply"
+ }
+ }
+ ],
+ "ERC1155SignatureMintable": [
+ {
+ "name": "signature",
+ "summary": "Mint with signature\n\n",
+ "remarks": "\n\nGenerate dynamic NFTs with your own signature, and let others mint them using that signature.\n\n",
+ "examples": {
+ "javascript": "// see how to craft a payload to sign in the `contract.erc1155.signature.generate()` documentation\nconst signedPayload = contract.erc1155.signature().generate(payload);\n\n// now anyone can mint the NFT\nconst tx = contract.erc1155.signature.mint(signedPayload);\nconst receipt = tx.receipt; // the mint transaction receipt\nconst mintedId = tx.id; // the id of the NFT minted"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc1155signaturemintable"
+ }
+ }
+ ],
+ "ERC1155Enumerable": [
+ {
+ "name": "getAll",
+ "summary": "Get all NFTs\n\n",
+ "remarks": "\n\nGet all the data associated with every NFT in this contract.\n\nBy default, returns the first 100 NFTs, use queryParams to fetch more.\n\n",
+ "examples": {
+ "javascript": "const nfts = await contract.erc1155.getAll();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc1155.getall"
+ }
+ },
+ {
+ "name": "getOwned",
+ "summary": "Get all NFTs owned by a specific wallet\n\n",
+ "remarks": "\n\nGet all the data associated with the NFTs owned by a specific wallet.\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet to get the NFTs of\nconst address = \"{{wallet_address}}\";\nconst nfts = await contract.erc1155.getOwned(address);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc1155.getowned"
+ }
+ },
+ {
+ "name": "totalCount",
+ "summary": "Get the total number of NFTs minted\n\n",
+ "remarks": "\n\nThis returns the total number of NFTs minted in this contract, **not** the total supply of a given token.\n\n",
+ "examples": {
+ "javascript": "const count = await contract.erc1155.totalCount();\nconsole.log(count);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc1155.totalcount"
+ }
+ }
+ ],
+ "ERC20Burnable": [
+ {
+ "name": "burn",
+ "summary": "Burn tokens\n\n",
+ "remarks": "\n\nBurn tokens held by the connected wallet\n\n",
+ "examples": {
+ "javascript": "// The amount of this token you want to burn\nconst amount = 1.2;\n\nawait contract.erc20.burn(amount);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "burnFrom",
+ "summary": "Burn tokens from a specific wallet\n\n",
+ "remarks": "\n\nBurn tokens held by the specified wallet\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet sending the tokens\nconst holderAddress = \"{{wallet_address}}\";\n\n// The amount of this token you want to burn\nconst amount = 1.2;\n\nawait contract.erc20.burnFrom(holderAddress, amount);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ }
+ ],
+ "ERC20ClaimPhasesV2": [
+ {
+ "name": "claim",
+ "summary": "Claim tokens\n\n",
+ "remarks": "\n\nLet the specified wallet claim Tokens.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst quantity = 42.69; // how many tokens you want to claim\n\nconst tx = await contract.erc20.claim(address, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.claimoptions"
+ }
+ },
+ {
+ "name": "claimConditions",
+ "summary": "Configure claim conditions\n\n",
+ "remarks": "\n\nDefine who can claim NFTs in the collection, when and how many.\n\n",
+ "examples": {
+ "javascript": "const presaleStartTime = new Date();\nconst publicSaleStartTime = new Date(Date.now() + 60 * 60 * 24 * 1000);\nconst claimConditions = [\n {\n startTime: presaleStartTime, // start the presale now\n maxClaimableSupply: 2, // limit how many mints for this presale\n price: 0.01, // presale price\n snapshot: ['0x...', '0x...'], // limit minting to only certain addresses\n },\n {\n startTime: publicSaleStartTime, // 24h after presale, start public sale\n price: 0.08, // public sale price\n }\n]);\nawait contract.erc20.claimConditions.set(claimConditions);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.dropclaimconditions"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim tokens to a specific wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim Tokens.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst quantity = 42.69; // how many tokens you want to claim\n\nconst tx = await contract.erc20.claim(address, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.claimoptions"
+ }
+ }
+ ],
+ "ERC20ClaimPhasesV1": [
+ {
+ "name": "claim",
+ "summary": "Claim tokens\n\n",
+ "remarks": "\n\nLet the specified wallet claim Tokens.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst quantity = 42.69; // how many tokens you want to claim\n\nconst tx = await contract.erc20.claim(address, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.claimoptions"
+ }
+ },
+ {
+ "name": "claimConditions",
+ "summary": "Configure claim conditions\n\n",
+ "remarks": "\n\nDefine who can claim NFTs in the collection, when and how many.\n\n",
+ "examples": {
+ "javascript": "const presaleStartTime = new Date();\nconst publicSaleStartTime = new Date(Date.now() + 60 * 60 * 24 * 1000);\nconst claimConditions = [\n {\n startTime: presaleStartTime, // start the presale now\n maxClaimableSupply: 2, // limit how many mints for this presale\n price: 0.01, // presale price\n snapshot: ['0x...', '0x...'], // limit minting to only certain addresses\n },\n {\n startTime: publicSaleStartTime, // 24h after presale, start public sale\n price: 0.08, // public sale price\n }\n]);\nawait contract.erc20.claimConditions.set(claimConditions);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.dropclaimconditions"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim tokens to a specific wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim Tokens.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst quantity = 42.69; // how many tokens you want to claim\n\nconst tx = await contract.erc20.claim(address, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.claimoptions"
+ }
+ }
+ ],
+ "ERC20ClaimConditionsV2": [
+ {
+ "name": "claim",
+ "summary": "Claim tokens\n\n",
+ "remarks": "\n\nLet the specified wallet claim Tokens.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst quantity = 42.69; // how many tokens you want to claim\n\nconst tx = await contract.erc20.claim(address, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.claimoptions"
+ }
+ },
+ {
+ "name": "claimConditions",
+ "summary": "Configure claim conditions\n\n",
+ "remarks": "\n\nDefine who can claim NFTs in the collection, when and how many.\n\n",
+ "examples": {
+ "javascript": "const presaleStartTime = new Date();\nconst publicSaleStartTime = new Date(Date.now() + 60 * 60 * 24 * 1000);\nconst claimConditions = [\n {\n startTime: presaleStartTime, // start the presale now\n maxClaimableSupply: 2, // limit how many mints for this presale\n price: 0.01, // presale price\n snapshot: ['0x...', '0x...'], // limit minting to only certain addresses\n },\n {\n startTime: publicSaleStartTime, // 24h after presale, start public sale\n price: 0.08, // public sale price\n }\n]);\nawait contract.erc20.claimConditions.set(claimConditions);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.dropclaimconditions"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim tokens to a specific wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim Tokens.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst quantity = 42.69; // how many tokens you want to claim\n\nconst tx = await contract.erc20.claim(address, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.claimoptions"
+ }
+ }
+ ],
+ "ERC20ClaimConditionsV1": [
+ {
+ "name": "claim",
+ "summary": "Claim tokens\n\n",
+ "remarks": "\n\nLet the specified wallet claim Tokens.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst quantity = 42.69; // how many tokens you want to claim\n\nconst tx = await contract.erc20.claim(address, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.claimoptions"
+ }
+ },
+ {
+ "name": "claimConditions",
+ "summary": "Configure claim conditions\n\n",
+ "remarks": "\n\nDefine who can claim NFTs in the collection, when and how many.\n\n",
+ "examples": {
+ "javascript": "const presaleStartTime = new Date();\nconst publicSaleStartTime = new Date(Date.now() + 60 * 60 * 24 * 1000);\nconst claimConditions = [\n {\n startTime: presaleStartTime, // start the presale now\n maxClaimableSupply: 2, // limit how many mints for this presale\n price: 0.01, // presale price\n snapshot: ['0x...', '0x...'], // limit minting to only certain addresses\n },\n {\n startTime: publicSaleStartTime, // 24h after presale, start public sale\n price: 0.08, // public sale price\n }\n]);\nawait contract.erc20.claimConditions.set(claimConditions);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.dropclaimconditions"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim tokens to a specific wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim Tokens.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst quantity = 42.69; // how many tokens you want to claim\n\nconst tx = await contract.erc20.claim(address, quantity);\nconst receipt = tx.receipt; // the transaction receipt"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.claimoptions"
+ }
+ }
+ ],
+ "ERC20Mintable": [
+ {
+ "name": "mint",
+ "summary": "Mint tokens\n\n",
+ "remarks": "\n\nMint tokens to the connected wallet.\n\n",
+ "examples": {
+ "javascript": "const amount = \"1.5\"; // The amount of this token you want to mint\nawait contract.erc20.mint(amount);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "mintTo",
+ "summary": "Mint tokens to a specific wallet\n\n",
+ "remarks": "\n\nMint tokens to a specified address.\n\n",
+ "examples": {
+ "javascript": "const toAddress = \"{{wallet_address}}\"; // Address of the wallet you want to mint the tokens to\nconst amount = \"1.5\"; // The amount of this token you want to mint\nawait contract.erc20.mintTo(toAddress, amount);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ }
+ ],
+ "ERC20BatchMintable": [
+ {
+ "name": "mintBatchTo",
+ "summary": "Mint tokens to many wallets\n\n",
+ "remarks": "\n\nMint tokens to many wallets in one transaction.\n\n",
+ "examples": {
+ "javascript": "// Data of the tokens you want to mint\nconst data = [\n {\n toAddress: \"{{wallet_address}}\", // Address to mint tokens to\n amount: 0.2, // How many tokens to mint to specified address\n },\n {\n toAddress: \"0x...\",\n amount: 1.4,\n }\n]\n\nawait contract.mintBatchTo(data);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ }
+ ],
+ "ERC20": [
+ {
+ "name": "setAllowance",
+ "summary": "Set token allowance\n\n",
+ "remarks": "\n\nAllows the specified `spender` wallet to transfer the given `amount` of tokens to another wallet\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet to allow transfers from\nconst spenderAddress = \"0x...\";\n// The number of tokens to give as allowance\nconst amount = 100\nawait contract.erc20.setAllowance(spenderAddress, amount);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "transfer",
+ "summary": "Transfer tokens\n\n",
+ "remarks": "\n\nTransfer tokens from the connected wallet to another wallet.\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet you want to send the tokens to\nconst toAddress = \"0x...\";\n// The amount of tokens you want to send\nconst amount = 0.1;\nawait contract.erc20.transfer(toAddress, amount);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "transferFrom",
+ "summary": "Transfer tokens from a specific address\n\n",
+ "remarks": "\n\nTransfer tokens from one wallet to another\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet sending the tokens\nconst fromAddress = \"{{wallet_address}}\";\n// Address of the wallet you want to send the tokens to\nconst toAddress = \"0x...\";\n// The number of tokens you want to send\nconst amount = 1.2\n// Note that the connected wallet must have approval to transfer the tokens of the fromAddress\nawait contract.erc20.transferFrom(fromAddress, toAddress, amount);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "allowance",
+ "summary": "Get token allowance\n\n",
+ "remarks": "\n\nGet the allowance of a 'spender' wallet over the connected wallet's funds - the allowance of a different address for a token is the amount of tokens that the `spender` wallet is allowed to spend on behalf of the connected wallet.\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet to check token allowance\nconst spenderAddress = \"0x...\";\nconst allowance = await contract.erc20.allowance(spenderAddress);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc20.allowance"
+ }
+ },
+ {
+ "name": "allowanceOf",
+ "summary": "Get token allowance of a specific wallet\n\n",
+ "remarks": "\n\nGet the allowance of one wallet over another wallet's funds - the allowance of a different address for a token is the amount of tokens that the wallet is allowed to spend on behalf of the specified wallet.\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet who owns the funds\nconst owner = \"{{wallet_address}}\";\n// Address of the wallet to check token allowance\nconst spender = \"0x...\";\nconst allowance = await contract.erc20.allowanceOf(owner, spender);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc20.allowanceof"
+ }
+ },
+ {
+ "name": "balance",
+ "summary": "Get token balance for the currently connected wallet\n\n",
+ "remarks": "\n\nGet a wallets token balance.\n\n",
+ "examples": {
+ "javascript": "const balance = await contract.erc20.balance();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc20.balance"
+ }
+ },
+ {
+ "name": "balanceOf",
+ "summary": "Get token balance for a specific wallet\n\n",
+ "remarks": "\n\nGet a wallets token balance.\n\n",
+ "examples": {
+ "javascript": "const walletAddress = \"{{wallet_address}}\";\nconst balance = await contract.erc20.balanceOf(walletAddress);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc20.balanceof"
+ }
+ },
+ {
+ "name": "get",
+ "summary": "Get the token metadata\n\n",
+ "remarks": "\n\nname, symbol, etc...\n\n",
+ "examples": {
+ "javascript": "const token = await contract.erc20.get();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc20.get"
+ }
+ },
+ {
+ "name": "totalSupply",
+ "summary": "Get the total supply for this token\n\n",
+ "remarks": "\n\nGet how much supply has been minted\n\n",
+ "examples": {
+ "javascript": "const balance = await contract.erc20.totalSupply();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc20.totalsupply"
+ }
+ }
+ ],
+ "ERC20SignatureMintable": [
+ {
+ "name": "signature",
+ "summary": "Mint with signature\n\n",
+ "remarks": "\n\nGenerate dynamic tokens with your own signature, and let others mint them using that signature.\n\n",
+ "examples": {
+ "javascript": "// see how to craft a payload to sign in the `contract.erc20.signature.generate()` documentation\nconst signedPayload = contract.erc20.signature().generate(payload);\n\n// now the payload can be used to mint tokens\nconst tx = contract.erc20.signature.mint(signedPayload);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc20signaturemintable"
+ }
+ }
+ ],
+ "": [
+ {
+ "name": "transferBatch",
+ "summary": "Transfer tokens to many wallets\n\n",
+ "remarks": "\n\nMint tokens from the connected wallet to many wallets\n\n",
+ "examples": {
+ "javascript": "// Data of the tokens you want to mint\nconst data = [\n {\n toAddress: \"{{wallet_address}}\", // Address to mint tokens to\n amount: 100, // How many tokens to mint to specified address\n },\n {\n toAddress: \"0x...\",\n amount: 100,\n }\n]\n\nawait contract.erc20.transferBatch(data);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "totalCount",
+ "summary": "Get the total number of NFTs minted\n\n",
+ "remarks": "\n\nThis returns the total number of NFTs minted in this contract, **not** the total supply of a given token.\n\n",
+ "examples": {
+ "javascript": "const count = await contract.erc721.totalCount();\nconsole.log(count);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.totalcount"
+ }
+ },
+ {
+ "name": "createListingsBatch",
+ "summary": "Create a batch of new listings\n\n",
+ "remarks": "\n\nCreate a batch of new listings on the marketplace\n\n",
+ "examples": {
+ "javascript": "const listings = [...];\nconst tx = await contract.directListings.createListingsBatch(listings);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumber"
+ }
+ },
+ {
+ "name": "revokeBuyerApprovalForReservedListing",
+ "summary": "Revoke approval of a buyer for a reserved direct listing\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// The listing ID of the direct listing you want to approve buyer for\nconst listingId = \"0\";\n\nawait contract.directListings.revokeBuyerApprovalForReservedListing(listingId, \"{{wallet_address}}\");"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "createAuctionsBatch",
+ "summary": "Create a batch of new auctions\n\n",
+ "remarks": "\n\nCreate a batch of new auctions on the marketplace\n\n",
+ "examples": {
+ "javascript": "const auctions = [...];\nconst tx = await contract.englishAuctions.createAuctionsBatch(auctions);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumber"
+ }
+ }
+ ],
+ "ERC721Burnable": [
+ {
+ "name": "burn",
+ "summary": "Burn a single NFT\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const result = await contract.erc721.burn(tokenId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ }
+ ],
+ "ERC721LoyaltyCard": [
+ {
+ "name": "cancel",
+ "summary": "Cancel loyalty card NFTs\n\n",
+ "remarks": "\n\nCancel loyalty card NFTs held by the connected wallet\n\n",
+ "examples": {
+ "javascript": "// The token ID of the loyalty card you want to cancel\nconst tokenId = 0;\n\nconst result = await contract.erc721.cancel(tokenId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "revoke",
+ "summary": "Revoke loyalty card NFTs\n\n",
+ "remarks": "\n\nRevoke loyalty card NFTs held by some owner.\n\n",
+ "examples": {
+ "javascript": "// The token ID of the loyalty card you want to revoke\nconst tokenId = 0;\n\nconst result = await contract.erc721.revoke(tokenId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ }
+ ],
+ "ERC721ClaimCustom": [
+ {
+ "name": "claim",
+ "summary": "Claim NFTs\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const quantity = 1; // how many unique NFTs you want to claim\n\nconst tx = await contract.erc721.claim(quantity);\nconst receipt = tx.receipt; // the transaction receipt\nconst claimedTokenId = tx.id; // the id of the NFT claimed\nconst claimedNFT = await tx.data(); // (optional) get the claimed NFT metadata"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim NFTs to a specific wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst quantity = 1; // how many unique NFTs you want to claim\n\nconst tx = await contract.erc721.claimTo(address, quantity);\nconst receipt = tx.receipt; // the transaction receipt\nconst claimedTokenId = tx.id; // the id of the NFT claimed\nconst claimedNFT = await tx.data(); // (optional) get the claimed NFT metadata"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "totalClaimedSupply",
+ "summary": "Get the claimed supply\n\n",
+ "remarks": "\n\nGet the number of claimed NFTs in this Drop.\n\n*\n\n",
+ "examples": {
+ "javascript": "const claimedNFTCount = await contract.totalClaimedSupply();\nconsole.log(`NFTs claimed: ${claimedNFTCount}`);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.totalclaimedsupply"
+ }
+ },
+ {
+ "name": "totalUnclaimedSupply",
+ "summary": "Get the unclaimed supply\n\n",
+ "remarks": "\n\nGet the number of unclaimed NFTs in this Drop.\n\n*\n\n",
+ "examples": {
+ "javascript": "const unclaimedNFTCount = await contract.totalUnclaimedSupply();\nconsole.log(`NFTs left to claim: ${unclaimedNFTCount}`);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.totalunclaimedsupply"
+ }
+ }
+ ],
+ "ERC721ClaimPhasesV2": [
+ {
+ "name": "claim",
+ "summary": "Claim NFTs\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const quantity = 1; // how many unique NFTs you want to claim\n\nconst tx = await contract.erc721.claim(quantity);\nconst receipt = tx.receipt; // the transaction receipt\nconst claimedTokenId = tx.id; // the id of the NFT claimed\nconst claimedNFT = await tx.data(); // (optional) get the claimed NFT metadata"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "claimConditions",
+ "summary": "Configure claim conditions\n\n",
+ "remarks": "\n\nDefine who can claim NFTs in the collection, when and how many.\n\n",
+ "examples": {
+ "javascript": "const presaleStartTime = new Date();\nconst publicSaleStartTime = new Date(Date.now() + 60 * 60 * 24 * 1000);\nconst claimConditions = [\n {\n startTime: presaleStartTime, // start the presale now\n maxClaimableSupply: 2, // limit how many mints for this presale\n price: 0.01, // presale price\n snapshot: ['0x...', '0x...'], // limit minting to only certain addresses\n },\n {\n startTime: publicSaleStartTime, // 24h after presale, start public sale\n price: 0.08, // public sale price\n }\n]);\nawait contract.erc721.claimConditions.set(claimConditions);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.dropclaimconditions"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim NFTs to a specific wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst quantity = 1; // how many unique NFTs you want to claim\n\nconst tx = await contract.erc721.claimTo(address, quantity);\nconst receipt = tx.receipt; // the transaction receipt\nconst claimedTokenId = tx.id; // the id of the NFT claimed\nconst claimedNFT = await tx.data(); // (optional) get the claimed NFT metadata"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "totalClaimedSupply",
+ "summary": "Get the claimed supply\n\n",
+ "remarks": "\n\nGet the number of claimed NFTs in this Drop.\n\n*\n\n",
+ "examples": {
+ "javascript": "const claimedNFTCount = await contract.totalClaimedSupply();\nconsole.log(`NFTs claimed: ${claimedNFTCount}`);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.totalclaimedsupply"
+ }
+ },
+ {
+ "name": "totalUnclaimedSupply",
+ "summary": "Get the unclaimed supply\n\n",
+ "remarks": "\n\nGet the number of unclaimed NFTs in this Drop.\n\n*\n\n",
+ "examples": {
+ "javascript": "const unclaimedNFTCount = await contract.totalUnclaimedSupply();\nconsole.log(`NFTs left to claim: ${unclaimedNFTCount}`);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.totalunclaimedsupply"
+ }
+ }
+ ],
+ "ERC721ClaimPhasesV1": [
+ {
+ "name": "claim",
+ "summary": "Claim NFTs\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const quantity = 1; // how many unique NFTs you want to claim\n\nconst tx = await contract.erc721.claim(quantity);\nconst receipt = tx.receipt; // the transaction receipt\nconst claimedTokenId = tx.id; // the id of the NFT claimed\nconst claimedNFT = await tx.data(); // (optional) get the claimed NFT metadata"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "claimConditions",
+ "summary": "Configure claim conditions\n\n",
+ "remarks": "\n\nDefine who can claim NFTs in the collection, when and how many.\n\n",
+ "examples": {
+ "javascript": "const presaleStartTime = new Date();\nconst publicSaleStartTime = new Date(Date.now() + 60 * 60 * 24 * 1000);\nconst claimConditions = [\n {\n startTime: presaleStartTime, // start the presale now\n maxClaimableSupply: 2, // limit how many mints for this presale\n price: 0.01, // presale price\n snapshot: ['0x...', '0x...'], // limit minting to only certain addresses\n },\n {\n startTime: publicSaleStartTime, // 24h after presale, start public sale\n price: 0.08, // public sale price\n }\n]);\nawait contract.erc721.claimConditions.set(claimConditions);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.dropclaimconditions"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim NFTs to a specific wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst quantity = 1; // how many unique NFTs you want to claim\n\nconst tx = await contract.erc721.claimTo(address, quantity);\nconst receipt = tx.receipt; // the transaction receipt\nconst claimedTokenId = tx.id; // the id of the NFT claimed\nconst claimedNFT = await tx.data(); // (optional) get the claimed NFT metadata"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "totalClaimedSupply",
+ "summary": "Get the claimed supply\n\n",
+ "remarks": "\n\nGet the number of claimed NFTs in this Drop.\n\n*\n\n",
+ "examples": {
+ "javascript": "const claimedNFTCount = await contract.totalClaimedSupply();\nconsole.log(`NFTs claimed: ${claimedNFTCount}`);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.totalclaimedsupply"
+ }
+ },
+ {
+ "name": "totalUnclaimedSupply",
+ "summary": "Get the unclaimed supply\n\n",
+ "remarks": "\n\nGet the number of unclaimed NFTs in this Drop.\n\n*\n\n",
+ "examples": {
+ "javascript": "const unclaimedNFTCount = await contract.totalUnclaimedSupply();\nconsole.log(`NFTs left to claim: ${unclaimedNFTCount}`);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.totalunclaimedsupply"
+ }
+ }
+ ],
+ "ERC721ClaimConditionsV2": [
+ {
+ "name": "claim",
+ "summary": "Claim NFTs\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const quantity = 1; // how many unique NFTs you want to claim\n\nconst tx = await contract.erc721.claim(quantity);\nconst receipt = tx.receipt; // the transaction receipt\nconst claimedTokenId = tx.id; // the id of the NFT claimed\nconst claimedNFT = await tx.data(); // (optional) get the claimed NFT metadata"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "claimConditions",
+ "summary": "Configure claim conditions\n\n",
+ "remarks": "\n\nDefine who can claim NFTs in the collection, when and how many.\n\n",
+ "examples": {
+ "javascript": "const presaleStartTime = new Date();\nconst publicSaleStartTime = new Date(Date.now() + 60 * 60 * 24 * 1000);\nconst claimConditions = [\n {\n startTime: presaleStartTime, // start the presale now\n maxClaimableSupply: 2, // limit how many mints for this presale\n price: 0.01, // presale price\n snapshot: ['0x...', '0x...'], // limit minting to only certain addresses\n },\n {\n startTime: publicSaleStartTime, // 24h after presale, start public sale\n price: 0.08, // public sale price\n }\n]);\nawait contract.erc721.claimConditions.set(claimConditions);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.dropclaimconditions"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim NFTs to a specific wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst quantity = 1; // how many unique NFTs you want to claim\n\nconst tx = await contract.erc721.claimTo(address, quantity);\nconst receipt = tx.receipt; // the transaction receipt\nconst claimedTokenId = tx.id; // the id of the NFT claimed\nconst claimedNFT = await tx.data(); // (optional) get the claimed NFT metadata"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "totalClaimedSupply",
+ "summary": "Get the claimed supply\n\n",
+ "remarks": "\n\nGet the number of claimed NFTs in this Drop.\n\n*\n\n",
+ "examples": {
+ "javascript": "const claimedNFTCount = await contract.totalClaimedSupply();\nconsole.log(`NFTs claimed: ${claimedNFTCount}`);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.totalclaimedsupply"
+ }
+ },
+ {
+ "name": "totalUnclaimedSupply",
+ "summary": "Get the unclaimed supply\n\n",
+ "remarks": "\n\nGet the number of unclaimed NFTs in this Drop.\n\n*\n\n",
+ "examples": {
+ "javascript": "const unclaimedNFTCount = await contract.totalUnclaimedSupply();\nconsole.log(`NFTs left to claim: ${unclaimedNFTCount}`);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.totalunclaimedsupply"
+ }
+ }
+ ],
+ "ERC721ClaimConditionsV1": [
+ {
+ "name": "claim",
+ "summary": "Claim NFTs\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const quantity = 1; // how many unique NFTs you want to claim\n\nconst tx = await contract.erc721.claim(quantity);\nconst receipt = tx.receipt; // the transaction receipt\nconst claimedTokenId = tx.id; // the id of the NFT claimed\nconst claimedNFT = await tx.data(); // (optional) get the claimed NFT metadata"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "claimConditions",
+ "summary": "Configure claim conditions\n\n",
+ "remarks": "\n\nDefine who can claim NFTs in the collection, when and how many.\n\n",
+ "examples": {
+ "javascript": "const presaleStartTime = new Date();\nconst publicSaleStartTime = new Date(Date.now() + 60 * 60 * 24 * 1000);\nconst claimConditions = [\n {\n startTime: presaleStartTime, // start the presale now\n maxClaimableSupply: 2, // limit how many mints for this presale\n price: 0.01, // presale price\n snapshot: ['0x...', '0x...'], // limit minting to only certain addresses\n },\n {\n startTime: publicSaleStartTime, // 24h after presale, start public sale\n price: 0.08, // public sale price\n }\n]);\nawait contract.erc721.claimConditions.set(claimConditions);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.dropclaimconditions"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim NFTs to a specific wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst quantity = 1; // how many unique NFTs you want to claim\n\nconst tx = await contract.erc721.claimTo(address, quantity);\nconst receipt = tx.receipt; // the transaction receipt\nconst claimedTokenId = tx.id; // the id of the NFT claimed\nconst claimedNFT = await tx.data(); // (optional) get the claimed NFT metadata"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "totalClaimedSupply",
+ "summary": "Get the claimed supply\n\n",
+ "remarks": "\n\nGet the number of claimed NFTs in this Drop.\n\n*\n\n",
+ "examples": {
+ "javascript": "const claimedNFTCount = await contract.totalClaimedSupply();\nconsole.log(`NFTs claimed: ${claimedNFTCount}`);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.totalclaimedsupply"
+ }
+ },
+ {
+ "name": "totalUnclaimedSupply",
+ "summary": "Get the unclaimed supply\n\n",
+ "remarks": "\n\nGet the number of unclaimed NFTs in this Drop.\n\n*\n\n",
+ "examples": {
+ "javascript": "const unclaimedNFTCount = await contract.totalUnclaimedSupply();\nconsole.log(`NFTs left to claim: ${unclaimedNFTCount}`);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.totalunclaimedsupply"
+ }
+ }
+ ],
+ "ERC721ClaimZora": [
+ {
+ "name": "claim",
+ "summary": "Claim NFTs\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const quantity = 1; // how many unique NFTs you want to claim\n\nconst tx = await contract.erc721.claim(quantity);\nconst receipt = tx.receipt; // the transaction receipt\nconst claimedTokenId = tx.id; // the id of the NFT claimed\nconst claimedNFT = await tx.data(); // (optional) get the claimed NFT metadata"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "claimTo",
+ "summary": "Claim NFTs to a specific wallet\n\n",
+ "remarks": "\n\nLet the specified wallet claim NFTs.\n\n",
+ "examples": {
+ "javascript": "const address = \"{{wallet_address}}\"; // address of the wallet you want to claim the NFTs\nconst quantity = 1; // how many unique NFTs you want to claim\n\nconst tx = await contract.erc721.claimTo(address, quantity);\nconst receipt = tx.receipt; // the transaction receipt\nconst claimedTokenId = tx.id; // the id of the NFT claimed\nconst claimedNFT = await tx.data(); // (optional) get the claimed NFT metadata"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ }
+ ],
+ "ERC721LazyMintable": [
+ {
+ "name": "lazyMint",
+ "summary": "Lazy mint NFTs\n\n",
+ "remarks": "\n\nCreate batch allows you to create a batch of many unique NFTs in one transaction.\n\n",
+ "examples": {
+ "javascript": "// Custom metadata of the NFTs to create\nconst metadatas = [{\n name: \"Cool NFT\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"), // This can be an image url or file\n}, {\n name: \"Cool NFT\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"),\n}];\n\nconst results = await contract.erc721.lazyMint(metadatas); // uploads and creates the NFTs on chain\nconst firstTokenId = results[0].id; // token id of the first created NFT\nconst firstNFT = await results[0].data(); // (optional) fetch details of the first created NFT"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.objectinputtype"
+ }
+ }
+ ],
+ "ERC721Mintable": [
+ {
+ "name": "mint",
+ "summary": "Mint an NFT\n\n",
+ "remarks": "\n\nMint an NFT to the connected wallet.\n\n",
+ "examples": {
+ "javascript": "// Custom metadata of the NFT, note that you can fully customize this metadata with other properties.\nconst metadata = {\n name: \"Cool NFT\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"), // This can be an image url or file\n};\n\nconst tx = await contract.erc721.mint(metadata);\nconst receipt = tx.receipt; // the transaction receipt\nconst tokenId = tx.id; // the id of the NFT minted\nconst nft = await tx.data(); // (optional) fetch details of minted NFT"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.objectinputtype"
+ }
+ },
+ {
+ "name": "mintTo",
+ "summary": "Mint an NFT to a specific wallet\n\n",
+ "remarks": "\n\nMint a unique NFT to a specified wallet.\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet you want to mint the NFT to\nconst walletAddress = \"{{wallet_address}}\";\n\n// Custom metadata of the NFT, note that you can fully customize this metadata with other properties.\nconst metadata = {\n name: \"Cool NFT\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"), // This can be an image url or file\n};\n\nconst tx = await contract.erc721.mintTo(walletAddress, metadata);\nconst receipt = tx.receipt; // the transaction receipt\nconst tokenId = tx.id; // the id of the NFT minted\nconst nft = await tx.data(); // (optional) fetch details of minted NFT"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.objectinputtype"
+ }
+ }
+ ],
+ "ERC721BatchMintable": [
+ {
+ "name": "mintBatch",
+ "summary": "Mint many NFTs\n\n",
+ "remarks": "\n\nMint many unique NFTs at once to the connected wallet\n\n",
+ "examples": {
+ "typescript": "// Custom metadata of the NFTs you want to mint.\nconst metadatas = [{\n name: \"Cool NFT #1\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"), // This can be an image url or file\n}, {\n name: \"Cool NFT #2\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/other/image.png\"),\n}];\n\nconst tx = await contract.erc721.mintBatch(metadatas);\nconst receipt = tx[0].receipt; // same transaction receipt for all minted NFTs\nconst firstTokenId = tx[0].id; // token id of the first minted NFT\nconst firstNFT = await tx[0].data(); // (optional) fetch details of the first minted NFT"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.objectinputtype"
+ }
+ },
+ {
+ "name": "mintBatchTo",
+ "summary": "Mint many NFTs to a specific wallet\n\n",
+ "remarks": "\n\nMint many unique NFTs at once to a specified wallet.\n\n",
+ "examples": {
+ "typescript": "// Address of the wallet you want to mint the NFT to\nconst walletAddress = \"{{wallet_address}}\";\n\n// Custom metadata of the NFTs you want to mint.\nconst metadatas = [{\n name: \"Cool NFT #1\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/image.png\"), // This can be an image url or file\n}, {\n name: \"Cool NFT #2\",\n description: \"This is a cool NFT\",\n image: fs.readFileSync(\"path/to/other/image.png\"),\n}];\n\nconst tx = await contract.erc721.mintBatchTo(walletAddress, metadatas);\nconst receipt = tx[0].receipt; // same transaction receipt for all minted NFTs\nconst firstTokenId = tx[0].id; // token id of the first minted NFT\nconst firstNFT = await tx[0].data(); // (optional) fetch details of the first minted NFT"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.objectinputtype"
+ }
+ }
+ ],
+ "ERC721Revealable": [
+ {
+ "name": "revealer",
+ "summary": "Mint delayed reveal NFTs\n\n",
+ "remarks": "\n\nCreate a batch of encrypted NFTs that can be revealed at a later time.\n\n",
+ "examples": {
+ "javascript": "// the real NFTs, these will be encrypted until you reveal them\nconst realNFTs = [{\n name: \"Common NFT #1\",\n description: \"Common NFT, one of many.\",\n image: fs.readFileSync(\"path/to/image.png\"),\n}, {\n name: \"Super Rare NFT #2\",\n description: \"You got a Super Rare NFT!\",\n image: fs.readFileSync(\"path/to/image.png\"),\n}];\n// A placeholder NFT that people will get immediately in their wallet, and will be converted to the real NFT at reveal time\nconst placeholderNFT = {\n name: \"Hidden NFT\",\n description: \"Will be revealed next week!\"\n};\n// Create and encrypt the NFTs\nawait contract.erc721.revealer.createDelayedRevealBatch(\n placeholderNFT,\n realNFTs,\n \"my secret password\",\n);\n// Whenever you're ready, reveal your NFTs at any time\nconst batchId = 0; // the batch to reveal\nawait contract.erc721.revealer.reveal(batchId, \"my secret password\");"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.delayedreveal"
+ }
+ }
+ ],
+ "ERC721": [
+ {
+ "name": "setApprovalForAll",
+ "summary": "Set approval for all NFTs\n\n",
+ "remarks": "\n\nApprove or remove operator as an operator for the caller. Operators can call transferFrom or safeTransferFrom for any token owned by the caller.\n\n",
+ "examples": {
+ "javascript": "const operator = \"{{wallet_address}}\";\nawait contract.erc721.setApprovalForAll(operator, true);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "transfer",
+ "summary": "Transfer an NFT\n\n",
+ "remarks": "\n\nTransfer an NFT from the connected wallet to another wallet.\n\n",
+ "examples": {
+ "javascript": "const walletAddress = \"{{wallet_address}}\";\nconst tokenId = 0;\nawait contract.erc721.transfer(walletAddress, tokenId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "transferFrom",
+ "summary": "Transfer an NFT from a specific wallet\n\n",
+ "remarks": "\n\nTransfer an NFT from the given wallet to another wallet.\n\n",
+ "examples": {
+ "javascript": "const fromWalletAddress = \"{{wallet_address}}\";\nconst toWalletAddress = \"{{wallet_address}}\";\nconst tokenId = 0;\nawait contract.erc721.transferFrom(fromWalletAddress, toWalletAddress, tokenId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "balanceOf",
+ "summary": "Get NFT balance of a specific wallet\n\n",
+ "remarks": "\n\nGet a wallets NFT balance (number of NFTs in this contract owned by the wallet).\n\n",
+ "examples": {
+ "javascript": "const walletAddress = \"{{wallet_address}}\";\nconst balance = await contract.erc721.balanceOf(walletAddress);\nconsole.log(balance);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.balanceof"
+ }
+ },
+ {
+ "name": "get",
+ "summary": "Get a single NFT\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const tokenId = 0;\nconst nft = await contract.erc721.get(tokenId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.get"
+ }
+ }
+ ],
+ "ERC721SharedMetadata": [
+ {
+ "name": "sharedMetadata",
+ "summary": "Set shared metadata for all NFTs\n\n",
+ "remarks": "\n\nSet shared metadata for all NFTs in the collection. (Open Edition)\n\n",
+ "examples": {
+ "javascript": "// defiine the metadata\nconst metadata = {\n name: \"Shared Metadata\",\n description: \"Every NFT in this collection will share this metadata.\"\n};\n\n\nconst tx = contract.erc721.sharedMetadata.set(metadata);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721sharedmetadata"
+ }
+ }
+ ],
+ "ERC721SignatureMintV1": [
+ {
+ "name": "signature",
+ "summary": "Mint with signature\n\n",
+ "remarks": "\n\nGenerate dynamic NFTs with your own signature, and let others mint them using that signature.\n\n",
+ "examples": {
+ "javascript": "// see how to craft a payload to sign in the `contract.erc721.signature.generate()` documentation\nconst signedPayload = await contract.erc721.signature.generate(payload);\n\n// now anyone can mint the NFT\nconst tx = await contract.erc721.signature.mint(signedPayload);\nconst receipt = tx.receipt; // the mint transaction receipt\nconst mintedId = tx.id; // the id of the NFT minted"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721withquantitysignaturemintable"
+ }
+ }
+ ],
+ "ERC721SignatureMintV2": [
+ {
+ "name": "signature",
+ "summary": "Mint with signature\n\n",
+ "remarks": "\n\nGenerate dynamic NFTs with your own signature, and let others mint them using that signature.\n\n",
+ "examples": {
+ "javascript": "// see how to craft a payload to sign in the `contract.erc721.signature.generate()` documentation\nconst signedPayload = await contract.erc721.signature.generate(payload);\n\n// now anyone can mint the NFT\nconst tx = await contract.erc721.signature.mint(signedPayload);\nconst receipt = tx.receipt; // the mint transaction receipt\nconst mintedId = tx.id; // the id of the NFT minted"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721withquantitysignaturemintable"
+ }
+ }
+ ],
+ "ERC721UpdatableMetadata": [
+ {
+ "name": "update",
+ "summary": "Update the metadata of an NFT\n\n",
+ "remarks": "\n\nUpdate the metadata of an NFT\n\n",
+ "examples": {
+ "javascript": "// The token ID of the NFT whose metadata you want to update\nconst tokenId = 0;\n// The new metadata\nconst metadata = { name: \"My NFT\", description: \"My NFT description\" }\n\nawait contract.erc721.update(tokenId, metadata);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ }
+ ],
+ "ERC721Supply": [
+ {
+ "name": "getAll",
+ "summary": "Get all NFTs\n\n",
+ "remarks": "\n\nGet all the data associated with every NFT in this contract.\n\nBy default, returns the first 100 NFTs, use queryParams to fetch more.\n\n",
+ "examples": {
+ "javascript": "const nfts = await contract.erc721.getAll();\nconsole.log(nfts);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.getall"
+ }
+ },
+ {
+ "name": "getAllOwners",
+ "summary": "Get all NFT owners\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const owners = await contract.erc721.getAllOwners();\nconsole.log(owners);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.getallowners"
+ }
+ },
+ {
+ "name": "getOwned",
+ "summary": "Get all NFTs owned by a specific wallet\n\n",
+ "remarks": "\n\nGet all the data associated with the NFTs owned by a specific wallet.\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet to get the NFTs of\nconst address = \"{{wallet_address}}\";\nconst nfts = await contract.erc721.getOwned(address);\nconsole.log(nfts);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.getowned"
+ }
+ }
+ ],
+ "ERC721Enumerable": [
+ {
+ "name": "getAll",
+ "summary": "Get all NFTs\n\n",
+ "remarks": "\n\nGet all the data associated with every NFT in this contract.\n\nBy default, returns the first 100 NFTs, use queryParams to fetch more.\n\n",
+ "examples": {
+ "javascript": "const nfts = await contract.erc721.getAll();\nconsole.log(nfts);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.getall"
+ }
+ },
+ {
+ "name": "getAllOwners",
+ "summary": "Get all NFT owners\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const owners = await contract.erc721.getAllOwners();\nconsole.log(owners);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.getallowners"
+ }
+ },
+ {
+ "name": "getOwned",
+ "summary": "Get all NFTs owned by a specific wallet\n\n",
+ "remarks": "\n\nGet all the data associated with the NFTs owned by a specific wallet.\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet to get the NFTs of\nconst address = \"{{wallet_address}}\";\nconst nfts = await contract.erc721.getOwned(address);\nconsole.log(nfts);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.erc721.getowned"
+ }
+ }
+ ],
+ "DirectListings": [
+ {
+ "name": "approveBuyerForReservedListing",
+ "summary": "Approve buyer for a reserved direct listing\n\n",
+ "remarks": "\n\nApprove a buyer to buy from a reserved listing.\n\n",
+ "examples": {
+ "javascript": "// The listing ID of the direct listing you want to approve buyer for\nconst listingId = \"0\";\n\nawait contract.directListings.approveBuyerForReservedListing(listingId, \"{{wallet_address}}\");"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "approveCurrencyForListing",
+ "summary": "Approve a currency for a direct listing\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// The listing ID of the direct listing you want to approve currency for\nconst listingId = \"0\";\n\nawait contract.directListings.approveCurrencyForListing(listingId, currencyContractAddress, pricePerTokenInCurrency);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "buyFromListing",
+ "summary": "Buy direct listing for a specific wallet\n\n",
+ "remarks": "\n\nBuy from a specific direct listing from the marketplace.\n\n",
+ "examples": {
+ "javascript": "// The ID of the listing you want to buy from\nconst listingId = 0;\n// Quantity of the asset you want to buy\nconst quantityDesired = 1;\n\nawait contract.directListings.buyFromListing(listingId, quantityDesired, \"{{wallet_address}}\");"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "cancelListing",
+ "summary": "Cancel Direct Listing\n\n",
+ "remarks": "\n\nCancel a direct listing on the marketplace\n\n",
+ "examples": {
+ "javascript": "// The listing ID of the direct listing you want to cancel\nconst listingId = 0;\n\nawait contract.directListings.cancelListing(listingId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "createListing",
+ "summary": "Create new direct listing\n\n",
+ "remarks": "\n\nCreate a new listing on the marketplace where people can buy an asset directly.\n\n",
+ "examples": {
+ "javascript": "// Data of the listing you want to create\nconst listing = {\n // address of the contract the asset you want to list is on\n assetContractAddress: \"0x...\",\n // token ID of the asset you want to list\n tokenId: \"0\",\n // how many of the asset you want to list\n quantity: 1,\n // address of the currency contract that will be used to pay for the listing\n currencyContractAddress: NATIVE_TOKEN_ADDRESS,\n // The price to pay per unit of NFTs listed.\n pricePerToken: 1.5,\n // when should the listing open up for offers\n startTimestamp: new Date(Date.now()),\n // how long the listing will be open for\n endTimestamp: new Date(Date.now() + 5 * 24 * 60 * 60 * 1000),\n // Whether the listing is reserved for a specific set of buyers.\n isReservedListing: false\n}\n\nconst tx = await contract.directListings.createListing(listing);\nconst receipt = tx.receipt; // the transaction receipt\nconst id = tx.id; // the id of the newly created listing"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumber"
+ }
+ },
+ {
+ "name": "revokeCurrencyApprovalForListing",
+ "summary": "Revoke approval of a currency for a direct listing\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// The listing ID of the direct listing you want to revoke currency for\nconst listingId = \"0\";\n\nawait contract.directListings.revokeCurrencyApprovalForListing(listingId, currencyContractAddress);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "updateListing",
+ "summary": "Update a direct listing\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// Data of the listing you want to update\n\nconst listingId = 0; // ID of the listing you want to update\n\nconst listing = {\n // address of the contract the asset you want to list is on\n assetContractAddress: \"0x...\", // should be same as original listing\n // token ID of the asset you want to list\n tokenId: \"0\", // should be same as original listing\n // how many of the asset you want to list\n quantity: 1,\n // address of the currency contract that will be used to pay for the listing\n currencyContractAddress: NATIVE_TOKEN_ADDRESS,\n // The price to pay per unit of NFTs listed.\n pricePerToken: 1.5,\n // when should the listing open up for offers\n startTimestamp: new Date(Date.now()), // can't change this if listing already active\n // how long the listing will be open for\n endTimestamp: new Date(Date.now() + 5 * 24 * 60 * 60 * 1000),\n // Whether the listing is reserved for a specific set of buyers.\n isReservedListing: false\n}\n\nconst tx = await contract.directListings.updateListing(listingId, listing);\nconst receipt = tx.receipt; // the transaction receipt\nconst id = tx.id; // the id of the newly created listing"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "currencyPriceForListing",
+ "summary": "Check price per token for an approved currency\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const listingId = 0;\nconst currencyContractAddress = '0x1234';\nconst price = await contract.directListings.currencyPriceForListing(listingId, currencyContractAddress);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3directlistings.currencypriceforlisting"
+ }
+ },
+ {
+ "name": "getAll",
+ "summary": "Get all direct listings\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const listings = await contract.directListings.getAll();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3directlistings.getall"
+ }
+ },
+ {
+ "name": "getAllValid",
+ "summary": "Get all valid direct listings\n\n",
+ "remarks": "\n\nA valid listing is where the listing is active, and the creator still owns & has approved Marketplace to transfer the listed NFTs.\n\n",
+ "examples": {
+ "javascript": "const listings = await contract.directListings.getAllValid();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3directlistings.getallvalid"
+ }
+ },
+ {
+ "name": "getListing",
+ "summary": "Get a single direct listing\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const listingId = 0;\nconst listing = await contract.directListings.getListing(listingId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3directlistings.getlisting"
+ }
+ },
+ {
+ "name": "getTotalCount",
+ "summary": "Get the total number of direct listings\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const totalListings = await contract.directListings.getTotalCount();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3directlistings.gettotalcount"
+ }
+ },
+ {
+ "name": "isBuyerApprovedForListing",
+ "summary": "Check if a buyer is approved for a specific direct listing\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const listingId = 0;\nconst isBuyerApproved = await contract.directListings.isBuyerApprovedForListing(listingId, \"{{wallet_address}}\");"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3directlistings.isbuyerapprovedforlisting"
+ }
+ },
+ {
+ "name": "isCurrencyApprovedForListing",
+ "summary": "Check if a currency is approved for a specific direct listing\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const listingId = 0;\nconst currencyContractAddress = '0x1234';\nconst isApproved = await contract.directListings.isCurrencyApprovedForListing(listingId, currencyContractAddress);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3directlistings.iscurrencyapprovedforlisting"
+ }
+ }
+ ],
+ "EnglishAuctions": [
+ {
+ "name": "buyoutAuction",
+ "summary": "Buyout an english auction\n\n",
+ "remarks": "\n\nBuy a specific auction from the marketplace.\n\n",
+ "examples": {
+ "javascript": "// The auction ID you want to buy\nconst auctionId = 0;\n\nawait contract.englishAuctions.buyoutAuction(auctionId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "cancelAuction",
+ "summary": "Cancel an english auction\n\n",
+ "remarks": "\n\nCancel an auction on the marketplace\n\n",
+ "examples": {
+ "javascript": "// The ID of the auction you want to cancel\nconst auctionId = \"0\";\n\nawait contract.englishAuctions.cancelAuction(auctionId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "closeAuctionForBidder",
+ "summary": "Close the english auction for the bidder\n\n",
+ "remarks": "\n\nCloses the Auction and executes the sale for the buyer.\n\n",
+ "examples": {
+ "javascript": "// The ID of the auction you want to close\nconst auction = \"0\";\nawait contract.englishAuctions.closeAuctionForBidder(auctionId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "closeAuctionForSeller",
+ "summary": "Close the english auction for the seller\n\n",
+ "remarks": "\n\nCloses the Auction and executes the sale for the seller.\n\n",
+ "examples": {
+ "javascript": "// The ID of the auction you want to close\nconst auctionId = \"0\";\nawait contract.englishAuctions.closeAuctionForSeller(auctionId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "createAuction",
+ "summary": "Create an english auction\n\n",
+ "remarks": "\n\nCreate a new auction where people can bid on an asset.\n\n",
+ "examples": {
+ "javascript": "// Data of the auction you want to create\nconst auction = {\n // address of the contract of the asset you want to auction\n assetContractAddress: \"0x...\",\n // token ID of the asset you want to auction\n tokenId: \"0\",\n // how many of the asset you want to auction\n quantity: 1,\n // address of the currency contract that will be used to pay for the auctioned tokens\n currencyContractAddress: NATIVE_TOKEN_ADDRESS,\n // the minimum bid that will be accepted for the token\n minimumBidAmount: \"1.5\",\n // how much people would have to bid to instantly buy the asset\n buyoutBidAmount: \"10\",\n // If a bid is made less than these many seconds before expiration, the expiration time is increased by this.\n timeBufferInSeconds: \"900\", // 15 minutes by default\n // A bid must be at least this much bps greater than the current winning bid\n bidBufferBps: \"500\", // 5% by default\n // when should the auction open up for bidding\n startTimestamp: new Date(Date.now()),\n // end time of auction\n endTimestamp: new Date(Date.now() + 5 * 24 * 60 * 60 * 1000),\n}\n\nconst tx = await contract.englishAuctions.createAuction(auction);\nconst receipt = tx.receipt; // the transaction receipt\nconst id = tx.id; // the id of the newly created auction"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumber"
+ }
+ },
+ {
+ "name": "executeSale",
+ "summary": "Close the english auction for both the seller and the bidder\n\n",
+ "remarks": "\n\nCloses the Auction and executes the sale for both parties.\n\n",
+ "examples": {
+ "javascript": "// The ID of the auction you want to close\nconst auction = \"0\";\nawait contract.englishAuctions.executeSale(auctionId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "makeBid",
+ "summary": "Bid on an english auction\n\n",
+ "remarks": "\n\nMake a bid on an auction\n\n",
+ "examples": {
+ "javascript": "// The auction ID of the asset you want to bid on\nconst auctionId = 0;\n// The total amount you are willing to bid for auctioned tokens\nconst bidAmount = 1;\n\nawait contract.englishAuctions.makeBid(auctionId, bidAmount);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "getAll",
+ "summary": "Get all english auctions\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const auctions = await contract.englishAuctions.getAll();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3englishauctions.getall"
+ }
+ },
+ {
+ "name": "getAllValid",
+ "summary": "Get all valid english auctions\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const auctions = await contract.englishAuctions.getAllValid();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3englishauctions.getallvalid"
+ }
+ },
+ {
+ "name": "getAuction",
+ "summary": "Get a single english auction\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const auctionId = 0;\nconst auction = await contract.englishAuctions.getAuction(auctionId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3englishauctions.getauction"
+ }
+ },
+ {
+ "name": "getBidBufferBps",
+ "summary": "Get the buffer for an english auction\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// The ID of the auction you want to get the buffer for\nconst auctionId = \"0\";\nconst buffer = await contract.englishAuctions.getBidBufferBps(auctionId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3englishauctions.getbidbufferbps"
+ }
+ },
+ {
+ "name": "getMinimumNextBid",
+ "summary": "Get the minimum next bid for an english auction\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// The ID of the auction you want to get the minimum next bid for\nconst auctionId = \"0\";\nconst minimumNextBid = await contract.englishAuctions.getMinimumNextBid(auctionId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3englishauctions.getminimumnextbid"
+ }
+ },
+ {
+ "name": "getTotalCount",
+ "summary": "Get the total number of english auctions\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const totalAuctions = await contract.englishAuctions.getTotalCount();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3englishauctions.gettotalcount"
+ }
+ },
+ {
+ "name": "getWinner",
+ "summary": "Get the winner for a specific english auction\n\n",
+ "remarks": "\n\nGet the winner of the auction after an auction ends.\n\n",
+ "examples": {
+ "javascript": "// The auction ID of a closed english auction\nconst auctionId = 0;\nconst auctionWinner = await contract.englishAuctions.getWinner(auctionId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3englishauctions.getwinner"
+ }
+ },
+ {
+ "name": "getWinningBid",
+ "summary": "Get winning bid of an english auction\n\n",
+ "remarks": "\n\nGet the current highest bid of an active auction.\n\n",
+ "examples": {
+ "javascript": "// The ID of the auction\nconst auctionId = 0;\nconst winningBid = await contract.englishAuctions.getWinningBid(auctionId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3englishauctions.getwinningbid"
+ }
+ },
+ {
+ "name": "isWinningBid",
+ "summary": "Check if a bid is or will be a winning bid\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const auctionId = 0;\nconst bidAmount = 100;\nconst isWinningBid = await contract.englishAuctions.isWinningBid(auctionId, bidAmount);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3englishauctions.iswinningbid"
+ }
+ }
+ ],
+ "Offers": [
+ {
+ "name": "acceptOffer",
+ "summary": "Accept an offer\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// The ID of the offer you want to accept\nconst offerId = 0;\n\nawait contract.offers.acceptOffer(offerId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "cancelOffer",
+ "summary": "Cancel an offer\n\n",
+ "remarks": "\n\nCancel an offer on the marketplace\n\n",
+ "examples": {
+ "javascript": "// The ID of the offer you want to cancel\nconst offerId = \"0\";\n\nawait contract.offers.cancelOffer(offerId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "makeOffer",
+ "summary": "Make an offer\n\n",
+ "remarks": "\n\nMake an offer on the marketplace for an asset.\n\n",
+ "examples": {
+ "javascript": "// Data of the offer you want to make\nconst offer = {\n // address of the contract the asset you want to make an offer for\n assetContractAddress: \"0x...\",\n // token ID of the asset you want to buy\n tokenId: \"0\",\n // how many of the asset you want to buy\n quantity: 1,\n // address of the currency contract that you offer to pay in\n currencyContractAddress: NATIVE_TOKEN_ADDRESS,\n // Total price you offer to pay for the mentioned token(s)\n totalPrice: \"1.5\",\n // Offer valid until\n endTimestamp: new Date(),\n}\n\nconst tx = await contract.offers.makeOffer(offer);\nconst receipt = tx.receipt; // the transaction receipt\nconst id = tx.id; // the id of the newly created offer"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumber"
+ }
+ },
+ {
+ "name": "getAll",
+ "summary": "Get all offers\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const offers = await contract.offers.getAll();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3offers.getall"
+ }
+ },
+ {
+ "name": "getAllValid",
+ "summary": "Get all valid offers\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const offers = await contract.offers.getAllValid();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3offers.getallvalid"
+ }
+ },
+ {
+ "name": "getOffer",
+ "summary": "Get a single offer\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const offerId = 0;\nconst offer = await contract.offers.getOffer(offerId);"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3offers.getoffer"
+ }
+ },
+ {
+ "name": "getTotalCount",
+ "summary": "Get the total number of offers\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const totalOffers = await contract.offers.getTotalCount();"
+ },
+ "reference": {
+ "javascript": "https://docs.thirdweb.com/typescript/sdk.marketplacev3offers.gettotalcount"
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/snippets/snippets.json b/snippets/snippets.json
new file mode 100644
index 00000000000..9887a2c5d72
--- /dev/null
+++ b/snippets/snippets.json
@@ -0,0 +1,1762 @@
+{
+ "ThirdwebSDK": {
+ "name": "ThirdwebSDK",
+ "summary": "The main entry point for the thirdweb SDK\n\n\n",
+ "examples": {},
+ "methods": [
+ {
+ "name": "fromPrivateKey",
+ "summary": "Get an instance of the thirdweb SDK based on a private key.\n\n",
+ "remarks": "\n\nThis should only be used for backend services or scripts, with the private key stored in a secure way. **NEVER** expose your private key to the public in any way.\n\n",
+ "examples": {
+ "javascript": "const sdk = ThirdwebSDK.fromPrivateKey(\"SecretPrivateKey\", \"mainnet\");",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst sdk = ThirdwebSDK.fromPrivateKey(\"SecretPrivateKey\", \"mainnet\");",
+ "unity": "Unity does not support instantiating the SDK from a private key. Instantiate the SDK in read-only mode and then connect the user's Wallet."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.fromprivatekey",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.fromprivatekey"
+ }
+ },
+ {
+ "name": "fromSigner",
+ "summary": "Get an instance of the thirdweb SDK based on an existing ethers signer\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// get a signer from somewhere (createRandom is being used purely for example purposes)\nconst signer = Wallet.createRandom();\n\n// get an instance of the SDK with the signer already setup\nconst sdk = ThirdwebSDK.fromSigner(signer, \"mainnet\");",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\n// get a signer from somewhere (createRandom is being used purely for example purposes)\nconst signer = Wallet.createRandom();\n\n// get an instance of the SDK with the signer already setup\nconst sdk = ThirdwebSDK.fromSigner(signer, \"mainnet\");",
+ "unity": "Unity does not support instantiating the SDK from a signer. Instantiate the SDK in read-only mode and then connect the user's Wallet."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.fromsigner",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.fromsigner"
+ }
+ },
+ {
+ "name": "fromWallet",
+ "summary": "Get an instance of the thirdweb SDK based on an AbstractWallet\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "import { ThirdwebSDK } from \"@thirdweb-dev/sdk\"\n\nconst wallet = new AbstractWalletImplementation();\nconst sdk = await ThirdwebSDK.fromWallet(wallet, \"mainnet\");",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nimport { ThirdwebSDK } from \"@thirdweb-dev/sdk\"\n\nconst wallet = new AbstractWalletImplementation();\nconst sdk = await ThirdwebSDK.fromWallet(wallet, \"mainnet\");",
+ "unity": "Unity does not support instantiating the SDK from a Wallet. Instantiate the SDK in read-only mode and then connect the user's Wallet."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.fromwallet",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.fromwallet"
+ }
+ },
+ {
+ "name": "getBalance",
+ "summary": "Get the native balance of a given address (wallet or contract)\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const balance = await sdk.getBalance(\"0x...\");\nconsole.log(balance.displayValue);",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst balance = await sdk.getBalance(\"0x...\");\nconsole.log(balance.displayValue);",
+ "unity": "CurrencyValue balance = await sdk.Wallet.GetBalance();"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.getbalance",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.getbalance"
+ }
+ },
+ {
+ "name": "getContract",
+ "summary": "Get an instance of a Custom ThirdwebContract\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const contract = await sdk.getContract(\"{{contract_address}}\");",
+ "python": "",
+ "go": "",
+ "react": "const { contract, isLoading, error } = useContract(contractAddress);",
+ "unity": "// Ensure your sdk is initialized to the same network as the contract\nContract contract = sdk.GetContract(\"\");\n \n// For marketplaces and packs:\nMarketplace marketplace = contract.marketplace;\nPack pack = contract.pack;"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.getcontract",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/react/react.usecontract"
+ }
+ },
+ {
+ "name": "getContract",
+ "summary": "Get an instance of a Custom ThirdwebContract\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const contract = await sdk.getContract(\"{{contract_address}}\");",
+ "python": "",
+ "go": "",
+ "react": "const { contract, isLoading, error } = useContract(contractAddress);",
+ "unity": "// Ensure your sdk is initialized to the same network as the contract\nContract contract = sdk.GetContract(\"\");\n \n// For marketplaces and packs:\nMarketplace marketplace = contract.marketplace;\nPack pack = contract.pack;"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.getcontract",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/react/react.usecontract"
+ }
+ },
+ {
+ "name": "getContract",
+ "summary": "Get an instance of a Custom ThirdwebContract\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const contract = await sdk.getContract(\"{{contract_address}}\");",
+ "python": "",
+ "go": "",
+ "react": "const { contract, isLoading, error } = useContract(contractAddress);",
+ "unity": "// Ensure your sdk is initialized to the same network as the contract\nContract contract = sdk.GetContract(\"\");\n \n// For marketplaces and packs:\nMarketplace marketplace = contract.marketplace;\nPack pack = contract.pack;"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.getcontract",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/react/react.usecontract"
+ }
+ },
+ {
+ "name": "getContractFromAbi",
+ "summary": "Get an instance of a Custom contract from a json ABI\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// Import your ABI from a JSON file\nimport myABI from \"./path/to/myABI.json\";\n\nconst contract = sdk.getContractFromAbi(\n \"{{contract_address}}\",\n // Pass in the \"abi\" field from the JSON file\n myABI.abi\n);",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\n// Import your ABI from a JSON file\nimport myABI from \"./path/to/myABI.json\";\n\nconst contract = sdk.getContractFromAbi(\n \"{{contract_address}}\",\n // Pass in the \"abi\" field from the JSON file\n myABI.abi\n);",
+ "unity": "Contract contract = sdk.GetContract(\"\", \"\");"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.getcontractfromabi",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.getcontractfromabi"
+ }
+ },
+ {
+ "name": "getContractList",
+ "summary": "Return all the contracts deployed by the specified address\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const contracts = sdk.getContractList(\"{{wallet_address}}\");",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contracts = sdk.getContractList(\"{{wallet_address}}\");"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.getcontractlist",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.thirdwebsdk.getcontractlist"
+ }
+ }
+ ],
+ "properties": [],
+ "reference": {
+ "typescript": "https://portal.thirdweb.com/typescript/sdk.ThirdwebSDK"
+ }
+ },
+ "NFTCollection": {
+ "name": "NFTCollection",
+ "summary": "",
+ "examples": {
+ "react": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract, isLoading, error } = useContract(\"\", \"nft-collection\")\n\n // Now you can use the nftCollection contract in the rest of the component\n}",
+ "python": "from thirdweb import ThirdwebSDK\n\n# You can customize this to a supported network or your own RPC URL\nnetwork = \"mumbai\"\n\n# Now we can create a new instance of the SDK\nsdk = ThirdwebSDK(network)\n\n# If you want to send transactions, you can instantiate the SDK with a private key instead:\n# sdk = ThirdwebSDK.from_private_key(PRIVATE_KEY, network)\n\ncontract = sdk.get_nft_collection(\"{{contract_address}}\")",
+ "go": "\nimport (\n\t\"github.com/thirdweb-dev/go-sdk/v2/thirdweb\"\n)\n\nprivateKey := \"...\"\nsecretKey := \"...\"\n\nsdk, err := thirdweb.NewThirdwebSDK(\"mumbai\", &thirdweb.SDKOptions{\n\tPrivateKey: privateKey,\n\tSecretKey: secretKey\n})\n\ncontract, err := sdk.GetNFTCollection(\"{{contract_address}}\")\n"
+ },
+ "methods": [],
+ "properties": [],
+ "reference": {
+ "python": "https://docs.thirdweb.com/python/nft-collection",
+ "go": "https://docs.thirdweb.com/go/nft_collection"
+ }
+ },
+ "Edition": {
+ "name": "Edition",
+ "summary": "",
+ "examples": {
+ "react": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"edition\")\n\n // Now you can use the edition contract in the rest of the component\n}",
+ "python": "from thirdweb import ThirdwebSDK\n\n# You can customize this to a supported network or your own RPC URL\nnetwork = \"mumbai\"\n\n# Now we can create a new instance of the SDK\nsdk = ThirdwebSDK(network)\n\n# If you want to send transactions, you can instantiate the SDK with a private key instead:\n# sdk = ThirdwebSDK.from_private_key(PRIVATE_KEY, network)\n\ncontract = sdk.get_edition(\"{{contract_address}}\")",
+ "go": "\nimport (\n\t\"github.com/thirdweb-dev/go-sdk/v2/thirdweb\"\n)\n\nprivateKey := \"...\"\nsecretKey := \"...\"\n\nsdk, err := thirdweb.NewThirdwebSDK(\"mumbai\", &thirdweb.SDKOptions{\n\tPrivateKey: privateKey,\n\tSecretKey: secretKey\n})\n\ncontract, err := sdk.GetEditionDrop(\"{{contract_address}}\")\n"
+ },
+ "methods": [],
+ "properties": [],
+ "reference": {
+ "python": "https://docs.thirdweb.com/python/edition",
+ "go": "https://docs.thirdweb.com/go/edition_drop"
+ }
+ },
+ "TokenDrop": {
+ "name": "TokenDrop",
+ "summary": "",
+ "examples": {
+ "react": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"token-drop\")\n\n // Now you can use the token drop contract in the rest of the component\n}"
+ },
+ "methods": [],
+ "properties": [],
+ "reference": {}
+ },
+ "Token": {
+ "name": "Token",
+ "summary": "",
+ "examples": {
+ "react": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"token\")\n\n // Now you can use the token contract in the rest of the component\n}",
+ "python": "from thirdweb import ThirdwebSDK\n\n# You can customize this to a supported network or your own RPC URL\nnetwork = \"mumbai\"\n\n# Now we can create a new instance of the SDK\nsdk = ThirdwebSDK(network)\n\n# If you want to send transactions, you can instantiate the SDK with a private key instead:\n# sdk = ThirdwebSDK.from_private_key(PRIVATE_KEY, network)\n\ncontract = sdk.get_token(\"{{contract_address}}\")",
+ "go": "\nimport (\n\t\"github.com/thirdweb-dev/go-sdk/v2/thirdweb\"\n)\n\nprivateKey := \"...\"\nsecretKey := \"...\"\n\nsdk, err := thirdweb.NewThirdwebSDK(\"mumbai\", &thirdweb.SDKOptions{\n\tPrivateKey: privateKey,\n\tSecretKey: secretKey\n})\n\ncontract, err := sdk.GetToken(\"{{contract_address}}\")\n"
+ },
+ "methods": [],
+ "properties": [],
+ "reference": {
+ "python": "https://docs.thirdweb.com/python/token",
+ "go": "https://docs.thirdweb.com/go/token"
+ }
+ },
+ "NFTDrop": {
+ "name": "NFTDrop",
+ "summary": "",
+ "examples": {
+ "react": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"nft-drop\")\n\n // Now you can use the nft drop contract in the rest of the component\n}",
+ "python": "from thirdweb import ThirdwebSDK\n\n# You can customize this to a supported network or your own RPC URL\nnetwork = \"mumbai\"\n\n# Now we can create a new instance of the SDK\nsdk = ThirdwebSDK(network)\n\n# If you want to send transactions, you can instantiate the SDK with a private key instead:\n# sdk = ThirdwebSDK.from_private_key(PRIVATE_KEY, network)\n\ncontract = sdk.get_nft_drop(\"{{contract_address}}\")",
+ "go": "\nimport (\n\t\"github.com/thirdweb-dev/go-sdk/v2/thirdweb\"\n)\n\nprivateKey := \"...\"\nsecretKey := \"...\"\n\nsdk, err := thirdweb.NewThirdwebSDK(\"mumbai\", &thirdweb.SDKOptions{\n\tPrivateKey: privateKey,\n\tSecretKey: secretKey\n})\n\ncontract, err := sdk.GetNFTDrop(\"{{contract_address}}\")\n"
+ },
+ "methods": [],
+ "properties": [],
+ "reference": {
+ "python": "https://docs.thirdweb.com/python/nft-drop",
+ "go": "https://docs.thirdweb.com/go/nft_drop"
+ }
+ },
+ "EditionDrop": {
+ "name": "EditionDrop",
+ "summary": "",
+ "examples": {
+ "react": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"edition-drop\")\n\n // Now you can use the edition drop contract in the rest of the component\n}",
+ "python": "from thirdweb import ThirdwebSDK\n\n# You can customize this to a supported network or your own RPC URL\nnetwork = \"mumbai\"\n\n# Now we can create a new instance of the SDK\nsdk = ThirdwebSDK(network)\n\n# If you want to send transactions, you can instantiate the SDK with a private key instead:\n# sdk = ThirdwebSDK.from_private_key(PRIVATE_KEY, network)\n\ncontract = sdk.get_edition_drop(\"{{contract_address}}\")",
+ "go": "\nimport (\n\t\"github.com/thirdweb-dev/go-sdk/v2/thirdweb\"\n)\n\nprivateKey := \"...\"\nsecretKey := \"...\"\n\nsdk, err := thirdweb.NewThirdwebSDK(\"mumbai\", &thirdweb.SDKOptions{\n\tPrivateKey: privateKey,\n\tSecretKey: secretKey\n})\n\ncontract, err := sdk.GetEditionDrop(\"{{contract_address}}\")\n"
+ },
+ "methods": [],
+ "properties": [],
+ "reference": {
+ "python": "https://docs.thirdweb.com/python/edition-drop",
+ "go": "https://docs.thirdweb.com/go/edition_drop"
+ }
+ },
+ "Marketplace": {
+ "name": "Marketplace",
+ "summary": "",
+ "examples": {
+ "react": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"marketplace\")\n\n // Now you can use the marketplace contract in the rest of the component\n}",
+ "python": "from thirdweb import ThirdwebSDK\n\n# You can customize this to a supported network or your own RPC URL\nnetwork = \"mumbai\"\n\n# Now we can create a new instance of the SDK\nsdk = ThirdwebSDK(network)\n\n# If you want to send transactions, you can instantiate the SDK with a private key instead:\n# sdk = ThirdwebSDK.from_private_key(PRIVATE_KEY, network)\n\ncontract = sdk.get_marketplace(\"{{contract_address}}\")",
+ "go": "\nimport (\n\t\"github.com/thirdweb-dev/go-sdk/v2/thirdweb\"\n)\n\nprivateKey := \"...\"\nsecretKey := \"...\"\n\nsdk, err := thirdweb.NewThirdwebSDK(\"mumbai\", &thirdweb.SDKOptions{\n\tPrivateKey: privateKey,\n\tSecretKey: secretKey\n})\n\ncontract, err := sdk.GetMarketplace(\"{{contract_address}}\")\n"
+ },
+ "methods": [],
+ "properties": [],
+ "reference": {
+ "python": "https://docs.thirdweb.com/python/marketplace",
+ "go": "https://docs.thirdweb.com/go/marketplace"
+ }
+ },
+ "MarketplaceDirect": {
+ "name": "MarketplaceDirect",
+ "summary": "",
+ "examples": {},
+ "methods": [],
+ "properties": [],
+ "reference": {}
+ },
+ "MarketplaceAuction": {
+ "name": "MarketplaceAuction",
+ "summary": "",
+ "examples": {},
+ "methods": [],
+ "properties": [],
+ "reference": {}
+ },
+ "Split": {
+ "name": "Split",
+ "summary": "Create custom royalty splits to distribute funds.\n\n",
+ "examples": {
+ "javascript": "import { ThirdwebSDK } from \"@thirdweb-dev/sdk\";\n\nconst sdk = new ThirdwebSDK(\"{{chainName}}\");\nconst contract = await sdk.getContract(\"{{contract_address}}\", \"split\");",
+ "react": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"split\")\n\n // Now you can use the split contract in the rest of the component\n}"
+ },
+ "methods": [
+ {
+ "name": "balanceOf",
+ "summary": "Get Funds owed to a particular wallet\n\n",
+ "remarks": "\n\nGet the amount of funds in the native currency held by the contract that is owed to a specific recipient.\n\n",
+ "examples": {
+ "javascript": "// The address to check the funds of\nconst address = \"{{wallet_address}}\";\nconst funds = await contract.balanceOf(address);\nconsole.log(funds);",
+ "python": "",
+ "go": "",
+ "react": "// The address to check the funds of\nconst address = \"{{wallet_address}}\";\nconst funds = await contract.balanceOf(address);\nconsole.log(funds);",
+ "unity": "// Split is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.split.balanceof",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.split.balanceof"
+ }
+ },
+ {
+ "name": "balanceOfToken",
+ "summary": "Get non-native Token Funds owed to a particular wallet\n\n",
+ "remarks": "\n\nGet the amount of funds in the non-native tokens held by the contract that is owed to a specific recipient.\n\n",
+ "examples": {
+ "javascript": "// The address to check the funds of\nconst address = \"{{wallet_address}}\";\n// The address of the currency to check the contracts funds of\nconst tokenAddress = \"0x...\"\nconst funds = await contract.balanceOfToken(address, tokenAddress);\nconsole.log(funds);",
+ "python": "",
+ "go": "",
+ "react": "// The address to check the funds of\nconst address = \"{{wallet_address}}\";\n// The address of the currency to check the contracts funds of\nconst tokenAddress = \"0x...\"\nconst funds = await contract.balanceOfToken(address, tokenAddress);\nconsole.log(funds);",
+ "unity": "// Split is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.split.balanceoftoken",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.split.balanceoftoken"
+ }
+ },
+ {
+ "name": "getAllRecipients",
+ "summary": "Get Recipients of this splits contract\n\n",
+ "remarks": "\n\nGet the data about the shares of every split recipient on the contract\n\n",
+ "examples": {
+ "javascript": "const recipients = await contract.getAllRecipients();\nconsole.log(recipients);",
+ "python": "",
+ "go": "",
+ "react": "const recipients = await contract.getAllRecipients();\nconsole.log(recipients);",
+ "unity": "// Split is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.split.getallrecipients",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.split.getallrecipients"
+ }
+ }
+ ],
+ "properties": [
+ {
+ "name": "distribute",
+ "summary": "Distribute Funds\n\n",
+ "remarks": "\n\nDistribute funds held by the contract in the native currency to all recipients.\n\n",
+ "examples": {
+ "javascript": "await contract.distribute();",
+ "python": "",
+ "go": "",
+ "react": "await contract.distribute();",
+ "unity": "// Split is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.promise",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "distributeToken",
+ "summary": "Distribute Funds\n\n",
+ "remarks": "\n\nDistribute funds held by the contract in the native currency to all recipients.\n\n",
+ "examples": {
+ "javascript": "// The address of the currency to distribute funds\nconst tokenAddress = \"0x...\"\nawait contract.distributeToken(tokenAddress);",
+ "python": "",
+ "go": "",
+ "react": "// The address of the currency to distribute funds\nconst tokenAddress = \"0x...\"\nawait contract.distributeToken(tokenAddress);",
+ "unity": "// Split is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.promise",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "withdraw",
+ "summary": "Withdraw Funds\n\n",
+ "remarks": "\n\nTriggers a transfer to account of the amount of native currency they are owed.\n\n",
+ "examples": {
+ "javascript": "// the wallet address that wants to withdraw their funds\nconst walletAddress = \"{{wallet_address}}\"\nawait contract.withdraw(walletAddress);",
+ "python": "",
+ "go": "",
+ "react": "// the wallet address that wants to withdraw their funds\nconst walletAddress = \"{{wallet_address}}\"\nawait contract.withdraw(walletAddress);",
+ "unity": "// Split is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.promise",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.promise"
+ }
+ }
+ ],
+ "reference": {
+ "typescript": "https://portal.thirdweb.com/typescript/sdk.Split"
+ }
+ },
+ "Pack": {
+ "name": "Pack",
+ "summary": "Create lootboxes of NFTs with rarity based open mechanics.\n\n",
+ "examples": {
+ "javascript": "import { ThirdwebSDK } from \"@thirdweb-dev/sdk\";\n\nconst sdk = new ThirdwebSDK(\"{{chainName}}\");\nconst contract = await sdk.getContract(\"{{contract_address}}\", \"pack\");",
+ "react": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = usePack(\"\", \"pack\")\n\n // Now you can use the pack contract in the rest of the component\n}"
+ },
+ "methods": [
+ {
+ "name": "get",
+ "summary": "Get a single Pack\n\n",
+ "remarks": "\n\nGet all the data associated with every pack in this contract.\n\nBy default, returns the first 100 packs, use queryParams to fetch more.\n\n",
+ "examples": {
+ "javascript": "const pack = await contract.get(0);\nconsole.log(packs;",
+ "python": "",
+ "go": "",
+ "react": "import { useContract, useNFT } from \"@thirdweb-dev/react\";\n\n// The token ID of the NFT you want to fetch\nconst tokenId = 0;\n\nfunction App() {\n const { contract } = useContract(\"{{contract_address}}\");\n const { data: nft, isLoading, error } = useNFT(contract, tokenId);\n\n if (isLoading) return Fetching NFT…
;\n if (error) return Error fetching NFT
;\n if (!nft) return NFT not found
;\n return NFT: {nft.metadata.name}
;\n}",
+ "unity": "var tokenId = \"0\";\nvar pack = await contract.Get(tokenId);"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.pack.get",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/react/react.usenft"
+ }
+ },
+ {
+ "name": "getAll",
+ "summary": "Get All Packs\n\n",
+ "remarks": "\n\nGet all the data associated with every pack in this contract.\n\nBy default, returns the first 100 packs, use queryParams to fetch more.\n\n",
+ "examples": {
+ "javascript": "const packs = await contract.getAll();\nconsole.log(packs;",
+ "python": "",
+ "go": "",
+ "react": "import { useNFTs, useContract } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useNFTs(contract);\n}",
+ "unity": "var packs = await contract.GetAll();"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.pack.getall",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/react/react.usenfts"
+ }
+ },
+ {
+ "name": "getOwned",
+ "summary": "Get Owned Packs\n\n",
+ "remarks": "\n\nGet all the data associated with the packs owned by a specific wallet.\n\n",
+ "examples": {
+ "javascript": "// Address of the wallet to get the packs of\nconst address = \"{{wallet_address}}\";\nconst packss = await contract.getOwned(address);",
+ "python": "",
+ "go": "",
+ "react": "import { useOwnedNFTs, useContract, useAddress } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const address = useAddress();\n const { contract } = useContract(contractAddress);\n const { data, isLoading, error } = useOwnedNFTs(contract, address);\n}",
+ "unity": "// Address of the Wallet to get the packs of\nvar address = \"{{wallet_address}}\";\nvar packs = await contract.GetOwned(address);"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.pack.getowned",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/react/react.useownednfts"
+ }
+ },
+ {
+ "name": "getPackContents",
+ "summary": "Get Pack Contents\n\n",
+ "remarks": "\n\nGet the rewards contained inside a pack.\n\n",
+ "examples": {
+ "javascript": "const packId = 0;\nconst contents = await contract.getPackContents(packId);\nconsole.log(contents.erc20Rewards);\nconsole.log(contents.erc721Rewards);\nconsole.log(contents.erc1155Rewards);",
+ "python": "",
+ "go": "",
+ "react": "const packId = 0;\nconst contents = await contract.getPackContents(packId);\nconsole.log(contents.erc20Rewards);\nconsole.log(contents.erc721Rewards);\nconsole.log(contents.erc1155Rewards);",
+ "unity": "var packId = \"0\";\nvar contents = await contract.GetPackContents(packId);\nDebug.Log(contents.erc20Rewards);\nDebug.Log(contents.erc721Rewards);\nDebug.Log(contents.erc1155Rewards);"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.pack.getpackcontents",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.pack.getpackcontents"
+ }
+ }
+ ],
+ "properties": [
+ {
+ "name": "addPackContents",
+ "summary": "Add Pack Contents\n\n",
+ "remarks": "\n\nAdd contents to an existing pack. See {@link Pack.addPackContents}\n\n",
+ "examples": {
+ "javascript": "const packContents = {\n // ERC20 rewards to be included in the pack\n erc20Rewards: [\n {\n contractAddress: \"0x...\",\n quantityPerReward: 5,\n quantity: 100,\n totalRewards: 20,\n }\n ],\n // ERC721 rewards to be included in the pack\n erc721Rewards: [\n {\n contractAddress: \"0x...\",\n tokenId: 0,\n }\n ],\n // ERC1155 rewards to be included in the pack\n erc1155Rewards: [\n {\n contractAddress: \"0x...\",\n tokenId: 0,\n quantityPerReward: 1,\n totalRewards: 100,\n }\n ],\n}\n\nconst tx = await contract.addPackContents(packId, packContents);",
+ "python": "",
+ "go": "",
+ "react": "const packContents = {\n // ERC20 rewards to be included in the pack\n erc20Rewards: [\n {\n contractAddress: \"0x...\",\n quantityPerReward: 5,\n quantity: 100,\n totalRewards: 20,\n }\n ],\n // ERC721 rewards to be included in the pack\n erc721Rewards: [\n {\n contractAddress: \"0x...\",\n tokenId: 0,\n }\n ],\n // ERC1155 rewards to be included in the pack\n erc1155Rewards: [\n {\n contractAddress: \"0x...\",\n tokenId: 0,\n quantityPerReward: 1,\n totalRewards: 100,\n }\n ],\n}\n\nconst tx = await contract.addPackContents(packId, packContents);",
+ "unity": "// Pack token ID\r\nstring packId = \"0\";\r\n\r\nawait contract\r\n .AddPackContents(packId,\r\n new PackRewards()\r\n {\r\n erc1155Rewards =\r\n new List {\r\n new ERC1155Reward()\r\n {\r\n contractAddress = \"0x...\",\r\n tokenId = \"0\",\r\n quantityPerReward = \"1\"\r\n }\r\n },\r\n erc721Rewards =\r\n new List {\r\n new ERC721Reward()\r\n { contractAddress = \"0x...\", tokenId = \"0\" }\r\n },\r\n erc20Rewards =\r\n new List {\r\n new ERC20Reward()\r\n { contractAddress = \"0x...\", quantityPerReward = \"1\" }\r\n }\r\n });"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.bignumberish",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "create",
+ "summary": "Create Pack\n\n",
+ "remarks": "\n\nCreate a new pack with the given metadata and rewards and mint it to the connected wallet. See {@link Pack.createTo}\n\n",
+ "examples": {
+ "javascript": "const pack = {\n // The metadata for the pack NFT itself\n packMetadata: {\n name: \"My Pack\",\n description: \"This is a new pack\",\n image: \"ipfs://...\",\n },\n // ERC20 rewards to be included in the pack\n erc20Rewards: [\n {\n contractAddress: \"0x...\",\n quantityPerReward: 5,\n quantity: 100,\n totalRewards: 20,\n }\n ],\n // ERC721 rewards to be included in the pack\n erc721Rewards: [\n {\n contractAddress: \"0x...\",\n tokenId: 0,\n }\n ],\n // ERC1155 rewards to be included in the pack\n erc1155Rewards: [\n {\n contractAddress: \"0x...\",\n tokenId: 0,\n quantityPerReward: 1,\n totalRewards: 100,\n }\n ],\n openStartTime: new Date(), // the date that packs can start to be opened, defaults to now\n rewardsPerPack: 1, // the number of rewards in each pack, defaults to 1\n}\n\nconst tx = await contract.create(pack);",
+ "python": "",
+ "go": "",
+ "react": "const pack = {\n // The metadata for the pack NFT itself\n packMetadata: {\n name: \"My Pack\",\n description: \"This is a new pack\",\n image: \"ipfs://...\",\n },\n // ERC20 rewards to be included in the pack\n erc20Rewards: [\n {\n contractAddress: \"0x...\",\n quantityPerReward: 5,\n quantity: 100,\n totalRewards: 20,\n }\n ],\n // ERC721 rewards to be included in the pack\n erc721Rewards: [\n {\n contractAddress: \"0x...\",\n tokenId: 0,\n }\n ],\n // ERC1155 rewards to be included in the pack\n erc1155Rewards: [\n {\n contractAddress: \"0x...\",\n tokenId: 0,\n quantityPerReward: 1,\n totalRewards: 100,\n }\n ],\n openStartTime: new Date(), // the date that packs can start to be opened, defaults to now\n rewardsPerPack: 1, // the number of rewards in each pack, defaults to 1\n}\n\nconst tx = await contract.create(pack);",
+ "unity": "await contract\r\n .Create(new NewPackInput()\r\n {\r\n packMetadata =\r\n new NFTMetadata()\r\n {\r\n name = \"My Pack\",\r\n description = \"My Pack Description\",\r\n image = \"https://myimage.com\",\r\n external_url = \"https://myimage.com\"\r\n },\r\n erc1155Rewards =\r\n new List {\r\n new ERC1155Contents()\r\n {\r\n contractAddress = \"0x...\",\r\n tokenId = \"0\",\r\n quantityPerReward = \"1\"\r\n }\r\n },\r\n erc721Rewards =\r\n new List {\r\n new ERC721Contents()\r\n {\r\n contractAddress = \"0x...\",\r\n tokenId = \"0\"\r\n }\r\n },\r\n erc20Rewards =\r\n new List {\r\n new ERC20Contents()\r\n {\r\n contractAddress = \"0x...\",\r\n quantityPerReward = \"1\",\r\n totalRewards = \"1\"\r\n }\r\n }\r\n });"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.objectinputtype",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.objectinputtype"
+ }
+ },
+ {
+ "name": "createTo",
+ "summary": "Create Pack To Wallet\n\n",
+ "remarks": "\n\nCreate a new pack with the given metadata and rewards and mint it to the specified address.\n\n",
+ "examples": {
+ "javascript": "const pack = {\n // The metadata for the pack NFT itself\n packMetadata: {\n name: \"My Pack\",\n description: \"This is a new pack\",\n image: \"ipfs://...\",\n },\n // ERC20 rewards to be included in the pack\n erc20Rewards: [\n {\n contractAddress: \"0x...\",\n quantityPerReward: 5,\n quantity: 100,\n totalRewards: 20,\n }\n ],\n // ERC721 rewards to be included in the pack\n erc721Rewards: [\n {\n contractAddress: \"0x...\",\n tokenId: 0,\n }\n ],\n // ERC1155 rewards to be included in the pack\n erc1155Rewards: [\n {\n contractAddress: \"0x...\",\n tokenId: 0,\n quantityPerReward: 1,\n totalRewards: 100,\n }\n ],\n openStartTime: new Date(), // the date that packs can start to be opened, defaults to now\n rewardsPerPack: 1, // the number of rewards in each pack, defaults to 1\n}\n\nconst tx = await contract.createTo(\"0x...\", pack);",
+ "python": "",
+ "go": "",
+ "react": "const pack = {\n // The metadata for the pack NFT itself\n packMetadata: {\n name: \"My Pack\",\n description: \"This is a new pack\",\n image: \"ipfs://...\",\n },\n // ERC20 rewards to be included in the pack\n erc20Rewards: [\n {\n contractAddress: \"0x...\",\n quantityPerReward: 5,\n quantity: 100,\n totalRewards: 20,\n }\n ],\n // ERC721 rewards to be included in the pack\n erc721Rewards: [\n {\n contractAddress: \"0x...\",\n tokenId: 0,\n }\n ],\n // ERC1155 rewards to be included in the pack\n erc1155Rewards: [\n {\n contractAddress: \"0x...\",\n tokenId: 0,\n quantityPerReward: 1,\n totalRewards: 100,\n }\n ],\n openStartTime: new Date(), // the date that packs can start to be opened, defaults to now\n rewardsPerPack: 1, // the number of rewards in each pack, defaults to 1\n}\n\nconst tx = await contract.createTo(\"0x...\", pack);",
+ "unity": "// The address to check the funds of\r\nvar address = \"{{wallet_address}}\";\r\nawait contract\r\n .CreateTo(address,\r\n new NewPackInput()\r\n {\r\n packMetadata =\r\n new NFTMetadata()\r\n {\r\n name = \"My Pack\",\r\n description = \"My Pack Description\",\r\n image = \"https://myimage.com\",\r\n external_url = \"https://myimage.com\"\r\n },\r\n erc1155Rewards =\r\n new List {\r\n new ERC1155Contents()\r\n {\r\n contractAddress = \"0x...\",\r\n tokenId = \"0\",\r\n quantityPerReward = \"1\"\r\n }\r\n },\r\n erc721Rewards =\r\n new List {\r\n new ERC721Contents()\r\n {\r\n contractAddress = \"0x...\",\r\n tokenId = \"0\"\r\n }\r\n },\r\n erc20Rewards =\r\n new List {\r\n new ERC20Contents()\r\n {\r\n contractAddress = \"0x...\",\r\n quantityPerReward = \"1\",\r\n totalRewards = \"1\"\r\n }\r\n }\r\n });"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.objectinputtype",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.objectinputtype"
+ }
+ },
+ {
+ "name": "open",
+ "summary": "Open Pack\n\n",
+ "remarks": "\n\n- Open a pack to reveal the contained rewards. This will burn the specified pack and the contained assets will be transferred to the opening users wallet.\n\n",
+ "examples": {
+ "javascript": "const tokenId = 0\nconst amount = 1\nconst tx = await contract.open(tokenId, amount);",
+ "python": "",
+ "go": "",
+ "react": "const tokenId = 0\nconst amount = 1\nconst tx = await contract.open(tokenId, amount);",
+ "unity": "var tokenId = \"0\";\nvar amount = \"1\";\nvar tx = await contract.Open(tokenId, amount);"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.bignumberish",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "royalties",
+ "summary": "Configure royalties\n\n",
+ "remarks": "\n\nSet your own royalties for the entire contract or per pack\n\n",
+ "examples": {
+ "javascript": "// royalties on the whole contract\ncontract.royalties.setDefaultRoyaltyInfo({\n seller_fee_basis_points: 100, // 1%\n fee_recipient: \"0x...\"\n});\n// override royalty for a particular pack\ncontract.royalties.setTokenRoyaltyInfo(packId, {\n seller_fee_basis_points: 500, // 5%\n fee_recipient: \"0x...\"\n});",
+ "python": "",
+ "go": "",
+ "react": "// royalties on the whole contract\ncontract.royalties.setDefaultRoyaltyInfo({\n seller_fee_basis_points: 100, // 1%\n fee_recipient: \"0x...\"\n});\n// override royalty for a particular pack\ncontract.royalties.setTokenRoyaltyInfo(packId, {\n seller_fee_basis_points: 500, // 5%\n fee_recipient: \"0x...\"\n});"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.contractroyalty",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.contractroyalty"
+ }
+ }
+ ],
+ "reference": {
+ "typescript": "https://portal.thirdweb.com/typescript/sdk.Pack"
+ }
+ },
+ "Vote": {
+ "name": "Vote",
+ "summary": "Create a decentralized organization for token holders to vote on proposals.\n\n",
+ "examples": {
+ "javascript": "import { ThirdwebSDK } from \"@thirdweb-dev/sdk\";\n\nconst sdk = new ThirdwebSDK(\"{{chainName}}\");\nconst contract = await sdk.getContract(\"{{contract_address}}\", \"vote\");",
+ "react": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"vote\")\n\n // Now you can use the vote contract in the rest of the component\n}"
+ },
+ "methods": [
+ {
+ "name": "canExecute",
+ "summary": "Can Execute\n\n",
+ "remarks": "\n\nCheck if a proposal can be executed (if the proposal has succeeded).\n\n",
+ "examples": {
+ "javascript": "// The proposal ID of the proposal you want to check\nconst proposalId = \"0\";\nconst canExecute = await contract.canExecute(proposalId);\nconsole.log(canExecute);",
+ "python": "",
+ "go": "",
+ "react": "// The proposal ID of the proposal you want to check\nconst proposalId = \"0\";\nconst canExecute = await contract.canExecute(proposalId);\nconsole.log(canExecute);",
+ "unity": "// Vote is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.vote.canexecute",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.vote.canexecute"
+ }
+ },
+ {
+ "name": "getAll",
+ "summary": "Get All Proposals\n\n",
+ "remarks": "\n\nGet all the proposals in this contract.\n\n",
+ "examples": {
+ "javascript": "const proposals = await contract.getAll();\nconsole.log(proposals);",
+ "python": "",
+ "go": "",
+ "react": "const proposals = await contract.getAll();\nconsole.log(proposals);",
+ "unity": "// Vote is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.vote.getall",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.vote.getall"
+ }
+ },
+ {
+ "name": "hasVoted",
+ "summary": "Check If Wallet Voted\n\n",
+ "remarks": "\n\nCheck if a specified wallet has voted a specific proposal\n\n",
+ "examples": {
+ "javascript": "// The proposal ID of the proposal you want to check\nconst proposalId = \"0\";\n// The address of the wallet you want to check to see if they voted\nconst address = \"{{wallet_address}}\";\n\nawait contract.hasVoted(proposalId, address);",
+ "python": "",
+ "go": "",
+ "react": "// The proposal ID of the proposal you want to check\nconst proposalId = \"0\";\n// The address of the wallet you want to check to see if they voted\nconst address = \"{{wallet_address}}\";\n\nawait contract.hasVoted(proposalId, address);",
+ "unity": "// Vote is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.vote.hasvoted",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.vote.hasvoted"
+ }
+ }
+ ],
+ "properties": [
+ {
+ "name": "execute",
+ "summary": "Execute Proposal\n\n",
+ "remarks": "\n\nExecute the related transactions for a proposal if the proposal succeeded.\n\n",
+ "examples": {
+ "javascript": "// The proposal ID of the proposal you want to execute\nconst proposalId = \"0\"\nawait contract.execute(proposalId);",
+ "python": "",
+ "go": "",
+ "react": "// The proposal ID of the proposal you want to execute\nconst proposalId = \"0\"\nawait contract.execute(proposalId);",
+ "unity": "// Vote is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.promise",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "propose",
+ "summary": "Create Proposal\n\n",
+ "remarks": "\n\nCreate a new proposal for token holders to vote on.\n\n",
+ "examples": {
+ "javascript": "// The description of the proposal you want to pass\nconst description = \"This is a great proposal - vote for it!\"\n// You can (optionally) pass in contract calls that will get executed when the proposal is executed.\nconst executions = [\n {\n // The contract you want to make a call to\n toAddress: \"0x...\",\n // The amount of the native currency to send in this transaction\n nativeTokenValue: 0,\n // Transaction data that will be executed when the proposal is executed\n // This is an example transfer transaction with a token contract (which you would need to set up in code)\n transactionData: tokenContract.encoder.encode(\n \"transfer\", [\n fromAddress,\n amount,\n ]\n ),\n }\n]\n\nconst proposal = await contract.propose(description, executions);",
+ "python": "",
+ "go": "",
+ "react": "// The description of the proposal you want to pass\nconst description = \"This is a great proposal - vote for it!\"\n// You can (optionally) pass in contract calls that will get executed when the proposal is executed.\nconst executions = [\n {\n // The contract you want to make a call to\n toAddress: \"0x...\",\n // The amount of the native currency to send in this transaction\n nativeTokenValue: 0,\n // Transaction data that will be executed when the proposal is executed\n // This is an example transfer transaction with a token contract (which you would need to set up in code)\n transactionData: tokenContract.encoder.encode(\n \"transfer\", [\n fromAddress,\n amount,\n ]\n ),\n }\n]\n\nconst proposal = await contract.propose(description, executions);",
+ "unity": "// Vote is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.proposalexecutable",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.proposalexecutable"
+ }
+ },
+ {
+ "name": "vote",
+ "summary": "Vote\n\n",
+ "remarks": "\n\nVote on an active proposal\n\n",
+ "examples": {
+ "javascript": "// The proposal ID of the proposal you want to vote on\nconst proposalId = \"0\";\n// The vote type you want to cast, can be VoteType.Against, VoteType.For, or VoteType.Abstain\nconst voteType = VoteType.For;\n// The (optional) reason for the vote\nconst reason = \"I like this proposal!\";\n\nawait contract.vote(proposalId, voteType, reason);",
+ "python": "",
+ "go": "",
+ "react": "// The proposal ID of the proposal you want to vote on\nconst proposalId = \"0\";\n// The vote type you want to cast, can be VoteType.Against, VoteType.For, or VoteType.Abstain\nconst voteType = VoteType.For;\n// The (optional) reason for the vote\nconst reason = \"I like this proposal!\";\n\nawait contract.vote(proposalId, voteType, reason);",
+ "unity": "// Vote is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.votetype",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.votetype"
+ }
+ }
+ ],
+ "reference": {
+ "typescript": "https://portal.thirdweb.com/typescript/sdk.Vote"
+ }
+ },
+ "Multiwrap": {
+ "name": "Multiwrap",
+ "summary": "Multiwrap lets you wrap any number of ERC20, ERC721 and ERC1155 tokens you own into a single wrapped token bundle.\n\n",
+ "examples": {
+ "javascript": "import { ThirdwebSDK } from \"@thirdweb-dev/sdk\";\n\nconst sdk = new ThirdwebSDK(\"{{chainName}}\");\nconst contract = await sdk.getContract(\"{{contract_address}}\", \"multiwrap\");",
+ "react": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"multiwrap\")\n\n // Now you can use the multiwrap contract in the rest of the component\n}",
+ "python": "from thirdweb import ThirdwebSDK\n\n# You can customize this to a supported network or your own RPC URL\nnetwork = \"mumbai\"\n\n# Now we can create a new instance of the SDK\nsdk = ThirdwebSDK(network)\n\n# If you want to send transactions, you can instantiate the SDK with a private key instead:\n# sdk = ThirdwebSDK.from_private_key(PRIVATE_KEY, network)\n\ncontract = sdk.get_multiwrap(\"{{contract_address}}\")",
+ "go": "\nimport (\n\t\"github.com/thirdweb-dev/go-sdk/v2/thirdweb\"\n)\n\nprivateKey := \"...\"\nsecretKey := \"...\"\n\nsdk, err := thirdweb.NewThirdwebSDK(\"mumbai\", &thirdweb.SDKOptions{\n\tPrivateKey: privateKey,\n\tSecretKey: secretKey\n})\n\ncontract, err := sdk.GetMultiwrap(\"{{contract_address}}\")\n"
+ },
+ "methods": [
+ {
+ "name": "getWrappedContents",
+ "summary": "Get the contents of a wrapped token bundle\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const contents = await contract.getWrappedContents(wrappedTokenId);\nconsole.log(contents.erc20Tokens);\nconsole.log(contents.erc721Tokens);\nconsole.log(contents.erc1155Tokens);",
+ "python": "token_id = 0\ncontents = contract.get_wrapped_contents(token_id)\nprint(contents.erc20_tokens)\nprint(contents.erc721_tokens)\nprint(contents.erc1155_tokens)",
+ "go": "tokenId := 0\ncontents, err := contract.GetWrappedContents(tokenId)\nerc20Tokens := contents.Erc20Tokens\nerc721Tokens := contents.Erc721Tokens\nerc1155Tokens := contents.Erc1155Tokens\n",
+ "react": "const contents = await contract.getWrappedContents(wrappedTokenId);\nconsole.log(contents.erc20Tokens);\nconsole.log(contents.erc721Tokens);\nconsole.log(contents.erc1155Tokens);",
+ "unity": "// Multiwrap is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.multiwrap.getwrappedcontents",
+ "python": "https://docs.thirdweb.com/python/multiwrap#get_wrapped_contents",
+ "go": "https://docs.thirdweb.com/go/multiwrap#func-multiwrap-getwrappedcontents",
+ "react": "https://portal.thirdweb.com/typescript/sdk.multiwrap.getwrappedcontents"
+ }
+ }
+ ],
+ "properties": [
+ {
+ "name": "royalties",
+ "summary": "Configure royalties\n\n",
+ "remarks": "\n\nSet your own royalties for the entire contract or per token\n\n",
+ "examples": {
+ "javascript": "// royalties on the whole contract\ncontract.royalties.setDefaultRoyaltyInfo({\n seller_fee_basis_points: 100, // 1%\n fee_recipient: \"0x...\"\n});\n// override royalty for a particular token\ncontract.royalties.setTokenRoyaltyInfo(tokenId, {\n seller_fee_basis_points: 500, // 5%\n fee_recipient: \"0x...\"\n});",
+ "python": "",
+ "go": "",
+ "react": "// royalties on the whole contract\ncontract.royalties.setDefaultRoyaltyInfo({\n seller_fee_basis_points: 100, // 1%\n fee_recipient: \"0x...\"\n});\n// override royalty for a particular token\ncontract.royalties.setTokenRoyaltyInfo(tokenId, {\n seller_fee_basis_points: 500, // 5%\n fee_recipient: \"0x...\"\n});"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.contractroyalty",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.contractroyalty"
+ }
+ },
+ {
+ "name": "unwrap",
+ "summary": "Unwrap a wrapped token bundle, and retrieve its contents\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "await contract.unwrap(wrappedTokenId);",
+ "python": "",
+ "go": "",
+ "react": "await contract.unwrap(wrappedTokenId);",
+ "unity": "// Multiwrap is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.bignumberish",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ },
+ {
+ "name": "wrap",
+ "summary": "Wrap any number of ERC20/ERC721/ERC1155 tokens into a single wrapped token\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const tx = await contract.wrap({\n erc20Tokens: [{\n contractAddress: \"0x...\",\n quantity: \"0.8\"\n }],\n erc721Tokens: [{\n contractAddress: \"0x...\",\n tokenId: \"0\"\n }],\n erc1155Tokens: [{\n contractAddress: \"0x...\",\n tokenId: \"1\",\n quantity: \"2\"\n }]\n}, {\n name: \"Wrapped bundle\",\n description: \"This is a wrapped bundle of tokens and NFTs\",\n image: \"ipfs://...\",\n});\nconst receipt = tx.receipt(); // the transaction receipt\nconst wrappedTokenId = tx.id; // the id of the wrapped token bundle",
+ "python": "",
+ "go": "",
+ "react": "const tx = await contract.wrap({\n erc20Tokens: [{\n contractAddress: \"0x...\",\n quantity: \"0.8\"\n }],\n erc721Tokens: [{\n contractAddress: \"0x...\",\n tokenId: \"0\"\n }],\n erc1155Tokens: [{\n contractAddress: \"0x...\",\n tokenId: \"1\",\n quantity: \"2\"\n }]\n}, {\n name: \"Wrapped bundle\",\n description: \"This is a wrapped bundle of tokens and NFTs\",\n image: \"ipfs://...\",\n});\nconst receipt = tx.receipt(); // the transaction receipt\nconst wrappedTokenId = tx.id; // the id of the wrapped token bundle",
+ "unity": "// Multiwrap is not yet supported in Unity. You can still use the contract.Read and contract.Write functions to call functions directly."
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.tokenstowrap",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.tokenstowrap"
+ }
+ }
+ ],
+ "reference": {
+ "typescript": "https://portal.thirdweb.com/typescript/sdk.Multiwrap",
+ "python": "https://docs.thirdweb.com/python/multiwrap",
+ "go": "https://docs.thirdweb.com/go/multiwrap"
+ }
+ },
+ "ContractDeployer": {
+ "name": "ContractDeployer",
+ "summary": "Handles deploying new contracts\n\n\n",
+ "examples": {},
+ "methods": [],
+ "properties": [
+ {
+ "name": "deployEdition",
+ "summary": "Deploys a new Edition contract\n\n",
+ "remarks": "\n\nDeploys an Edition contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deployEdition({\n name: \"My Edition\",\n primary_sale_recipient: \"your-address\",\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deployEdition({\n name: \"My Edition\",\n primary_sale_recipient: \"your-address\",\n});",
+ "unity": "await sdk\r\n .deployer\r\n .DeployEdition(new NFTContractDeployMetadata()\r\n { name = \"My Collection\", primary_sale_recipient = \"0x...\" });"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.nftcontractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.nftcontractdeploymetadata"
+ }
+ },
+ {
+ "name": "deployEditionDrop",
+ "summary": "Deploys a new EditionDrop contract\n\n",
+ "remarks": "\n\nDeploys an Edition Drop contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deployEditionDrop({\n name: \"My Edition Drop\",\n primary_sale_recipient: \"your-address\",\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deployEditionDrop({\n name: \"My Edition Drop\",\n primary_sale_recipient: \"your-address\",\n});",
+ "unity": "await sdk\r\n .deployer\r\n .DeployEditionDrop(new NFTContractDeployMetadata()\r\n { name = \"My Collection\", primary_sale_recipient = \"0x...\" });"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.nftcontractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.nftcontractdeploymetadata"
+ }
+ },
+ {
+ "name": "deployLoyaltyCard",
+ "summary": "Deploys a new LoyaltyCard contract\n\n",
+ "remarks": "\n\nDeploys a LoyaltyCard contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deployLoyaltyCard({\n name: \"My Loyalty Program\",\n primary_sale_recipient: \"your-address\",\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deployLoyaltyCard({\n name: \"My Loyalty Program\",\n primary_sale_recipient: \"your-address\",\n});"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.nftcontractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.nftcontractdeploymetadata"
+ }
+ },
+ {
+ "name": "deployMarketplace",
+ "summary": "Deploys a new Marketplace contract\n\n",
+ "remarks": "\n\nDeploys a Marketplace contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deployMarketplace({\n name: \"My Marketplace\",\n primary_sale_recipient: \"your-address\",\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deployMarketplace({\n name: \"My Marketplace\",\n primary_sale_recipient: \"your-address\",\n});",
+ "unity": "await sdk\r\n .deployer\r\n .DeployMarketplace(new MarketplaceContractDeployMetadata()\r\n { name = \"My Collection\" });"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.marketplacecontractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.marketplacecontractdeploymetadata"
+ }
+ },
+ {
+ "name": "deployMarketplaceV3",
+ "summary": "Deploys a new Marketplace-V3 contract\n\n",
+ "remarks": "\n\nDeploys a Marketplace-V3 contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deployMarketplaceV3({\n name: \"My Marketplace\",\n primary_sale_recipient: \"your-address\",\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deployMarketplaceV3({\n name: \"My Marketplace\",\n primary_sale_recipient: \"your-address\",\n});"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.marketplacev3contractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.marketplacev3contractdeploymetadata"
+ }
+ },
+ {
+ "name": "deployMultiwrap",
+ "summary": "Deploys a new Multiwrap contract\n\n",
+ "remarks": "\n\nDeploys a Multiwrap contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deployMultiwrap({\n name: \"My Multiwrap\",\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deployMultiwrap({\n name: \"My Multiwrap\",\n});"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.multiwrapcontractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.multiwrapcontractdeploymetadata"
+ }
+ },
+ {
+ "name": "deployNFTCollection",
+ "summary": "Deploys an NFT Collection contract\n\n",
+ "remarks": "\n\nDeploys an NFT Collection contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deployNFTCollection({\n name: \"My Collection\",\n primary_sale_recipient: \"your-address\",\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deployNFTCollection({\n name: \"My Collection\",\n primary_sale_recipient: \"your-address\",\n});",
+ "unity": "await sdk\r\n .deployer\r\n .DeployNFTCollection(new NFTContractDeployMetadata()\r\n { name = \"My Collection\", primary_sale_recipient = \"0x...\" });"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.nftcontractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.nftcontractdeploymetadata"
+ }
+ },
+ {
+ "name": "deployNFTDrop",
+ "summary": "Deploys a new NFTDrop contract\n\n",
+ "remarks": "\n\nDeploys an NFT Drop contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deployNFTDrop({\n name: \"My Drop\",\n primary_sale_recipient: \"your-address\",\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deployNFTDrop({\n name: \"My Drop\",\n primary_sale_recipient: \"your-address\",\n});",
+ "unity": "await sdk\r\n .deployer\r\n .DeployNFTDrop(new NFTContractDeployMetadata()\r\n { name = \"My Collection\", primary_sale_recipient = \"0x...\" });"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.nftcontractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.nftcontractdeploymetadata"
+ }
+ },
+ {
+ "name": "deployOpenEdition",
+ "summary": "Deploys a new OpenEditionERC721 contract\n\n",
+ "remarks": "\n\nDeploys a OpenEdition contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deployOpenEdition({\n name: \"My Open Edition\",\n primary_sale_recipient: \"your-address\",\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deployOpenEdition({\n name: \"My Open Edition\",\n primary_sale_recipient: \"your-address\",\n});"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.openeditioncontractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.openeditioncontractdeploymetadata"
+ }
+ },
+ {
+ "name": "deployPack",
+ "summary": "Deploys a new Pack contract\n\n",
+ "remarks": "\n\nDeploys a Pack contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deployPack({\n name: \"My Pack\",\n primary_sale_recipient: \"your-address\",\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deployPack({\n name: \"My Pack\",\n primary_sale_recipient: \"your-address\",\n});",
+ "unity": "await sdk\r\n .deployer\r\n .DeployPack(new NFTContractDeployMetadata()\r\n { name = \"My Collection\", primary_sale_recipient = \"0x...\" });"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.nftcontractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.nftcontractdeploymetadata"
+ }
+ },
+ {
+ "name": "deploySignatureDrop",
+ "summary": "Deploys a new SignatureDrop contract\n\n",
+ "remarks": "\n\nDeploys a SignatureDrop contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deploySignatureDrop({\n name: \"My Signature Drop\",\n primary_sale_recipient: \"your-address\",\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deploySignatureDrop({\n name: \"My Signature Drop\",\n primary_sale_recipient: \"your-address\",\n});",
+ "unity": "await sdk\r\n .deployer\r\n .DeploySignatureDrop(new NFTContractDeployMetadata()\r\n { name = \"My Collection\", primary_sale_recipient = \"0x...\" });"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.nftcontractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.nftcontractdeploymetadata"
+ }
+ },
+ {
+ "name": "deploySplit",
+ "summary": "Deploys a new Split contract\n\n",
+ "remarks": "\n\nDeploys a Split contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deploySplit({\n name: \"My Split\",\n primary_sale_recipient: \"your-address\",\n recipients: [\n {\n address: \"your-address\",\n sharesBps: 80 * 100, // 80%\n },\n {\n address: \"another-address\",\n sharesBps: 20 * 100, // 20%\n },\n ],\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deploySplit({\n name: \"My Split\",\n primary_sale_recipient: \"your-address\",\n recipients: [\n {\n address: \"your-address\",\n sharesBps: 80 * 100, // 80%\n },\n {\n address: \"another-address\",\n sharesBps: 20 * 100, // 20%\n },\n ],\n});"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.splitcontractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.splitcontractdeploymetadata"
+ }
+ },
+ {
+ "name": "deployToken",
+ "summary": "Deploys a new Token contract\n\n",
+ "remarks": "\n\nDeploys a Token contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deployToken({\n name: \"My Token\",\n primary_sale_recipient: \"your-address\",\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deployToken({\n name: \"My Token\",\n primary_sale_recipient: \"your-address\",\n});",
+ "unity": "await sdk\r\n .deployer\r\n .DeployToken(new \tTokenContractDeployMetadata()\r\n { name = \"My Collection\", primary_sale_recipient = \"0x...\" });"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.tokencontractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.tokencontractdeploymetadata"
+ }
+ },
+ {
+ "name": "deployTokenDrop",
+ "summary": "Deploys a new Token Drop contract\n\n",
+ "remarks": "\n\nDeploys a Token Drop contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deployTokenDrop({\n name: \"My Token Drop\",\n primary_sale_recipient: \"your-address\",\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deployTokenDrop({\n name: \"My Token Drop\",\n primary_sale_recipient: \"your-address\",\n});",
+ "unity": "await sdk\r\n .deployer\r\n .DeployTokenDrop(new \tTokenContractDeployMetadata()\r\n { name = \"My Collection\", primary_sale_recipient = \"0x...\" });"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.tokencontractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.tokencontractdeploymetadata"
+ }
+ },
+ {
+ "name": "deployVote",
+ "summary": "Deploys a new Vote contract\n\n",
+ "remarks": "\n\nDeploys an Vote contract and returns the address of the deployed contract\n\n",
+ "examples": {
+ "javascript": "const contractAddress = await sdk.deployer.deployVote({\n name: \"My Vote\",\n primary_sale_recipient: \"your-address\",\n voting_token_address: \"your-token-contract-address\",\n});",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst contractAddress = await sdk.deployer.deployVote({\n name: \"My Vote\",\n primary_sale_recipient: \"your-address\",\n voting_token_address: \"your-token-contract-address\",\n});"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.votecontractdeploymetadata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.votecontractdeploymetadata"
+ }
+ }
+ ],
+ "reference": {
+ "typescript": "https://portal.thirdweb.com/typescript/sdk.ContractDeployer"
+ }
+ },
+ "ContractEvents": {
+ "name": "ContractEvents",
+ "summary": "Listen to Contract events in real time\n\n\n",
+ "examples": {
+ "go": "\n// First get an instance of your contract\ncontract, _ := sdk.GetContract(\"0x...\");\n\n// Now, get all Transfer events from a specific block range\ncontract.Events.GetEvents(\"Transfer\", thirdweb.EventQueryOptions{\n FromBlock: 100000000,\n ToBlock: 100000001,\n})\n\n// And setup a listener to listen for future Transfer events\ncontract.Events.AddEventListener(\"Transfer\", func (event thirdweb.ContractEvent) {\n fmt.Printf(\"%#v\\n\", event)\n})\n"
+ },
+ "methods": [
+ {
+ "name": "addEventListener",
+ "summary": "Subscribe to contract events\n\n",
+ "remarks": "\n\nYou can add a listener for any contract event to run a function when the event is emitted. For example, if you wanted to listen for a \"TokensMinted\" event, you could do the following:\n\n",
+ "examples": {
+ "javascript": "contract.events.addEventListener(\"TokensMinted\", (event) => {\n console.log(event);\n});",
+ "python": "",
+ "go": "// Define a listener function to be called whenever a new Transfer event is received\nlistener := func (event thirdweb.ContractEvent) {\n fmt.Printf(\"%#v\\n\", event)\n}\n\n// Add a new listener for the Transfer event\nsubscription := contract.Events.AddEventListener(context.Background(), \"Transfer\", listener)\n\n// Unsubscribe from the Transfer event at some time in the future, closing the listener\nsubscription.Unsubscribe()\n",
+ "react": "contract.events.addEventListener(\"TokensMinted\", (event) => {\n console.log(event);\n});"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.contractevents.addeventlistener",
+ "python": "https://docs.thirdweb.com/python/contract-events#add_event_listener",
+ "go": "https://docs.thirdweb.com/go/contract_events#func-contractevents-addeventlistener",
+ "react": "https://portal.thirdweb.com/typescript/sdk.contractevents.addeventlistener"
+ }
+ },
+ {
+ "name": "addTransactionListener",
+ "summary": "Subscribe to transactions in this contract.\n\n",
+ "remarks": "\n\nWill emit an \"event\" object containing the transaction status ('submitted' and 'completed') and hash\n\n",
+ "examples": {
+ "javascript": "contract.events.addTransactionListener((event) => {\n console.log(event);\n}",
+ "python": "",
+ "go": "",
+ "react": "contract.events.addTransactionListener((event) => {\n console.log(event);\n}"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.contractevents.addtransactionlistener",
+ "python": "https://docs.thirdweb.com/python/contract-events#add_transaction_listener",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.contractevents.addtransactionlistener"
+ }
+ },
+ {
+ "name": "getAllEvents",
+ "summary": "Get All Events\n\n",
+ "remarks": "\n\nGet a list of all the events emitted from this contract during the specified time period\n\n",
+ "examples": {
+ "javascript": "// Optionally pass in filters to limit the blocks from which events are retrieved\nconst filters = {\n fromBlock: 0,\n toBlock: 1000000,\n}\nconst events = await contract.events.getAllEvents(filters);\nconsole.log(events[0].eventName);\nconsole.log(events[0].data);",
+ "python": "",
+ "go": "",
+ "react": "// Optionally pass in filters to limit the blocks from which events are retrieved\nconst filters = {\n fromBlock: 0,\n toBlock: 1000000,\n}\nconst events = await contract.events.getAllEvents(filters);\nconsole.log(events[0].eventName);\nconsole.log(events[0].data);"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.contractevents.getallevents",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.contractevents.getallevents"
+ }
+ },
+ {
+ "name": "getEvents",
+ "summary": "Get Events\n\n",
+ "remarks": "\n\nGet a list of the events of a specific type emitted from this contract during the specified time period\n\n",
+ "examples": {
+ "javascript": "// The name of the event to get logs for\nconst eventName = \"Transfer\";\n\n// Optionally pass in options to limit the blocks from which events are retrieved\nconst options = {\n fromBlock: 0,\n toBlock: 1000000, // can also pass \"latest\"\n order: \"desc\",\n // Configure event filters (filter on indexed event parameters)\n filters: {\n from: \"0x...\",\n to: \"0x...\"\n }\n};\n\nconst events = await contract.events.getEvents(eventName, options);\nconsole.log(events[0].eventName);\nconsole.log(events[0].data);",
+ "python": "",
+ "go": "// First we define a filter to only get Transfer events where the \"from\" address is \"0x...\"\n// Note that you can only add filters for indexed parameters on events\nfilters := map[string]interface{} {\n \"from\": common.HexToAddress(\"0x...\")\n}\n\n// Now we can define the query options, including the block range and the filter\nqueryOptions := thirdweb.EventQueryOptions{\n FromBlock: 100000000, // Defaults to block 0 if you don't specify this field\n ToBlock: 100000001, // Defaults to latest block if you don't specify this field\n Filters: filters,\n}\n\n// Now we can query for the Transfer events\nevents, _ := contract.Events.GetEvents(\"Transfer\", queryOptions)\n",
+ "react": "// The name of the event to get logs for\nconst eventName = \"Transfer\";\n\n// Optionally pass in options to limit the blocks from which events are retrieved\nconst options = {\n fromBlock: 0,\n toBlock: 1000000, // can also pass \"latest\"\n order: \"desc\",\n // Configure event filters (filter on indexed event parameters)\n filters: {\n from: \"0x...\",\n to: \"0x...\"\n }\n};\n\nconst events = await contract.events.getEvents(eventName, options);\nconsole.log(events[0].eventName);\nconsole.log(events[0].data);"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.contractevents.getevents",
+ "python": "https://docs.thirdweb.com/python/contract-events#get_events",
+ "go": "https://docs.thirdweb.com/go/contract_events#func-contractevents-getevents",
+ "react": "https://portal.thirdweb.com/typescript/sdk.contractevents.getevents"
+ }
+ },
+ {
+ "name": "listenToAllEvents",
+ "summary": "Listen to all events emitted from this contract\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "contract.events.listenToAllEvents((event) => {\n console.log(event.eventName) // the name of the emitted event\n console.log(event.data) // event payload\n}",
+ "python": "",
+ "go": "",
+ "react": "contract.events.listenToAllEvents((event) => {\n console.log(event.eventName) // the name of the emitted event\n console.log(event.data) // event payload\n}"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.contractevents.listentoallevents",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.contractevents.listentoallevents"
+ }
+ },
+ {
+ "name": "removeAllListeners",
+ "summary": "Remove all listeners on this contract\n\n",
+ "remarks": "\n\nRemove all listeners from a contract\n\n",
+ "examples": {
+ "javascript": "contract.events.removeAllListeners();",
+ "python": "",
+ "go": "",
+ "react": "contract.events.removeAllListeners();"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.contractevents.removealllisteners",
+ "python": "https://docs.thirdweb.com/python/contract-events#remove_all_listeners",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.contractevents.removealllisteners"
+ }
+ },
+ {
+ "name": "removeEventListener",
+ "summary": "Remove an event listener from this contract\n\n",
+ "remarks": "\n\nRemove a listener that was added with addEventListener\n\n",
+ "examples": {
+ "javascript": "contract.events.removeEventListener(\"TokensMinted\", (event) => {\n console.log(event);\n});",
+ "python": "",
+ "go": "",
+ "react": "contract.events.removeEventListener(\"TokensMinted\", (event) => {\n console.log(event);\n});"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.contractevents.removeeventlistener",
+ "python": "https://docs.thirdweb.com/python/contract-events#remove_event_listener",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.contractevents.removeeventlistener"
+ }
+ },
+ {
+ "name": "removeTransactionListener",
+ "summary": "Remove a transaction listener\n\n",
+ "remarks": "\n\nRemove a listener that was added with addTransactionListener\n\n",
+ "examples": {
+ "javascript": "contract.events.removeTransactionListener((event) => {\n console.log(event);\n}",
+ "python": "",
+ "go": "",
+ "react": "contract.events.removeTransactionListener((event) => {\n console.log(event);\n}"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.contractevents.removetransactionlistener",
+ "python": "https://docs.thirdweb.com/python/contract-events#remove_transaction_listener",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.contractevents.removetransactionlistener"
+ }
+ }
+ ],
+ "properties": [],
+ "reference": {
+ "typescript": "https://portal.thirdweb.com/typescript/sdk.ContractEvents",
+ "python": "https://docs.thirdweb.com/python/contract-events",
+ "go": "https://docs.thirdweb.com/go/contract_events"
+ }
+ },
+ "DelayedReveal": {
+ "name": "DelayedReveal",
+ "summary": "Handles delayed reveal logic\n\n\n",
+ "examples": {},
+ "methods": [
+ {
+ "name": "getBatchesToReveal",
+ "summary": "Gets the list of unrevealed NFT batches.\n\n",
+ "remarks": "\n\nGets the list of unrevealed NFT batches.\n\n",
+ "examples": {
+ "javascript": "const batches = await contract.revealer.getBatchesToReveal();",
+ "python": "",
+ "go": "",
+ "react": "const batches = await contract.revealer.getBatchesToReveal();"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.delayedreveal.getbatchestoreveal",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.delayedreveal.getbatchestoreveal"
+ }
+ }
+ ],
+ "properties": [
+ {
+ "name": "createDelayedRevealBatch",
+ "summary": "Create a batch of encrypted NFTs that can be revealed at a later time.\n\n",
+ "remarks": "\n\nCreate a batch of encrypted NFTs that can be revealed at a later time.\n\n",
+ "examples": {
+ "javascript": "// the real NFTs, these will be encrypted until your reveal them!\nconst realNFTs = [{\n name: \"Common NFT #1\",\n description: \"Common NFT, one of many.\",\n image: fs.readFileSync(\"path/to/image.png\"),\n}, {\n name: \"Super Rare NFT #2\",\n description: \"You got a Super Rare NFT!\",\n image: fs.readFileSync(\"path/to/image.png\"),\n}];\n// A placeholder NFT that people will get immediately in their wallet, until the reveal happens!\nconst placeholderNFT = {\n name: \"Hidden NFT\",\n description: \"Will be revealed next week!\"\n};\n// Create and encrypt the NFTs\nawait contract.revealer.createDelayedRevealBatch(\n placeholderNFT,\n realNFTs,\n \"my secret password\",\n);",
+ "python": "",
+ "go": "",
+ "react": "// the real NFTs, these will be encrypted until your reveal them!\nconst realNFTs = [{\n name: \"Common NFT #1\",\n description: \"Common NFT, one of many.\",\n image: fs.readFileSync(\"path/to/image.png\"),\n}, {\n name: \"Super Rare NFT #2\",\n description: \"You got a Super Rare NFT!\",\n image: fs.readFileSync(\"path/to/image.png\"),\n}];\n// A placeholder NFT that people will get immediately in their wallet, until the reveal happens!\nconst placeholderNFT = {\n name: \"Hidden NFT\",\n description: \"Will be revealed next week!\"\n};\n// Create and encrypt the NFTs\nawait contract.revealer.createDelayedRevealBatch(\n placeholderNFT,\n realNFTs,\n \"my secret password\",\n);"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.objectinputtype",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.objectinputtype"
+ }
+ },
+ {
+ "name": "reveal",
+ "summary": "Reveal a batch of hidden NFTs\n\n",
+ "remarks": "\n\nReveal the NFTs of a batch using the password.\n\n",
+ "examples": {
+ "javascript": "// the batch to reveal\nconst batchId = 0;\n// reveal the batch\nawait contract.revealer.reveal(batchId, \"my secret password\");",
+ "python": "",
+ "go": "",
+ "react": "// the batch to reveal\nconst batchId = 0;\n// reveal the batch\nawait contract.revealer.reveal(batchId, \"my secret password\");"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.bignumberish",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.bignumberish"
+ }
+ }
+ ],
+ "reference": {
+ "typescript": "https://portal.thirdweb.com/typescript/sdk.DelayedReveal"
+ }
+ },
+ "GasCostEstimator": {
+ "name": "GasCostEstimator",
+ "summary": "Estimates the gas cost of Contract calls\n\n\n",
+ "examples": {},
+ "methods": [
+ {
+ "name": "currentGasPriceInGwei",
+ "summary": "Returns the current gas price in gwei\n\n",
+ "remarks": "\n\nGet the current gas price in gwei\n\n",
+ "examples": {
+ "javascript": "const gasCostInGwei = await contract.estimator.currentGasPriceInGwei();",
+ "python": "",
+ "go": "",
+ "react": "const gasCostInGwei = await contract.estimator.currentGasPriceInGwei();"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.gascostestimator.currentgaspriceingwei",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.gascostestimator.currentgaspriceingwei"
+ }
+ },
+ {
+ "name": "gasCostOf",
+ "summary": "Estimates the cost of gas in native token of the current chain Pass in the same parameters as the contract's function.\n\n",
+ "remarks": "\n\nEstimate the cost of gas in native token of the current chain\n\n",
+ "examples": {
+ "javascript": "const costOfClaim = await nftDrop?.estimator.gasCostOf(\"claim\", [\n \"0x...\", // receiver\n 1, // quantity\n \"0x...\", // currency\n 1, // price per token\n [], // proofs\n 1, // proof max quantity per transaction\n]);",
+ "python": "",
+ "go": "",
+ "react": "const costOfClaim = await nftDrop?.estimator.gasCostOf(\"claim\", [\n \"0x...\", // receiver\n 1, // quantity\n \"0x...\", // currency\n 1, // price per token\n [], // proofs\n 1, // proof max quantity per transaction\n]);"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.gascostestimator.gascostof",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.gascostestimator.gascostof"
+ }
+ },
+ {
+ "name": "gasLimitOf",
+ "summary": "Estimates the gas limit of a transaction Pass in the same parameters as the contract's function.\n\n",
+ "remarks": "\n\nEstimates the gas limit of a transaction\n\n",
+ "examples": {
+ "javascript": "const gasLimitOfClaim = await nftDrop?.estimator.gasLimitOf(\"claim\", [\n \"0x...\", // receiver\n 1, // quantity\n \"0x...\", // currency\n 1, // price per token\n [], // proofs\n 1, // proof max quantity per transaction\n]);",
+ "python": "",
+ "go": "",
+ "react": "const gasLimitOfClaim = await nftDrop?.estimator.gasLimitOf(\"claim\", [\n \"0x...\", // receiver\n 1, // quantity\n \"0x...\", // currency\n 1, // price per token\n [], // proofs\n 1, // proof max quantity per transaction\n]);"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.gascostestimator.gaslimitof",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.gascostestimator.gaslimitof"
+ }
+ }
+ ],
+ "properties": [],
+ "reference": {
+ "typescript": "https://portal.thirdweb.com/typescript/sdk.GasCostEstimator"
+ }
+ },
+ "RemoteStorage": {
+ "name": "RemoteStorage",
+ "summary": "",
+ "examples": {},
+ "methods": [],
+ "properties": [],
+ "reference": {}
+ },
+ "ContractInterceptor": {
+ "name": "ContractInterceptor",
+ "summary": "",
+ "examples": {},
+ "methods": [],
+ "properties": [],
+ "reference": {}
+ },
+ "ContractMetadata": {
+ "name": "ContractMetadata",
+ "summary": "Handles metadata for a Contract\n\n",
+ "examples": {
+ "javascript": "const contract = await sdk.getContract(\"{{contract_address}}\");\nconst metadata = await contract.metadata.get();\nawait contract.metadata.set({\n name: \"My Contract\",\n description: \"My contract description\"\n})"
+ },
+ "methods": [
+ {
+ "name": "get",
+ "summary": "Get the metadata of this contract\n\n",
+ "remarks": "\n\nGet the metadata of a contract\n\n",
+ "examples": {
+ "javascript": "const metadata = await contract.metadata.get();\nconsole.log(metadata);",
+ "python": "metadata = contract.metadata.get()\nprint(metadata)",
+ "go": "",
+ "react": "const metadata = await contract.metadata.get();\nconsole.log(metadata);"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.contractmetadata.get",
+ "python": "https://docs.thirdweb.com/python/contract-metadata#get",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.contractmetadata.get"
+ }
+ }
+ ],
+ "properties": [
+ {
+ "name": "set",
+ "summary": "Set the metadata of this contract\n\n",
+ "remarks": "\n\nOVERWRITE the metadata of a contract\n\n",
+ "examples": {
+ "javascript": "await contract.metadata.set({\n name: \"My Contract\",\n description: \"My contract description\"\n})",
+ "python": "",
+ "go": "",
+ "react": "await contract.metadata.set({\n name: \"My Contract\",\n description: \"My contract description\"\n})"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.z.input",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.z.input"
+ }
+ },
+ {
+ "name": "update",
+ "summary": "Update the metadata of a contract\n\n",
+ "remarks": "\n\nUpdate the metadata of a contract\n\n",
+ "examples": {
+ "javascript": "await contract.metadata.update({\n description: \"My new contract description\"\n})",
+ "python": "",
+ "go": "",
+ "react": "await contract.metadata.update({\n description: \"My new contract description\"\n})"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.partial",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.partial"
+ }
+ }
+ ],
+ "reference": {
+ "typescript": "https://portal.thirdweb.com/typescript/sdk.ContractMetadata",
+ "python": "https://docs.thirdweb.com/python/contract-metadata"
+ }
+ },
+ "ContractRoles": {
+ "name": "ContractRoles",
+ "summary": "Handle contract permissions\n\n",
+ "examples": {
+ "javascript": "const contract = await sdk.getContract(\"{{contract_address}}\");\nconst rolesAndMembers = await contract.roles.getAll();\nawait contract.roles.grantRole(\"admin\", \"0x...\");"
+ },
+ "methods": [
+ {
+ "name": "get",
+ "summary": "Get all members of a specific role\n\n",
+ "remarks": "\n\nSee {@link ContractRoles.getAll} to get get a list of addresses for all supported roles on the contract.\n\n",
+ "examples": {
+ "javascript": "const minterAddresses = await contract.roles.get(\"minter\");",
+ "python": "from thirdweb.constants.role import Role\n\n# Select any role to filter by\nrole = Role.ADMIN\n\nrole_members = contract.roles.get(role)\nprint(role_members)",
+ "go": "",
+ "react": "const minterAddresses = await contract.roles.get(\"minter\");"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.contractroles.get",
+ "python": "https://docs.thirdweb.com/python/contract-roles#get",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.contractroles.get"
+ }
+ },
+ {
+ "name": "getAll",
+ "summary": "Get all members of all roles\n\n",
+ "remarks": "\n\nSee {@link ContractRoles.get} to get a list of addresses that are members of a specific role.\n\n",
+ "examples": {
+ "javascript": "const rolesAndMembers = await contract.roles.getAll();",
+ "python": "all_role_members = contract.roles.get_all()\nprint(all_role_members)",
+ "go": "",
+ "react": "const rolesAndMembers = await contract.roles.getAll();"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.contractroles.getall",
+ "python": "https://docs.thirdweb.com/python/contract-roles#get_all",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.contractroles.getall"
+ }
+ }
+ ],
+ "properties": [
+ {
+ "name": "grant",
+ "summary": "Grant a role to a specific address\n\n",
+ "remarks": "\n\nMake sure you are sure you want to grant the role to the address.\n\n",
+ "examples": {
+ "javascript": "await contract.roles.grant(\"minter\", \"{{wallet_address}}\");",
+ "python": "",
+ "go": "",
+ "react": "await contract.roles.grant(\"minter\", \"{{wallet_address}}\");"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.promise",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "revoke",
+ "summary": "Revoke a role from a specific address\n\n",
+ "remarks": "\n\n-- Caution --\n\nThis will let you remove yourself from the role, too. If you remove yourself from the admin role, you will no longer be able to administer the contract. There is no way to recover from this.\n\n",
+ "examples": {
+ "javascript": "await contract.roles.revoke(\"minter\", \"{{wallet_address}}\");",
+ "python": "",
+ "go": "",
+ "react": "await contract.roles.revoke(\"minter\", \"{{wallet_address}}\");"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.promise",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.promise"
+ }
+ },
+ {
+ "name": "setAll",
+ "summary": "Overwrite the list of members for specific roles\n\n",
+ "remarks": "\n\nEvery role in the list will be overwritten with the new list of addresses provided with them. If you want to add or remove addresses for a single address use {@link ContractRoles.grant} and {@link ContractRoles.revoke} respectively instead.\n\n",
+ "examples": {
+ "javascript": "const minterAddresses = await contract.roles.get(\"minter\");\nawait contract.roles.setAll({\n minter: []\n});\nconsole.log(await contract.roles.get(\"minter\")); // No matter what members had the role before, the new list will be set to []",
+ "python": "",
+ "go": "",
+ "react": "const minterAddresses = await contract.roles.get(\"minter\");\nawait contract.roles.setAll({\n minter: []\n});\nconsole.log(await contract.roles.get(\"minter\")); // No matter what members had the role before, the new list will be set to []"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.promise",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.promise"
+ }
+ }
+ ],
+ "reference": {
+ "typescript": "https://portal.thirdweb.com/typescript/sdk.ContractRoles",
+ "python": "https://docs.thirdweb.com/python/contract-roles"
+ }
+ },
+ "SignatureDrop": {
+ "name": "SignatureDrop",
+ "summary": "",
+ "examples": {
+ "react": "import { useContract } from '@thirdweb-dev/react'\n\nexport default function Component() {\n const { contract } = useContract(\"\", \"signature-drop\")\n\n // Now you can use the Signature drop contract in the rest of the component\n}"
+ },
+ "methods": [],
+ "properties": [],
+ "reference": {}
+ },
+ "SmartContract": {
+ "name": "SmartContract",
+ "summary": "Custom contract dynamic class with feature detection\n\n",
+ "examples": {
+ "javascript": "import { ThirdwebSDK } from \"@thirdweb-dev/sdk\";\n\nconst sdk = new ThirdwebSDK(provider);\nconst contract = await sdk.getContract(\"{{contract_address}}\");\n\n// call any function in your contract\nawait contract.call(\"myCustomFunction\", [param1, param2]);\n\n// if your contract follows an ERC standard, contract.ercXYZ will be present\nconst allNFTs = await contract.erc721.getAll()\n\n// if your contract extends a particular contract extension, the corresponding function will be available\nconst tx = await contract.erc721.mint({\n name: \"Cool NFT\",\n image: readFileSync(\"some_image.png\"),\n });"
+ },
+ "methods": [
+ {
+ "name": "call",
+ "summary": "Call any function on this contract\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// read functions will return the data from the contract\nconst myValue = await contract.call(\"myReadFunction\");\nconsole.log(myValue);\n\n// write functions will return the transaction receipt\nconst tx = await contract.call(\"myWriteFunction\", [arg1, arg2]);\nconst receipt = tx.receipt;\n\n// Optionally override transaction options\nawait contract.call(\"myWriteFunction\", [arg1, arg2], {\n gasLimit: 1000000, // override default gas limit\n value: ethers.utils.parseEther(\"0.1\"), // send 0.1 ether with the contract call\n};",
+ "python": "",
+ "go": "",
+ "react": "import { useContractWrite, useContract, Web3Button } from \"@thirdweb-dev/react\";\n\nfunction App() {\n const { contract } = useContract(contractAddress);\n const { mutateAsync, isLoading, error } = useContractWrite(\n contract,\n \"setName\",\n );\n\n return (\n mutateAsync({ args: [\"My Name\"] })}\n >\n Send Transaction\n \n );\n}",
+ "unity": "// Write operations\nawait contract.Write(\"functionName\", \"arg1\", \"arg2\", \"arg3\");\n\n// Read operations (place expected return type between <>)\nvar result = await contract.Read(\"functionName\", \"arg1\", \"arg2\", \"arg3\");"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.smartcontract.call",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/react/react.usecontractwrite"
+ }
+ }
+ ],
+ "properties": [
+ {
+ "name": "accountFactory",
+ "summary": "Account Factory\n\n",
+ "remarks": "\n\nCreate accounts and fetch data about them.\n\n",
+ "examples": {
+ "javascript": "\n// Predict the address of the account that will be created for an admin.\nconst deterministicAddress = await contract.accountFactory.predictAccountAddress(admin, extraData);\n\n// Create accounts\nconst tx = await contract.accountFactory.createAccount(admin, extraData);\n// the same as `deterministicAddress`\nconst accountAddress = tx.address;\n\n// Get all accounts created by the factory\nconst allAccounts = await contract.accountFactory.getAllAccounts();\n\n// Get all accounts on which a signer has been given authority.\nconst associatedAccounts = await contract.accountFactory.getAssociatedAccounts(signer);\n\n// Get all signers who have been given authority on a account.\nconst associatedSigners = await contract.accountFactory.getAssociatedSigners(accountAddress);\n\n// Check whether a account has already been created for a given admin.\nconst isAccountDeployed = await contract.accountFactory.isAccountDeployed(admin, extraData);",
+ "python": "",
+ "go": "",
+ "react": "\n// Predict the address of the account that will be created for an admin.\nconst deterministicAddress = await contract.accountFactory.predictAccountAddress(admin, extraData);\n\n// Create accounts\nconst tx = await contract.accountFactory.createAccount(admin, extraData);\n// the same as `deterministicAddress`\nconst accountAddress = tx.address;\n\n// Get all accounts created by the factory\nconst allAccounts = await contract.accountFactory.getAllAccounts();\n\n// Get all accounts on which a signer has been given authority.\nconst associatedAccounts = await contract.accountFactory.getAssociatedAccounts(signer);\n\n// Get all signers who have been given authority on a account.\nconst associatedSigners = await contract.accountFactory.getAssociatedSigners(accountAddress);\n\n// Check whether a account has already been created for a given admin.\nconst isAccountDeployed = await contract.accountFactory.isAccountDeployed(admin, extraData);"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.accountfactory",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.accountfactory"
+ }
+ },
+ {
+ "name": "englishAuctions",
+ "summary": "Auctions\n\n",
+ "remarks": "\n\nCreate and manage auctions in your marketplace.\n\n",
+ "examples": {
+ "javascript": "// Data of the auction you want to create\nconst auction = {\n // address of the contract of the asset you want to auction\n assetContractAddress: \"0x...\",\n // token ID of the asset you want to auction\n tokenId: \"0\",\n // how many of the asset you want to auction\n quantity: 1,\n // address of the currency contract that will be used to pay for the auctioned tokens\n currencyContractAddress: NATIVE_TOKEN_ADDRESS,\n // the minimum bid that will be accepted for the token\n minimumBidAmount: \"1.5\",\n // how much people would have to bid to instantly buy the asset\n buyoutBidAmount: \"10\",\n // If a bid is made less than these many seconds before expiration, the expiration time is increased by this.\n timeBufferInSeconds: \"1000\",\n // A bid must be at least this much bps greater than the current winning bid\n bidBufferBps: \"100\", // 100 bps stands for 1%\n // when should the auction open up for bidding\n startTimestamp: new Date(Date.now()),\n // end time of auction\n endTimestamp: new Date(Date.now() + 5 * 24 * 60 * 60 * 1000),\n}\n\nconst tx = await contract.englishAuctions.createAuction(auction);\nconst receipt = tx.receipt; // the transaction receipt\nconst id = tx.id; // the id of the newly created auction\n\n// And on the buyers side:\n// The auction ID of the asset you want to bid on\nconst auctionId = 0;\n// The total amount you are willing to bid for auctioned tokens\nconst bidAmount = 1;\n\nawait contract.englishAuctions.makeBid(auctionId, bidAmount);",
+ "python": "",
+ "go": "",
+ "react": "// Data of the auction you want to create\nconst auction = {\n // address of the contract of the asset you want to auction\n assetContractAddress: \"0x...\",\n // token ID of the asset you want to auction\n tokenId: \"0\",\n // how many of the asset you want to auction\n quantity: 1,\n // address of the currency contract that will be used to pay for the auctioned tokens\n currencyContractAddress: NATIVE_TOKEN_ADDRESS,\n // the minimum bid that will be accepted for the token\n minimumBidAmount: \"1.5\",\n // how much people would have to bid to instantly buy the asset\n buyoutBidAmount: \"10\",\n // If a bid is made less than these many seconds before expiration, the expiration time is increased by this.\n timeBufferInSeconds: \"1000\",\n // A bid must be at least this much bps greater than the current winning bid\n bidBufferBps: \"100\", // 100 bps stands for 1%\n // when should the auction open up for bidding\n startTimestamp: new Date(Date.now()),\n // end time of auction\n endTimestamp: new Date(Date.now() + 5 * 24 * 60 * 60 * 1000),\n}\n\nconst tx = await contract.englishAuctions.createAuction(auction);\nconst receipt = tx.receipt; // the transaction receipt\nconst id = tx.id; // the id of the newly created auction\n\n// And on the buyers side:\n// The auction ID of the asset you want to bid on\nconst auctionId = 0;\n// The total amount you are willing to bid for auctioned tokens\nconst bidAmount = 1;\n\nawait contract.englishAuctions.makeBid(auctionId, bidAmount);"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.marketplacev3englishauctions",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.marketplacev3englishauctions"
+ }
+ },
+ {
+ "name": "offers",
+ "summary": "Offers\n\n",
+ "remarks": "\n\nMake and manage offers.\n\n",
+ "examples": {
+ "javascript": "// Data of the offer you want to make\nconst offer = {\n // address of the contract the asset you want to make an offer for\n assetContractAddress: \"0x...\",\n // token ID of the asset you want to buy\n tokenId: \"0\",\n // how many of the asset you want to buy\n quantity: 1,\n // address of the currency contract that you offer to pay in\n currencyContractAddress: NATIVE_TOKEN_ADDRESS,\n // Total price you offer to pay for the mentioned token(s)\n totalPrice: \"1.5\",\n // Offer valid until\n endTimestamp: new Date(),\n}\n\nconst tx = await contract.offers.makeOffer(offer);\nconst receipt = tx.receipt; // the transaction receipt\nconst id = tx.id; // the id of the newly created offer\n\n// And on the seller's side:\n// The ID of the offer you want to accept\nconst offerId = 0;\nawait contract.offers.acceptOffer(offerId);",
+ "python": "",
+ "go": "",
+ "react": "// Data of the offer you want to make\nconst offer = {\n // address of the contract the asset you want to make an offer for\n assetContractAddress: \"0x...\",\n // token ID of the asset you want to buy\n tokenId: \"0\",\n // how many of the asset you want to buy\n quantity: 1,\n // address of the currency contract that you offer to pay in\n currencyContractAddress: NATIVE_TOKEN_ADDRESS,\n // Total price you offer to pay for the mentioned token(s)\n totalPrice: \"1.5\",\n // Offer valid until\n endTimestamp: new Date(),\n}\n\nconst tx = await contract.offers.makeOffer(offer);\nconst receipt = tx.receipt; // the transaction receipt\nconst id = tx.id; // the id of the newly created offer\n\n// And on the seller's side:\n// The ID of the offer you want to accept\nconst offerId = 0;\nawait contract.offers.acceptOffer(offerId);"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.marketplacev3offers",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.marketplacev3offers"
+ }
+ }
+ ],
+ "reference": {
+ "typescript": "https://portal.thirdweb.com/typescript/sdk.SmartContract"
+ }
+ },
+ "WalletAuthenticator": {
+ "name": "WalletAuthenticator",
+ "summary": "",
+ "examples": {
+ "python": "# We specify the domain of the application to authenticate to\ndomain = \"example.com\"\n\n# We can then generate a payload for the connected wallet to login\n# This can also be done on the client side with the thirdweb TypeScript SDK\npayload = sdk.auth.login(domain)\n\n# Then, on the server, we can securely verify the connected address that signed the payload\naddress = sdk.auth.verify(domain, payload)\n\n# And we can also generate an authentication token to send back to the original payload sender\ntoken = sdk.auth.generate_auth_token(domain, payload)\n\n# Finally, the token can be use dby the original payload sender to authenticate to the backend\n# And the server can use the following function to authenticate the token and verify the address\naddress = sdk.auth.authenticate(domain, token)",
+ "go": "\n// First we specify the domain of the application to authenticate to\ndomain := \"example.com\"\n\n// We can then generate a payload for the connected wallet to login\n// This can also be done on the client side with the thirdweb TypeScript SDK\npayload, err := sdk.Auth.Login(domain, nil)\n\n// Then, on the server, we can securely verify the connected address that signed the payload\naddress, err := sdk.Auth.Verify(domain, payload, nil)\n\n// And we can also generate an authentication token to send back to the original payload sender\ntoken, err := sdk.Auth.GenerateAuthToken(domain, payload, nil)\n\n// Finally, the token can be use dby the original payload sender to authenticate to the backend\n// And the server can use the following function to authenticate the token and verify the address\naddress, err := sdk.Auth.Authenticate(domain, token)\n"
+ },
+ "methods": [],
+ "properties": [],
+ "reference": {
+ "python": "https://docs.thirdweb.com/python/wallet-authenticator",
+ "go": "https://docs.thirdweb.com/go/wallet_authenticator"
+ }
+ },
+ "UserWallet": {
+ "name": "UserWallet",
+ "summary": "Connect and Interact with a user wallet\n\n",
+ "examples": {
+ "javascript": "const balance = await sdk.wallet.balance();"
+ },
+ "methods": [
+ {
+ "name": "balance",
+ "summary": "Fetch the native or ERC20 token balance of this wallet\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// native currency balance\nconst balance = await sdk.wallet.balance();\n// ERC20 token balance\nconst erc20balance = await sdk.wallet.balance(tokenContractAddress);\n",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\n// native currency balance\nconst balance = await sdk.wallet.balance();\n// ERC20 token balance\nconst erc20balance = await sdk.wallet.balance(tokenContractAddress);\n",
+ "unity": "await sdk.wallet.GetBalance();"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.userwallet.balance",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.userwallet.balance"
+ }
+ },
+ {
+ "name": "getAddress",
+ "summary": "Get the currently connected address\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const address = await sdk.wallet.getAddress();",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst address = await sdk.wallet.getAddress();",
+ "unity": "await sdk.wallet.GetAddress();"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.userwallet.getaddress",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/react/react.useaddress"
+ }
+ },
+ {
+ "name": "recoverAddress",
+ "summary": "Recover the signing address from a signed message\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "const message = \"Sign this message...\";\nconst signature = await sdk.wallet.sign(message);\n\n// Now we can recover the signing address\nconst address = sdk.wallet.recoverAddress(message, signature);",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\nconst message = \"Sign this message...\";\nconst signature = await sdk.wallet.sign(message);\n\n// Now we can recover the signing address\nconst address = sdk.wallet.recoverAddress(message, signature);",
+ "unity": "await sdk.wallet.RecoverAddress(\"message\", \"signature\");"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.userwallet.recoveraddress",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.userwallet.recoveraddress"
+ }
+ },
+ {
+ "name": "sign",
+ "summary": "Sign any message with the connected wallet private key\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// This is the message to be signed\nconst message = \"Sign this message...\";\n\n// Now we can sign the message with the connected wallet\nconst signature = await sdk.wallet.sign(message);",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\n// This is the message to be signed\nconst message = \"Sign this message...\";\n\n// Now we can sign the message with the connected wallet\nconst signature = await sdk.wallet.sign(message);",
+ "unity": "await sdk.wallet.Sign(\"message\");"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.userwallet.sign",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.userwallet.sign"
+ }
+ },
+ {
+ "name": "signTypedData",
+ "summary": "Sign a typed data structure (EIP712) with the connected wallet private key\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": "// This is the message to be signed\n// Now we can sign the message with the connected wallet\nconst { payload, signature } = await sdk.wallet.signTypedData(\n {\n name: \"MyEIP721Domain\",\n version: \"1\",\n chainId: 1,\n verifyingContract: \"0x...\",\n },\n { MyStruct: [ { name: \"to\", type: \"address\" }, { name: \"quantity\", type: \"uint256\" } ] },\n { to: \"0x...\", quantity: 1 },\n);",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\n// This is the message to be signed\n// Now we can sign the message with the connected wallet\nconst { payload, signature } = await sdk.wallet.signTypedData(\n {\n name: \"MyEIP721Domain\",\n version: \"1\",\n chainId: 1,\n verifyingContract: \"0x...\",\n },\n { MyStruct: [ { name: \"to\", type: \"address\" }, { name: \"quantity\", type: \"uint256\" } ] },\n { to: \"0x...\", quantity: 1 },\n);"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.userwallet.signtypeddata",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.userwallet.signtypeddata"
+ }
+ },
+ {
+ "name": "transfer",
+ "summary": "Transfer native or ERC20 tokens from this wallet to another wallet\n\n",
+ "remarks": null,
+ "examples": {
+ "javascript": " // transfer 0.8 ETH\nawait sdk.wallet.transfer(\"0x...\", 0.8);\n // transfer 0.8 tokens of `tokenContractAddress`\nawait sdk.wallet.transfer(\"0x...\", 0.8, tokenContractAddress);",
+ "python": "",
+ "go": "",
+ "react": "const sdk = useSDK();\n\n // transfer 0.8 ETH\nawait sdk.wallet.transfer(\"0x...\", 0.8);\n // transfer 0.8 tokens of `tokenContractAddress`\nawait sdk.wallet.transfer(\"0x...\", 0.8, tokenContractAddress);",
+ "unity": "await sdk.wallet.Transfer(\"to\", \"amount\", \"currencyAddress\");"
+ },
+ "reference": {
+ "javascript": "https://portal.thirdweb.com/typescript/sdk.userwallet.transfer",
+ "python": "",
+ "go": "",
+ "react": "https://portal.thirdweb.com/typescript/sdk.userwallet.transfer"
+ }
+ }
+ ],
+ "properties": [],
+ "reference": {
+ "typescript": "https://portal.thirdweb.com/typescript/sdk.UserWallet"
+ }
+ }
+}
\ No newline at end of file