diff --git a/CHANGELOG.md b/CHANGELOG.md index cc3992ed..c6cbbe7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ ### Minor Changes +## 2.11.0 + +### Minor Changes + +- Added support for Arbitrum Sepolia network via the `Network.ARB_SEPOLIA` enum. + ## 2.10.1 ### Major Changes diff --git a/docs-md/classes/Alchemy.md b/docs-md/classes/Alchemy.md index 0d8ffa11..33b9af38 100644 --- a/docs-md/classes/Alchemy.md +++ b/docs-md/classes/Alchemy.md @@ -38,7 +38,7 @@ different network or API key, create a new instance of [Alchemy](Alchemy.md). #### Defined in -[src/api/alchemy.ts:63](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy.ts#L63) +[src/api/alchemy.ts:63](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy.ts#L63) ## Properties @@ -51,7 +51,7 @@ and allows access to the underlying providers. #### Defined in -[src/api/alchemy.ts:42](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy.ts#L42) +[src/api/alchemy.ts:42](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy.ts#L42) ___ @@ -64,7 +64,7 @@ Enhanced APIs. #### Defined in -[src/api/alchemy.ts:24](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy.ts#L24) +[src/api/alchemy.ts:24](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy.ts#L24) ___ @@ -77,7 +77,7 @@ transactions. #### Defined in -[src/api/alchemy.ts:54](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy.ts#L54) +[src/api/alchemy.ts:54](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy.ts#L54) ___ @@ -89,7 +89,7 @@ The `nft` namespace contains methods for Alchemy's NFT API. #### Defined in -[src/api/alchemy.ts:27](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy.ts#L27) +[src/api/alchemy.ts:27](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy.ts#L27) ___ @@ -102,7 +102,7 @@ as part of the Notify API. #### Defined in -[src/api/alchemy.ts:48](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy.ts#L48) +[src/api/alchemy.ts:48](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy.ts#L48) ___ @@ -115,7 +115,7 @@ checking on the state of submitted transasctions. #### Defined in -[src/api/alchemy.ts:36](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy.ts#L36) +[src/api/alchemy.ts:36](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy.ts#L36) ___ @@ -127,4 +127,4 @@ The `ws` namespace contains methods for using WebSockets and creating subscripti #### Defined in -[src/api/alchemy.ts:30](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy.ts#L30) +[src/api/alchemy.ts:30](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy.ts#L30) diff --git a/docs-md/classes/AlchemyConfig.md b/docs-md/classes/AlchemyConfig.md index cf50c8de..2ef61439 100644 --- a/docs-md/classes/AlchemyConfig.md +++ b/docs-md/classes/AlchemyConfig.md @@ -40,7 +40,7 @@ exposes the underlying providers for more advanced use cases. #### Defined in -[src/api/alchemy-config.ts:64](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-config.ts#L64) +[src/api/alchemy-config.ts:64](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-config.ts#L64) ## Properties @@ -52,7 +52,7 @@ The Alchemy API key. #### Defined in -[src/api/alchemy-config.ts:23](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-config.ts#L23) +[src/api/alchemy-config.ts:23](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-config.ts#L23) ___ @@ -64,7 +64,7 @@ The optional Alchemy auth token to use when sending requests with the Notify API #### Defined in -[src/api/alchemy-config.ts:41](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-config.ts#L41) +[src/api/alchemy-config.ts:41](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-config.ts#L41) ___ @@ -76,7 +76,7 @@ Setting to enable automatic batching on json-rpc requests. Defaults to false. #### Defined in -[src/api/alchemy-config.ts:32](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-config.ts#L32) +[src/api/alchemy-config.ts:32](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-config.ts#L32) ___ @@ -88,7 +88,7 @@ The maximum number of retries to perform. #### Defined in -[src/api/alchemy-config.ts:29](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-config.ts#L29) +[src/api/alchemy-config.ts:29](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-config.ts#L29) ___ @@ -100,7 +100,7 @@ The Network that this SDK is associated with. #### Defined in -[src/api/alchemy-config.ts:26](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-config.ts#L26) +[src/api/alchemy-config.ts:26](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-config.ts#L26) ___ @@ -112,7 +112,7 @@ The optional Request timeout provided in `ms` for NFT and NOTIFY API. Defaults t #### Defined in -[src/api/alchemy-config.ts:46](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-config.ts#L46) +[src/api/alchemy-config.ts:46](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-config.ts#L46) ___ @@ -125,7 +125,7 @@ and apiKey. #### Defined in -[src/api/alchemy-config.ts:38](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-config.ts#L38) +[src/api/alchemy-config.ts:38](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-config.ts#L38) ## Methods @@ -149,7 +149,7 @@ other less-common methods. #### Defined in -[src/api/alchemy-config.ts:107](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-config.ts#L107) +[src/api/alchemy-config.ts:107](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-config.ts#L107) ___ @@ -174,4 +174,4 @@ other less-common methods. #### Defined in -[src/api/alchemy-config.ts:129](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-config.ts#L129) +[src/api/alchemy-config.ts:129](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-config.ts#L129) diff --git a/docs-md/classes/AlchemyProvider.md b/docs-md/classes/AlchemyProvider.md index 7dfb71a0..9d3b0e13 100644 --- a/docs-md/classes/AlchemyProvider.md +++ b/docs-md/classes/AlchemyProvider.md @@ -402,7 +402,7 @@ ___ #### Defined in -[src/api/alchemy-provider.ts:41](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-provider.ts#L41) +[src/api/alchemy-provider.ts:41](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-provider.ts#L41) ___ @@ -412,7 +412,7 @@ ___ #### Defined in -[src/api/alchemy-provider.ts:43](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-provider.ts#L43) +[src/api/alchemy-provider.ts:43](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-provider.ts#L43) ___ @@ -464,7 +464,7 @@ ___ #### Defined in -[src/api/alchemy-provider.ts:42](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-provider.ts#L42) +[src/api/alchemy-provider.ts:42](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-provider.ts#L42) ## Accessors @@ -936,7 +936,7 @@ JsonRpcProvider.\_startPending #### Defined in -[src/api/alchemy-provider.ts:211](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-provider.ts#L211) +[src/api/alchemy-provider.ts:211](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-provider.ts#L211) ___ @@ -1136,7 +1136,7 @@ JsonRpcProvider.detectNetwork #### Defined in -[src/api/alchemy-provider.ts:199](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-provider.ts#L199) +[src/api/alchemy-provider.ts:199](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-provider.ts#L199) ___ @@ -1615,7 +1615,7 @@ CommunityResourcable.isCommunityResource #### Defined in -[src/api/alchemy-provider.ts:221](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-provider.ts#L221) +[src/api/alchemy-provider.ts:221](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-provider.ts#L221) ___ @@ -1728,7 +1728,7 @@ not defined in ethers. #### Defined in -[src/api/alchemy-provider.ts:332](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-provider.ts#L332) +[src/api/alchemy-provider.ts:332](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-provider.ts#L332) ___ @@ -1998,7 +1998,7 @@ JsonRpcProvider.send #### Defined in -[src/api/alchemy-provider.ts:235](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-provider.ts#L235) +[src/api/alchemy-provider.ts:235](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-provider.ts#L235) ___ diff --git a/docs-md/classes/AlchemyWebSocketProvider.md b/docs-md/classes/AlchemyWebSocketProvider.md index 0e3adab6..054bfe3a 100644 --- a/docs-md/classes/AlchemyWebSocketProvider.md +++ b/docs-md/classes/AlchemyWebSocketProvider.md @@ -202,7 +202,7 @@ WebSocketProvider.\_events #### Defined in -[src/api/alchemy-websocket-provider.ts:81](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L81) +[src/api/alchemy-websocket-provider.ts:81](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L81) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/alchemy-websocket-provider.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L82) +[src/api/alchemy-websocket-provider.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L82) ___ @@ -941,7 +941,7 @@ order to parse the Alchemy subscription event. #### Defined in -[src/api/alchemy-websocket-provider.ts:947](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L947) +[src/api/alchemy-websocket-provider.ts:947](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L947) ___ @@ -970,7 +970,7 @@ order to parse the Alchemy subscription event. #### Defined in -[src/api/alchemy-websocket-provider.ts:970](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L970) +[src/api/alchemy-websocket-provider.ts:970](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L970) ___ @@ -1000,7 +1000,7 @@ order to parse the Alchemy subscription event. #### Defined in -[src/api/alchemy-websocket-provider.ts:871](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L871) +[src/api/alchemy-websocket-provider.ts:871](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L871) ___ @@ -1047,7 +1047,7 @@ order to parse the Alchemy subscription event. #### Defined in -[src/api/alchemy-websocket-provider.ts:911](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L911) +[src/api/alchemy-websocket-provider.ts:911](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L911) ___ @@ -1262,7 +1262,7 @@ WebSocketProvider.destroy #### Defined in -[src/api/alchemy-websocket-provider.ts:407](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L407) +[src/api/alchemy-websocket-provider.ts:407](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L407) ___ @@ -1307,7 +1307,7 @@ ___ #### Defined in -[src/api/alchemy-websocket-provider.ts:703](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L703) +[src/api/alchemy-websocket-provider.ts:703](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L703) ___ @@ -1761,7 +1761,7 @@ CommunityResourcable.isCommunityResource #### Defined in -[src/api/alchemy-websocket-provider.ts:419](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L419) +[src/api/alchemy-websocket-provider.ts:419](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L419) ___ @@ -1808,7 +1808,7 @@ WebSocketProvider.listenerCount #### Defined in -[src/api/alchemy-websocket-provider.ts:223](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L223) +[src/api/alchemy-websocket-provider.ts:223](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L223) ___ @@ -1837,7 +1837,7 @@ WebSocketProvider.listeners #### Defined in -[src/api/alchemy-websocket-provider.ts:239](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L239) +[src/api/alchemy-websocket-provider.ts:239](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L239) ___ @@ -1891,7 +1891,7 @@ WebSocketProvider.off #### Defined in -[src/api/alchemy-websocket-provider.ts:191](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L191) +[src/api/alchemy-websocket-provider.ts:191](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L191) ___ @@ -1920,7 +1920,7 @@ WebSocketProvider.on #### Defined in -[src/api/alchemy-websocket-provider.ts:163](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L163) +[src/api/alchemy-websocket-provider.ts:163](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L163) ___ @@ -1951,7 +1951,7 @@ WebSocketProvider.once #### Defined in -[src/api/alchemy-websocket-provider.ts:178](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L178) +[src/api/alchemy-websocket-provider.ts:178](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L178) ___ @@ -2048,7 +2048,7 @@ WebSocketProvider.removeAllListeners #### Defined in -[src/api/alchemy-websocket-provider.ts:207](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-websocket-provider.ts#L207) +[src/api/alchemy-websocket-provider.ts:207](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-websocket-provider.ts#L207) ___ diff --git a/docs-md/classes/CoreNamespace.md b/docs-md/classes/CoreNamespace.md index 7d2e61f5..528ddb0e 100644 --- a/docs-md/classes/CoreNamespace.md +++ b/docs-md/classes/CoreNamespace.md @@ -68,7 +68,7 @@ calling getters on Contracts. #### Defined in -[src/api/core-namespace.ts:241](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L241) +[src/api/core-namespace.ts:241](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L241) ___ @@ -97,7 +97,7 @@ This is an alias for [TransactNamespace.estimateGas](TransactNamespace.md#estima #### Defined in -[src/api/core-namespace.ts:262](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L262) +[src/api/core-namespace.ts:262](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L262) ___ @@ -127,7 +127,7 @@ with this information cached. #### Defined in -[src/api/core-namespace.ts:383](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L383) +[src/api/core-namespace.ts:383](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L383) ___ @@ -155,7 +155,7 @@ response object. #### Defined in -[src/api/core-namespace.ts:610](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L610) +[src/api/core-namespace.ts:610](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L610) ▸ **getAssetTransfers**(`params`): `Promise`<[`AssetTransfersResponse`](../interfaces/AssetTransfersResponse.md)\> @@ -175,7 +175,7 @@ https://docs.alchemy.com/alchemy/enhanced-apis/transfers-api#alchemy_getassettra #### Defined in -[src/api/core-namespace.ts:622](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L622) +[src/api/core-namespace.ts:622](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L622) ___ @@ -198,7 +198,7 @@ Returns the balance of a given address as of the provided block. #### Defined in -[src/api/core-namespace.ts:68](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L68) +[src/api/core-namespace.ts:68](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L68) ___ @@ -223,7 +223,7 @@ hashes. To get the full transaction details on the block, use #### Defined in -[src/api/core-namespace.ts:150](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L150) +[src/api/core-namespace.ts:150](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L150) ___ @@ -239,7 +239,7 @@ Returns the block number of the most recently mined block. #### Defined in -[src/api/core-namespace.ts:187](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L187) +[src/api/core-namespace.ts:187](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L187) ___ @@ -263,7 +263,7 @@ hash. Transactions on the block are represented as an array of #### Defined in -[src/api/core-namespace.ts:165](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L165) +[src/api/core-namespace.ts:165](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L165) ___ @@ -287,7 +287,7 @@ no contract deployed, the result is `0x`. #### Defined in -[src/api/core-namespace.ts:97](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L97) +[src/api/core-namespace.ts:97](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L97) ___ @@ -309,7 +309,7 @@ gasPrice should be used. #### Defined in -[src/api/core-namespace.ts:213](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L213) +[src/api/core-namespace.ts:213](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L213) ___ @@ -325,7 +325,7 @@ Returns the best guess of the current gas price to use in a transaction. #### Defined in -[src/api/core-namespace.ts:197](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L197) +[src/api/core-namespace.ts:197](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L197) ___ @@ -347,7 +347,7 @@ Returns an array of logs that match the provided filter. #### Defined in -[src/api/core-namespace.ts:353](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L353) +[src/api/core-namespace.ts:353](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L353) ___ @@ -363,7 +363,7 @@ Returns the {@link EthersNetworkAlias} Alchemy is connected to. #### Defined in -[src/api/core-namespace.ts:177](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L177) +[src/api/core-namespace.ts:177](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L177) ___ @@ -388,7 +388,7 @@ provided block in `Bytes32` format. #### Defined in -[src/api/core-namespace.ts:115](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L115) +[src/api/core-namespace.ts:115](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L115) ___ @@ -410,7 +410,7 @@ Returns the ERC-20 token balances for a specific owner address. #### Defined in -[src/api/core-namespace.ts:424](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L424) +[src/api/core-namespace.ts:424](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L424) ▸ **getTokenBalances**(`addressOrName`, `contractAddresses?`): `Promise`<[`TokenBalancesResponse`](../interfaces/TokenBalancesResponse.md)\> @@ -429,7 +429,7 @@ Returns the token balances for a specific owner address given a list of contract #### Defined in -[src/api/core-namespace.ts:436](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L436) +[src/api/core-namespace.ts:436](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L436) ▸ **getTokenBalances**(`addressOrName`, `options`): `Promise`<[`TokenBalancesResponseErc20`](../interfaces/TokenBalancesResponseErc20.md)\> @@ -450,7 +450,7 @@ This overload covers the erc-20 token type which includes a page key in the resp #### Defined in -[src/api/core-namespace.ts:450](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L450) +[src/api/core-namespace.ts:450](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L450) ▸ **getTokenBalances**(`addressOrName`, `options`): `Promise`<[`TokenBalancesResponse`](../interfaces/TokenBalancesResponse.md)\> @@ -473,7 +473,7 @@ the response. #### Defined in -[src/api/core-namespace.ts:466](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L466) +[src/api/core-namespace.ts:466](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L466) ___ @@ -495,7 +495,7 @@ Returns metadata for a given token contract address. #### Defined in -[src/api/core-namespace.ts:589](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L589) +[src/api/core-namespace.ts:589](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L589) ___ @@ -519,7 +519,7 @@ of each token and the relevant metadata. #### Defined in -[src/api/core-namespace.ts:524](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L524) +[src/api/core-namespace.ts:524](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L524) ___ @@ -548,7 +548,7 @@ NOTE: This is an alias for [TransactNamespace.getTransaction](TransactNamespace. #### Defined in -[src/api/core-namespace.ts:282](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L282) +[src/api/core-namespace.ts:282](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L282) ___ @@ -573,7 +573,7 @@ transaction from the address sent to the network. #### Defined in -[src/api/core-namespace.ts:133](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L133) +[src/api/core-namespace.ts:133](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L133) ___ @@ -599,7 +599,7 @@ waitForTransaction method below. #### Defined in -[src/api/core-namespace.ts:299](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L299) +[src/api/core-namespace.ts:299](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L299) ___ @@ -621,7 +621,7 @@ Gets all transaction receipts for a given block by number or block hash. #### Defined in -[src/api/core-namespace.ts:637](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L637) +[src/api/core-namespace.ts:637](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L637) ___ @@ -643,7 +643,7 @@ Checks if the provided address is a smart contract. #### Defined in -[src/api/core-namespace.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L82) +[src/api/core-namespace.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L82) ___ @@ -667,7 +667,7 @@ An ENS name requires additional configuration to setup a reverse record, so not #### Defined in -[src/api/core-namespace.ts:661](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L661) +[src/api/core-namespace.ts:661](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L661) ___ @@ -687,7 +687,7 @@ up and running smoothly. #### Defined in -[src/api/core-namespace.ts:227](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L227) +[src/api/core-namespace.ts:227](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L227) ___ @@ -710,7 +710,7 @@ if the ENS name does not have an underlying address. #### Defined in -[src/api/core-namespace.ts:649](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L649) +[src/api/core-namespace.ts:649](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L649) ___ @@ -733,7 +733,7 @@ Allows sending a raw message to the Alchemy backend. #### Defined in -[src/api/core-namespace.ts:366](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L366) +[src/api/core-namespace.ts:366](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L366) ___ @@ -759,7 +759,7 @@ NOTE: This is an alias for [TransactNamespace.getTransaction](TransactNamespace. #### Defined in -[src/api/core-namespace.ts:316](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L316) +[src/api/core-namespace.ts:316](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L316) ___ @@ -790,4 +790,4 @@ NOTE: This is an alias for [TransactNamespace.getTransaction](TransactNamespace. #### Defined in -[src/api/core-namespace.ts:338](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/core-namespace.ts#L338) +[src/api/core-namespace.ts:338](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/core-namespace.ts#L338) diff --git a/docs-md/classes/DebugNamespace.md b/docs-md/classes/DebugNamespace.md index 894d9e7f..1038addf 100644 --- a/docs-md/classes/DebugNamespace.md +++ b/docs-md/classes/DebugNamespace.md @@ -41,7 +41,7 @@ Replays a block that has already been mined. #### Defined in -[src/api/debug-namespace.ts:120](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/debug-namespace.ts#L120) +[src/api/debug-namespace.ts:120](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/debug-namespace.ts#L120) ▸ **traceBlock**(`blockIdentifier`, `tracer`): `Promise`<[`DebugPrestateTrace`](../modules.md#debugprestatetrace)\> @@ -60,7 +60,7 @@ Replays a block that has already been mined. #### Defined in -[src/api/debug-namespace.ts:131](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/debug-namespace.ts#L131) +[src/api/debug-namespace.ts:131](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/debug-namespace.ts#L131) ___ @@ -85,7 +85,7 @@ final state of the parent block as the base. #### Defined in -[src/api/debug-namespace.ts:36](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/debug-namespace.ts#L36) +[src/api/debug-namespace.ts:36](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/debug-namespace.ts#L36) ▸ **traceCall**(`transaction`, `blockIdentifier`, `tracer`): `Promise`<[`DebugPrestateTrace`](../modules.md#debugprestatetrace)\> @@ -106,7 +106,7 @@ final state of the parent block as the base. #### Defined in -[src/api/debug-namespace.ts:51](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/debug-namespace.ts#L51) +[src/api/debug-namespace.ts:51](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/debug-namespace.ts#L51) ___ @@ -133,7 +133,7 @@ that corresponds to the given hash. #### Defined in -[src/api/debug-namespace.ts:79](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/debug-namespace.ts#L79) +[src/api/debug-namespace.ts:79](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/debug-namespace.ts#L79) ▸ **traceTransaction**(`transactionHash`, `tracer`, `timeout?`): `Promise`<[`DebugPrestateTrace`](../modules.md#debugprestatetrace)\> @@ -156,4 +156,4 @@ that corresponds to the given hash. #### Defined in -[src/api/debug-namespace.ts:98](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/debug-namespace.ts#L98) +[src/api/debug-namespace.ts:98](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/debug-namespace.ts#L98) diff --git a/docs-md/classes/NftNamespace.md b/docs-md/classes/NftNamespace.md index 934aef3e..a62b7d72 100644 --- a/docs-md/classes/NftNamespace.md +++ b/docs-md/classes/NftNamespace.md @@ -63,7 +63,7 @@ provided NFTs. #### Defined in -[src/api/nft-namespace.ts:435](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L435) +[src/api/nft-namespace.ts:435](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L435) ___ @@ -87,7 +87,7 @@ Get the rarity of each attribute of an NFT. #### Defined in -[src/api/nft-namespace.ts:525](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L525) +[src/api/nft-namespace.ts:525](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L525) ___ @@ -109,7 +109,7 @@ Get the NFT contract metadata associated with the provided parameters. #### Defined in -[src/api/nft-namespace.ts:155](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L155) +[src/api/nft-namespace.ts:155](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L155) ___ @@ -131,7 +131,7 @@ Get the NFT contract metadata for multiple NFT contracts in a single request. #### Defined in -[src/api/nft-namespace.ts:164](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L164) +[src/api/nft-namespace.ts:164](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L164) ___ @@ -154,7 +154,7 @@ Gets all NFT contracts held by the specified owner address. #### Defined in -[src/api/nft-namespace.ts:375](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L375) +[src/api/nft-namespace.ts:375](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L375) ___ @@ -178,7 +178,7 @@ Returns the floor prices of a NFT contract by marketplace. #### Defined in -[src/api/nft-namespace.ts:498](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L498) +[src/api/nft-namespace.ts:498](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L498) ___ @@ -201,7 +201,7 @@ Get all the NFTs minted by a specified owner address. #### Defined in -[src/api/nft-namespace.ts:419](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L419) +[src/api/nft-namespace.ts:419](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L419) ___ @@ -229,7 +229,7 @@ will be removed in a subsequent release. #### Defined in -[src/api/nft-namespace.ts:94](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L94) +[src/api/nft-namespace.ts:94](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L94) ▸ **getNftMetadata**(`contractAddress`, `tokenId`, `options?`): `Promise`<[`Nft`](../interfaces/Nft.md)\> @@ -249,7 +249,7 @@ Get the NFT metadata associated with the provided parameters. #### Defined in -[src/api/nft-namespace.ts:109](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L109) +[src/api/nft-namespace.ts:109](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L109) ___ @@ -272,7 +272,7 @@ Gets the NFT metadata for multiple NFT tokens. #### Defined in -[src/api/nft-namespace.ts:142](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L142) +[src/api/nft-namespace.ts:142](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L142) ___ @@ -296,7 +296,7 @@ Returns NFT sales that have happened through on-chain marketplaces. #### Defined in -[src/api/nft-namespace.ts:508](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L508) +[src/api/nft-namespace.ts:508](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L508) ▸ **getNftSales**(`options?`): `Promise`<[`GetNftSalesResponse`](../interfaces/GetNftSalesResponse.md)\> @@ -312,7 +312,7 @@ Returns NFT sales that have happened through on-chain marketplaces. #### Defined in -[src/api/nft-namespace.ts:509](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L509) +[src/api/nft-namespace.ts:509](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L509) ___ @@ -340,7 +340,7 @@ their associated metadata, use [GetBaseNftsForContractOptions](../interfaces/Get #### Defined in -[src/api/nft-namespace.ts:251](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L251) +[src/api/nft-namespace.ts:251](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L251) ▸ **getNftsForContract**(`contractAddress`, `options?`): `Promise`<[`NftContractBaseNftsResponse`](../interfaces/NftContractBaseNftsResponse.md)\> @@ -364,7 +364,7 @@ all NFTs with their associated metadata, use [GetNftsForContractOptions](../inte #### Defined in -[src/api/nft-namespace.ts:265](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L265) +[src/api/nft-namespace.ts:265](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L265) ___ @@ -393,7 +393,7 @@ associated metadata, use [GetBaseNftsForContractOptions](../interfaces/GetBaseNf #### Defined in -[src/api/nft-namespace.ts:287](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L287) +[src/api/nft-namespace.ts:287](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L287) ▸ **getNftsForContractIterator**(`contractAddress`, `options?`): `AsyncIterable`<[`BaseNft`](../interfaces/BaseNft.md)\> @@ -419,7 +419,7 @@ NFTs with their associated metadata, use [GetNftsForContractOptions](../interfac #### Defined in -[src/api/nft-namespace.ts:303](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L303) +[src/api/nft-namespace.ts:303](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L303) ___ @@ -445,7 +445,7 @@ their associated metadata, use [GetBaseNftsForOwnerOptions](../interfaces/GetBas #### Defined in -[src/api/nft-namespace.ts:215](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L215) +[src/api/nft-namespace.ts:215](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L215) ▸ **getNftsForOwner**(`owner`, `options?`): `Promise`<[`OwnedBaseNftsResponse`](../interfaces/OwnedBaseNftsResponse.md)\> @@ -467,7 +467,7 @@ all NFTs with their associated metadata, use [GetNftsForOwnerOptions](../interfa #### Defined in -[src/api/nft-namespace.ts:229](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L229) +[src/api/nft-namespace.ts:229](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L229) ___ @@ -493,7 +493,7 @@ keys until all NFTs have been fetched. #### Defined in -[src/api/nft-namespace.ts:180](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L180) +[src/api/nft-namespace.ts:180](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L180) ▸ **getNftsForOwnerIterator**(`owner`, `options?`): `AsyncIterable`<[`OwnedBaseNft`](../interfaces/OwnedBaseNft.md)\> @@ -515,7 +515,7 @@ pages through all page keys until all NFTs have been fetched. #### Defined in -[src/api/nft-namespace.ts:194](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L194) +[src/api/nft-namespace.ts:194](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L194) ___ @@ -538,7 +538,7 @@ Gets all the owners for a given NFT contract along with the token balance. #### Defined in -[src/api/nft-namespace.ts:321](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L321) +[src/api/nft-namespace.ts:321](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L321) ▸ **getOwnersForContract**(`contractAddress`, `options?`): `Promise`<[`GetOwnersForContractResponse`](../interfaces/GetOwnersForContractResponse.md)\> @@ -561,7 +561,7 @@ which has the `withTokenBalances` field set to `true`. #### Defined in -[src/api/nft-namespace.ts:337](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L337) +[src/api/nft-namespace.ts:337](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L337) ___ @@ -587,7 +587,7 @@ Gets all the owners for a given NFT contract address and token ID. #### Defined in -[src/api/nft-namespace.ts:360](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L360) +[src/api/nft-namespace.ts:360](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L360) ___ @@ -607,7 +607,7 @@ https://docs.alchemy.com/alchemy/enhanced-apis/nft-api/nft-api-faq#nft-spam-clas #### Defined in -[src/api/nft-namespace.ts:488](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L488) +[src/api/nft-namespace.ts:488](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L488) ___ @@ -633,7 +633,7 @@ block range, use [GetTransfersForContractOptions](../interfaces/GetTransfersForC #### Defined in -[src/api/nft-namespace.ts:406](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L406) +[src/api/nft-namespace.ts:406](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L406) ___ @@ -657,7 +657,7 @@ Gets all NFT transfers for a given owner's address. #### Defined in -[src/api/nft-namespace.ts:389](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L389) +[src/api/nft-namespace.ts:389](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L389) ___ @@ -683,7 +683,7 @@ https://docs.alchemy.com/alchemy/enhanced-apis/nft-api/nft-api-faq#nft-spam-clas #### Defined in -[src/api/nft-namespace.ts:477](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L477) +[src/api/nft-namespace.ts:477](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L477) ___ @@ -712,7 +712,7 @@ process. To refresh the metadata for a specific token, use the #### Defined in -[src/api/nft-namespace.ts:588](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L588) +[src/api/nft-namespace.ts:588](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L588) ___ @@ -744,7 +744,7 @@ To trigger a refresh for all NFTs in a contract, use [refreshContract](NftNamesp #### Defined in -[src/api/nft-namespace.ts:570](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L570) +[src/api/nft-namespace.ts:570](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L570) ___ @@ -766,7 +766,7 @@ Search for a keyword across metadata of all ERC-721 and ERC-1155 smart contracts #### Defined in -[src/api/nft-namespace.ts:538](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L538) +[src/api/nft-namespace.ts:538](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L538) ___ @@ -789,7 +789,7 @@ Get a summary of attribute prevalence for an NFT collection. #### Defined in -[src/api/nft-namespace.ts:548](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L548) +[src/api/nft-namespace.ts:548](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L548) ___ @@ -813,7 +813,7 @@ NFT. Returns a boolean indicating whether the owner address owns the provided NF #### Defined in -[src/api/nft-namespace.ts:449](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L449) +[src/api/nft-namespace.ts:449](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L449) ▸ **verifyNftOwnership**(`owner`, `contractAddresses`): `Promise`<{ `[contractAddress: string]`: `boolean`; }\> @@ -833,4 +833,4 @@ contract address to a boolean indicating whether the owner address owns the NFT. #### Defined in -[src/api/nft-namespace.ts:458](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft-namespace.ts#L458) +[src/api/nft-namespace.ts:458](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft-namespace.ts#L458) diff --git a/docs-md/classes/NotifyNamespace.md b/docs-md/classes/NotifyNamespace.md index 89e081ab..ee11ae98 100644 --- a/docs-md/classes/NotifyNamespace.md +++ b/docs-md/classes/NotifyNamespace.md @@ -56,7 +56,7 @@ Note that the webhook will be created in the app network of the provided app id. #### Defined in -[src/api/notify-namespace.ts:360](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L360) +[src/api/notify-namespace.ts:360](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L360) ▸ **createWebhook**(`url`, `type`, `params`): `Promise`<[`DroppedTransactionWebhook`](../interfaces/DroppedTransactionWebhook.md)\> @@ -79,7 +79,7 @@ Note that the webhook will be created in the app network of the provided app id. #### Defined in -[src/api/notify-namespace.ts:377](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L377) +[src/api/notify-namespace.ts:377](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L377) ▸ **createWebhook**(`url`, `type`, `params`): `Promise`<[`NftActivityWebhook`](../interfaces/NftActivityWebhook.md)\> @@ -99,7 +99,7 @@ Create a new [NftActivityWebhook](../interfaces/NftActivityWebhook.md) to track #### Defined in -[src/api/notify-namespace.ts:391](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L391) +[src/api/notify-namespace.ts:391](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L391) ▸ **createWebhook**(`url`, `type`, `params`): `Promise`<[`NftMetadataUpdateWebhook`](../interfaces/NftMetadataUpdateWebhook.md)\> @@ -117,7 +117,7 @@ Create a new [NftActivityWebhook](../interfaces/NftActivityWebhook.md) to track #### Defined in -[src/api/notify-namespace.ts:397](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L397) +[src/api/notify-namespace.ts:397](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L397) ▸ **createWebhook**(`url`, `type`, `params`): `Promise`<[`CustomGraphqlWebhook`](../interfaces/CustomGraphqlWebhook.md)\> @@ -137,7 +137,7 @@ Create a new [CustomGraphqlWebhook](../interfaces/CustomGraphqlWebhook.md) to tr #### Defined in -[src/api/notify-namespace.ts:411](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L411) +[src/api/notify-namespace.ts:411](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L411) ▸ **createWebhook**(`url`, `type`, `params`): `Promise`<[`AddressActivityWebhook`](../interfaces/AddressActivityWebhook.md)\> @@ -157,7 +157,7 @@ Create a new [AddressActivityWebhook](../interfaces/AddressActivityWebhook.md) t #### Defined in -[src/api/notify-namespace.ts:425](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L425) +[src/api/notify-namespace.ts:425](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L425) ___ @@ -179,7 +179,7 @@ Delete the provided webhook. #### Defined in -[src/api/notify-namespace.ts:545](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L545) +[src/api/notify-namespace.ts:545](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L545) ▸ **deleteWebhook**(`webhookId`): `Promise`<`void`\> @@ -197,7 +197,7 @@ Delete the provided webhook. #### Defined in -[src/api/notify-namespace.ts:552](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L552) +[src/api/notify-namespace.ts:552](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L552) ___ @@ -220,7 +220,7 @@ Get all addresses tracked for the provided [AddressActivityWebhook](../interface #### Defined in -[src/api/notify-namespace.ts:91](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L91) +[src/api/notify-namespace.ts:91](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L91) ▸ **getAddresses**(`webhookId`, `options?`): `Promise`<[`AddressActivityResponse`](../interfaces/AddressActivityResponse.md)\> @@ -239,7 +239,7 @@ Get all addresses tracked for the provided [AddressActivityWebhook](../interface #### Defined in -[src/api/notify-namespace.ts:104](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L104) +[src/api/notify-namespace.ts:104](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L104) ___ @@ -260,7 +260,7 @@ This method returns a response object containing all the webhooks #### Defined in -[src/api/notify-namespace.ts:72](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L72) +[src/api/notify-namespace.ts:72](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L72) ___ @@ -282,7 +282,7 @@ Get the graphql query used for the provided [CustomGraphqlWebhook](../interfaces #### Defined in -[src/api/notify-namespace.ts:132](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L132) +[src/api/notify-namespace.ts:132](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L132) ▸ **getGraphqlQuery**(`webhookId`): `Promise`<[`CustomGraphqlWebhookConfig`](../interfaces/CustomGraphqlWebhookConfig.md)\> @@ -300,7 +300,7 @@ Get the graphql query used for the provided [CustomGraphqlWebhook](../interfaces #### Defined in -[src/api/notify-namespace.ts:143](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L143) +[src/api/notify-namespace.ts:143](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L143) ___ @@ -323,7 +323,7 @@ Get all NFTs tracked for the provided [NftActivityWebhook](../interfaces/NftActi #### Defined in -[src/api/notify-namespace.ts:167](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L167) +[src/api/notify-namespace.ts:167](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L167) ▸ **getNftFilters**(`webhookId`, `options?`): `Promise`<[`NftFiltersResponse`](../interfaces/NftFiltersResponse.md)\> @@ -342,7 +342,7 @@ Get all NFT filters tracked for the provided [NftActivityWebhook](../interfaces/ #### Defined in -[src/api/notify-namespace.ts:180](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L180) +[src/api/notify-namespace.ts:180](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L180) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/api/notify-namespace.ts:584](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L584) +[src/api/notify-namespace.ts:584](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L584) ___ @@ -394,7 +394,7 @@ Update a [NftActivityWebhook](../interfaces/NftActivityWebhook.md)'s active stat #### Defined in -[src/api/notify-namespace.ts:209](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L209) +[src/api/notify-namespace.ts:209](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L209) ▸ **updateWebhook**(`nftWebhookId`, `update`): `Promise`<`void`\> @@ -413,7 +413,7 @@ Update a [NftActivityWebhook](../interfaces/NftActivityWebhook.md)'s active stat #### Defined in -[src/api/notify-namespace.ts:220](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L220) +[src/api/notify-namespace.ts:220](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L220) ▸ **updateWebhook**(`nftMetadataWebhookId`, `update`): `Promise`<`void`\> @@ -432,7 +432,7 @@ Update a [NftMetadataUpdateWebhook](../interfaces/NftMetadataUpdateWebhook.md)'s #### Defined in -[src/api/notify-namespace.ts:228](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L228) +[src/api/notify-namespace.ts:228](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L228) ▸ **updateWebhook**(`customGraphqlWebhookId`, `update`): `Promise`<`void`\> @@ -452,7 +452,7 @@ The graphql query associated with the webhook is immutable. #### Defined in -[src/api/notify-namespace.ts:240](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L240) +[src/api/notify-namespace.ts:240](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L240) ▸ **updateWebhook**(`addressWebhook`, `update`): `Promise`<`void`\> @@ -471,7 +471,7 @@ Update a [AddressActivityWebhook](../interfaces/AddressActivityWebhook.md)'s act #### Defined in -[src/api/notify-namespace.ts:251](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L251) +[src/api/notify-namespace.ts:251](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L251) ▸ **updateWebhook**(`addressWebhookId`, `update`): `Promise`<`void`\> @@ -490,7 +490,7 @@ Update a [AddressActivityWebhook](../interfaces/AddressActivityWebhook.md)'s act #### Defined in -[src/api/notify-namespace.ts:262](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L262) +[src/api/notify-namespace.ts:262](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L262) ___ @@ -504,4 +504,4 @@ ___ #### Defined in -[src/api/notify-namespace.ts:575](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/notify-namespace.ts#L575) +[src/api/notify-namespace.ts:575](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/notify-namespace.ts#L575) diff --git a/docs-md/classes/TransactNamespace.md b/docs-md/classes/TransactNamespace.md index e1eb4cb2..dba86cec 100644 --- a/docs-md/classes/TransactNamespace.md +++ b/docs-md/classes/TransactNamespace.md @@ -52,7 +52,7 @@ Returns a boolean indicating whether the cancellation was successful. #### Defined in -[src/api/transact-namespace.ts:86](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/transact-namespace.ts#L86) +[src/api/transact-namespace.ts:86](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/transact-namespace.ts#L86) ___ @@ -81,7 +81,7 @@ This is an alias for [CoreNamespace.estimateGas](CoreNamespace.md#estimategas). #### Defined in -[src/api/transact-namespace.ts:258](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/transact-namespace.ts#L258) +[src/api/transact-namespace.ts:258](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/transact-namespace.ts#L258) ___ @@ -101,7 +101,7 @@ transaction request. #### Defined in -[src/api/transact-namespace.ts:274](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/transact-namespace.ts#L274) +[src/api/transact-namespace.ts:274](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/transact-namespace.ts#L274) ___ @@ -130,7 +130,7 @@ NOTE: This is an alias for [CoreNamespace.getTransaction](CoreNamespace.md#gettr #### Defined in -[src/api/transact-namespace.ts:221](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/transact-namespace.ts#L221) +[src/api/transact-namespace.ts:221](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/transact-namespace.ts#L221) ___ @@ -157,7 +157,7 @@ Returns the transaction hash of the submitted transaction. #### Defined in -[src/api/transact-namespace.ts:54](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/transact-namespace.ts#L54) +[src/api/transact-namespace.ts:54](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/transact-namespace.ts#L54) ___ @@ -183,7 +183,7 @@ NOTE: This is an alias for [CoreNamespace.sendTransaction](CoreNamespace.md#send #### Defined in -[src/api/transact-namespace.ts:238](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/transact-namespace.ts#L238) +[src/api/transact-namespace.ts:238](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/transact-namespace.ts#L238) ___ @@ -210,7 +210,7 @@ blockchain. #### Defined in -[src/api/transact-namespace.ts:137](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/transact-namespace.ts#L137) +[src/api/transact-namespace.ts:137](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/transact-namespace.ts#L137) ___ @@ -236,7 +236,7 @@ Returns a list of asset changes for each transaction during simulation. #### Defined in -[src/api/transact-namespace.ts:109](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/transact-namespace.ts#L109) +[src/api/transact-namespace.ts:109](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/transact-namespace.ts#L109) ___ @@ -262,7 +262,7 @@ Note that this method does not run the transaction on the blockchain. #### Defined in -[src/api/transact-namespace.ts:191](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/transact-namespace.ts#L191) +[src/api/transact-namespace.ts:191](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/transact-namespace.ts#L191) ___ @@ -288,7 +288,7 @@ Note that this method does not run any transactions on the blockchain. #### Defined in -[src/api/transact-namespace.ts:164](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/transact-namespace.ts#L164) +[src/api/transact-namespace.ts:164](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/transact-namespace.ts#L164) ___ @@ -319,4 +319,4 @@ NOTE: This is an alias for [CoreNamespace.waitForTransaction](CoreNamespace.md#w #### Defined in -[src/api/transact-namespace.ts:299](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/transact-namespace.ts#L299) +[src/api/transact-namespace.ts:299](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/transact-namespace.ts#L299) diff --git a/docs-md/classes/Wallet.md b/docs-md/classes/Wallet.md index 19ec9b20..e68a51b0 100644 --- a/docs-md/classes/Wallet.md +++ b/docs-md/classes/Wallet.md @@ -91,7 +91,7 @@ EthersWallet.constructor #### Defined in -[src/api/alchemy-wallet.ts:39](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-wallet.ts#L39) +[src/api/alchemy-wallet.ts:39](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-wallet.ts#L39) ## Properties @@ -173,7 +173,7 @@ ___ #### Defined in -[src/api/alchemy-wallet.ts:31](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-wallet.ts#L31) +[src/api/alchemy-wallet.ts:31](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-wallet.ts#L31) ___ @@ -321,7 +321,7 @@ EthersWallet.call #### Defined in -[src/api/alchemy-wallet.ts:102](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-wallet.ts#L102) +[src/api/alchemy-wallet.ts:102](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-wallet.ts#L102) ___ @@ -424,7 +424,7 @@ EthersWallet.estimateGas #### Defined in -[src/api/alchemy-wallet.ts:90](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-wallet.ts#L90) +[src/api/alchemy-wallet.ts:90](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-wallet.ts#L90) ___ @@ -470,7 +470,7 @@ EthersWallet.getBalance #### Defined in -[src/api/alchemy-wallet.ts:66](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-wallet.ts#L66) +[src/api/alchemy-wallet.ts:66](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-wallet.ts#L66) ___ @@ -492,7 +492,7 @@ EthersWallet.getChainId #### Defined in -[src/api/alchemy-wallet.ts:142](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-wallet.ts#L142) +[src/api/alchemy-wallet.ts:142](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-wallet.ts#L142) ___ @@ -520,7 +520,7 @@ EthersWallet.getFeeData #### Defined in -[src/api/alchemy-wallet.ts:166](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-wallet.ts#L166) +[src/api/alchemy-wallet.ts:166](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-wallet.ts#L166) ___ @@ -542,7 +542,7 @@ EthersWallet.getGasPrice #### Defined in -[src/api/alchemy-wallet.ts:151](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-wallet.ts#L151) +[src/api/alchemy-wallet.ts:151](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-wallet.ts#L151) ___ @@ -571,7 +571,7 @@ EthersWallet.getTransactionCount #### Defined in -[src/api/alchemy-wallet.ts:77](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-wallet.ts#L77) +[src/api/alchemy-wallet.ts:77](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-wallet.ts#L77) ___ @@ -585,7 +585,7 @@ ___ #### Defined in -[src/api/alchemy-wallet.ts:182](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-wallet.ts#L182) +[src/api/alchemy-wallet.ts:182](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-wallet.ts#L182) ___ @@ -615,7 +615,7 @@ EthersWallet.populateTransaction #### Defined in -[src/api/alchemy-wallet.ts:117](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-wallet.ts#L117) +[src/api/alchemy-wallet.ts:117](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-wallet.ts#L117) ___ @@ -645,7 +645,7 @@ EthersWallet.resolveName #### Defined in -[src/api/alchemy-wallet.ts:178](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-wallet.ts#L178) +[src/api/alchemy-wallet.ts:178](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-wallet.ts#L178) ___ @@ -673,7 +673,7 @@ EthersWallet.sendTransaction #### Defined in -[src/api/alchemy-wallet.ts:131](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/alchemy-wallet.ts#L131) +[src/api/alchemy-wallet.ts:131](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/alchemy-wallet.ts#L131) ___ diff --git a/docs-md/classes/WebSocketNamespace.md b/docs-md/classes/WebSocketNamespace.md index ae73d46f..626f9cce 100644 --- a/docs-md/classes/WebSocketNamespace.md +++ b/docs-md/classes/WebSocketNamespace.md @@ -43,7 +43,7 @@ no event is provided, the total number of listeners for all events is returned. #### Defined in -[src/api/websocket-namespace.ts:104](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/websocket-namespace.ts#L104) +[src/api/websocket-namespace.ts:104](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/websocket-namespace.ts#L104) ___ @@ -66,7 +66,7 @@ no event is provided, all listeners will be included. #### Defined in -[src/api/websocket-namespace.ts:118](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/websocket-namespace.ts#L118) +[src/api/websocket-namespace.ts:118](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/websocket-namespace.ts#L118) ___ @@ -90,7 +90,7 @@ listener is provided, all listeners for the event will be removed. #### Defined in -[src/api/websocket-namespace.ts:70](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/websocket-namespace.ts#L70) +[src/api/websocket-namespace.ts:70](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/websocket-namespace.ts#L70) ___ @@ -115,7 +115,7 @@ how to use them. #### Defined in -[src/api/websocket-namespace.ts:35](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/websocket-namespace.ts#L35) +[src/api/websocket-namespace.ts:35](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/websocket-namespace.ts#L35) ___ @@ -140,7 +140,7 @@ events. See [AlchemyEventType](../modules.md#alchemyeventtype) for how to use th #### Defined in -[src/api/websocket-namespace.ts:53](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/websocket-namespace.ts#L53) +[src/api/websocket-namespace.ts:53](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/websocket-namespace.ts#L53) ___ @@ -163,4 +163,4 @@ is provided, all events and their listeners are removed. #### Defined in -[src/api/websocket-namespace.ts:86](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/websocket-namespace.ts#L86) +[src/api/websocket-namespace.ts:86](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/websocket-namespace.ts#L86) diff --git a/docs-md/enums/AlchemySubscription.md b/docs-md/enums/AlchemySubscription.md index f23d4f5b..5ea344d4 100644 --- a/docs-md/enums/AlchemySubscription.md +++ b/docs-md/enums/AlchemySubscription.md @@ -22,7 +22,7 @@ the Websocket Namespace. #### Defined in -[src/types/types.ts:1760](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1760) +[src/types/types.ts:1761](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1761) ___ @@ -32,4 +32,4 @@ ___ #### Defined in -[src/types/types.ts:1759](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1759) +[src/types/types.ts:1760](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1760) diff --git a/docs-md/enums/AssetTransfersCategory.md b/docs-md/enums/AssetTransfersCategory.md index ad2ad1a7..0b01959e 100644 --- a/docs-md/enums/AssetTransfersCategory.md +++ b/docs-md/enums/AssetTransfersCategory.md @@ -26,7 +26,7 @@ ERC1155 transfers. #### Defined in -[src/types/types.ts:376](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L376) +[src/types/types.ts:377](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L377) ___ @@ -38,7 +38,7 @@ ERC20 transfers. #### Defined in -[src/types/types.ts:370](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L370) +[src/types/types.ts:371](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L371) ___ @@ -50,7 +50,7 @@ ERC721 transfers. #### Defined in -[src/types/types.ts:373](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L373) +[src/types/types.ts:374](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L374) ___ @@ -64,7 +64,7 @@ accessed by users. #### Defined in -[src/types/types.ts:360](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L360) +[src/types/types.ts:361](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L361) ___ @@ -78,7 +78,7 @@ another smart contract or sending #### Defined in -[src/types/types.ts:367](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L367) +[src/types/types.ts:368](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L368) ___ @@ -90,4 +90,4 @@ Special contracts that don't follow ERC 721/1155, (ex: CryptoKitties). #### Defined in -[src/types/types.ts:379](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L379) +[src/types/types.ts:380](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L380) diff --git a/docs-md/enums/AssetTransfersOrder.md b/docs-md/enums/AssetTransfersOrder.md index 083b78ba..9719c1d4 100644 --- a/docs-md/enums/AssetTransfersOrder.md +++ b/docs-md/enums/AssetTransfersOrder.md @@ -23,7 +23,7 @@ using [CoreNamespace.getAssetTransfers](../classes/CoreNamespace.md#getassettran #### Defined in -[src/types/types.ts:391](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L391) +[src/types/types.ts:392](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L392) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[src/types/types.ts:392](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L392) +[src/types/types.ts:393](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L393) diff --git a/docs-md/enums/CommitmentLevel.md b/docs-md/enums/CommitmentLevel.md index 948b3db9..5c4808e6 100644 --- a/docs-md/enums/CommitmentLevel.md +++ b/docs-md/enums/CommitmentLevel.md @@ -25,7 +25,7 @@ The lowest numbered block available that is usually the first block created. #### Defined in -[src/types/types.ts:2505](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2505) +[src/types/types.ts:2506](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2506) ___ @@ -39,7 +39,7 @@ This block is very unlikely to be re-orged. This is only available on #### Defined in -[src/types/types.ts:2501](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2501) +[src/types/types.ts:2502](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2502) ___ @@ -52,7 +52,7 @@ this block may be re-orged out of the canonical chain. #### Defined in -[src/types/types.ts:2489](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2489) +[src/types/types.ts:2490](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2490) ___ @@ -66,7 +66,7 @@ is a proxy for blocks that have not been mined yet. #### Defined in -[src/types/types.ts:2484](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2484) +[src/types/types.ts:2485](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2485) ___ @@ -80,4 +80,4 @@ only available on [Network.ETH_GOERLI](Network.md#eth_goerli) and [Network.ETH_S #### Defined in -[src/types/types.ts:2495](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2495) +[src/types/types.ts:2496](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2496) diff --git a/docs-md/enums/DebugCallType.md b/docs-md/enums/DebugCallType.md index b3bf62f4..bf9644e2 100644 --- a/docs-md/enums/DebugCallType.md +++ b/docs-md/enums/DebugCallType.md @@ -21,7 +21,7 @@ The type of call in a debug call trace. #### Defined in -[src/types/types.ts:2059](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2059) +[src/types/types.ts:2060](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2060) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/types/types.ts:2058](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2058) +[src/types/types.ts:2059](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2059) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/types/types.ts:2061](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2061) +[src/types/types.ts:2062](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2062) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/types/types.ts:2060](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2060) +[src/types/types.ts:2061](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2061) diff --git a/docs-md/enums/DebugTracerType.md b/docs-md/enums/DebugTracerType.md index a9c98a64..2de0f53a 100644 --- a/docs-md/enums/DebugTracerType.md +++ b/docs-md/enums/DebugTracerType.md @@ -20,7 +20,7 @@ The type of tracer to use when running debug methods in the #### Defined in -[src/types/types.ts:2519](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2519) +[src/types/types.ts:2520](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2520) ___ @@ -30,4 +30,4 @@ ___ #### Defined in -[src/types/types.ts:2520](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2520) +[src/types/types.ts:2521](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2521) diff --git a/docs-md/enums/DecodingAuthority.md b/docs-md/enums/DecodingAuthority.md index 4b470d4c..dd9f6f39 100644 --- a/docs-md/enums/DecodingAuthority.md +++ b/docs-md/enums/DecodingAuthority.md @@ -19,4 +19,4 @@ Authority used to decode calls and logs when using the #### Defined in -[src/types/types.ts:2022](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2022) +[src/types/types.ts:2023](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2023) diff --git a/docs-md/enums/GetTransfersForOwnerTransferType.md b/docs-md/enums/GetTransfersForOwnerTransferType.md index ca4f790e..0b26f8cd 100644 --- a/docs-md/enums/GetTransfersForOwnerTransferType.md +++ b/docs-md/enums/GetTransfersForOwnerTransferType.md @@ -20,7 +20,7 @@ NFTs that were minted by the owner. #### Defined in -[src/types/types.ts:1084](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1084) +[src/types/types.ts:1085](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1085) ___ @@ -30,4 +30,4 @@ ___ #### Defined in -[src/types/types.ts:1083](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1083) +[src/types/types.ts:1084](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1084) diff --git a/docs-md/enums/Network.md b/docs-md/enums/Network.md index fe2d19ca..331f760d 100644 --- a/docs-md/enums/Network.md +++ b/docs-md/enums/Network.md @@ -14,6 +14,7 @@ available on which networks - [ARB\_GOERLI](Network.md#arb_goerli) - [ARB\_MAINNET](Network.md#arb_mainnet) - [ARB\_RINKEBY](Network.md#arb_rinkeby) +- [ARB\_SEPOLIA](Network.md#arb_sepolia) - [ASTAR\_MAINNET](Network.md#astar_mainnet) - [BASE\_GOERLI](Network.md#base_goerli) - [BASE\_MAINNET](Network.md#base_mainnet) @@ -39,7 +40,7 @@ available on which networks #### Defined in -[src/types/types.ts:93](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L93) +[src/types/types.ts:93](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L93) ___ @@ -49,7 +50,7 @@ ___ #### Defined in -[src/types/types.ts:90](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L90) +[src/types/types.ts:90](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L90) ___ @@ -61,7 +62,17 @@ ___ #### Defined in -[src/types/types.ts:92](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L92) +[src/types/types.ts:92](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L92) + +___ + +### ARB\_SEPOLIA + +• **ARB\_SEPOLIA** = `"arb-sepolia"` + +#### Defined in + +[src/types/types.ts:94](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L94) ___ @@ -71,7 +82,7 @@ ___ #### Defined in -[src/types/types.ts:96](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L96) +[src/types/types.ts:97](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L97) ___ @@ -81,7 +92,7 @@ ___ #### Defined in -[src/types/types.ts:100](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L100) +[src/types/types.ts:101](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L101) ___ @@ -91,7 +102,7 @@ ___ #### Defined in -[src/types/types.ts:99](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L99) +[src/types/types.ts:100](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L100) ___ @@ -101,7 +112,7 @@ ___ #### Defined in -[src/types/types.ts:80](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L80) +[src/types/types.ts:80](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L80) ___ @@ -113,7 +124,7 @@ ___ #### Defined in -[src/types/types.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L82) +[src/types/types.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L82) ___ @@ -123,7 +134,7 @@ ___ #### Defined in -[src/types/types.ts:77](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L77) +[src/types/types.ts:77](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L77) ___ @@ -135,7 +146,7 @@ ___ #### Defined in -[src/types/types.ts:84](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L84) +[src/types/types.ts:84](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L84) ___ @@ -147,7 +158,7 @@ ___ #### Defined in -[src/types/types.ts:79](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L79) +[src/types/types.ts:79](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L79) ___ @@ -157,7 +168,7 @@ ___ #### Defined in -[src/types/types.ts:85](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L85) +[src/types/types.ts:85](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L85) ___ @@ -167,7 +178,7 @@ ___ #### Defined in -[src/types/types.ts:94](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L94) +[src/types/types.ts:95](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L95) ___ @@ -177,7 +188,7 @@ ___ #### Defined in -[src/types/types.ts:95](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L95) +[src/types/types.ts:96](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L96) ___ @@ -187,7 +198,7 @@ ___ #### Defined in -[src/types/types.ts:89](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L89) +[src/types/types.ts:89](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L89) ___ @@ -199,7 +210,7 @@ ___ #### Defined in -[src/types/types.ts:88](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L88) +[src/types/types.ts:88](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L88) ___ @@ -209,7 +220,7 @@ ___ #### Defined in -[src/types/types.ts:86](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L86) +[src/types/types.ts:86](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L86) ___ @@ -219,7 +230,7 @@ ___ #### Defined in -[src/types/types.ts:97](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L97) +[src/types/types.ts:98](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L98) ___ @@ -229,4 +240,4 @@ ___ #### Defined in -[src/types/types.ts:98](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L98) +[src/types/types.ts:99](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L99) diff --git a/docs-md/enums/NftExcludeFilters.md b/docs-md/enums/NftExcludeFilters.md index 4b5c30cd..6bf55d63 100644 --- a/docs-md/enums/NftExcludeFilters.md +++ b/docs-md/enums/NftExcludeFilters.md @@ -27,7 +27,7 @@ Exclude NFTs that have been airdropped to a user. #### Defined in -[src/types/types.ts:738](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L738) +[src/types/types.ts:739](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L739) ___ @@ -39,4 +39,4 @@ Exclude NFTs that have been classified as spam. #### Defined in -[src/types/types.ts:735](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L735) +[src/types/types.ts:736](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L736) diff --git a/docs-md/enums/NftFilters.md b/docs-md/enums/NftFilters.md index 2f78f5b6..025c3b9d 100644 --- a/docs-md/enums/NftFilters.md +++ b/docs-md/enums/NftFilters.md @@ -24,7 +24,7 @@ NFTs that have been airdropped to a user. #### Defined in -[src/types/types.ts:752](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L752) +[src/types/types.ts:753](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L753) ___ @@ -36,4 +36,4 @@ NFTs that have been classified as spam. #### Defined in -[src/types/types.ts:749](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L749) +[src/types/types.ts:750](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L750) diff --git a/docs-md/enums/NftOrdering.md b/docs-md/enums/NftOrdering.md index 1720c37d..d3d5f506 100644 --- a/docs-md/enums/NftOrdering.md +++ b/docs-md/enums/NftOrdering.md @@ -21,4 +21,4 @@ Enum of ordering that can be applied to a [getNftsForOwner](../classes/NftNamesp #### Defined in -[src/types/types.ts:762](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L762) +[src/types/types.ts:763](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L763) diff --git a/docs-md/enums/NftSaleMarketplace.md b/docs-md/enums/NftSaleMarketplace.md index cf78f1d9..7d8d5d4f 100644 --- a/docs-md/enums/NftSaleMarketplace.md +++ b/docs-md/enums/NftSaleMarketplace.md @@ -25,7 +25,7 @@ Enum representing the supported NFT marketplaces by the #### Defined in -[src/types/types.ts:1373](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1373) +[src/types/types.ts:1374](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1374) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/types/types.ts:1372](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1372) +[src/types/types.ts:1373](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1373) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/types/types.ts:1369](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1369) +[src/types/types.ts:1370](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1370) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/types/types.ts:1368](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1368) +[src/types/types.ts:1369](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1369) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/types/types.ts:1374](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1374) +[src/types/types.ts:1375](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1375) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/types/types.ts:1371](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1371) +[src/types/types.ts:1372](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1372) ___ @@ -85,4 +85,4 @@ ___ #### Defined in -[src/types/types.ts:1370](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1370) +[src/types/types.ts:1371](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1371) diff --git a/docs-md/enums/NftSaleTakerType.md b/docs-md/enums/NftSaleTakerType.md index 5dff7a4c..f2da019a 100644 --- a/docs-md/enums/NftSaleTakerType.md +++ b/docs-md/enums/NftSaleTakerType.md @@ -20,7 +20,7 @@ method. #### Defined in -[src/types/types.ts:1384](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1384) +[src/types/types.ts:1385](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1385) ___ @@ -30,4 +30,4 @@ ___ #### Defined in -[src/types/types.ts:1385](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1385) +[src/types/types.ts:1386](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1386) diff --git a/docs-md/enums/NftSpamClassification.md b/docs-md/enums/NftSpamClassification.md index ad604965..846fbe36 100644 --- a/docs-md/enums/NftSpamClassification.md +++ b/docs-md/enums/NftSpamClassification.md @@ -22,7 +22,7 @@ Potential reasons why an NFT contract was classified as spam. #### Defined in -[src/types/types.ts:592](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L592) +[src/types/types.ts:593](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L593) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/types/types.ts:590](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L590) +[src/types/types.ts:591](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L591) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/types/types.ts:591](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L591) +[src/types/types.ts:592](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L592) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/types/types.ts:593](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L593) +[src/types/types.ts:594](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L594) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/types/types.ts:594](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L594) +[src/types/types.ts:595](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L595) diff --git a/docs-md/enums/NftTokenType.md b/docs-md/enums/NftTokenType.md index 47685767..904d1c54 100644 --- a/docs-md/enums/NftTokenType.md +++ b/docs-md/enums/NftTokenType.md @@ -22,7 +22,7 @@ An enum for specifying the token type on NFTs. #### Defined in -[src/types/types.ts:402](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L402) +[src/types/types.ts:403](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L403) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/types/types.ts:401](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L401) +[src/types/types.ts:402](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L402) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/types/types.ts:404](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L404) +[src/types/types.ts:405](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L405) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/types/types.ts:403](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L403) +[src/types/types.ts:404](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L404) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/types/types.ts:405](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L405) +[src/types/types.ts:406](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L406) diff --git a/docs-md/enums/OpenSeaSafelistRequestStatus.md b/docs-md/enums/OpenSeaSafelistRequestStatus.md index 72d49d9b..43ca23b6 100644 --- a/docs-md/enums/OpenSeaSafelistRequestStatus.md +++ b/docs-md/enums/OpenSeaSafelistRequestStatus.md @@ -23,7 +23,7 @@ Collections that are approved on open sea and can be found in search results. #### Defined in -[src/types/types.ts:1732](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1732) +[src/types/types.ts:1733](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1733) ___ @@ -35,7 +35,7 @@ Brand new collections. #### Defined in -[src/types/types.ts:1736](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1736) +[src/types/types.ts:1737](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1737) ___ @@ -47,7 +47,7 @@ Collections that requested safelisting on OpenSea. #### Defined in -[src/types/types.ts:1734](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1734) +[src/types/types.ts:1735](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1735) ___ @@ -59,4 +59,4 @@ Verified collection. #### Defined in -[src/types/types.ts:1730](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1730) +[src/types/types.ts:1731](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1731) diff --git a/docs-md/enums/RefreshState.md b/docs-md/enums/RefreshState.md index 3c6a6dc1..4ea0549a 100644 --- a/docs-md/enums/RefreshState.md +++ b/docs-md/enums/RefreshState.md @@ -25,7 +25,7 @@ The contract has already been queued for refresh. #### Defined in -[src/types/types.ts:1447](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1447) +[src/types/types.ts:1448](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1448) ___ @@ -37,7 +37,7 @@ The provided contract is not an NFT or does not contain metadata. #### Defined in -[src/types/types.ts:1444](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1444) +[src/types/types.ts:1445](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1445) ___ @@ -49,7 +49,7 @@ The contract refresh is complete. #### Defined in -[src/types/types.ts:1453](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1453) +[src/types/types.ts:1454](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1454) ___ @@ -61,7 +61,7 @@ The contract is currently being refreshed. #### Defined in -[src/types/types.ts:1450](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1450) +[src/types/types.ts:1451](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1451) ___ @@ -73,7 +73,7 @@ The contract refresh has been queued and await execution. #### Defined in -[src/types/types.ts:1456](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1456) +[src/types/types.ts:1457](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1457) ___ @@ -85,4 +85,4 @@ The contract was unable to be queued due to an internal error. #### Defined in -[src/types/types.ts:1459](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1459) +[src/types/types.ts:1460](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1460) diff --git a/docs-md/enums/SimulateAssetType.md b/docs-md/enums/SimulateAssetType.md index 83a27491..0ae249e7 100644 --- a/docs-md/enums/SimulateAssetType.md +++ b/docs-md/enums/SimulateAssetType.md @@ -26,7 +26,7 @@ ERC1155 approval or transfers. #### Defined in -[src/types/types.ts:1902](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1902) +[src/types/types.ts:1903](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1903) ___ @@ -38,7 +38,7 @@ ERC20 approval or transfers. #### Defined in -[src/types/types.ts:1898](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1898) +[src/types/types.ts:1899](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1899) ___ @@ -50,7 +50,7 @@ ERC721 approval or transfers. #### Defined in -[src/types/types.ts:1900](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1900) +[src/types/types.ts:1901](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1901) ___ @@ -63,7 +63,7 @@ run on (ex: ETH for Ethereum, MATIC for Polygon, ETH for Arbitrum). #### Defined in -[src/types/types.ts:1896](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1896) +[src/types/types.ts:1897](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1897) ___ @@ -76,4 +76,4 @@ CryptoKitties and CryptoPunks. #### Defined in -[src/types/types.ts:1907](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1907) +[src/types/types.ts:1908](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1908) diff --git a/docs-md/enums/SimulateChangeType.md b/docs-md/enums/SimulateChangeType.md index f358cceb..73355045 100644 --- a/docs-md/enums/SimulateChangeType.md +++ b/docs-md/enums/SimulateChangeType.md @@ -26,7 +26,7 @@ APPROVE with zero amount → approval being cleared #### Defined in -[src/types/types.ts:1922](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1922) +[src/types/types.ts:1923](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1923) ___ @@ -38,4 +38,4 @@ Represents a transaction that transferred tokens from one address to another. #### Defined in -[src/types/types.ts:1927](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1927) +[src/types/types.ts:1928](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1928) diff --git a/docs-md/enums/SortingOrder.md b/docs-md/enums/SortingOrder.md index cddc836d..8247d12c 100644 --- a/docs-md/enums/SortingOrder.md +++ b/docs-md/enums/SortingOrder.md @@ -19,7 +19,7 @@ Enum for representing the supported sorting orders of the API. #### Defined in -[src/types/types.ts:1357](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1357) +[src/types/types.ts:1358](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1358) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/types/types.ts:1358](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1358) +[src/types/types.ts:1359](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1359) diff --git a/docs-md/enums/TokenBalanceType.md b/docs-md/enums/TokenBalanceType.md index f542a13e..d9011c23 100644 --- a/docs-md/enums/TokenBalanceType.md +++ b/docs-md/enums/TokenBalanceType.md @@ -22,7 +22,7 @@ available on Mainnet in Ethereum, Polygon, and Arbitrum. #### Defined in -[src/types/types.ts:109](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L109) +[src/types/types.ts:110](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L110) ___ @@ -36,4 +36,4 @@ all tokens that the address has ever received. #### Defined in -[src/types/types.ts:116](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L116) +[src/types/types.ts:117](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L117) diff --git a/docs-md/enums/WebhookType.md b/docs-md/enums/WebhookType.md index 7636f0d4..7764f228 100644 --- a/docs-md/enums/WebhookType.md +++ b/docs-md/enums/WebhookType.md @@ -23,7 +23,7 @@ The type of [Webhook](../interfaces/Webhook.md). #### Defined in -[src/types/types.ts:2201](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2201) +[src/types/types.ts:2202](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2202) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/types/types.ts:2200](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2200) +[src/types/types.ts:2201](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2201) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/types/types.ts:2204](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2204) +[src/types/types.ts:2205](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2205) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/types/types.ts:2199](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2199) +[src/types/types.ts:2200](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2200) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/types/types.ts:2202](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2202) +[src/types/types.ts:2203](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2203) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/types/types.ts:2203](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2203) +[src/types/types.ts:2204](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2204) diff --git a/docs-md/enums/WebhookVersion.md b/docs-md/enums/WebhookVersion.md index 1ff1b5b0..b91263d2 100644 --- a/docs-md/enums/WebhookVersion.md +++ b/docs-md/enums/WebhookVersion.md @@ -19,7 +19,7 @@ The version of the webhook. All newly created webhooks default to V2. #### Defined in -[src/types/types.ts:2193](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2193) +[src/types/types.ts:2194](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2194) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/types/types.ts:2194](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2194) +[src/types/types.ts:2195](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2195) diff --git a/docs-md/interfaces/AcquiredAt.md b/docs-md/interfaces/AcquiredAt.md index 432c6c53..3f6d203d 100644 --- a/docs-md/interfaces/AcquiredAt.md +++ b/docs-md/interfaces/AcquiredAt.md @@ -21,7 +21,7 @@ Block number of the block at which an NFT was last acquired. #### Defined in -[src/types/types.ts:611](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L611) +[src/types/types.ts:612](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L612) ___ @@ -33,4 +33,4 @@ Timestamp of the block at which an NFT was last acquired. #### Defined in -[src/types/types.ts:608](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L608) +[src/types/types.ts:609](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L609) diff --git a/docs-md/interfaces/AddressActivityResponse.md b/docs-md/interfaces/AddressActivityResponse.md index 47a1ccb0..22471902 100644 --- a/docs-md/interfaces/AddressActivityResponse.md +++ b/docs-md/interfaces/AddressActivityResponse.md @@ -22,7 +22,7 @@ The addresses for the webhook. #### Defined in -[src/types/types.ts:2282](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2282) +[src/types/types.ts:2283](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2283) ___ @@ -34,7 +34,7 @@ Optional page key used to fetch the remaining addresses. #### Defined in -[src/types/types.ts:2286](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2286) +[src/types/types.ts:2287](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2287) ___ @@ -46,4 +46,4 @@ The total number of addresses. #### Defined in -[src/types/types.ts:2284](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2284) +[src/types/types.ts:2285](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2285) diff --git a/docs-md/interfaces/AddressActivityWebhook.md b/docs-md/interfaces/AddressActivityWebhook.md index 7e5e15c8..94b094b5 100644 --- a/docs-md/interfaces/AddressActivityWebhook.md +++ b/docs-md/interfaces/AddressActivityWebhook.md @@ -41,7 +41,7 @@ The app id of the app used for the webhook. This field is only present on #### Defined in -[src/types/types.ts:2188](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2188) +[src/types/types.ts:2189](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2189) ___ @@ -57,7 +57,7 @@ The webhook's unique id. #### Defined in -[src/types/types.ts:2169](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2169) +[src/types/types.ts:2170](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2170) ___ @@ -73,7 +73,7 @@ Whether the webhook is currently active #### Defined in -[src/types/types.ts:2177](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2177) +[src/types/types.ts:2178](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2178) ___ @@ -89,7 +89,7 @@ The network the webhook is on. #### Defined in -[src/types/types.ts:2171](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2171) +[src/types/types.ts:2172](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2172) ___ @@ -105,7 +105,7 @@ The signing key used to verify payloads for the webhook. #### Defined in -[src/types/types.ts:2181](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2181) +[src/types/types.ts:2182](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2182) ___ @@ -121,7 +121,7 @@ The creation time of the webhook as an ISO string. #### Defined in -[src/types/types.ts:2179](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2179) +[src/types/types.ts:2180](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2180) ___ @@ -137,7 +137,7 @@ The type of webhook. #### Defined in -[src/types/types.ts:2231](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2231) +[src/types/types.ts:2232](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2232) ___ @@ -153,7 +153,7 @@ The url that the webhook sends its payload to. #### Defined in -[src/types/types.ts:2175](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2175) +[src/types/types.ts:2176](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2176) ___ @@ -169,4 +169,4 @@ The webhook version. All newly created webhooks default to V2. #### Defined in -[src/types/types.ts:2183](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2183) +[src/types/types.ts:2184](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2184) diff --git a/docs-md/interfaces/AddressWebhookParams.md b/docs-md/interfaces/AddressWebhookParams.md index 1c21ef7f..cf2403da 100644 --- a/docs-md/interfaces/AddressWebhookParams.md +++ b/docs-md/interfaces/AddressWebhookParams.md @@ -22,7 +22,7 @@ Array of addresses the webhook should activity for. #### Defined in -[src/types/types.ts:2345](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2345) +[src/types/types.ts:2346](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2346) ___ @@ -35,4 +35,4 @@ created on network of the app provided in the api key config. #### Defined in -[src/types/types.ts:2350](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2350) +[src/types/types.ts:2351](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2351) diff --git a/docs-md/interfaces/AlchemyMinedTransactionsEventFilter.md b/docs-md/interfaces/AlchemyMinedTransactionsEventFilter.md index a27f18b1..c023a227 100644 --- a/docs-md/interfaces/AlchemyMinedTransactionsEventFilter.md +++ b/docs-md/interfaces/AlchemyMinedTransactionsEventFilter.md @@ -33,7 +33,7 @@ Limit 100 address filters. Requires a non-empty array. #### Defined in -[src/types/types.ts:1832](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1832) +[src/types/types.ts:1833](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1833) ___ @@ -47,7 +47,7 @@ the entire transaction response is included). #### Defined in -[src/types/types.ts:1845](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1845) +[src/types/types.ts:1846](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1846) ___ @@ -60,7 +60,7 @@ Defaults to false. #### Defined in -[src/types/types.ts:1838](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1838) +[src/types/types.ts:1839](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1839) ___ @@ -70,4 +70,4 @@ ___ #### Defined in -[src/types/types.ts:1826](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1826) +[src/types/types.ts:1827](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1827) diff --git a/docs-md/interfaces/AlchemyPendingTransactionsEventFilter.md b/docs-md/interfaces/AlchemyPendingTransactionsEventFilter.md index 91aa86d8..ca116cbe 100644 --- a/docs-md/interfaces/AlchemyPendingTransactionsEventFilter.md +++ b/docs-md/interfaces/AlchemyPendingTransactionsEventFilter.md @@ -37,7 +37,7 @@ present, then this filter will return transactions sent from the #### Defined in -[src/types/types.ts:1788](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1788) +[src/types/types.ts:1789](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1789) ___ @@ -54,7 +54,7 @@ response as subscribing to `newPendingTransactions`. #### Defined in -[src/types/types.ts:1808](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1808) +[src/types/types.ts:1809](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1809) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[src/types/types.ts:1778](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1778) +[src/types/types.ts:1779](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1779) ___ @@ -81,4 +81,4 @@ present, then this filter will return transactions sent from the #### Defined in -[src/types/types.ts:1798](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1798) +[src/types/types.ts:1799](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1799) diff --git a/docs-md/interfaces/AlchemySettings.md b/docs-md/interfaces/AlchemySettings.md index d6300a7f..bc1f4b87 100644 --- a/docs-md/interfaces/AlchemySettings.md +++ b/docs-md/interfaces/AlchemySettings.md @@ -28,7 +28,7 @@ Defaults to: "demo" (a rate-limited public API key) #### Defined in -[src/types/types.ts:25](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L25) +[src/types/types.ts:25](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L25) ___ @@ -41,7 +41,7 @@ in the Alchemy Dashboard on the Notify tab. #### Defined in -[src/types/types.ts:51](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L51) +[src/types/types.ts:51](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L51) ___ @@ -56,7 +56,7 @@ This implementation is based on the `JsonRpcBatchProvider` in ethers. #### Defined in -[src/types/types.ts:65](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L65) +[src/types/types.ts:65](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L65) ___ @@ -68,7 +68,7 @@ The maximum number of retries to attempt if a request fails. Defaults to 5. #### Defined in -[src/types/types.ts:36](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L36) +[src/types/types.ts:36](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L36) ___ @@ -83,7 +83,7 @@ Defaults to: Network.ETH_MAINNET #### Defined in -[src/types/types.ts:33](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L33) +[src/types/types.ts:33](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L33) ___ @@ -96,7 +96,7 @@ Default to 0 (No timeout). #### Defined in -[src/types/types.ts:57](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L57) +[src/types/types.ts:57](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L57) ___ @@ -112,4 +112,4 @@ that not all methods will work with custom URLs. #### Defined in -[src/types/types.ts:45](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L45) +[src/types/types.ts:45](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L45) diff --git a/docs-md/interfaces/AssetTransfersMetadata.md b/docs-md/interfaces/AssetTransfersMetadata.md index 0e34a90f..b69ca4bd 100644 --- a/docs-md/interfaces/AssetTransfersMetadata.md +++ b/docs-md/interfaces/AssetTransfersMetadata.md @@ -21,4 +21,4 @@ Timestamp of the block from which the transaction event originated. #### Defined in -[src/types/types.ts:504](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L504) +[src/types/types.ts:505](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L505) diff --git a/docs-md/interfaces/AssetTransfersParams.md b/docs-md/interfaces/AssetTransfersParams.md index 24909e46..886a4f09 100644 --- a/docs-md/interfaces/AssetTransfersParams.md +++ b/docs-md/interfaces/AssetTransfersParams.md @@ -36,7 +36,7 @@ REQUIRED field. An array of categories to get transfers for. #### Defined in -[src/types/types.ts:320](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L320) +[src/types/types.ts:321](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L321) ___ @@ -49,7 +49,7 @@ List of contract addresses to filter for - only applies to "erc20", #### Defined in -[src/types/types.ts:311](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L311) +[src/types/types.ts:312](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L312) ___ @@ -62,7 +62,7 @@ different than null value. Defaults to `true` if omitted. #### Defined in -[src/types/types.ts:317](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L317) +[src/types/types.ts:318](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L318) ___ @@ -75,7 +75,7 @@ for all addresses if omitted. #### Defined in -[src/types/types.ts:299](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L299) +[src/types/types.ts:300](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L300) ___ @@ -88,7 +88,7 @@ defaults to `0x0` if omitted. #### Defined in -[src/types/types.ts:281](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L281) +[src/types/types.ts:282](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L282) ___ @@ -100,7 +100,7 @@ The maximum number of results to return per page. Defaults to 1000 if omitted. #### Defined in -[src/types/types.ts:323](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L323) +[src/types/types.ts:324](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L324) ___ @@ -113,7 +113,7 @@ Defaults to ascending if omitted. #### Defined in -[src/types/types.ts:293](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L293) +[src/types/types.ts:294](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L294) ___ @@ -126,7 +126,7 @@ Optional page key from an existing [OwnedBaseNftsResponse](OwnedBaseNftsResponse #### Defined in -[src/types/types.ts:329](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L329) +[src/types/types.ts:330](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L330) ___ @@ -139,7 +139,7 @@ for all address if omitted. #### Defined in -[src/types/types.ts:305](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L305) +[src/types/types.ts:306](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L306) ___ @@ -152,7 +152,7 @@ defaults to the latest block if omitted. #### Defined in -[src/types/types.ts:287](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L287) +[src/types/types.ts:288](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L288) ___ @@ -165,4 +165,4 @@ to `false` if omitted. #### Defined in -[src/types/types.ts:335](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L335) +[src/types/types.ts:336](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L336) diff --git a/docs-md/interfaces/AssetTransfersResponse.md b/docs-md/interfaces/AssetTransfersResponse.md index 16b168a9..a8a9ce4f 100644 --- a/docs-md/interfaces/AssetTransfersResponse.md +++ b/docs-md/interfaces/AssetTransfersResponse.md @@ -21,7 +21,7 @@ Page key for the next page of results, if one exists. #### Defined in -[src/types/types.ts:416](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L416) +[src/types/types.ts:417](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L417) ___ @@ -31,4 +31,4 @@ ___ #### Defined in -[src/types/types.ts:414](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L414) +[src/types/types.ts:415](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L415) diff --git a/docs-md/interfaces/AssetTransfersResult.md b/docs-md/interfaces/AssetTransfersResult.md index 6cc68d84..4645320b 100644 --- a/docs-md/interfaces/AssetTransfersResult.md +++ b/docs-md/interfaces/AssetTransfersResult.md @@ -38,7 +38,7 @@ information was not available. #### Defined in -[src/types/types.ts:476](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L476) +[src/types/types.ts:477](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L477) ___ @@ -50,7 +50,7 @@ The block number where the transfer occurred. #### Defined in -[src/types/types.ts:443](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L443) +[src/types/types.ts:444](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L444) ___ @@ -62,7 +62,7 @@ The category of the transfer. #### Defined in -[src/types/types.ts:440](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L440) +[src/types/types.ts:441](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L441) ___ @@ -75,7 +75,7 @@ token. `null` if not an ERC1155 transfer. #### Defined in -[src/types/types.ts:467](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L467) +[src/types/types.ts:468](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L468) ___ @@ -88,7 +88,7 @@ ERC721 transfer. #### Defined in -[src/types/types.ts:461](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L461) +[src/types/types.ts:462](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L462) ___ @@ -100,7 +100,7 @@ The from address of the transfer. #### Defined in -[src/types/types.ts:446](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L446) +[src/types/types.ts:447](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L447) ___ @@ -112,7 +112,7 @@ The transaction hash of the transfer transaction. #### Defined in -[src/types/types.ts:479](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L479) +[src/types/types.ts:480](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L480) ___ @@ -124,7 +124,7 @@ Information about the raw contract of the asset transferred. #### Defined in -[src/types/types.ts:482](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L482) +[src/types/types.ts:483](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L483) ___ @@ -136,7 +136,7 @@ The to address of the transfer. #### Defined in -[src/types/types.ts:449](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L449) +[src/types/types.ts:450](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L450) ___ @@ -148,7 +148,7 @@ The token id of the token transferred. #### Defined in -[src/types/types.ts:470](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L470) +[src/types/types.ts:471](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L471) ___ @@ -160,7 +160,7 @@ The unique ID of the transfer. #### Defined in -[src/types/types.ts:437](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L437) +[src/types/types.ts:438](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L438) ___ @@ -173,4 +173,4 @@ decimal). `null` if ERC721 transfer or contract decimal not available. #### Defined in -[src/types/types.ts:455](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L455) +[src/types/types.ts:456](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L456) diff --git a/docs-md/interfaces/AssetTransfersWithMetadataParams.md b/docs-md/interfaces/AssetTransfersWithMetadataParams.md index 10fec2bf..46226bfa 100644 --- a/docs-md/interfaces/AssetTransfersWithMetadataParams.md +++ b/docs-md/interfaces/AssetTransfersWithMetadataParams.md @@ -41,7 +41,7 @@ REQUIRED field. An array of categories to get transfers for. #### Defined in -[src/types/types.ts:320](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L320) +[src/types/types.ts:321](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L321) ___ @@ -58,7 +58,7 @@ List of contract addresses to filter for - only applies to "erc20", #### Defined in -[src/types/types.ts:311](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L311) +[src/types/types.ts:312](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L312) ___ @@ -75,7 +75,7 @@ different than null value. Defaults to `true` if omitted. #### Defined in -[src/types/types.ts:317](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L317) +[src/types/types.ts:318](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L318) ___ @@ -92,7 +92,7 @@ for all addresses if omitted. #### Defined in -[src/types/types.ts:299](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L299) +[src/types/types.ts:300](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L300) ___ @@ -109,7 +109,7 @@ defaults to `0x0` if omitted. #### Defined in -[src/types/types.ts:281](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L281) +[src/types/types.ts:282](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L282) ___ @@ -125,7 +125,7 @@ The maximum number of results to return per page. Defaults to 1000 if omitted. #### Defined in -[src/types/types.ts:323](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L323) +[src/types/types.ts:324](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L324) ___ @@ -142,7 +142,7 @@ Defaults to ascending if omitted. #### Defined in -[src/types/types.ts:293](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L293) +[src/types/types.ts:294](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L294) ___ @@ -159,7 +159,7 @@ Optional page key from an existing [OwnedBaseNftsResponse](OwnedBaseNftsResponse #### Defined in -[src/types/types.ts:329](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L329) +[src/types/types.ts:330](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L330) ___ @@ -176,7 +176,7 @@ for all address if omitted. #### Defined in -[src/types/types.ts:305](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L305) +[src/types/types.ts:306](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L306) ___ @@ -193,7 +193,7 @@ defaults to the latest block if omitted. #### Defined in -[src/types/types.ts:287](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L287) +[src/types/types.ts:288](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L288) ___ @@ -210,4 +210,4 @@ to `false` if omitted. #### Defined in -[src/types/types.ts:345](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L345) +[src/types/types.ts:346](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L346) diff --git a/docs-md/interfaces/AssetTransfersWithMetadataResponse.md b/docs-md/interfaces/AssetTransfersWithMetadataResponse.md index 7887601a..9d65fa6d 100644 --- a/docs-md/interfaces/AssetTransfersWithMetadataResponse.md +++ b/docs-md/interfaces/AssetTransfersWithMetadataResponse.md @@ -20,7 +20,7 @@ the [AssetTransfersWithMetadataParams](AssetTransfersWithMetadataParams.md) are #### Defined in -[src/types/types.ts:427](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L427) +[src/types/types.ts:428](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L428) ___ @@ -30,4 +30,4 @@ ___ #### Defined in -[src/types/types.ts:426](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L426) +[src/types/types.ts:427](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L427) diff --git a/docs-md/interfaces/AssetTransfersWithMetadataResult.md b/docs-md/interfaces/AssetTransfersWithMetadataResult.md index d94d8eb8..f8bb5961 100644 --- a/docs-md/interfaces/AssetTransfersWithMetadataResult.md +++ b/docs-md/interfaces/AssetTransfersWithMetadataResult.md @@ -44,7 +44,7 @@ information was not available. #### Defined in -[src/types/types.ts:476](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L476) +[src/types/types.ts:477](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L477) ___ @@ -60,7 +60,7 @@ The block number where the transfer occurred. #### Defined in -[src/types/types.ts:443](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L443) +[src/types/types.ts:444](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L444) ___ @@ -76,7 +76,7 @@ The category of the transfer. #### Defined in -[src/types/types.ts:440](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L440) +[src/types/types.ts:441](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L441) ___ @@ -93,7 +93,7 @@ token. `null` if not an ERC1155 transfer. #### Defined in -[src/types/types.ts:467](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L467) +[src/types/types.ts:468](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L468) ___ @@ -110,7 +110,7 @@ ERC721 transfer. #### Defined in -[src/types/types.ts:461](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L461) +[src/types/types.ts:462](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L462) ___ @@ -126,7 +126,7 @@ The from address of the transfer. #### Defined in -[src/types/types.ts:446](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L446) +[src/types/types.ts:447](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L447) ___ @@ -142,7 +142,7 @@ The transaction hash of the transfer transaction. #### Defined in -[src/types/types.ts:479](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L479) +[src/types/types.ts:480](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L480) ___ @@ -154,7 +154,7 @@ Additional metadata about the transfer event. #### Defined in -[src/types/types.ts:493](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L493) +[src/types/types.ts:494](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L494) ___ @@ -170,7 +170,7 @@ Information about the raw contract of the asset transferred. #### Defined in -[src/types/types.ts:482](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L482) +[src/types/types.ts:483](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L483) ___ @@ -186,7 +186,7 @@ The to address of the transfer. #### Defined in -[src/types/types.ts:449](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L449) +[src/types/types.ts:450](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L450) ___ @@ -202,7 +202,7 @@ The token id of the token transferred. #### Defined in -[src/types/types.ts:470](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L470) +[src/types/types.ts:471](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L471) ___ @@ -218,7 +218,7 @@ The unique ID of the transfer. #### Defined in -[src/types/types.ts:437](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L437) +[src/types/types.ts:438](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L438) ___ @@ -235,4 +235,4 @@ decimal). `null` if ERC721 transfer or contract decimal not available. #### Defined in -[src/types/types.ts:455](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L455) +[src/types/types.ts:456](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L456) diff --git a/docs-md/interfaces/BaseNft.md b/docs-md/interfaces/BaseNft.md index 63c7c2b5..94543231 100644 --- a/docs-md/interfaces/BaseNft.md +++ b/docs-md/interfaces/BaseNft.md @@ -32,7 +32,7 @@ metadata, token URI information, and media. #### Defined in -[src/api/nft.ts:64](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L64) +[src/api/nft.ts:64](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L64) ___ @@ -44,7 +44,7 @@ The NFT token ID as an integer string. #### Defined in -[src/api/nft.ts:66](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L66) +[src/api/nft.ts:66](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L66) ___ @@ -56,4 +56,4 @@ The type of ERC token, if known. #### Defined in -[src/api/nft.ts:68](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L68) +[src/api/nft.ts:68](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L68) diff --git a/docs-md/interfaces/BaseNftContract.md b/docs-md/interfaces/BaseNftContract.md index a5f54426..5a2f1060 100644 --- a/docs-md/interfaces/BaseNftContract.md +++ b/docs-md/interfaces/BaseNftContract.md @@ -30,4 +30,4 @@ The address of the contract. #### Defined in -[src/api/nft.ts:22](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L22) +[src/api/nft.ts:22](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L22) diff --git a/docs-md/interfaces/ContractForOwner.md b/docs-md/interfaces/ContractForOwner.md index b7eb4a5e..e59f5eb9 100644 --- a/docs-md/interfaces/ContractForOwner.md +++ b/docs-md/interfaces/ContractForOwner.md @@ -43,7 +43,7 @@ The address of the contract. #### Defined in -[src/api/nft.ts:22](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L22) +[src/api/nft.ts:22](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L22) ___ @@ -59,7 +59,7 @@ The address that deployed the NFT contract. #### Defined in -[src/api/nft.ts:49](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L49) +[src/api/nft.ts:49](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L49) ___ @@ -75,7 +75,7 @@ The block number the NFT contract deployed in. #### Defined in -[src/api/nft.ts:51](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L51) +[src/api/nft.ts:51](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L51) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/types/types.ts:1069](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1069) +[src/types/types.ts:1070](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1070) ___ @@ -97,7 +97,7 @@ Alternative NFT metadata for this contract to be parsed manually. #### Defined in -[src/types/types.ts:1075](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1075) +[src/types/types.ts:1076](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1076) ___ @@ -113,7 +113,7 @@ The name of the contract. #### Defined in -[src/api/nft.ts:38](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L38) +[src/api/nft.ts:38](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L38) ___ @@ -127,7 +127,7 @@ holds some fungible ERC1155 tokens. #### Defined in -[src/types/types.ts:1067](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1067) +[src/types/types.ts:1068](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1068) ___ @@ -143,7 +143,7 @@ OpenSea's metadata for the contract. #### Defined in -[src/api/nft.ts:47](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L47) +[src/api/nft.ts:47](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L47) ___ @@ -159,7 +159,7 @@ The symbol of the contract. #### Defined in -[src/api/nft.ts:40](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L40) +[src/api/nft.ts:40](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L40) ___ @@ -171,7 +171,7 @@ The title of the token held by the owner. #### Defined in -[src/types/types.ts:1060](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1060) +[src/types/types.ts:1061](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1061) ___ @@ -183,7 +183,7 @@ One of the tokens from this contract held by the owner. #### Defined in -[src/types/types.ts:1072](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1072) +[src/types/types.ts:1073](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1073) ___ @@ -199,7 +199,7 @@ The type of the token in the contract. #### Defined in -[src/api/nft.ts:36](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L36) +[src/api/nft.ts:36](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L36) ___ @@ -213,7 +213,7 @@ it may be higher if the user holds some fungible ERC1155 tokens. #### Defined in -[src/types/types.ts:1057](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1057) +[src/types/types.ts:1058](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1058) ___ @@ -230,4 +230,4 @@ available on ERC-721 contracts. #### Defined in -[src/api/nft.ts:45](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L45) +[src/api/nft.ts:45](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L45) diff --git a/docs-md/interfaces/CustomGraphqlWebhook.md b/docs-md/interfaces/CustomGraphqlWebhook.md index df324c19..c2f5a23a 100644 --- a/docs-md/interfaces/CustomGraphqlWebhook.md +++ b/docs-md/interfaces/CustomGraphqlWebhook.md @@ -42,7 +42,7 @@ The app id of the app used for the webhook. This field is only present on #### Defined in -[src/types/types.ts:2188](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2188) +[src/types/types.ts:2189](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2189) ___ @@ -58,7 +58,7 @@ The webhook's unique id. #### Defined in -[src/types/types.ts:2169](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2169) +[src/types/types.ts:2170](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2170) ___ @@ -74,7 +74,7 @@ Whether the webhook is currently active #### Defined in -[src/types/types.ts:2177](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2177) +[src/types/types.ts:2178](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2178) ___ @@ -90,7 +90,7 @@ The network the webhook is on. #### Defined in -[src/types/types.ts:2171](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2171) +[src/types/types.ts:2172](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2172) ___ @@ -106,7 +106,7 @@ The signing key used to verify payloads for the webhook. #### Defined in -[src/types/types.ts:2181](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2181) +[src/types/types.ts:2182](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2182) ___ @@ -122,7 +122,7 @@ The creation time of the webhook as an ISO string. #### Defined in -[src/types/types.ts:2179](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2179) +[src/types/types.ts:2180](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2180) ___ @@ -138,7 +138,7 @@ The type of webhook. #### Defined in -[src/types/types.ts:2259](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2259) +[src/types/types.ts:2260](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2260) ___ @@ -154,7 +154,7 @@ The url that the webhook sends its payload to. #### Defined in -[src/types/types.ts:2175](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2175) +[src/types/types.ts:2176](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2176) ___ @@ -170,4 +170,4 @@ The webhook version. All newly created webhooks default to V2. #### Defined in -[src/types/types.ts:2183](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2183) +[src/types/types.ts:2184](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2184) diff --git a/docs-md/interfaces/CustomGraphqlWebhookConfig.md b/docs-md/interfaces/CustomGraphqlWebhookConfig.md index b730e876..0bd3075b 100644 --- a/docs-md/interfaces/CustomGraphqlWebhookConfig.md +++ b/docs-md/interfaces/CustomGraphqlWebhookConfig.md @@ -20,4 +20,4 @@ The graphql query for the webhook. #### Defined in -[src/types/types.ts:2292](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2292) +[src/types/types.ts:2293](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2293) diff --git a/docs-md/interfaces/CustomGraphqlWebhookParams.md b/docs-md/interfaces/CustomGraphqlWebhookParams.md index 260224a2..9fc1771f 100644 --- a/docs-md/interfaces/CustomGraphqlWebhookParams.md +++ b/docs-md/interfaces/CustomGraphqlWebhookParams.md @@ -22,7 +22,7 @@ GraphQL query #### Defined in -[src/types/types.ts:2331](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2331) +[src/types/types.ts:2332](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2332) ___ @@ -35,4 +35,4 @@ created on network of the app provided in the api key config. #### Defined in -[src/types/types.ts:2336](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2336) +[src/types/types.ts:2337](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2337) diff --git a/docs-md/interfaces/DebugCallTrace.md b/docs-md/interfaces/DebugCallTrace.md index 7df2cf34..8f23bd55 100644 --- a/docs-md/interfaces/DebugCallTrace.md +++ b/docs-md/interfaces/DebugCallTrace.md @@ -30,7 +30,7 @@ Array of sub-calls executed as part of the original call. #### Defined in -[src/types/types.ts:2591](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2591) +[src/types/types.ts:2592](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2592) ___ @@ -42,7 +42,7 @@ Optional error field. #### Defined in -[src/types/types.ts:2587](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2587) +[src/types/types.ts:2588](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2588) ___ @@ -54,7 +54,7 @@ From address of the transaction. #### Defined in -[src/types/types.ts:2573](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2573) +[src/types/types.ts:2574](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2574) ___ @@ -66,7 +66,7 @@ Gas provided for call as a hex string. #### Defined in -[src/types/types.ts:2579](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2579) +[src/types/types.ts:2580](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2580) ___ @@ -78,7 +78,7 @@ Gas used during the call as a hex string. #### Defined in -[src/types/types.ts:2581](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2581) +[src/types/types.ts:2582](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2582) ___ @@ -90,7 +90,7 @@ Call data. #### Defined in -[src/types/types.ts:2583](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2583) +[src/types/types.ts:2584](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2584) ___ @@ -102,7 +102,7 @@ Return data. #### Defined in -[src/types/types.ts:2585](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2585) +[src/types/types.ts:2586](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2586) ___ @@ -114,7 +114,7 @@ Solidity revert reason, if the call reverted. #### Defined in -[src/types/types.ts:2589](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2589) +[src/types/types.ts:2590](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2590) ___ @@ -126,7 +126,7 @@ To address of the transaction. #### Defined in -[src/types/types.ts:2575](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2575) +[src/types/types.ts:2576](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2576) ___ @@ -138,7 +138,7 @@ The type of call: `CALL` or `CREATE` for the top-level call. #### Defined in -[src/types/types.ts:2571](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2571) +[src/types/types.ts:2572](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2572) ___ @@ -150,4 +150,4 @@ Amount of value transfer as a hex string. #### Defined in -[src/types/types.ts:2577](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2577) +[src/types/types.ts:2578](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2578) diff --git a/docs-md/interfaces/DebugCallTracer.md b/docs-md/interfaces/DebugCallTracer.md index 1468539a..aa796e8c 100644 --- a/docs-md/interfaces/DebugCallTracer.md +++ b/docs-md/interfaces/DebugCallTracer.md @@ -32,7 +32,7 @@ Defaults to `false`. #### Defined in -[src/types/types.ts:2543](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2543) +[src/types/types.ts:2544](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2544) ___ @@ -44,4 +44,4 @@ Specified type is `CALL_TRACER`. #### Defined in -[src/types/types.ts:2538](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2538) +[src/types/types.ts:2539](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2539) diff --git a/docs-md/interfaces/DebugPrestate.md b/docs-md/interfaces/DebugPrestate.md index e6e3fc54..86eb636d 100644 --- a/docs-md/interfaces/DebugPrestate.md +++ b/docs-md/interfaces/DebugPrestate.md @@ -23,7 +23,7 @@ Balance of the account in wei as a hex string. #### Defined in -[src/types/types.ts:2634](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2634) +[src/types/types.ts:2635](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2635) ___ @@ -35,7 +35,7 @@ Hex-encoded bytecode. #### Defined in -[src/types/types.ts:2638](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2638) +[src/types/types.ts:2639](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2639) ___ @@ -47,7 +47,7 @@ Nonce #### Defined in -[src/types/types.ts:2636](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2636) +[src/types/types.ts:2637](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2637) ___ @@ -59,4 +59,4 @@ Storage slots of the contract. #### Defined in -[src/types/types.ts:2640](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2640) +[src/types/types.ts:2641](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2641) diff --git a/docs-md/interfaces/DebugPrestateTracer.md b/docs-md/interfaces/DebugPrestateTracer.md index b5a8aec5..9d4bafd4 100644 --- a/docs-md/interfaces/DebugPrestateTracer.md +++ b/docs-md/interfaces/DebugPrestateTracer.md @@ -29,7 +29,7 @@ Defaults to `false`. #### Defined in -[src/types/types.ts:2563](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2563) +[src/types/types.ts:2564](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2564) ___ @@ -41,4 +41,4 @@ Specified type is `PRESTATE_TRACER`. #### Defined in -[src/types/types.ts:2558](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2558) +[src/types/types.ts:2559](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2559) diff --git a/docs-md/interfaces/DebugTransaction.md b/docs-md/interfaces/DebugTransaction.md index 2375f523..594b4ee7 100644 --- a/docs-md/interfaces/DebugTransaction.md +++ b/docs-md/interfaces/DebugTransaction.md @@ -25,7 +25,7 @@ The data associated with the transaction. #### Defined in -[src/types/types.ts:2471](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2471) +[src/types/types.ts:2472](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2472) ___ @@ -37,7 +37,7 @@ The address the transaction is sent from. #### Defined in -[src/types/types.ts:2463](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2463) +[src/types/types.ts:2464](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2464) ___ @@ -49,7 +49,7 @@ The gas provided for the transaction execution, as a hex string. #### Defined in -[src/types/types.ts:2465](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2465) +[src/types/types.ts:2466](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2466) ___ @@ -61,7 +61,7 @@ The gas price to use as a hex string. #### Defined in -[src/types/types.ts:2467](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2467) +[src/types/types.ts:2468](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2468) ___ @@ -73,7 +73,7 @@ The address the transaction is directed to. #### Defined in -[src/types/types.ts:2461](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2461) +[src/types/types.ts:2462](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2462) ___ @@ -85,4 +85,4 @@ The value associated with the transaction as a hex string. #### Defined in -[src/types/types.ts:2469](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2469) +[src/types/types.ts:2470](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2470) diff --git a/docs-md/interfaces/DecodedCallParam.md b/docs-md/interfaces/DecodedCallParam.md index e24521cd..c9effdb6 100644 --- a/docs-md/interfaces/DecodedCallParam.md +++ b/docs-md/interfaces/DecodedCallParam.md @@ -28,7 +28,7 @@ The name of the parameter. #### Defined in -[src/types/types.ts:2030](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2030) +[src/types/types.ts:2031](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2031) ___ @@ -40,7 +40,7 @@ The type of the parameter. #### Defined in -[src/types/types.ts:2032](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2032) +[src/types/types.ts:2033](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2033) ___ @@ -52,4 +52,4 @@ Value of the parameter. #### Defined in -[src/types/types.ts:2028](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2028) +[src/types/types.ts:2029](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2029) diff --git a/docs-md/interfaces/DecodedDebugCallTrace.md b/docs-md/interfaces/DecodedDebugCallTrace.md index 16f86027..c8d4edf8 100644 --- a/docs-md/interfaces/DecodedDebugCallTrace.md +++ b/docs-md/interfaces/DecodedDebugCallTrace.md @@ -24,7 +24,7 @@ The source used to provide the decoded call trace. #### Defined in -[src/types/types.ts:2053](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2053) +[src/types/types.ts:2054](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2054) ___ @@ -36,7 +36,7 @@ Method inputs. #### Defined in -[src/types/types.ts:2049](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2049) +[src/types/types.ts:2050](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2050) ___ @@ -48,7 +48,7 @@ The smart contract method called. #### Defined in -[src/types/types.ts:2047](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2047) +[src/types/types.ts:2048](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2048) ___ @@ -60,4 +60,4 @@ Method outputs. #### Defined in -[src/types/types.ts:2051](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2051) +[src/types/types.ts:2052](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2052) diff --git a/docs-md/interfaces/DecodedLog.md b/docs-md/interfaces/DecodedLog.md index 3ee71a79..fde78998 100644 --- a/docs-md/interfaces/DecodedLog.md +++ b/docs-md/interfaces/DecodedLog.md @@ -23,7 +23,7 @@ The source used to provide the decoded log. #### Defined in -[src/types/types.ts:2086](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2086) +[src/types/types.ts:2087](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2087) ___ @@ -35,7 +35,7 @@ The decoded name of the log event. #### Defined in -[src/types/types.ts:2082](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2082) +[src/types/types.ts:2083](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2083) ___ @@ -47,4 +47,4 @@ The decoded inputs to the log. #### Defined in -[src/types/types.ts:2084](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2084) +[src/types/types.ts:2085](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2085) diff --git a/docs-md/interfaces/DecodedLogInput.md b/docs-md/interfaces/DecodedLogInput.md index 4eda62e9..23c121f1 100644 --- a/docs-md/interfaces/DecodedLogInput.md +++ b/docs-md/interfaces/DecodedLogInput.md @@ -29,7 +29,7 @@ Whether the log is marked as indexed in the smart contract. #### Defined in -[src/types/types.ts:2038](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2038) +[src/types/types.ts:2039](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2039) ___ @@ -45,7 +45,7 @@ The name of the parameter. #### Defined in -[src/types/types.ts:2030](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2030) +[src/types/types.ts:2031](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2031) ___ @@ -61,7 +61,7 @@ The type of the parameter. #### Defined in -[src/types/types.ts:2032](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2032) +[src/types/types.ts:2033](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2033) ___ @@ -77,4 +77,4 @@ Value of the parameter. #### Defined in -[src/types/types.ts:2028](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2028) +[src/types/types.ts:2029](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2029) diff --git a/docs-md/interfaces/DeployResult.md b/docs-md/interfaces/DeployResult.md index 24567275..c6e5c9da 100644 --- a/docs-md/interfaces/DeployResult.md +++ b/docs-md/interfaces/DeployResult.md @@ -21,7 +21,7 @@ The block number the contract was deployed in. #### Defined in -[src/types/types.ts:1749](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1749) +[src/types/types.ts:1750](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1750) ___ @@ -33,4 +33,4 @@ The address of the contract deployer, if it is available. #### Defined in -[src/types/types.ts:1746](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1746) +[src/types/types.ts:1747](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1747) diff --git a/docs-md/interfaces/DroppedTransactionWebhook.md b/docs-md/interfaces/DroppedTransactionWebhook.md index 0e6d5f46..f999d138 100644 --- a/docs-md/interfaces/DroppedTransactionWebhook.md +++ b/docs-md/interfaces/DroppedTransactionWebhook.md @@ -41,7 +41,7 @@ The app id of the app used for the webhook. This field is only present on #### Defined in -[src/types/types.ts:2188](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2188) +[src/types/types.ts:2189](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2189) ___ @@ -57,7 +57,7 @@ The webhook's unique id. #### Defined in -[src/types/types.ts:2169](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2169) +[src/types/types.ts:2170](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2170) ___ @@ -73,7 +73,7 @@ Whether the webhook is currently active #### Defined in -[src/types/types.ts:2177](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2177) +[src/types/types.ts:2178](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2178) ___ @@ -89,7 +89,7 @@ The network the webhook is on. #### Defined in -[src/types/types.ts:2171](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2171) +[src/types/types.ts:2172](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2172) ___ @@ -105,7 +105,7 @@ The signing key used to verify payloads for the webhook. #### Defined in -[src/types/types.ts:2181](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2181) +[src/types/types.ts:2182](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2182) ___ @@ -121,7 +121,7 @@ The creation time of the webhook as an ISO string. #### Defined in -[src/types/types.ts:2179](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2179) +[src/types/types.ts:2180](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2180) ___ @@ -137,7 +137,7 @@ The type of webhook. #### Defined in -[src/types/types.ts:2222](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2222) +[src/types/types.ts:2223](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2223) ___ @@ -153,7 +153,7 @@ The url that the webhook sends its payload to. #### Defined in -[src/types/types.ts:2175](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2175) +[src/types/types.ts:2176](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2176) ___ @@ -169,4 +169,4 @@ The webhook version. All newly created webhooks default to V2. #### Defined in -[src/types/types.ts:2183](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2183) +[src/types/types.ts:2184](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2184) diff --git a/docs-md/interfaces/ERC1155Metadata.md b/docs-md/interfaces/ERC1155Metadata.md index 5fe74e82..9b2858e3 100644 --- a/docs-md/interfaces/ERC1155Metadata.md +++ b/docs-md/interfaces/ERC1155Metadata.md @@ -20,7 +20,7 @@ transferred is an ERC1155. #### Defined in -[src/types/types.ts:1508](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1508) +[src/types/types.ts:1509](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1509) ___ @@ -30,4 +30,4 @@ ___ #### Defined in -[src/types/types.ts:1509](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1509) +[src/types/types.ts:1510](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1510) diff --git a/docs-md/interfaces/EventFilter.md b/docs-md/interfaces/EventFilter.md index b8d4bc13..7e65a2ed 100644 --- a/docs-md/interfaces/EventFilter.md +++ b/docs-md/interfaces/EventFilter.md @@ -29,7 +29,7 @@ The address to filter by. If omitted, filters for all addresses. #### Defined in -[src/types/types.ts:2619](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2619) +[src/types/types.ts:2620](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2620) ___ @@ -41,4 +41,4 @@ The topics to filter by, or null to match any topics. #### Defined in -[src/types/types.ts:2621](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2621) +[src/types/types.ts:2622](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2622) diff --git a/docs-md/interfaces/Filter.md b/docs-md/interfaces/Filter.md index 4db4ef13..1aa9a488 100644 --- a/docs-md/interfaces/Filter.md +++ b/docs-md/interfaces/Filter.md @@ -34,7 +34,7 @@ The address to filter by. If omitted, filters for all addresses. #### Defined in -[src/types/types.ts:2619](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2619) +[src/types/types.ts:2620](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2620) ___ @@ -46,7 +46,7 @@ The starting block (inclusive) to search for logs matching the filter. #### Defined in -[src/types/types.ts:2609](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2609) +[src/types/types.ts:2610](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2610) ___ @@ -58,7 +58,7 @@ The end block (inclusive) to search for logs matching the filter. #### Defined in -[src/types/types.ts:2611](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2611) +[src/types/types.ts:2612](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2612) ___ @@ -74,4 +74,4 @@ The topics to filter by, or null to match any topics. #### Defined in -[src/types/types.ts:2621](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2621) +[src/types/types.ts:2622](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2622) diff --git a/docs-md/interfaces/FilterByBlockHash.md b/docs-md/interfaces/FilterByBlockHash.md index d2b77ecb..9a6ec42d 100644 --- a/docs-md/interfaces/FilterByBlockHash.md +++ b/docs-md/interfaces/FilterByBlockHash.md @@ -33,7 +33,7 @@ The address to filter by. If omitted, filters for all addresses. #### Defined in -[src/types/types.ts:2619](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2619) +[src/types/types.ts:2620](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2620) ___ @@ -45,7 +45,7 @@ The specific block hash to search for logs matching the filter. #### Defined in -[src/types/types.ts:2600](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2600) +[src/types/types.ts:2601](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2601) ___ @@ -61,4 +61,4 @@ The topics to filter by, or null to match any topics. #### Defined in -[src/types/types.ts:2621](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2621) +[src/types/types.ts:2622](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2622) diff --git a/docs-md/interfaces/FloorPriceError.md b/docs-md/interfaces/FloorPriceError.md index 8467d552..2133cd91 100644 --- a/docs-md/interfaces/FloorPriceError.md +++ b/docs-md/interfaces/FloorPriceError.md @@ -21,4 +21,4 @@ Error fetching floor prices from the given marketplace #### Defined in -[src/types/types.ts:981](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L981) +[src/types/types.ts:982](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L982) diff --git a/docs-md/interfaces/FloorPriceMarketplace.md b/docs-md/interfaces/FloorPriceMarketplace.md index a8fe49f9..0d834276 100644 --- a/docs-md/interfaces/FloorPriceMarketplace.md +++ b/docs-md/interfaces/FloorPriceMarketplace.md @@ -24,7 +24,7 @@ The link to the collection on the given marketplace #### Defined in -[src/types/types.ts:968](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L968) +[src/types/types.ts:969](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L969) ___ @@ -36,7 +36,7 @@ The floor price of the collection on the given marketplace #### Defined in -[src/types/types.ts:964](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L964) +[src/types/types.ts:965](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L965) ___ @@ -48,7 +48,7 @@ The currency in which the floor price is denominated #### Defined in -[src/types/types.ts:966](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L966) +[src/types/types.ts:967](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L967) ___ @@ -60,4 +60,4 @@ UTC timestamp of when the floor price was retrieved from the marketplace #### Defined in -[src/types/types.ts:970](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L970) +[src/types/types.ts:971](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L971) diff --git a/docs-md/interfaces/GetAddressesOptions.md b/docs-md/interfaces/GetAddressesOptions.md index 586a493f..c45a400f 100644 --- a/docs-md/interfaces/GetAddressesOptions.md +++ b/docs-md/interfaces/GetAddressesOptions.md @@ -21,7 +21,7 @@ Number of addresses to fetch. #### Defined in -[src/types/types.ts:2273](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2273) +[src/types/types.ts:2274](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2274) ___ @@ -33,4 +33,4 @@ Page #### Defined in -[src/types/types.ts:2276](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2276) +[src/types/types.ts:2277](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2277) diff --git a/docs-md/interfaces/GetAllWebhooksResponse.md b/docs-md/interfaces/GetAllWebhooksResponse.md index 595994fa..4c540b19 100644 --- a/docs-md/interfaces/GetAllWebhooksResponse.md +++ b/docs-md/interfaces/GetAllWebhooksResponse.md @@ -21,7 +21,7 @@ The total number of webhooks. #### Defined in -[src/types/types.ts:2267](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2267) +[src/types/types.ts:2268](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2268) ___ @@ -33,4 +33,4 @@ All webhooks attached to the provided auth token. #### Defined in -[src/types/types.ts:2265](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2265) +[src/types/types.ts:2266](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2266) diff --git a/docs-md/interfaces/GetBaseNftsForContractOptions.md b/docs-md/interfaces/GetBaseNftsForContractOptions.md index 1eea2c06..424b1141 100644 --- a/docs-md/interfaces/GetBaseNftsForContractOptions.md +++ b/docs-md/interfaces/GetBaseNftsForContractOptions.md @@ -27,7 +27,7 @@ Optional boolean flag to omit NFT metadata. Defaults to `false`. #### Defined in -[src/types/types.ts:1586](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1586) +[src/types/types.ts:1587](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1587) ___ @@ -40,7 +40,7 @@ Optional page key from an existing [NftContractBaseNftsResponse](NftContractBase #### Defined in -[src/types/types.ts:1583](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1583) +[src/types/types.ts:1584](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1584) ___ @@ -53,7 +53,7 @@ Maximum page size is 100. #### Defined in -[src/types/types.ts:1592](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1592) +[src/types/types.ts:1593](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1593) ___ @@ -68,4 +68,4 @@ metadata for cache misses then set this value to 0. #### Defined in -[src/types/types.ts:1600](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1600) +[src/types/types.ts:1601](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1601) diff --git a/docs-md/interfaces/GetBaseNftsForOwnerOptions.md b/docs-md/interfaces/GetBaseNftsForOwnerOptions.md index c7870ce1..ccdb57df 100644 --- a/docs-md/interfaces/GetBaseNftsForOwnerOptions.md +++ b/docs-md/interfaces/GetBaseNftsForOwnerOptions.md @@ -31,7 +31,7 @@ Optional list of contract addresses to filter the results by. Limit is 20. #### Defined in -[src/types/types.ts:686](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L686) +[src/types/types.ts:687](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L687) ___ @@ -44,7 +44,7 @@ of these filters are excluded from the response. #### Defined in -[src/types/types.ts:692](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L692) +[src/types/types.ts:693](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L693) ___ @@ -57,7 +57,7 @@ of these filters are included in the response. #### Defined in -[src/types/types.ts:698](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L698) +[src/types/types.ts:699](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L699) ___ @@ -69,7 +69,7 @@ Optional boolean flag to include NFT metadata. Defaults to `false`. #### Defined in -[src/types/types.ts:707](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L707) +[src/types/types.ts:708](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L708) ___ @@ -82,7 +82,7 @@ contract address and token ID in lexicographic order. #### Defined in -[src/types/types.ts:721](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L721) +[src/types/types.ts:722](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L722) ___ @@ -95,7 +95,7 @@ Optional page key from an existing [OwnedBaseNftsResponse](OwnedBaseNftsResponse #### Defined in -[src/types/types.ts:683](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L683) +[src/types/types.ts:684](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L684) ___ @@ -108,7 +108,7 @@ Maximum page size is 100. #### Defined in -[src/types/types.ts:704](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L704) +[src/types/types.ts:705](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L705) ___ @@ -123,4 +123,4 @@ metadata for cache misses then set this value to 0. #### Defined in -[src/types/types.ts:715](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L715) +[src/types/types.ts:716](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L716) diff --git a/docs-md/interfaces/GetContractsForOwnerOptions.md b/docs-md/interfaces/GetContractsForOwnerOptions.md index be730c46..7a735e11 100644 --- a/docs-md/interfaces/GetContractsForOwnerOptions.md +++ b/docs-md/interfaces/GetContractsForOwnerOptions.md @@ -26,7 +26,7 @@ conjunction with [includeFilters](GetContractsForOwnerOptions.md#includefilters) #### Defined in -[src/types/types.ts:1025](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1025) +[src/types/types.ts:1026](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1026) ___ @@ -40,7 +40,7 @@ conjunction with [excludeFilters](GetContractsForOwnerOptions.md#excludefilters) #### Defined in -[src/types/types.ts:1018](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1018) +[src/types/types.ts:1019](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1019) ___ @@ -53,7 +53,7 @@ contract address and token ID in lexicographic order. #### Defined in -[src/types/types.ts:1031](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1031) +[src/types/types.ts:1032](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1032) ___ @@ -65,7 +65,7 @@ Key for pagination to use to fetch results from the next page if available. #### Defined in -[src/types/types.ts:1005](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1005) +[src/types/types.ts:1006](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1006) ___ @@ -78,4 +78,4 @@ is 100. Defaults to 100. #### Defined in -[src/types/types.ts:1011](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1011) +[src/types/types.ts:1012](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1012) diff --git a/docs-md/interfaces/GetContractsForOwnerResponse.md b/docs-md/interfaces/GetContractsForOwnerResponse.md index 20c86bfc..9a445745 100644 --- a/docs-md/interfaces/GetContractsForOwnerResponse.md +++ b/docs-md/interfaces/GetContractsForOwnerResponse.md @@ -22,7 +22,7 @@ The list of contracts, that match the query, held by the given address. #### Defined in -[src/types/types.ts:1041](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1041) +[src/types/types.ts:1042](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1042) ___ @@ -34,7 +34,7 @@ Key for pagination to use to fetch results from the next page if available. #### Defined in -[src/types/types.ts:1044](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1044) +[src/types/types.ts:1045](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1045) ___ @@ -46,4 +46,4 @@ Total number of NFT contracts held by the given address. #### Defined in -[src/types/types.ts:1047](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1047) +[src/types/types.ts:1048](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1048) diff --git a/docs-md/interfaces/GetFloorPriceResponse.md b/docs-md/interfaces/GetFloorPriceResponse.md index 47491128..79118734 100644 --- a/docs-md/interfaces/GetFloorPriceResponse.md +++ b/docs-md/interfaces/GetFloorPriceResponse.md @@ -19,7 +19,7 @@ The response object for the [getFloorPrice](../classes/NftNamespace.md#getfloorp #### Defined in -[src/types/types.ts:995](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L995) +[src/types/types.ts:996](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L996) ___ @@ -32,4 +32,4 @@ marketplaces supported: OpenSea, LooksRare #### Defined in -[src/types/types.ts:994](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L994) +[src/types/types.ts:995](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L995) diff --git a/docs-md/interfaces/GetMintedNftsOptions.md b/docs-md/interfaces/GetMintedNftsOptions.md index af250bdd..9cac2bc0 100644 --- a/docs-md/interfaces/GetMintedNftsOptions.md +++ b/docs-md/interfaces/GetMintedNftsOptions.md @@ -23,7 +23,7 @@ all contract addresses. #### Defined in -[src/types/types.ts:1168](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1168) +[src/types/types.ts:1169](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1169) ___ @@ -36,7 +36,7 @@ pagination. #### Defined in -[src/types/types.ts:1180](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1180) +[src/types/types.ts:1181](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1181) ___ @@ -49,4 +49,4 @@ NFTs. #### Defined in -[src/types/types.ts:1174](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1174) +[src/types/types.ts:1175](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1175) diff --git a/docs-md/interfaces/GetMintedNftsResponse.md b/docs-md/interfaces/GetMintedNftsResponse.md index 1bfc5188..4683a01c 100644 --- a/docs-md/interfaces/GetMintedNftsResponse.md +++ b/docs-md/interfaces/GetMintedNftsResponse.md @@ -21,7 +21,7 @@ An array of the minted NFTs for the provided owner address. #### Defined in -[src/types/types.ts:1188](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1188) +[src/types/types.ts:1189](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1189) ___ @@ -33,4 +33,4 @@ Key for pagination to use to fetch results from the next page if available. #### Defined in -[src/types/types.ts:1191](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1191) +[src/types/types.ts:1192](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1192) diff --git a/docs-md/interfaces/GetNftMetadataOptions.md b/docs-md/interfaces/GetNftMetadataOptions.md index ec5bf4ed..5336051a 100644 --- a/docs-md/interfaces/GetNftMetadataOptions.md +++ b/docs-md/interfaces/GetNftMetadataOptions.md @@ -23,7 +23,7 @@ the response. Defaults to false for faster response times. #### Defined in -[src/types/types.ts:921](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L921) +[src/types/types.ts:922](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L922) ___ @@ -35,7 +35,7 @@ Optional field to specify the type of token to speed up the query. #### Defined in -[src/types/types.ts:908](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L908) +[src/types/types.ts:909](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L909) ___ @@ -50,4 +50,4 @@ metadata for cache misses then set this value to 0. #### Defined in -[src/types/types.ts:915](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L915) +[src/types/types.ts:916](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L916) diff --git a/docs-md/interfaces/GetNftSalesOptions.md b/docs-md/interfaces/GetNftSalesOptions.md index 646831ae..efccca2c 100644 --- a/docs-md/interfaces/GetNftSalesOptions.md +++ b/docs-md/interfaces/GetNftSalesOptions.md @@ -36,7 +36,7 @@ The address of the NFT buyer to filter sales by. #### Defined in -[src/types/types.ts:1215](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1215) +[src/types/types.ts:1216](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1216) ___ @@ -48,7 +48,7 @@ The block number to start fetching NFT sales data from. #### Defined in -[src/types/types.ts:1203](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1203) +[src/types/types.ts:1204](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1204) ___ @@ -60,7 +60,7 @@ The maximum number of NFT sales to return. #### Defined in -[src/types/types.ts:1227](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1227) +[src/types/types.ts:1228](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1228) ___ @@ -72,7 +72,7 @@ The NFT marketplace to filter sales by. #### Defined in -[src/types/types.ts:1212](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1212) +[src/types/types.ts:1213](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1213) ___ @@ -84,7 +84,7 @@ Whether to return the results in ascending or descending order by block number. #### Defined in -[src/types/types.ts:1209](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1209) +[src/types/types.ts:1210](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1210) ___ @@ -96,7 +96,7 @@ Key for pagination to use to fetch results from the next page if available. #### Defined in -[src/types/types.ts:1230](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1230) +[src/types/types.ts:1231](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1231) ___ @@ -108,7 +108,7 @@ The address of the NFT seller to filter sales by. #### Defined in -[src/types/types.ts:1218](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1218) +[src/types/types.ts:1219](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1219) ___ @@ -121,7 +121,7 @@ Defaults to returning both buyer and seller taker trades. #### Defined in -[src/types/types.ts:1224](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1224) +[src/types/types.ts:1225](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1225) ___ @@ -133,4 +133,4 @@ The block number limit to fetch NFT sales data from. #### Defined in -[src/types/types.ts:1206](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1206) +[src/types/types.ts:1207](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1207) diff --git a/docs-md/interfaces/GetNftSalesOptionsByContractAddress.md b/docs-md/interfaces/GetNftSalesOptionsByContractAddress.md index cd0fb8f8..c3f19a45 100644 --- a/docs-md/interfaces/GetNftSalesOptionsByContractAddress.md +++ b/docs-md/interfaces/GetNftSalesOptionsByContractAddress.md @@ -43,7 +43,7 @@ The address of the NFT buyer to filter sales by. #### Defined in -[src/types/types.ts:1215](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1215) +[src/types/types.ts:1216](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1216) ___ @@ -55,7 +55,7 @@ The contract address of a NFT collection to filter sales by. #### Defined in -[src/types/types.ts:1244](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1244) +[src/types/types.ts:1245](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1245) ___ @@ -71,7 +71,7 @@ The block number to start fetching NFT sales data from. #### Defined in -[src/types/types.ts:1203](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1203) +[src/types/types.ts:1204](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1204) ___ @@ -87,7 +87,7 @@ The maximum number of NFT sales to return. #### Defined in -[src/types/types.ts:1227](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1227) +[src/types/types.ts:1228](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1228) ___ @@ -103,7 +103,7 @@ The NFT marketplace to filter sales by. #### Defined in -[src/types/types.ts:1212](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1212) +[src/types/types.ts:1213](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1213) ___ @@ -119,7 +119,7 @@ Whether to return the results in ascending or descending order by block number. #### Defined in -[src/types/types.ts:1209](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1209) +[src/types/types.ts:1210](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1210) ___ @@ -135,7 +135,7 @@ Key for pagination to use to fetch results from the next page if available. #### Defined in -[src/types/types.ts:1230](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1230) +[src/types/types.ts:1231](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1231) ___ @@ -151,7 +151,7 @@ The address of the NFT seller to filter sales by. #### Defined in -[src/types/types.ts:1218](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1218) +[src/types/types.ts:1219](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1219) ___ @@ -168,7 +168,7 @@ Defaults to returning both buyer and seller taker trades. #### Defined in -[src/types/types.ts:1224](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1224) +[src/types/types.ts:1225](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1225) ___ @@ -184,7 +184,7 @@ The block number limit to fetch NFT sales data from. #### Defined in -[src/types/types.ts:1206](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1206) +[src/types/types.ts:1207](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1207) ___ @@ -196,4 +196,4 @@ The token ID of an NFT within the specified contractAddress to filter sales by. #### Defined in -[src/types/types.ts:1247](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1247) +[src/types/types.ts:1248](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1248) diff --git a/docs-md/interfaces/GetNftSalesResponse.md b/docs-md/interfaces/GetNftSalesResponse.md index 00148147..316e30f8 100644 --- a/docs-md/interfaces/GetNftSalesResponse.md +++ b/docs-md/interfaces/GetNftSalesResponse.md @@ -22,7 +22,7 @@ List of NFT sales that match the query #### Defined in -[src/types/types.ts:1257](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1257) +[src/types/types.ts:1258](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1258) ___ @@ -34,7 +34,7 @@ The page key to use to fetch the next page if more results are available. #### Defined in -[src/types/types.ts:1263](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1263) +[src/types/types.ts:1264](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1264) ___ @@ -46,4 +46,4 @@ Block Information of the block as of which the corresponding data is valid. #### Defined in -[src/types/types.ts:1260](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1260) +[src/types/types.ts:1261](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1261) diff --git a/docs-md/interfaces/GetNftsForContractOptions.md b/docs-md/interfaces/GetNftsForContractOptions.md index 90b70381..30272a56 100644 --- a/docs-md/interfaces/GetNftsForContractOptions.md +++ b/docs-md/interfaces/GetNftsForContractOptions.md @@ -27,7 +27,7 @@ Optional boolean flag to omit NFT metadata. Defaults to `false`. #### Defined in -[src/types/types.ts:1552](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1552) +[src/types/types.ts:1553](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1553) ___ @@ -40,7 +40,7 @@ Optional page key from an existing [NftContractBaseNftsResponse](NftContractBase #### Defined in -[src/types/types.ts:1549](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1549) +[src/types/types.ts:1550](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1550) ___ @@ -53,7 +53,7 @@ Maximum page size is 100. #### Defined in -[src/types/types.ts:1558](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1558) +[src/types/types.ts:1559](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1559) ___ @@ -68,4 +68,4 @@ metadata for cache misses then set this value to 0. #### Defined in -[src/types/types.ts:1566](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1566) +[src/types/types.ts:1567](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1567) diff --git a/docs-md/interfaces/GetNftsForOwnerOptions.md b/docs-md/interfaces/GetNftsForOwnerOptions.md index 921ac1c5..7fd6f929 100644 --- a/docs-md/interfaces/GetNftsForOwnerOptions.md +++ b/docs-md/interfaces/GetNftsForOwnerOptions.md @@ -31,7 +31,7 @@ Optional list of contract addresses to filter the results by. Limit is 20. #### Defined in -[src/types/types.ts:631](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L631) +[src/types/types.ts:632](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L632) ___ @@ -44,7 +44,7 @@ of these filters are excluded from the response. #### Defined in -[src/types/types.ts:637](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L637) +[src/types/types.ts:638](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L638) ___ @@ -57,7 +57,7 @@ of these filters are included in the response. #### Defined in -[src/types/types.ts:643](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L643) +[src/types/types.ts:644](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L644) ___ @@ -69,7 +69,7 @@ Optional boolean flag to omit NFT metadata. Defaults to `false`. #### Defined in -[src/types/types.ts:652](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L652) +[src/types/types.ts:653](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L653) ___ @@ -82,7 +82,7 @@ contract address and token ID in lexicographic order. #### Defined in -[src/types/types.ts:666](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L666) +[src/types/types.ts:667](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L667) ___ @@ -95,7 +95,7 @@ Optional page key from an existing [OwnedBaseNftsResponse](OwnedBaseNftsResponse #### Defined in -[src/types/types.ts:628](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L628) +[src/types/types.ts:629](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L629) ___ @@ -108,7 +108,7 @@ Maximum page size is 100. #### Defined in -[src/types/types.ts:649](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L649) +[src/types/types.ts:650](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L650) ___ @@ -123,4 +123,4 @@ metadata for cache misses then set this value to 0. #### Defined in -[src/types/types.ts:660](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L660) +[src/types/types.ts:661](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L661) diff --git a/docs-md/interfaces/GetOwnersForContractOptions.md b/docs-md/interfaces/GetOwnersForContractOptions.md index 83a526b6..10f77e44 100644 --- a/docs-md/interfaces/GetOwnersForContractOptions.md +++ b/docs-md/interfaces/GetOwnersForContractOptions.md @@ -26,7 +26,7 @@ The block number in hex or decimal to fetch owners for. #### Defined in -[src/types/types.ts:1619](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1619) +[src/types/types.ts:1620](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1620) ___ @@ -39,7 +39,7 @@ when `withTokenBalances` is not set to `true`. #### Defined in -[src/types/types.ts:1628](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1628) +[src/types/types.ts:1629](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1629) ___ @@ -51,7 +51,7 @@ Optional page key to paginate the next page for large requests. #### Defined in -[src/types/types.ts:1622](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1622) +[src/types/types.ts:1623](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1623) ___ @@ -64,4 +64,4 @@ to false when omitted. #### Defined in -[src/types/types.ts:1616](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1616) +[src/types/types.ts:1617](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1617) diff --git a/docs-md/interfaces/GetOwnersForContractResponse.md b/docs-md/interfaces/GetOwnersForContractResponse.md index cb5ca5ae..0fc3ac09 100644 --- a/docs-md/interfaces/GetOwnersForContractResponse.md +++ b/docs-md/interfaces/GetOwnersForContractResponse.md @@ -22,7 +22,7 @@ An array of owner addresses for the provided contract address #### Defined in -[src/types/types.ts:855](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L855) +[src/types/types.ts:856](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L856) ___ @@ -34,7 +34,7 @@ Optional page key that is returned when a collection has more than 50,000 owners #### Defined in -[src/types/types.ts:863](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L863) +[src/types/types.ts:864](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L864) ___ @@ -47,4 +47,4 @@ Total count of unique owners. Only present if #### Defined in -[src/types/types.ts:860](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L860) +[src/types/types.ts:861](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L861) diff --git a/docs-md/interfaces/GetOwnersForContractWithTokenBalancesOptions.md b/docs-md/interfaces/GetOwnersForContractWithTokenBalancesOptions.md index 4af16a7e..3857f8fb 100644 --- a/docs-md/interfaces/GetOwnersForContractWithTokenBalancesOptions.md +++ b/docs-md/interfaces/GetOwnersForContractWithTokenBalancesOptions.md @@ -25,7 +25,7 @@ The block number in hex or decimal to fetch owners for. #### Defined in -[src/types/types.ts:1647](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1647) +[src/types/types.ts:1648](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1648) ___ @@ -37,7 +37,7 @@ Optional page key to paginate the next page for large requests. #### Defined in -[src/types/types.ts:1650](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1650) +[src/types/types.ts:1651](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1651) ___ @@ -50,4 +50,4 @@ to false when omitted. #### Defined in -[src/types/types.ts:1644](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1644) +[src/types/types.ts:1645](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1645) diff --git a/docs-md/interfaces/GetOwnersForContractWithTokenBalancesResponse.md b/docs-md/interfaces/GetOwnersForContractWithTokenBalancesResponse.md index b19b7658..a4d16438 100644 --- a/docs-md/interfaces/GetOwnersForContractWithTokenBalancesResponse.md +++ b/docs-md/interfaces/GetOwnersForContractWithTokenBalancesResponse.md @@ -21,7 +21,7 @@ An array of owner addresses for the provided contract address #### Defined in -[src/types/types.ts:873](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L873) +[src/types/types.ts:874](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L874) ___ @@ -33,4 +33,4 @@ Optional page key that is returned when a collection has more than 50,000 owners #### Defined in -[src/types/types.ts:876](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L876) +[src/types/types.ts:877](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L877) diff --git a/docs-md/interfaces/GetOwnersForNftOptions.md b/docs-md/interfaces/GetOwnersForNftOptions.md index f5774553..96aa17a9 100644 --- a/docs-md/interfaces/GetOwnersForNftOptions.md +++ b/docs-md/interfaces/GetOwnersForNftOptions.md @@ -24,7 +24,7 @@ Optional page key to paginate the next page for large requests. #### Defined in -[src/types/types.ts:1663](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1663) +[src/types/types.ts:1664](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1664) ___ @@ -36,4 +36,4 @@ Sets the total number of owners to return in the response. #### Defined in -[src/types/types.ts:1668](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1668) +[src/types/types.ts:1669](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1669) diff --git a/docs-md/interfaces/GetOwnersForNftResponse.md b/docs-md/interfaces/GetOwnersForNftResponse.md index 23267314..42e5ceab 100644 --- a/docs-md/interfaces/GetOwnersForNftResponse.md +++ b/docs-md/interfaces/GetOwnersForNftResponse.md @@ -21,7 +21,7 @@ An array of owner addresses for the provided token. #### Defined in -[src/types/types.ts:842](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L842) +[src/types/types.ts:843](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L843) ___ @@ -33,4 +33,4 @@ Optional The key for the next page of results, if applicable. #### Defined in -[src/types/types.ts:845](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L845) +[src/types/types.ts:846](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L846) diff --git a/docs-md/interfaces/GetTokensForOwnerOptions.md b/docs-md/interfaces/GetTokensForOwnerOptions.md index 8f19a88d..2bb5754f 100644 --- a/docs-md/interfaces/GetTokensForOwnerOptions.md +++ b/docs-md/interfaces/GetTokensForOwnerOptions.md @@ -22,7 +22,7 @@ List of contract addresses to filter by. If omitted, defaults to #### Defined in -[src/types/types.ts:183](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L183) +[src/types/types.ts:184](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L184) ___ @@ -35,4 +35,4 @@ pagination. #### Defined in -[src/types/types.ts:188](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L188) +[src/types/types.ts:189](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L189) diff --git a/docs-md/interfaces/GetTokensForOwnerResponse.md b/docs-md/interfaces/GetTokensForOwnerResponse.md index 28f698bf..3d074886 100644 --- a/docs-md/interfaces/GetTokensForOwnerResponse.md +++ b/docs-md/interfaces/GetTokensForOwnerResponse.md @@ -21,7 +21,7 @@ Page key for the next page of results, if one exists. #### Defined in -[src/types/types.ts:198](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L198) +[src/types/types.ts:199](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L199) ___ @@ -33,4 +33,4 @@ Owned tokens for the provided addresses along with relevant metadata. #### Defined in -[src/types/types.ts:196](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L196) +[src/types/types.ts:197](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L197) diff --git a/docs-md/interfaces/GetTransfersForContractOptions.md b/docs-md/interfaces/GetTransfersForContractOptions.md index 802d82ea..c913fe11 100644 --- a/docs-md/interfaces/GetTransfersForContractOptions.md +++ b/docs-md/interfaces/GetTransfersForContractOptions.md @@ -24,7 +24,7 @@ Starting block (inclusive) to get transfers from. #### Defined in -[src/types/types.ts:1116](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1116) +[src/types/types.ts:1117](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1117) ___ @@ -37,7 +37,7 @@ Defaults to ascending if omitted. #### Defined in -[src/types/types.ts:1123](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1123) +[src/types/types.ts:1124](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1124) ___ @@ -50,7 +50,7 @@ pagination. #### Defined in -[src/types/types.ts:1128](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1128) +[src/types/types.ts:1129](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1129) ___ @@ -62,4 +62,4 @@ Ending block (inclusive) to get transfers from. #### Defined in -[src/types/types.ts:1118](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1118) +[src/types/types.ts:1119](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1119) diff --git a/docs-md/interfaces/GetTransfersForOwnerOptions.md b/docs-md/interfaces/GetTransfersForOwnerOptions.md index 82b58638..aad624a0 100644 --- a/docs-md/interfaces/GetTransfersForOwnerOptions.md +++ b/docs-md/interfaces/GetTransfersForOwnerOptions.md @@ -23,7 +23,7 @@ all contract addresses. #### Defined in -[src/types/types.ts:1095](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1095) +[src/types/types.ts:1096](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1096) ___ @@ -36,7 +36,7 @@ pagination. #### Defined in -[src/types/types.ts:1107](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1107) +[src/types/types.ts:1108](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1108) ___ @@ -49,4 +49,4 @@ NFTs. #### Defined in -[src/types/types.ts:1101](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1101) +[src/types/types.ts:1102](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1102) diff --git a/docs-md/interfaces/Media.md b/docs-md/interfaces/Media.md index 551d23d4..9c0e3bef 100644 --- a/docs-md/interfaces/Media.md +++ b/docs-md/interfaces/Media.md @@ -25,7 +25,7 @@ The size of the media asset in bytes. #### Defined in -[src/types/types.ts:585](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L585) +[src/types/types.ts:586](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L586) ___ @@ -38,7 +38,7 @@ The media format (ex: jpg, gif, png) of the [gateway](Media.md#gateway) and #### Defined in -[src/types/types.ts:574](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L574) +[src/types/types.ts:575](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L575) ___ @@ -50,7 +50,7 @@ Public gateway URI for the raw URI. Generally offers better performance. #### Defined in -[src/types/types.ts:565](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L565) +[src/types/types.ts:566](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L566) ___ @@ -63,7 +63,7 @@ original IPFS link). #### Defined in -[src/types/types.ts:562](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L562) +[src/types/types.ts:563](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L563) ___ @@ -78,7 +78,7 @@ DEPRECATED - The size of the media asset in bytes #### Defined in -[src/types/types.ts:582](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L582) +[src/types/types.ts:583](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L583) ___ @@ -90,4 +90,4 @@ URL for a resized thumbnail of the NFT media asset. #### Defined in -[src/types/types.ts:568](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L568) +[src/types/types.ts:569](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L569) diff --git a/docs-md/interfaces/MinedTransactionWebhook.md b/docs-md/interfaces/MinedTransactionWebhook.md index 8950392b..1d94e74b 100644 --- a/docs-md/interfaces/MinedTransactionWebhook.md +++ b/docs-md/interfaces/MinedTransactionWebhook.md @@ -41,7 +41,7 @@ The app id of the app used for the webhook. This field is only present on #### Defined in -[src/types/types.ts:2188](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2188) +[src/types/types.ts:2189](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2189) ___ @@ -57,7 +57,7 @@ The webhook's unique id. #### Defined in -[src/types/types.ts:2169](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2169) +[src/types/types.ts:2170](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2170) ___ @@ -73,7 +73,7 @@ Whether the webhook is currently active #### Defined in -[src/types/types.ts:2177](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2177) +[src/types/types.ts:2178](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2178) ___ @@ -89,7 +89,7 @@ The network the webhook is on. #### Defined in -[src/types/types.ts:2171](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2171) +[src/types/types.ts:2172](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2172) ___ @@ -105,7 +105,7 @@ The signing key used to verify payloads for the webhook. #### Defined in -[src/types/types.ts:2181](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2181) +[src/types/types.ts:2182](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2182) ___ @@ -121,7 +121,7 @@ The creation time of the webhook as an ISO string. #### Defined in -[src/types/types.ts:2179](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2179) +[src/types/types.ts:2180](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2180) ___ @@ -137,7 +137,7 @@ The type of webhook. #### Defined in -[src/types/types.ts:2213](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2213) +[src/types/types.ts:2214](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2214) ___ @@ -153,7 +153,7 @@ The url that the webhook sends its payload to. #### Defined in -[src/types/types.ts:2175](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2175) +[src/types/types.ts:2176](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2176) ___ @@ -169,4 +169,4 @@ The webhook version. All newly created webhooks default to V2. #### Defined in -[src/types/types.ts:2183](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2183) +[src/types/types.ts:2184](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2184) diff --git a/docs-md/interfaces/Nft.md b/docs-md/interfaces/Nft.md index d5521d71..b9c47539 100644 --- a/docs-md/interfaces/Nft.md +++ b/docs-md/interfaces/Nft.md @@ -47,7 +47,7 @@ request. #### Defined in -[src/api/nft.ts:116](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L116) +[src/api/nft.ts:116](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L116) ___ @@ -63,7 +63,7 @@ The NFT's underlying contract and relevant contract metadata. #### Defined in -[src/api/nft.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L82) +[src/api/nft.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L82) ___ @@ -75,7 +75,7 @@ The NFT description. #### Defined in -[src/api/nft.ts:88](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L88) +[src/api/nft.ts:88](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L88) ___ @@ -87,7 +87,7 @@ URIs for accessing the NFT's media assets. #### Defined in -[src/api/nft.ts:106](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L106) +[src/api/nft.ts:106](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L106) ___ @@ -99,7 +99,7 @@ Holds an error message if there was an issue fetching metadata. #### Defined in -[src/api/nft.ts:94](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L94) +[src/api/nft.ts:94](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L94) ___ @@ -112,7 +112,7 @@ field is undefined if Alchemy was unable to fetch metadata. #### Defined in -[src/api/nft.ts:100](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L100) +[src/api/nft.ts:100](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L100) ___ @@ -124,7 +124,7 @@ Detailed information on why an NFT was classified as spam. #### Defined in -[src/api/nft.ts:109](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L109) +[src/api/nft.ts:109](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L109) ___ @@ -136,7 +136,7 @@ When the NFT was last updated in the blockchain. Represented in ISO-8601 format. #### Defined in -[src/api/nft.ts:91](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L91) +[src/api/nft.ts:91](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L91) ___ @@ -148,7 +148,7 @@ The NFT title. #### Defined in -[src/api/nft.ts:85](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L85) +[src/api/nft.ts:85](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L85) ___ @@ -164,7 +164,7 @@ The NFT token ID as an integer string. #### Defined in -[src/api/nft.ts:66](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L66) +[src/api/nft.ts:66](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L66) ___ @@ -180,7 +180,7 @@ The type of ERC token, if known. #### Defined in -[src/api/nft.ts:68](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L68) +[src/api/nft.ts:68](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L68) ___ @@ -192,4 +192,4 @@ URIs for accessing the NFT's metadata blob. #### Defined in -[src/api/nft.ts:103](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L103) +[src/api/nft.ts:103](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L103) diff --git a/docs-md/interfaces/NftActivityWebhook.md b/docs-md/interfaces/NftActivityWebhook.md index eea08b3c..042f6a87 100644 --- a/docs-md/interfaces/NftActivityWebhook.md +++ b/docs-md/interfaces/NftActivityWebhook.md @@ -41,7 +41,7 @@ The app id of the app used for the webhook. This field is only present on #### Defined in -[src/types/types.ts:2188](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2188) +[src/types/types.ts:2189](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2189) ___ @@ -57,7 +57,7 @@ The webhook's unique id. #### Defined in -[src/types/types.ts:2169](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2169) +[src/types/types.ts:2170](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2170) ___ @@ -73,7 +73,7 @@ Whether the webhook is currently active #### Defined in -[src/types/types.ts:2177](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2177) +[src/types/types.ts:2178](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2178) ___ @@ -89,7 +89,7 @@ The network the webhook is on. #### Defined in -[src/types/types.ts:2171](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2171) +[src/types/types.ts:2172](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2172) ___ @@ -105,7 +105,7 @@ The signing key used to verify payloads for the webhook. #### Defined in -[src/types/types.ts:2181](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2181) +[src/types/types.ts:2182](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2182) ___ @@ -121,7 +121,7 @@ The creation time of the webhook as an ISO string. #### Defined in -[src/types/types.ts:2179](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2179) +[src/types/types.ts:2180](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2180) ___ @@ -137,7 +137,7 @@ The type of webhook. #### Defined in -[src/types/types.ts:2240](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2240) +[src/types/types.ts:2241](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2241) ___ @@ -153,7 +153,7 @@ The url that the webhook sends its payload to. #### Defined in -[src/types/types.ts:2175](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2175) +[src/types/types.ts:2176](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2176) ___ @@ -169,4 +169,4 @@ The webhook version. All newly created webhooks default to V2. #### Defined in -[src/types/types.ts:2183](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2183) +[src/types/types.ts:2184](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2184) diff --git a/docs-md/interfaces/NftAttributeRarity.md b/docs-md/interfaces/NftAttributeRarity.md index f824271b..626336d4 100644 --- a/docs-md/interfaces/NftAttributeRarity.md +++ b/docs-md/interfaces/NftAttributeRarity.md @@ -23,7 +23,7 @@ trait type in the current collection. #### Defined in -[src/types/types.ts:1404](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1404) +[src/types/types.ts:1405](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1405) ___ @@ -35,7 +35,7 @@ The type of NFT attribute. #### Defined in -[src/types/types.ts:1398](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1398) +[src/types/types.ts:1399](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1399) ___ @@ -47,4 +47,4 @@ Name of the NFT's attribute. #### Defined in -[src/types/types.ts:1395](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1395) +[src/types/types.ts:1396](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1396) diff --git a/docs-md/interfaces/NftAttributesResponse.md b/docs-md/interfaces/NftAttributesResponse.md index 4aa37b82..8295817e 100644 --- a/docs-md/interfaces/NftAttributesResponse.md +++ b/docs-md/interfaces/NftAttributesResponse.md @@ -22,7 +22,7 @@ The specified NFT contract's address. #### Defined in -[src/types/types.ts:1414](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1414) +[src/types/types.ts:1415](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1415) ___ @@ -35,7 +35,7 @@ provided NFT. #### Defined in -[src/types/types.ts:1423](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1423) +[src/types/types.ts:1424](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1424) ___ @@ -47,4 +47,4 @@ The specified NFT contract's total supply. #### Defined in -[src/types/types.ts:1417](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1417) +[src/types/types.ts:1418](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1418) diff --git a/docs-md/interfaces/NftContract.md b/docs-md/interfaces/NftContract.md index fb5270e6..b6c2660a 100644 --- a/docs-md/interfaces/NftContract.md +++ b/docs-md/interfaces/NftContract.md @@ -43,7 +43,7 @@ The address of the contract. #### Defined in -[src/api/nft.ts:22](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L22) +[src/api/nft.ts:22](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L22) ___ @@ -55,7 +55,7 @@ The address that deployed the NFT contract. #### Defined in -[src/api/nft.ts:49](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L49) +[src/api/nft.ts:49](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L49) ___ @@ -67,7 +67,7 @@ The block number the NFT contract deployed in. #### Defined in -[src/api/nft.ts:51](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L51) +[src/api/nft.ts:51](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L51) ___ @@ -79,7 +79,7 @@ The name of the contract. #### Defined in -[src/api/nft.ts:38](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L38) +[src/api/nft.ts:38](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L38) ___ @@ -91,7 +91,7 @@ OpenSea's metadata for the contract. #### Defined in -[src/api/nft.ts:47](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L47) +[src/api/nft.ts:47](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L47) ___ @@ -103,7 +103,7 @@ The symbol of the contract. #### Defined in -[src/api/nft.ts:40](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L40) +[src/api/nft.ts:40](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L40) ___ @@ -115,7 +115,7 @@ The type of the token in the contract. #### Defined in -[src/api/nft.ts:36](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L36) +[src/api/nft.ts:36](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L36) ___ @@ -128,4 +128,4 @@ available on ERC-721 contracts. #### Defined in -[src/api/nft.ts:45](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L45) +[src/api/nft.ts:45](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L45) diff --git a/docs-md/interfaces/NftContractBaseNftsResponse.md b/docs-md/interfaces/NftContractBaseNftsResponse.md index 68257330..54079c30 100644 --- a/docs-md/interfaces/NftContractBaseNftsResponse.md +++ b/docs-md/interfaces/NftContractBaseNftsResponse.md @@ -22,7 +22,7 @@ An array of NFTs without metadata. #### Defined in -[src/types/types.ts:1679](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1679) +[src/types/types.ts:1680](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1680) ___ @@ -35,4 +35,4 @@ NFTs. If there is no page key, then there are no more NFTs to fetch. #### Defined in -[src/types/types.ts:1685](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1685) +[src/types/types.ts:1686](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1686) diff --git a/docs-md/interfaces/NftContractNftsResponse.md b/docs-md/interfaces/NftContractNftsResponse.md index f2407bd3..a5f61068 100644 --- a/docs-md/interfaces/NftContractNftsResponse.md +++ b/docs-md/interfaces/NftContractNftsResponse.md @@ -22,7 +22,7 @@ An array of NFTs with metadata. #### Defined in -[src/types/types.ts:1696](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1696) +[src/types/types.ts:1697](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1697) ___ @@ -35,4 +35,4 @@ NFTs. If there is no page key, then there are no more NFTs to fetch. #### Defined in -[src/types/types.ts:1702](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1702) +[src/types/types.ts:1703](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1703) diff --git a/docs-md/interfaces/NftContractOwner.md b/docs-md/interfaces/NftContractOwner.md index 80178087..970342ad 100644 --- a/docs-md/interfaces/NftContractOwner.md +++ b/docs-md/interfaces/NftContractOwner.md @@ -22,7 +22,7 @@ The NFT's owner address. #### Defined in -[src/types/types.ts:885](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L885) +[src/types/types.ts:886](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L886) ___ @@ -34,4 +34,4 @@ A list of objects containing token balances for the provided NFT contract. #### Defined in -[src/types/types.ts:888](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L888) +[src/types/types.ts:889](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L889) diff --git a/docs-md/interfaces/NftContractTokenBalance.md b/docs-md/interfaces/NftContractTokenBalance.md index 56679a9a..c362414b 100644 --- a/docs-md/interfaces/NftContractTokenBalance.md +++ b/docs-md/interfaces/NftContractTokenBalance.md @@ -22,7 +22,7 @@ The token Id balance for the provided owner. #### Defined in -[src/types/types.ts:900](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L900) +[src/types/types.ts:901](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L901) ___ @@ -34,4 +34,4 @@ The token id owned in the NFT contract. #### Defined in -[src/types/types.ts:897](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L897) +[src/types/types.ts:898](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L898) diff --git a/docs-md/interfaces/NftFilter.md b/docs-md/interfaces/NftFilter.md index 1819714c..a96fa27a 100644 --- a/docs-md/interfaces/NftFilter.md +++ b/docs-md/interfaces/NftFilter.md @@ -21,7 +21,7 @@ The contract address of the NFT. #### Defined in -[src/types/types.ts:2356](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2356) +[src/types/types.ts:2357](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2357) ___ @@ -34,4 +34,4 @@ tracking all NFTs for the provided contract address. #### Defined in -[src/types/types.ts:2361](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2361) +[src/types/types.ts:2362](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2362) diff --git a/docs-md/interfaces/NftFiltersResponse.md b/docs-md/interfaces/NftFiltersResponse.md index 96ea85f0..35c87f0e 100644 --- a/docs-md/interfaces/NftFiltersResponse.md +++ b/docs-md/interfaces/NftFiltersResponse.md @@ -22,7 +22,7 @@ The NFT filters on the provided webhook. #### Defined in -[src/types/types.ts:2367](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2367) +[src/types/types.ts:2368](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2368) ___ @@ -34,7 +34,7 @@ Optional page key used to fetch the remaining filters. #### Defined in -[src/types/types.ts:2371](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2371) +[src/types/types.ts:2372](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2372) ___ @@ -46,4 +46,4 @@ The total number of NFT filters on the webhook. #### Defined in -[src/types/types.ts:2369](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2369) +[src/types/types.ts:2370](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2370) diff --git a/docs-md/interfaces/NftMetadata.md b/docs-md/interfaces/NftMetadata.md index 4ad2451d..ee66050f 100644 --- a/docs-md/interfaces/NftMetadata.md +++ b/docs-md/interfaces/NftMetadata.md @@ -32,7 +32,7 @@ The traits, attributes, and characteristics for the NFT asset. #### Defined in -[src/types/types.ts:533](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L533) +[src/types/types.ts:534](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L534) ___ @@ -44,7 +44,7 @@ Background color of the NFT item. Usually defined as a 6 character hex string. #### Defined in -[src/types/types.ts:530](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L530) +[src/types/types.ts:531](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L531) ___ @@ -56,7 +56,7 @@ A human-readable description of the NFT asset. #### Defined in -[src/types/types.ts:518](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L518) +[src/types/types.ts:519](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L519) ___ @@ -69,7 +69,7 @@ to be the highest resolution image. #### Defined in -[src/types/types.ts:527](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L527) +[src/types/types.ts:528](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L528) ___ @@ -81,7 +81,7 @@ URL to the NFT asset image. #### Defined in -[src/types/types.ts:521](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L521) +[src/types/types.ts:522](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L522) ___ @@ -93,4 +93,4 @@ Name of the NFT asset. #### Defined in -[src/types/types.ts:515](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L515) +[src/types/types.ts:516](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L516) diff --git a/docs-md/interfaces/NftMetadataBatchOptions.md b/docs-md/interfaces/NftMetadataBatchOptions.md index cf67da3f..faacd159 100644 --- a/docs-md/interfaces/NftMetadataBatchOptions.md +++ b/docs-md/interfaces/NftMetadataBatchOptions.md @@ -22,7 +22,7 @@ the response. Defaults to false for faster response times. #### Defined in -[src/types/types.ts:953](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L953) +[src/types/types.ts:954](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L954) ___ @@ -37,4 +37,4 @@ metadata for cache misses then set this value to 0. #### Defined in -[src/types/types.ts:947](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L947) +[src/types/types.ts:948](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L948) diff --git a/docs-md/interfaces/NftMetadataBatchToken.md b/docs-md/interfaces/NftMetadataBatchToken.md index 941dd3ee..3399d33e 100644 --- a/docs-md/interfaces/NftMetadataBatchToken.md +++ b/docs-md/interfaces/NftMetadataBatchToken.md @@ -23,7 +23,7 @@ The NFT contract address. Limited to ERC721 and ERC1155 tokens. #### Defined in -[src/types/types.ts:930](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L930) +[src/types/types.ts:931](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L931) ___ @@ -35,7 +35,7 @@ The id of the NFT. #### Defined in -[src/types/types.ts:933](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L933) +[src/types/types.ts:934](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L934) ___ @@ -47,4 +47,4 @@ Optional field to specify the type of token to speed up the query. #### Defined in -[src/types/types.ts:936](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L936) +[src/types/types.ts:937](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L937) diff --git a/docs-md/interfaces/NftMetadataUpdateWebhook.md b/docs-md/interfaces/NftMetadataUpdateWebhook.md index 01f43eae..a9a2c10a 100644 --- a/docs-md/interfaces/NftMetadataUpdateWebhook.md +++ b/docs-md/interfaces/NftMetadataUpdateWebhook.md @@ -41,7 +41,7 @@ The app id of the app used for the webhook. This field is only present on #### Defined in -[src/types/types.ts:2188](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2188) +[src/types/types.ts:2189](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2189) ___ @@ -57,7 +57,7 @@ The webhook's unique id. #### Defined in -[src/types/types.ts:2169](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2169) +[src/types/types.ts:2170](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2170) ___ @@ -73,7 +73,7 @@ Whether the webhook is currently active #### Defined in -[src/types/types.ts:2177](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2177) +[src/types/types.ts:2178](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2178) ___ @@ -89,7 +89,7 @@ The network the webhook is on. #### Defined in -[src/types/types.ts:2171](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2171) +[src/types/types.ts:2172](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2172) ___ @@ -105,7 +105,7 @@ The signing key used to verify payloads for the webhook. #### Defined in -[src/types/types.ts:2181](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2181) +[src/types/types.ts:2182](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2182) ___ @@ -121,7 +121,7 @@ The creation time of the webhook as an ISO string. #### Defined in -[src/types/types.ts:2179](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2179) +[src/types/types.ts:2180](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2180) ___ @@ -137,7 +137,7 @@ The type of webhook. #### Defined in -[src/types/types.ts:2249](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2249) +[src/types/types.ts:2250](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2250) ___ @@ -153,7 +153,7 @@ The url that the webhook sends its payload to. #### Defined in -[src/types/types.ts:2175](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2175) +[src/types/types.ts:2176](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2176) ___ @@ -169,4 +169,4 @@ The webhook version. All newly created webhooks default to V2. #### Defined in -[src/types/types.ts:2183](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2183) +[src/types/types.ts:2184](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2184) diff --git a/docs-md/interfaces/NftSale.md b/docs-md/interfaces/NftSale.md index bf860867..24bb99eb 100644 --- a/docs-md/interfaces/NftSale.md +++ b/docs-md/interfaces/NftSale.md @@ -34,7 +34,7 @@ The block number the NFT sale took place in. #### Defined in -[src/types/types.ts:1305](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1305) +[src/types/types.ts:1306](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1306) ___ @@ -46,7 +46,7 @@ The index of the token within the bundle of NFTs sold in the sale. #### Defined in -[src/types/types.ts:1311](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1311) +[src/types/types.ts:1312](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1312) ___ @@ -58,7 +58,7 @@ The address of the buyer in the NFT sale. #### Defined in -[src/types/types.ts:1281](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1281) +[src/types/types.ts:1282](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1282) ___ @@ -70,7 +70,7 @@ The NFT contract address. #### Defined in -[src/types/types.ts:1272](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1272) +[src/types/types.ts:1273](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1273) ___ @@ -82,7 +82,7 @@ The log number of the sale event emitted within the block. #### Defined in -[src/types/types.ts:1308](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1308) +[src/types/types.ts:1309](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1309) ___ @@ -94,7 +94,7 @@ The marketplace the sale took place on. #### Defined in -[src/types/types.ts:1269](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1269) +[src/types/types.ts:1270](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1270) ___ @@ -108,7 +108,7 @@ The payment from buyer to the marketplace. #### Defined in -[src/types/types.ts:1296](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1296) +[src/types/types.ts:1297](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1297) ___ @@ -120,7 +120,7 @@ The payment from buyer to the marketplace. #### Defined in -[src/types/types.ts:1299](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1299) +[src/types/types.ts:1300](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1300) ___ @@ -132,7 +132,7 @@ The number of tokens sold in the sale as a decimal integer string. #### Defined in -[src/types/types.ts:1278](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1278) +[src/types/types.ts:1279](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1279) ___ @@ -144,7 +144,7 @@ The payment from buyer to the royalty address of the NFT collection. #### Defined in -[src/types/types.ts:1302](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1302) +[src/types/types.ts:1303](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1303) ___ @@ -156,7 +156,7 @@ The address of the seller in the NFT sale. #### Defined in -[src/types/types.ts:1284](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1284) +[src/types/types.ts:1285](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1285) ___ @@ -168,7 +168,7 @@ The payment from buyer to the seller. #### Defined in -[src/types/types.ts:1290](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1290) +[src/types/types.ts:1291](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1291) ___ @@ -180,7 +180,7 @@ Whether the price taker in the trade was the buyer or the seller. #### Defined in -[src/types/types.ts:1287](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1287) +[src/types/types.ts:1288](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1288) ___ @@ -192,7 +192,7 @@ The decimal token ID of the NFT being sold. #### Defined in -[src/types/types.ts:1275](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1275) +[src/types/types.ts:1276](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1276) ___ @@ -204,4 +204,4 @@ The transactionHash of the NFT sale. #### Defined in -[src/types/types.ts:1314](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1314) +[src/types/types.ts:1315](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1315) diff --git a/docs-md/interfaces/NftSaleFeeData.md b/docs-md/interfaces/NftSaleFeeData.md index 17c49c60..7487e212 100644 --- a/docs-md/interfaces/NftSaleFeeData.md +++ b/docs-md/interfaces/NftSaleFeeData.md @@ -23,7 +23,7 @@ The fee payment amount as a decimal integer string. #### Defined in -[src/types/types.ts:1334](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1334) +[src/types/types.ts:1335](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1335) ___ @@ -39,7 +39,7 @@ breaking changes. #### Defined in -[src/types/types.ts:1345](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1345) +[src/types/types.ts:1346](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1346) ___ @@ -51,7 +51,7 @@ The number of decimals of the token used for the payment. #### Defined in -[src/types/types.ts:1348](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1348) +[src/types/types.ts:1349](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1349) ___ @@ -63,4 +63,4 @@ The symbol of the token used for the payment. #### Defined in -[src/types/types.ts:1337](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1337) +[src/types/types.ts:1338](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1338) diff --git a/docs-md/interfaces/NftSaleValidAt.md b/docs-md/interfaces/NftSaleValidAt.md index 71c460fa..6fa0fd4e 100644 --- a/docs-md/interfaces/NftSaleValidAt.md +++ b/docs-md/interfaces/NftSaleValidAt.md @@ -22,7 +22,7 @@ The block hash. Used to detect reorgs. #### Defined in -[src/types/types.ts:1322](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1322) +[src/types/types.ts:1323](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1323) ___ @@ -34,7 +34,7 @@ The block number the sale information is valid at. #### Defined in -[src/types/types.ts:1320](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1320) +[src/types/types.ts:1321](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1321) ___ @@ -46,4 +46,4 @@ The timestamp for the block. #### Defined in -[src/types/types.ts:1324](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1324) +[src/types/types.ts:1325](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1325) diff --git a/docs-md/interfaces/NftWebhookParams.md b/docs-md/interfaces/NftWebhookParams.md index 917af3b1..515a5b1c 100644 --- a/docs-md/interfaces/NftWebhookParams.md +++ b/docs-md/interfaces/NftWebhookParams.md @@ -22,7 +22,7 @@ Array of NFT filters the webhook should track. #### Defined in -[src/types/types.ts:2317](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2317) +[src/types/types.ts:2318](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2318) ___ @@ -35,4 +35,4 @@ created on network of the app provided in the api key config. #### Defined in -[src/types/types.ts:2322](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2322) +[src/types/types.ts:2323](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2323) diff --git a/docs-md/interfaces/OpenSeaCollectionMetadata.md b/docs-md/interfaces/OpenSeaCollectionMetadata.md index 5bce2d6b..1eb42f9f 100644 --- a/docs-md/interfaces/OpenSeaCollectionMetadata.md +++ b/docs-md/interfaces/OpenSeaCollectionMetadata.md @@ -28,7 +28,7 @@ The name of the collection on OpenSea. #### Defined in -[src/types/types.ts:1710](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1710) +[src/types/types.ts:1711](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1711) ___ @@ -40,7 +40,7 @@ The description of the collection on OpenSea. #### Defined in -[src/types/types.ts:1716](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1716) +[src/types/types.ts:1717](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1717) ___ @@ -52,7 +52,7 @@ The Discord URL of the collection. #### Defined in -[src/types/types.ts:1722](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1722) +[src/types/types.ts:1723](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1723) ___ @@ -64,7 +64,7 @@ The homepage of the collection as determined by OpenSea. #### Defined in -[src/types/types.ts:1718](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1718) +[src/types/types.ts:1719](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1719) ___ @@ -76,7 +76,7 @@ The floor price of the NFT. #### Defined in -[src/types/types.ts:1708](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1708) +[src/types/types.ts:1709](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1709) ___ @@ -88,7 +88,7 @@ The image URL determined by OpenSea. #### Defined in -[src/types/types.ts:1714](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1714) +[src/types/types.ts:1715](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1715) ___ @@ -100,7 +100,7 @@ Timestamp of when the OpenSea metadata was last ingested by Alchemy. #### Defined in -[src/types/types.ts:1724](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1724) +[src/types/types.ts:1725](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1725) ___ @@ -112,7 +112,7 @@ The approval status of the collection on OpenSea. #### Defined in -[src/types/types.ts:1712](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1712) +[src/types/types.ts:1713](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1713) ___ @@ -124,4 +124,4 @@ The Twitter handle of the collection. #### Defined in -[src/types/types.ts:1720](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1720) +[src/types/types.ts:1721](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1721) diff --git a/docs-md/interfaces/OwnedBaseNft.md b/docs-md/interfaces/OwnedBaseNft.md index 0ca9a9a7..bf051fba 100644 --- a/docs-md/interfaces/OwnedBaseNft.md +++ b/docs-md/interfaces/OwnedBaseNft.md @@ -29,7 +29,7 @@ The token balance of the NFT. #### Defined in -[src/types/types.ts:832](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L832) +[src/types/types.ts:833](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L833) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/api/nft.ts:64](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L64) +[src/api/nft.ts:64](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L64) ___ @@ -59,7 +59,7 @@ The NFT token ID as an integer string. #### Defined in -[src/api/nft.ts:66](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L66) +[src/api/nft.ts:66](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L66) ___ @@ -75,4 +75,4 @@ The type of ERC token, if known. #### Defined in -[src/api/nft.ts:68](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L68) +[src/api/nft.ts:68](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L68) diff --git a/docs-md/interfaces/OwnedBaseNftsResponse.md b/docs-md/interfaces/OwnedBaseNftsResponse.md index e668982e..cb63e240 100644 --- a/docs-md/interfaces/OwnedBaseNftsResponse.md +++ b/docs-md/interfaces/OwnedBaseNftsResponse.md @@ -26,7 +26,7 @@ The canonical head block hash of when your request was received. #### Defined in -[src/types/types.ts:812](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L812) +[src/types/types.ts:813](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L813) ___ @@ -38,7 +38,7 @@ The NFTs owned by the provided address. #### Defined in -[src/types/types.ts:800](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L800) +[src/types/types.ts:801](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L801) ___ @@ -51,7 +51,7 @@ NFTs. If there is no page key, then there are no more NFTs to fetch. #### Defined in -[src/types/types.ts:806](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L806) +[src/types/types.ts:807](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L807) ___ @@ -63,4 +63,4 @@ The total count of NFTs owned by the provided address. #### Defined in -[src/types/types.ts:809](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L809) +[src/types/types.ts:810](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L810) diff --git a/docs-md/interfaces/OwnedNft.md b/docs-md/interfaces/OwnedNft.md index b5d3e8ec..e7242d53 100644 --- a/docs-md/interfaces/OwnedNft.md +++ b/docs-md/interfaces/OwnedNft.md @@ -44,7 +44,7 @@ request. #### Defined in -[src/api/nft.ts:116](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L116) +[src/api/nft.ts:116](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L116) ___ @@ -56,7 +56,7 @@ The token balance of the NFT. #### Defined in -[src/types/types.ts:822](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L822) +[src/types/types.ts:823](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L823) ___ @@ -72,7 +72,7 @@ The NFT's underlying contract and relevant contract metadata. #### Defined in -[src/api/nft.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L82) +[src/api/nft.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L82) ___ @@ -88,7 +88,7 @@ The NFT description. #### Defined in -[src/api/nft.ts:88](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L88) +[src/api/nft.ts:88](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L88) ___ @@ -104,7 +104,7 @@ URIs for accessing the NFT's media assets. #### Defined in -[src/api/nft.ts:106](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L106) +[src/api/nft.ts:106](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L106) ___ @@ -120,7 +120,7 @@ Holds an error message if there was an issue fetching metadata. #### Defined in -[src/api/nft.ts:94](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L94) +[src/api/nft.ts:94](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L94) ___ @@ -137,7 +137,7 @@ field is undefined if Alchemy was unable to fetch metadata. #### Defined in -[src/api/nft.ts:100](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L100) +[src/api/nft.ts:100](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L100) ___ @@ -153,7 +153,7 @@ Detailed information on why an NFT was classified as spam. #### Defined in -[src/api/nft.ts:109](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L109) +[src/api/nft.ts:109](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L109) ___ @@ -169,7 +169,7 @@ When the NFT was last updated in the blockchain. Represented in ISO-8601 format. #### Defined in -[src/api/nft.ts:91](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L91) +[src/api/nft.ts:91](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L91) ___ @@ -185,7 +185,7 @@ The NFT title. #### Defined in -[src/api/nft.ts:85](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L85) +[src/api/nft.ts:85](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L85) ___ @@ -201,7 +201,7 @@ The NFT token ID as an integer string. #### Defined in -[src/api/nft.ts:66](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L66) +[src/api/nft.ts:66](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L66) ___ @@ -217,7 +217,7 @@ The type of ERC token, if known. #### Defined in -[src/api/nft.ts:68](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L68) +[src/api/nft.ts:68](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L68) ___ @@ -233,4 +233,4 @@ URIs for accessing the NFT's metadata blob. #### Defined in -[src/api/nft.ts:103](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L103) +[src/api/nft.ts:103](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L103) diff --git a/docs-md/interfaces/OwnedNftsResponse.md b/docs-md/interfaces/OwnedNftsResponse.md index 14bc5e3a..99ba5143 100644 --- a/docs-md/interfaces/OwnedNftsResponse.md +++ b/docs-md/interfaces/OwnedNftsResponse.md @@ -26,7 +26,7 @@ The canonical head block hash of when your request was received. #### Defined in -[src/types/types.ts:787](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L787) +[src/types/types.ts:788](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L788) ___ @@ -38,7 +38,7 @@ The NFTs owned by the provided address. #### Defined in -[src/types/types.ts:775](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L775) +[src/types/types.ts:776](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L776) ___ @@ -51,7 +51,7 @@ NFTs. If there is no page key, then there are no more NFTs to fetch. #### Defined in -[src/types/types.ts:781](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L781) +[src/types/types.ts:782](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L782) ___ @@ -63,4 +63,4 @@ The total count of NFTs owned by the provided address. #### Defined in -[src/types/types.ts:784](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L784) +[src/types/types.ts:785](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L785) diff --git a/docs-md/interfaces/OwnedToken.md b/docs-md/interfaces/OwnedToken.md index 7b18ef38..dd9b786d 100644 --- a/docs-md/interfaces/OwnedToken.md +++ b/docs-md/interfaces/OwnedToken.md @@ -29,7 +29,7 @@ is undefined. #### Defined in -[src/types/types.ts:217](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L217) +[src/types/types.ts:218](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L218) ___ @@ -41,7 +41,7 @@ The contract address of the token. #### Defined in -[src/types/types.ts:206](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L206) +[src/types/types.ts:207](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L207) ___ @@ -54,7 +54,7 @@ contract and not available from other sources. #### Defined in -[src/types/types.ts:233](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L233) +[src/types/types.ts:234](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L234) ___ @@ -67,7 +67,7 @@ the other fields will be defined. #### Defined in -[src/types/types.ts:240](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L240) +[src/types/types.ts:241](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L241) ___ @@ -79,7 +79,7 @@ URL link to the token's logo. Is undefined if the logo is not available. #### Defined in -[src/types/types.ts:235](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L235) +[src/types/types.ts:236](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L236) ___ @@ -92,7 +92,7 @@ not available from other sources. #### Defined in -[src/types/types.ts:223](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L223) +[src/types/types.ts:224](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L224) ___ @@ -105,7 +105,7 @@ if the [error](OwnedToken.md#error) field is present. #### Defined in -[src/types/types.ts:211](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L211) +[src/types/types.ts:212](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L212) ___ @@ -118,4 +118,4 @@ and not available from other sources. #### Defined in -[src/types/types.ts:228](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L228) +[src/types/types.ts:229](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L229) diff --git a/docs-md/interfaces/RawContract.md b/docs-md/interfaces/RawContract.md index 55c8f391..74a1ed97 100644 --- a/docs-md/interfaces/RawContract.md +++ b/docs-md/interfaces/RawContract.md @@ -23,7 +23,7 @@ The contract address. `null` if it was an internal or external transfer. #### Defined in -[src/types/types.ts:1526](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1526) +[src/types/types.ts:1527](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1527) ___ @@ -36,7 +36,7 @@ is not in the contract and not available from other sources. #### Defined in -[src/types/types.ts:1532](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1532) +[src/types/types.ts:1533](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1533) ___ @@ -49,4 +49,4 @@ ERC721 or ERC1155 token. #### Defined in -[src/types/types.ts:1523](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1523) +[src/types/types.ts:1524](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1524) diff --git a/docs-md/interfaces/RefreshContractResult.md b/docs-md/interfaces/RefreshContractResult.md index 20ae5b24..2f7be6d4 100644 --- a/docs-md/interfaces/RefreshContractResult.md +++ b/docs-md/interfaces/RefreshContractResult.md @@ -22,7 +22,7 @@ The NFT contract address that was passed in to be refreshed. #### Defined in -[src/types/types.ts:1429](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1429) +[src/types/types.ts:1430](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1430) ___ @@ -35,7 +35,7 @@ Field can be null if the refresh has not occurred. #### Defined in -[src/types/types.ts:1438](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1438) +[src/types/types.ts:1439](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1439) ___ @@ -47,4 +47,4 @@ The current state of the refresh request. #### Defined in -[src/types/types.ts:1432](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1432) +[src/types/types.ts:1433](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1433) diff --git a/docs-md/interfaces/SendPrivateTransactionOptions.md b/docs-md/interfaces/SendPrivateTransactionOptions.md index 9fa6e97d..40e5c543 100644 --- a/docs-md/interfaces/SendPrivateTransactionOptions.md +++ b/docs-md/interfaces/SendPrivateTransactionOptions.md @@ -25,4 +25,4 @@ more details. #### Defined in -[src/types/types.ts:1883](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1883) +[src/types/types.ts:1884](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1884) diff --git a/docs-md/interfaces/SimulateAssetChangesChange.md b/docs-md/interfaces/SimulateAssetChangesChange.md index d66b6e5b..e0bdbd1a 100644 --- a/docs-md/interfaces/SimulateAssetChangesChange.md +++ b/docs-md/interfaces/SimulateAssetChangesChange.md @@ -35,7 +35,7 @@ changes for NATIVE and ERC20 assets, or ERC721/ERC1155 disapprove changes #### Defined in -[src/types/types.ts:1969](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1969) +[src/types/types.ts:1970](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1970) ___ @@ -47,7 +47,7 @@ The type of asset from the transaction. #### Defined in -[src/types/types.ts:1945](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1945) +[src/types/types.ts:1946](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1946) ___ @@ -59,7 +59,7 @@ The type of change from the transaction. #### Defined in -[src/types/types.ts:1948](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1948) +[src/types/types.ts:1949](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1949) ___ @@ -72,7 +72,7 @@ ERC1155, NFT and SPECIAL_NFT transactions. #### Defined in -[src/types/types.ts:1988](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1988) +[src/types/types.ts:1989](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1989) ___ @@ -86,7 +86,7 @@ available from other sources. #### Defined in -[src/types/types.ts:1982](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1982) +[src/types/types.ts:1983](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1983) ___ @@ -98,7 +98,7 @@ The from address. #### Defined in -[src/types/types.ts:1951](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1951) +[src/types/types.ts:1952](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1952) ___ @@ -110,7 +110,7 @@ URL for the logo of the asset, if available. Only applicable to ERC20 transactio #### Defined in -[src/types/types.ts:1993](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1993) +[src/types/types.ts:1994](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1994) ___ @@ -122,7 +122,7 @@ The name of the asset transferred, if available. #### Defined in -[src/types/types.ts:1972](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1972) +[src/types/types.ts:1973](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1973) ___ @@ -136,7 +136,7 @@ NATIVE and ERC20 assets, or ERC721/ERC1155 disapprove changes (field set to #### Defined in -[src/types/types.ts:1961](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1961) +[src/types/types.ts:1962](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1962) ___ @@ -148,7 +148,7 @@ The symbol of the asset transferred if available. #### Defined in -[src/types/types.ts:1975](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1975) +[src/types/types.ts:1976](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1976) ___ @@ -160,7 +160,7 @@ The to address. #### Defined in -[src/types/types.ts:1954](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1954) +[src/types/types.ts:1955](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1955) ___ @@ -173,4 +173,4 @@ ERC1155 and SPECIAL_NFT NFTs. #### Defined in -[src/types/types.ts:1999](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1999) +[src/types/types.ts:2000](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2000) diff --git a/docs-md/interfaces/SimulateAssetChangesError.md b/docs-md/interfaces/SimulateAssetChangesError.md index 41a6c5f0..2414e4d8 100644 --- a/docs-md/interfaces/SimulateAssetChangesError.md +++ b/docs-md/interfaces/SimulateAssetChangesError.md @@ -27,4 +27,4 @@ The error message. #### Defined in -[src/types/types.ts:1936](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1936) +[src/types/types.ts:1937](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1937) diff --git a/docs-md/interfaces/SimulateAssetChangesResponse.md b/docs-md/interfaces/SimulateAssetChangesResponse.md index 101918b7..f7cc1ca1 100644 --- a/docs-md/interfaces/SimulateAssetChangesResponse.md +++ b/docs-md/interfaces/SimulateAssetChangesResponse.md @@ -22,7 +22,7 @@ An array of asset changes that resulted from the transaction. #### Defined in -[src/types/types.ts:2007](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2007) +[src/types/types.ts:2008](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2008) ___ @@ -34,7 +34,7 @@ Optional error field that is present if an error occurred. #### Defined in -[src/types/types.ts:2014](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2014) +[src/types/types.ts:2015](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2015) ___ @@ -47,4 +47,4 @@ field is undefined if an error occurred. #### Defined in -[src/types/types.ts:2012](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2012) +[src/types/types.ts:2013](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2013) diff --git a/docs-md/interfaces/SimulateExecutionResponse.md b/docs-md/interfaces/SimulateExecutionResponse.md index 83139cf5..59893fa7 100644 --- a/docs-md/interfaces/SimulateExecutionResponse.md +++ b/docs-md/interfaces/SimulateExecutionResponse.md @@ -22,7 +22,7 @@ of the transaction along with the decoded calls if available. #### Defined in -[src/types/types.ts:2109](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2109) +[src/types/types.ts:2110](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2110) ___ @@ -35,4 +35,4 @@ available. #### Defined in -[src/types/types.ts:2115](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2115) +[src/types/types.ts:2116](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2116) diff --git a/docs-md/interfaces/SimulationCallTrace.md b/docs-md/interfaces/SimulationCallTrace.md index 407fe096..9a3406c6 100644 --- a/docs-md/interfaces/SimulationCallTrace.md +++ b/docs-md/interfaces/SimulationCallTrace.md @@ -35,7 +35,7 @@ A decoded version of the call. Provided on a best-effort basis. #### Defined in -[src/types/types.ts:2072](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2072) +[src/types/types.ts:2073](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2073) ___ @@ -51,7 +51,7 @@ Omit.error #### Defined in -[src/types/types.ts:2587](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2587) +[src/types/types.ts:2588](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2588) ___ @@ -67,7 +67,7 @@ Omit.from #### Defined in -[src/types/types.ts:2573](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2573) +[src/types/types.ts:2574](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2574) ___ @@ -83,7 +83,7 @@ Omit.gas #### Defined in -[src/types/types.ts:2579](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2579) +[src/types/types.ts:2580](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2580) ___ @@ -99,7 +99,7 @@ Omit.gasUsed #### Defined in -[src/types/types.ts:2581](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2581) +[src/types/types.ts:2582](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2582) ___ @@ -115,7 +115,7 @@ Omit.input #### Defined in -[src/types/types.ts:2583](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2583) +[src/types/types.ts:2584](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2584) ___ @@ -131,7 +131,7 @@ Omit.output #### Defined in -[src/types/types.ts:2585](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2585) +[src/types/types.ts:2586](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2586) ___ @@ -147,7 +147,7 @@ Omit.to #### Defined in -[src/types/types.ts:2575](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2575) +[src/types/types.ts:2576](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2576) ___ @@ -163,7 +163,7 @@ Omit.type #### Defined in -[src/types/types.ts:2070](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2070) +[src/types/types.ts:2071](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2071) ___ @@ -179,4 +179,4 @@ Omit.value #### Defined in -[src/types/types.ts:2577](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2577) +[src/types/types.ts:2578](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2578) diff --git a/docs-md/interfaces/SimulationDebugLog.md b/docs-md/interfaces/SimulationDebugLog.md index 80e9e0aa..b5efa899 100644 --- a/docs-md/interfaces/SimulationDebugLog.md +++ b/docs-md/interfaces/SimulationDebugLog.md @@ -23,7 +23,7 @@ The address of the contract that generated the log. #### Defined in -[src/types/types.ts:2096](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2096) +[src/types/types.ts:2097](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2097) ___ @@ -35,7 +35,7 @@ The data included the log. #### Defined in -[src/types/types.ts:2098](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2098) +[src/types/types.ts:2099](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2099) ___ @@ -47,7 +47,7 @@ A decoded version of the log. Provided on a best-effort basis. #### Defined in -[src/types/types.ts:2100](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2100) +[src/types/types.ts:2101](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2101) ___ @@ -59,4 +59,4 @@ An array of topics in the log. #### Defined in -[src/types/types.ts:2094](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2094) +[src/types/types.ts:2095](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2095) diff --git a/docs-md/interfaces/SpamInfo.md b/docs-md/interfaces/SpamInfo.md index 740ab798..15613a03 100644 --- a/docs-md/interfaces/SpamInfo.md +++ b/docs-md/interfaces/SpamInfo.md @@ -21,7 +21,7 @@ A list of reasons why an NFT contract was marked as spam. #### Defined in -[src/types/types.ts:602](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L602) +[src/types/types.ts:603](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L603) ___ @@ -31,4 +31,4 @@ ___ #### Defined in -[src/types/types.ts:599](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L599) +[src/types/types.ts:600](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L600) diff --git a/docs-md/interfaces/TokenBalanceFailure.md b/docs-md/interfaces/TokenBalanceFailure.md index 4840ccb7..01e6a6c7 100644 --- a/docs-md/interfaces/TokenBalanceFailure.md +++ b/docs-md/interfaces/TokenBalanceFailure.md @@ -18,7 +18,7 @@ #### Defined in -[src/types/types.ts:170](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L170) +[src/types/types.ts:171](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L171) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/types/types.ts:172](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L172) +[src/types/types.ts:173](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L173) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/types/types.ts:171](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L171) +[src/types/types.ts:172](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L172) diff --git a/docs-md/interfaces/TokenBalanceSuccess.md b/docs-md/interfaces/TokenBalanceSuccess.md index 37f4b9bc..43b9b06a 100644 --- a/docs-md/interfaces/TokenBalanceSuccess.md +++ b/docs-md/interfaces/TokenBalanceSuccess.md @@ -18,7 +18,7 @@ #### Defined in -[src/types/types.ts:163](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L163) +[src/types/types.ts:164](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L164) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/types/types.ts:165](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L165) +[src/types/types.ts:166](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L166) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/types/types.ts:164](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L164) +[src/types/types.ts:165](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L165) diff --git a/docs-md/interfaces/TokenBalancesOptionsDefaultTokens.md b/docs-md/interfaces/TokenBalancesOptionsDefaultTokens.md index 51e94713..d6af1126 100644 --- a/docs-md/interfaces/TokenBalancesOptionsDefaultTokens.md +++ b/docs-md/interfaces/TokenBalancesOptionsDefaultTokens.md @@ -21,4 +21,4 @@ The top 100 token type. #### Defined in -[src/types/types.ts:137](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L137) +[src/types/types.ts:138](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L138) diff --git a/docs-md/interfaces/TokenBalancesOptionsErc20.md b/docs-md/interfaces/TokenBalancesOptionsErc20.md index a5d5869f..c368b0cb 100644 --- a/docs-md/interfaces/TokenBalancesOptionsErc20.md +++ b/docs-md/interfaces/TokenBalancesOptionsErc20.md @@ -22,7 +22,7 @@ Optional page key for pagination (only applicable to TokenBalanceType.ERC20) #### Defined in -[src/types/types.ts:128](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L128) +[src/types/types.ts:129](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L129) ___ @@ -34,4 +34,4 @@ The ERC-20 token type. #### Defined in -[src/types/types.ts:125](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L125) +[src/types/types.ts:126](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L126) diff --git a/docs-md/interfaces/TokenBalancesResponse.md b/docs-md/interfaces/TokenBalancesResponse.md index be358953..6fdf9123 100644 --- a/docs-md/interfaces/TokenBalancesResponse.md +++ b/docs-md/interfaces/TokenBalancesResponse.md @@ -23,7 +23,7 @@ #### Defined in -[src/types/types.ts:154](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L154) +[src/types/types.ts:155](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L155) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[src/types/types.ts:155](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L155) +[src/types/types.ts:156](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L156) diff --git a/docs-md/interfaces/TokenBalancesResponseErc20.md b/docs-md/interfaces/TokenBalancesResponseErc20.md index f6039a0b..aaa99a4c 100644 --- a/docs-md/interfaces/TokenBalancesResponseErc20.md +++ b/docs-md/interfaces/TokenBalancesResponseErc20.md @@ -31,7 +31,7 @@ used. A page key may be returned if the provided address has many transfers. #### Defined in -[src/types/types.ts:154](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L154) +[src/types/types.ts:155](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L155) ___ @@ -44,7 +44,7 @@ of token balances. #### Defined in -[src/types/types.ts:149](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L149) +[src/types/types.ts:150](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L150) ___ @@ -58,4 +58,4 @@ ___ #### Defined in -[src/types/types.ts:155](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L155) +[src/types/types.ts:156](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L156) diff --git a/docs-md/interfaces/TokenMetadataResponse.md b/docs-md/interfaces/TokenMetadataResponse.md index e43c5b8d..1869f94f 100644 --- a/docs-md/interfaces/TokenMetadataResponse.md +++ b/docs-md/interfaces/TokenMetadataResponse.md @@ -24,7 +24,7 @@ contract and not available from other sources. #### Defined in -[src/types/types.ts:265](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L265) +[src/types/types.ts:266](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L266) ___ @@ -36,7 +36,7 @@ URL link to the token's logo. Is `null` if the logo is not available. #### Defined in -[src/types/types.ts:268](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L268) +[src/types/types.ts:269](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L269) ___ @@ -49,7 +49,7 @@ not available from other sources. #### Defined in -[src/types/types.ts:253](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L253) +[src/types/types.ts:254](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L254) ___ @@ -62,4 +62,4 @@ and not available from other sources. #### Defined in -[src/types/types.ts:259](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L259) +[src/types/types.ts:260](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L260) diff --git a/docs-md/interfaces/TokenUri.md b/docs-md/interfaces/TokenUri.md index 386e707e..47012507 100644 --- a/docs-md/interfaces/TokenUri.md +++ b/docs-md/interfaces/TokenUri.md @@ -21,7 +21,7 @@ Public gateway URI for the raw URI. Generally offers better performance. #### Defined in -[src/types/types.ts:549](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L549) +[src/types/types.ts:550](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L550) ___ @@ -34,4 +34,4 @@ IPFS link). #### Defined in -[src/types/types.ts:546](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L546) +[src/types/types.ts:547](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L547) diff --git a/docs-md/interfaces/TransactionReceiptsBlockHash.md b/docs-md/interfaces/TransactionReceiptsBlockHash.md index f2f0b339..746a5892 100644 --- a/docs-md/interfaces/TransactionReceiptsBlockHash.md +++ b/docs-md/interfaces/TransactionReceiptsBlockHash.md @@ -20,4 +20,4 @@ The block hash to get transaction receipts for. #### Defined in -[src/types/types.ts:1479](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1479) +[src/types/types.ts:1480](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1480) diff --git a/docs-md/interfaces/TransactionReceiptsBlockNumber.md b/docs-md/interfaces/TransactionReceiptsBlockNumber.md index 9660fbb0..3c2174b1 100644 --- a/docs-md/interfaces/TransactionReceiptsBlockNumber.md +++ b/docs-md/interfaces/TransactionReceiptsBlockNumber.md @@ -20,4 +20,4 @@ The block number to get transaction receipts for. #### Defined in -[src/types/types.ts:1469](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1469) +[src/types/types.ts:1470](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1470) diff --git a/docs-md/interfaces/TransactionReceiptsResponse.md b/docs-md/interfaces/TransactionReceiptsResponse.md index 20f0f311..26a12772 100644 --- a/docs-md/interfaces/TransactionReceiptsResponse.md +++ b/docs-md/interfaces/TransactionReceiptsResponse.md @@ -20,4 +20,4 @@ A list of transaction receipts for the queried block. #### Defined in -[src/types/types.ts:1498](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1498) +[src/types/types.ts:1499](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1499) diff --git a/docs-md/interfaces/TransactionWebhookParams.md b/docs-md/interfaces/TransactionWebhookParams.md index 13274449..e26ae9ed 100644 --- a/docs-md/interfaces/TransactionWebhookParams.md +++ b/docs-md/interfaces/TransactionWebhookParams.md @@ -28,4 +28,4 @@ The app id of the project to create the webhook on. #### Defined in -[src/types/types.ts:2308](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2308) +[src/types/types.ts:2309](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2309) diff --git a/docs-md/interfaces/TransferredNft.md b/docs-md/interfaces/TransferredNft.md index 147c014b..af7b17ba 100644 --- a/docs-md/interfaces/TransferredNft.md +++ b/docs-md/interfaces/TransferredNft.md @@ -47,7 +47,7 @@ request. #### Defined in -[src/api/nft.ts:116](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L116) +[src/api/nft.ts:116](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L116) ___ @@ -59,7 +59,7 @@ The block number as a hex string of when the transfer or mint occurred. #### Defined in -[src/types/types.ts:1157](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1157) +[src/types/types.ts:1158](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1158) ___ @@ -75,7 +75,7 @@ The NFT's underlying contract and relevant contract metadata. #### Defined in -[src/api/nft.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L82) +[src/api/nft.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L82) ___ @@ -91,7 +91,7 @@ The NFT description. #### Defined in -[src/api/nft.ts:88](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L88) +[src/api/nft.ts:88](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L88) ___ @@ -104,7 +104,7 @@ The address the NFT was from. For minted NFTs, this field is the set to #### Defined in -[src/types/types.ts:1151](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1151) +[src/types/types.ts:1152](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1152) ___ @@ -120,7 +120,7 @@ URIs for accessing the NFT's media assets. #### Defined in -[src/api/nft.ts:106](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L106) +[src/api/nft.ts:106](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L106) ___ @@ -136,7 +136,7 @@ Holds an error message if there was an issue fetching metadata. #### Defined in -[src/api/nft.ts:94](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L94) +[src/api/nft.ts:94](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L94) ___ @@ -153,7 +153,7 @@ field is undefined if Alchemy was unable to fetch metadata. #### Defined in -[src/api/nft.ts:100](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L100) +[src/api/nft.ts:100](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L100) ___ @@ -169,7 +169,7 @@ Detailed information on why an NFT was classified as spam. #### Defined in -[src/api/nft.ts:109](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L109) +[src/api/nft.ts:109](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L109) ___ @@ -185,7 +185,7 @@ When the NFT was last updated in the blockchain. Represented in ISO-8601 format. #### Defined in -[src/api/nft.ts:91](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L91) +[src/api/nft.ts:91](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L91) ___ @@ -201,7 +201,7 @@ The NFT title. #### Defined in -[src/api/nft.ts:85](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L85) +[src/api/nft.ts:85](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L85) ___ @@ -213,7 +213,7 @@ The address the NFT was sent or minted to. #### Defined in -[src/types/types.ts:1153](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1153) +[src/types/types.ts:1154](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1154) ___ @@ -229,7 +229,7 @@ The NFT token ID as an integer string. #### Defined in -[src/api/nft.ts:66](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L66) +[src/api/nft.ts:66](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L66) ___ @@ -245,7 +245,7 @@ The type of ERC token, if known. #### Defined in -[src/api/nft.ts:68](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L68) +[src/api/nft.ts:68](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L68) ___ @@ -261,7 +261,7 @@ URIs for accessing the NFT's metadata blob. #### Defined in -[src/api/nft.ts:103](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/nft.ts#L103) +[src/api/nft.ts:103](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/nft.ts#L103) ___ @@ -273,4 +273,4 @@ The transaction hash where the transfer or mint occurred. #### Defined in -[src/types/types.ts:1155](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1155) +[src/types/types.ts:1156](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1156) diff --git a/docs-md/interfaces/TransfersNftResponse.md b/docs-md/interfaces/TransfersNftResponse.md index 00769ab5..bcdddd52 100644 --- a/docs-md/interfaces/TransfersNftResponse.md +++ b/docs-md/interfaces/TransfersNftResponse.md @@ -23,7 +23,7 @@ An array of NFTs. #### Defined in -[src/types/types.ts:1138](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1138) +[src/types/types.ts:1139](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1139) ___ @@ -35,4 +35,4 @@ Optional page key to use to fetch the next group of NFTs. #### Defined in -[src/types/types.ts:1140](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1140) +[src/types/types.ts:1141](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1141) diff --git a/docs-md/interfaces/Webhook.md b/docs-md/interfaces/Webhook.md index 8b794c3e..14a25fb8 100644 --- a/docs-md/interfaces/Webhook.md +++ b/docs-md/interfaces/Webhook.md @@ -45,7 +45,7 @@ The app id of the app used for the webhook. This field is only present on #### Defined in -[src/types/types.ts:2188](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2188) +[src/types/types.ts:2189](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2189) ___ @@ -57,7 +57,7 @@ The webhook's unique id. #### Defined in -[src/types/types.ts:2169](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2169) +[src/types/types.ts:2170](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2170) ___ @@ -69,7 +69,7 @@ Whether the webhook is currently active #### Defined in -[src/types/types.ts:2177](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2177) +[src/types/types.ts:2178](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2178) ___ @@ -81,7 +81,7 @@ The network the webhook is on. #### Defined in -[src/types/types.ts:2171](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2171) +[src/types/types.ts:2172](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2172) ___ @@ -93,7 +93,7 @@ The signing key used to verify payloads for the webhook. #### Defined in -[src/types/types.ts:2181](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2181) +[src/types/types.ts:2182](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2182) ___ @@ -105,7 +105,7 @@ The creation time of the webhook as an ISO string. #### Defined in -[src/types/types.ts:2179](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2179) +[src/types/types.ts:2180](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2180) ___ @@ -117,7 +117,7 @@ The type of webhook. #### Defined in -[src/types/types.ts:2173](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2173) +[src/types/types.ts:2174](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2174) ___ @@ -129,7 +129,7 @@ The url that the webhook sends its payload to. #### Defined in -[src/types/types.ts:2175](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2175) +[src/types/types.ts:2176](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2176) ___ @@ -141,4 +141,4 @@ The webhook version. All newly created webhooks default to V2. #### Defined in -[src/types/types.ts:2183](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2183) +[src/types/types.ts:2184](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2184) diff --git a/docs-md/interfaces/WebhookAddressOverride.md b/docs-md/interfaces/WebhookAddressOverride.md index f9fc82e2..12e30654 100644 --- a/docs-md/interfaces/WebhookAddressOverride.md +++ b/docs-md/interfaces/WebhookAddressOverride.md @@ -21,4 +21,4 @@ The new addresses to track. Existing addresses will be removed. #### Defined in -[src/types/types.ts:2422](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2422) +[src/types/types.ts:2423](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2423) diff --git a/docs-md/interfaces/WebhookAddressUpdate.md b/docs-md/interfaces/WebhookAddressUpdate.md index d21a0b20..8dfd8976 100644 --- a/docs-md/interfaces/WebhookAddressUpdate.md +++ b/docs-md/interfaces/WebhookAddressUpdate.md @@ -22,7 +22,7 @@ The addresses to additionally track. #### Defined in -[src/types/types.ts:2411](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2411) +[src/types/types.ts:2412](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2412) ___ @@ -34,4 +34,4 @@ Existing addresses to remove. #### Defined in -[src/types/types.ts:2413](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2413) +[src/types/types.ts:2414](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2414) diff --git a/docs-md/interfaces/WebhookNftFilterUpdate.md b/docs-md/interfaces/WebhookNftFilterUpdate.md index 7eb98742..f0aa8647 100644 --- a/docs-md/interfaces/WebhookNftFilterUpdate.md +++ b/docs-md/interfaces/WebhookNftFilterUpdate.md @@ -22,7 +22,7 @@ The filters to additionally track. #### Defined in -[src/types/types.ts:2389](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2389) +[src/types/types.ts:2390](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2390) ___ @@ -34,4 +34,4 @@ Existing filters to remove. #### Defined in -[src/types/types.ts:2391](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2391) +[src/types/types.ts:2392](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2392) diff --git a/docs-md/interfaces/WebhookNftMetadataFilterUpdate.md b/docs-md/interfaces/WebhookNftMetadataFilterUpdate.md index d256be7c..d38c5d44 100644 --- a/docs-md/interfaces/WebhookNftMetadataFilterUpdate.md +++ b/docs-md/interfaces/WebhookNftMetadataFilterUpdate.md @@ -22,7 +22,7 @@ The filters to additionally track. #### Defined in -[src/types/types.ts:2400](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2400) +[src/types/types.ts:2401](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2401) ___ @@ -34,4 +34,4 @@ Existing filters to remove. #### Defined in -[src/types/types.ts:2402](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2402) +[src/types/types.ts:2403](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2403) diff --git a/docs-md/interfaces/WebhookStatusUpdate.md b/docs-md/interfaces/WebhookStatusUpdate.md index 7430e341..ec5ad035 100644 --- a/docs-md/interfaces/WebhookStatusUpdate.md +++ b/docs-md/interfaces/WebhookStatusUpdate.md @@ -21,4 +21,4 @@ Whether the webhook is active. #### Defined in -[src/types/types.ts:2380](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2380) +[src/types/types.ts:2381](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2381) diff --git a/docs-md/modules.md b/docs-md/modules.md index f18ca300..5f331e60 100644 --- a/docs-md/modules.md +++ b/docs-md/modules.md @@ -219,7 +219,7 @@ Params object when calling [NotifyNamespace.updateWebhook](classes/NotifyNamespa #### Defined in -[src/types/types.ts:2451](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2451) +[src/types/types.ts:2452](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2452) ___ @@ -232,7 +232,7 @@ filters compatible with other ethers events. #### Defined in -[src/types/types.ts:1869](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1869) +[src/types/types.ts:1870](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1870) ___ @@ -245,7 +245,7 @@ also include Alchemy's Subscription API. #### Defined in -[src/types/types.ts:1863](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1863) +[src/types/types.ts:1864](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1864) ___ @@ -258,7 +258,7 @@ least one of the fields to be set. #### Defined in -[src/types/types.ts:1852](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1852) +[src/types/types.ts:1853](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1853) ___ @@ -281,7 +281,7 @@ methods in the [DebugNamespace](classes/DebugNamespace.md). #### Defined in -[src/types/types.ts:2512](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2512) +[src/types/types.ts:2513](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2513) ___ @@ -304,7 +304,7 @@ Params object when calling [NotifyNamespace.updateWebhook](classes/NotifyNamespa #### Defined in -[src/types/types.ts:2445](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2445) +[src/types/types.ts:2446](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2446) ___ @@ -318,7 +318,7 @@ The keys are the addresses of the accounts, mapped to its corresponding state. #### Defined in -[src/types/types.ts:2629](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2629) +[src/types/types.ts:2630](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2630) ___ @@ -340,7 +340,7 @@ The level of verbosity for the logger. #### Defined in -[src/util/logger.ts:22](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/util/logger.ts#L22) +[src/util/logger.ts:22](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/util/logger.ts#L22) ___ @@ -353,7 +353,7 @@ Params object when calling [NotifyNamespace.updateWebhook](classes/NotifyNamespa #### Defined in -[src/types/types.ts:2437](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2437) +[src/types/types.ts:2438](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2438) ___ @@ -366,7 +366,7 @@ Params object when calling [NotifyNamespace.updateWebhook](classes/NotifyNamespa #### Defined in -[src/types/types.ts:2429](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2429) +[src/types/types.ts:2430](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2430) ___ @@ -384,7 +384,7 @@ Requires an array with at least one value. #### Defined in -[src/types/types.ts:2655](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2655) +[src/types/types.ts:2656](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2656) ___ @@ -405,7 +405,7 @@ Implementation copied over from #### Defined in -[src/types/types.ts:2649](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L2649) +[src/types/types.ts:2650](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L2650) ___ @@ -415,7 +415,7 @@ ___ #### Defined in -[src/types/types.ts:159](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L159) +[src/types/types.ts:160](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L160) ___ @@ -427,7 +427,7 @@ The parameters to use with the [CoreNamespace.getTransactionReceipts](classes/Co #### Defined in -[src/types/types.ts:1487](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/types/types.ts#L1487) +[src/types/types.ts:1488](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/types/types.ts#L1488) ___ @@ -478,7 +478,7 @@ Converts a hex string to a decimal number. #### Defined in -[src/api/util.ts:9](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/util.ts#L9) +[src/api/util.ts:9](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/util.ts#L9) ___ @@ -500,7 +500,7 @@ Checks if a value is a hex string. #### Defined in -[src/api/util.ts:29](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/util.ts#L29) +[src/api/util.ts:29](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/util.ts#L29) ___ @@ -522,7 +522,7 @@ Configures the verbosity of logging. The default log level is `info`. #### Defined in -[src/util/logger.ts:56](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/util/logger.ts#L56) +[src/util/logger.ts:56](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/util/logger.ts#L56) ___ @@ -544,4 +544,4 @@ Converts a number to a hex string. #### Defined in -[src/api/util.ts:19](https://github.com/alchemyplatform/alchemy-sdk-js/blob/e05babb/src/api/util.ts#L19) +[src/api/util.ts:19](https://github.com/alchemyplatform/alchemy-sdk-js/blob/5992f68/src/api/util.ts#L19) diff --git a/docs/assets/search.js b/docs/assets/search.js index 0935161f..a359489d 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration member\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\"},\"rows\":[{\"id\":0,\"kind\":4,\"name\":\"Utils\",\"url\":\"modules/Utils.html\",\"classes\":\"tsd-kind-namespace\"},{\"id\":1,\"kind\":128,\"name\":\"Alchemy\",\"url\":\"classes/Alchemy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Alchemy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":3,\"kind\":1024,\"name\":\"core\",\"url\":\"classes/Alchemy.html#core\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":4,\"kind\":1024,\"name\":\"nft\",\"url\":\"classes/Alchemy.html#nft\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":5,\"kind\":1024,\"name\":\"ws\",\"url\":\"classes/Alchemy.html#ws\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":6,\"kind\":1024,\"name\":\"transact\",\"url\":\"classes/Alchemy.html#transact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":7,\"kind\":1024,\"name\":\"config\",\"url\":\"classes/Alchemy.html#config\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":8,\"kind\":1024,\"name\":\"notify\",\"url\":\"classes/Alchemy.html#notify\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":9,\"kind\":1024,\"name\":\"debug\",\"url\":\"classes/Alchemy.html#debug\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":10,\"kind\":128,\"name\":\"Wallet\",\"url\":\"classes/Wallet.html\",\"classes\":\"tsd-kind-class\"},{\"id\":11,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Wallet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":12,\"kind\":1024,\"name\":\"alchemyProviderPromise\",\"url\":\"classes/Wallet.html#alchemyProviderPromise\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Wallet\"},{\"id\":13,\"kind\":2048,\"name\":\"getBalance\",\"url\":\"classes/Wallet.html#getBalance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":14,\"kind\":2048,\"name\":\"getTransactionCount\",\"url\":\"classes/Wallet.html#getTransactionCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":15,\"kind\":2048,\"name\":\"estimateGas\",\"url\":\"classes/Wallet.html#estimateGas\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":16,\"kind\":2048,\"name\":\"call\",\"url\":\"classes/Wallet.html#call\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":17,\"kind\":2048,\"name\":\"populateTransaction\",\"url\":\"classes/Wallet.html#populateTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":18,\"kind\":2048,\"name\":\"sendTransaction\",\"url\":\"classes/Wallet.html#sendTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":19,\"kind\":2048,\"name\":\"getChainId\",\"url\":\"classes/Wallet.html#getChainId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":20,\"kind\":2048,\"name\":\"getGasPrice\",\"url\":\"classes/Wallet.html#getGasPrice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":21,\"kind\":2048,\"name\":\"getFeeData\",\"url\":\"classes/Wallet.html#getFeeData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":22,\"kind\":2048,\"name\":\"resolveName\",\"url\":\"classes/Wallet.html#resolveName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":23,\"kind\":2048,\"name\":\"getWallet\",\"url\":\"classes/Wallet.html#getWallet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Wallet\"},{\"id\":24,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Wallet.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Wallet\"},{\"id\":25,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Wallet.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Wallet\"},{\"id\":26,\"kind\":128,\"name\":\"Contract\",\"url\":\"classes/Contract.html\",\"classes\":\"tsd-kind-class\"},{\"id\":27,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Contract.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Contract\"},{\"id\":28,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":29,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":30,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":31,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":32,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":33,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":34,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":35,\"kind\":128,\"name\":\"ContractFactory\",\"url\":\"classes/ContractFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":36,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContractFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContractFactory\"},{\"id\":37,\"kind\":128,\"name\":\"AlchemyConfig\",\"url\":\"classes/AlchemyConfig.html\",\"classes\":\"tsd-kind-class\"},{\"id\":38,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AlchemyConfig.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":39,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"classes/AlchemyConfig.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":40,\"kind\":1024,\"name\":\"network\",\"url\":\"classes/AlchemyConfig.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":41,\"kind\":1024,\"name\":\"maxRetries\",\"url\":\"classes/AlchemyConfig.html#maxRetries\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":42,\"kind\":1024,\"name\":\"batchRequests\",\"url\":\"classes/AlchemyConfig.html#batchRequests\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":43,\"kind\":1024,\"name\":\"url\",\"url\":\"classes/AlchemyConfig.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":44,\"kind\":1024,\"name\":\"authToken\",\"url\":\"classes/AlchemyConfig.html#authToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":45,\"kind\":1024,\"name\":\"requestTimeout\",\"url\":\"classes/AlchemyConfig.html#requestTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":46,\"kind\":2048,\"name\":\"getProvider\",\"url\":\"classes/AlchemyConfig.html#getProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":47,\"kind\":2048,\"name\":\"getWebSocketProvider\",\"url\":\"classes/AlchemyConfig.html#getWebSocketProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":48,\"kind\":128,\"name\":\"AlchemyProvider\",\"url\":\"classes/AlchemyProvider.html\",\"classes\":\"tsd-kind-class\"},{\"id\":49,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"classes/AlchemyProvider.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":50,\"kind\":1024,\"name\":\"maxRetries\",\"url\":\"classes/AlchemyProvider.html#maxRetries\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":51,\"kind\":1024,\"name\":\"batchRequests\",\"url\":\"classes/AlchemyProvider.html#batchRequests\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":52,\"kind\":2048,\"name\":\"detectNetwork\",\"url\":\"classes/AlchemyProvider.html#detectNetwork\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyProvider\"},{\"id\":53,\"kind\":2048,\"name\":\"_startPending\",\"url\":\"classes/AlchemyProvider.html#_startPending\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyProvider\"},{\"id\":54,\"kind\":2048,\"name\":\"isCommunityResource\",\"url\":\"classes/AlchemyProvider.html#isCommunityResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":55,\"kind\":2048,\"name\":\"send\",\"url\":\"classes/AlchemyProvider.html#send\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyProvider\"},{\"id\":56,\"kind\":2048,\"name\":\"modifyFormatter\",\"url\":\"classes/AlchemyProvider.html#modifyFormatter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyProvider\"},{\"id\":57,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyProvider.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":58,\"kind\":128,\"name\":\"AlchemyWebSocketProvider\",\"url\":\"classes/AlchemyWebSocketProvider.html\",\"classes\":\"tsd-kind-class\"},{\"id\":59,\"kind\":1024,\"name\":\"_events\",\"url\":\"classes/AlchemyWebSocketProvider.html#_events\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":60,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"classes/AlchemyWebSocketProvider.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":61,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/AlchemyWebSocketProvider.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":62,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/AlchemyWebSocketProvider.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":63,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/AlchemyWebSocketProvider.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":64,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":65,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/AlchemyWebSocketProvider.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":66,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":67,\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/AlchemyWebSocketProvider.html#destroy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":68,\"kind\":2048,\"name\":\"isCommunityResource\",\"url\":\"classes/AlchemyWebSocketProvider.html#isCommunityResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":69,\"kind\":2048,\"name\":\"emitEvent\",\"url\":\"classes/AlchemyWebSocketProvider.html#emitEvent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":70,\"kind\":2048,\"name\":\"_off\",\"url\":\"classes/AlchemyWebSocketProvider.html#_off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":71,\"kind\":2048,\"name\":\"_removeAllListeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#_removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":72,\"kind\":2048,\"name\":\"_listenerCount\",\"url\":\"classes/AlchemyWebSocketProvider.html#_listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":73,\"kind\":2048,\"name\":\"_listeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#_listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":74,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":75,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":76,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":77,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":78,\"kind\":128,\"name\":\"NftNamespace\",\"url\":\"classes/NftNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":79,\"kind\":2048,\"name\":\"getNftMetadata\",\"url\":\"classes/NftNamespace.html#getNftMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":80,\"kind\":2048,\"name\":\"getNftMetadataBatch\",\"url\":\"classes/NftNamespace.html#getNftMetadataBatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":81,\"kind\":2048,\"name\":\"getContractMetadata\",\"url\":\"classes/NftNamespace.html#getContractMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":82,\"kind\":2048,\"name\":\"getContractMetadataBatch\",\"url\":\"classes/NftNamespace.html#getContractMetadataBatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":83,\"kind\":2048,\"name\":\"getNftsForOwnerIterator\",\"url\":\"classes/NftNamespace.html#getNftsForOwnerIterator\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":84,\"kind\":2048,\"name\":\"getNftsForOwner\",\"url\":\"classes/NftNamespace.html#getNftsForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":85,\"kind\":2048,\"name\":\"getNftsForContract\",\"url\":\"classes/NftNamespace.html#getNftsForContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":86,\"kind\":2048,\"name\":\"getNftsForContractIterator\",\"url\":\"classes/NftNamespace.html#getNftsForContractIterator\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":87,\"kind\":2048,\"name\":\"getOwnersForContract\",\"url\":\"classes/NftNamespace.html#getOwnersForContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":88,\"kind\":2048,\"name\":\"getOwnersForNft\",\"url\":\"classes/NftNamespace.html#getOwnersForNft\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":89,\"kind\":2048,\"name\":\"getContractsForOwner\",\"url\":\"classes/NftNamespace.html#getContractsForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":90,\"kind\":2048,\"name\":\"getTransfersForOwner\",\"url\":\"classes/NftNamespace.html#getTransfersForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":91,\"kind\":2048,\"name\":\"getTransfersForContract\",\"url\":\"classes/NftNamespace.html#getTransfersForContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":92,\"kind\":2048,\"name\":\"getMintedNfts\",\"url\":\"classes/NftNamespace.html#getMintedNfts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":93,\"kind\":2048,\"name\":\"checkNftOwnership\",\"url\":\"classes/NftNamespace.html#checkNftOwnership\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":94,\"kind\":2048,\"name\":\"verifyNftOwnership\",\"url\":\"classes/NftNamespace.html#verifyNftOwnership\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":95,\"kind\":2048,\"name\":\"isSpamContract\",\"url\":\"classes/NftNamespace.html#isSpamContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":96,\"kind\":2048,\"name\":\"getSpamContracts\",\"url\":\"classes/NftNamespace.html#getSpamContracts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":97,\"kind\":2048,\"name\":\"getFloorPrice\",\"url\":\"classes/NftNamespace.html#getFloorPrice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":98,\"kind\":2048,\"name\":\"getNftSales\",\"url\":\"classes/NftNamespace.html#getNftSales\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":99,\"kind\":2048,\"name\":\"computeRarity\",\"url\":\"classes/NftNamespace.html#computeRarity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":100,\"kind\":2048,\"name\":\"searchContractMetadata\",\"url\":\"classes/NftNamespace.html#searchContractMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":101,\"kind\":2048,\"name\":\"summarizeNftAttributes\",\"url\":\"classes/NftNamespace.html#summarizeNftAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":102,\"kind\":2048,\"name\":\"refreshNftMetadata\",\"url\":\"classes/NftNamespace.html#refreshNftMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":103,\"kind\":2048,\"name\":\"refreshContract\",\"url\":\"classes/NftNamespace.html#refreshContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":104,\"kind\":128,\"name\":\"WebSocketNamespace\",\"url\":\"classes/WebSocketNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":105,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/WebSocketNamespace.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":106,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/WebSocketNamespace.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":107,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/WebSocketNamespace.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":108,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/WebSocketNamespace.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":109,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/WebSocketNamespace.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":110,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/WebSocketNamespace.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":111,\"kind\":128,\"name\":\"CoreNamespace\",\"url\":\"classes/CoreNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":112,\"kind\":2048,\"name\":\"getBalance\",\"url\":\"classes/CoreNamespace.html#getBalance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":113,\"kind\":2048,\"name\":\"isContractAddress\",\"url\":\"classes/CoreNamespace.html#isContractAddress\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":114,\"kind\":2048,\"name\":\"getCode\",\"url\":\"classes/CoreNamespace.html#getCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":115,\"kind\":2048,\"name\":\"getStorageAt\",\"url\":\"classes/CoreNamespace.html#getStorageAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":116,\"kind\":2048,\"name\":\"getTransactionCount\",\"url\":\"classes/CoreNamespace.html#getTransactionCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":117,\"kind\":2048,\"name\":\"getBlock\",\"url\":\"classes/CoreNamespace.html#getBlock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":118,\"kind\":2048,\"name\":\"getBlockWithTransactions\",\"url\":\"classes/CoreNamespace.html#getBlockWithTransactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":119,\"kind\":2048,\"name\":\"getNetwork\",\"url\":\"classes/CoreNamespace.html#getNetwork\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":120,\"kind\":2048,\"name\":\"getBlockNumber\",\"url\":\"classes/CoreNamespace.html#getBlockNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":121,\"kind\":2048,\"name\":\"getGasPrice\",\"url\":\"classes/CoreNamespace.html#getGasPrice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":122,\"kind\":2048,\"name\":\"getFeeData\",\"url\":\"classes/CoreNamespace.html#getFeeData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":123,\"kind\":2048,\"name\":\"ready\",\"url\":\"classes/CoreNamespace.html#ready\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":124,\"kind\":2048,\"name\":\"call\",\"url\":\"classes/CoreNamespace.html#call\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":125,\"kind\":2048,\"name\":\"estimateGas\",\"url\":\"classes/CoreNamespace.html#estimateGas\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":126,\"kind\":2048,\"name\":\"getTransaction\",\"url\":\"classes/CoreNamespace.html#getTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":127,\"kind\":2048,\"name\":\"getTransactionReceipt\",\"url\":\"classes/CoreNamespace.html#getTransactionReceipt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":128,\"kind\":2048,\"name\":\"sendTransaction\",\"url\":\"classes/CoreNamespace.html#sendTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":129,\"kind\":2048,\"name\":\"waitForTransaction\",\"url\":\"classes/CoreNamespace.html#waitForTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":130,\"kind\":2048,\"name\":\"getLogs\",\"url\":\"classes/CoreNamespace.html#getLogs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":131,\"kind\":2048,\"name\":\"send\",\"url\":\"classes/CoreNamespace.html#send\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":132,\"kind\":2048,\"name\":\"findContractDeployer\",\"url\":\"classes/CoreNamespace.html#findContractDeployer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":133,\"kind\":2048,\"name\":\"getTokenBalances\",\"url\":\"classes/CoreNamespace.html#getTokenBalances\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":134,\"kind\":2048,\"name\":\"getTokensForOwner\",\"url\":\"classes/CoreNamespace.html#getTokensForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":135,\"kind\":2048,\"name\":\"getTokenMetadata\",\"url\":\"classes/CoreNamespace.html#getTokenMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":136,\"kind\":2048,\"name\":\"getAssetTransfers\",\"url\":\"classes/CoreNamespace.html#getAssetTransfers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":137,\"kind\":2048,\"name\":\"getTransactionReceipts\",\"url\":\"classes/CoreNamespace.html#getTransactionReceipts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":138,\"kind\":2048,\"name\":\"resolveName\",\"url\":\"classes/CoreNamespace.html#resolveName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":139,\"kind\":2048,\"name\":\"lookupAddress\",\"url\":\"classes/CoreNamespace.html#lookupAddress\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":140,\"kind\":128,\"name\":\"TransactNamespace\",\"url\":\"classes/TransactNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":141,\"kind\":2048,\"name\":\"sendPrivateTransaction\",\"url\":\"classes/TransactNamespace.html#sendPrivateTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":142,\"kind\":2048,\"name\":\"cancelPrivateTransaction\",\"url\":\"classes/TransactNamespace.html#cancelPrivateTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":143,\"kind\":2048,\"name\":\"simulateAssetChangesBundle\",\"url\":\"classes/TransactNamespace.html#simulateAssetChangesBundle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":144,\"kind\":2048,\"name\":\"simulateAssetChanges\",\"url\":\"classes/TransactNamespace.html#simulateAssetChanges\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":145,\"kind\":2048,\"name\":\"simulateExecutionBundle\",\"url\":\"classes/TransactNamespace.html#simulateExecutionBundle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":146,\"kind\":2048,\"name\":\"simulateExecution\",\"url\":\"classes/TransactNamespace.html#simulateExecution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":147,\"kind\":2048,\"name\":\"getTransaction\",\"url\":\"classes/TransactNamespace.html#getTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":148,\"kind\":2048,\"name\":\"sendTransaction\",\"url\":\"classes/TransactNamespace.html#sendTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":149,\"kind\":2048,\"name\":\"estimateGas\",\"url\":\"classes/TransactNamespace.html#estimateGas\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":150,\"kind\":2048,\"name\":\"getMaxPriorityFeePerGas\",\"url\":\"classes/TransactNamespace.html#getMaxPriorityFeePerGas\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":151,\"kind\":2048,\"name\":\"waitForTransaction\",\"url\":\"classes/TransactNamespace.html#waitForTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":152,\"kind\":128,\"name\":\"NotifyNamespace\",\"url\":\"classes/NotifyNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":153,\"kind\":2048,\"name\":\"getAllWebhooks\",\"url\":\"classes/NotifyNamespace.html#getAllWebhooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":154,\"kind\":2048,\"name\":\"getAddresses\",\"url\":\"classes/NotifyNamespace.html#getAddresses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":155,\"kind\":2048,\"name\":\"getGraphqlQuery\",\"url\":\"classes/NotifyNamespace.html#getGraphqlQuery\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":156,\"kind\":2048,\"name\":\"getNftFilters\",\"url\":\"classes/NotifyNamespace.html#getNftFilters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":157,\"kind\":2048,\"name\":\"updateWebhook\",\"url\":\"classes/NotifyNamespace.html#updateWebhook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":158,\"kind\":2048,\"name\":\"createWebhook\",\"url\":\"classes/NotifyNamespace.html#createWebhook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":159,\"kind\":2048,\"name\":\"deleteWebhook\",\"url\":\"classes/NotifyNamespace.html#deleteWebhook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":160,\"kind\":2048,\"name\":\"verifyConfig\",\"url\":\"classes/NotifyNamespace.html#verifyConfig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"NotifyNamespace\"},{\"id\":161,\"kind\":2048,\"name\":\"sendWebhookRequest\",\"url\":\"classes/NotifyNamespace.html#sendWebhookRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-private\",\"parent\":\"NotifyNamespace\"},{\"id\":162,\"kind\":128,\"name\":\"DebugNamespace\",\"url\":\"classes/DebugNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":163,\"kind\":2048,\"name\":\"traceCall\",\"url\":\"classes/DebugNamespace.html#traceCall\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugNamespace\"},{\"id\":164,\"kind\":2048,\"name\":\"traceTransaction\",\"url\":\"classes/DebugNamespace.html#traceTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugNamespace\"},{\"id\":165,\"kind\":2048,\"name\":\"traceBlock\",\"url\":\"classes/DebugNamespace.html#traceBlock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugNamespace\"},{\"id\":166,\"kind\":256,\"name\":\"BaseNftContract\",\"url\":\"interfaces/BaseNftContract.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":167,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/BaseNftContract.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNftContract\"},{\"id\":168,\"kind\":256,\"name\":\"NftContract\",\"url\":\"interfaces/NftContract.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":169,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/NftContract.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":170,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/NftContract.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":171,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/NftContract.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":172,\"kind\":1024,\"name\":\"totalSupply\",\"url\":\"interfaces/NftContract.html#totalSupply\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":173,\"kind\":1024,\"name\":\"openSea\",\"url\":\"interfaces/NftContract.html#openSea\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":174,\"kind\":1024,\"name\":\"contractDeployer\",\"url\":\"interfaces/NftContract.html#contractDeployer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":175,\"kind\":1024,\"name\":\"deployedBlockNumber\",\"url\":\"interfaces/NftContract.html#deployedBlockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":176,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/NftContract.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftContract\"},{\"id\":177,\"kind\":256,\"name\":\"Nft\",\"url\":\"interfaces/Nft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":178,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/Nft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"Nft\"},{\"id\":179,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/Nft.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":180,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/Nft.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":181,\"kind\":1024,\"name\":\"timeLastUpdated\",\"url\":\"interfaces/Nft.html#timeLastUpdated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":182,\"kind\":1024,\"name\":\"metadataError\",\"url\":\"interfaces/Nft.html#metadataError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":183,\"kind\":1024,\"name\":\"rawMetadata\",\"url\":\"interfaces/Nft.html#rawMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":184,\"kind\":1024,\"name\":\"tokenUri\",\"url\":\"interfaces/Nft.html#tokenUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":185,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/Nft.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":186,\"kind\":1024,\"name\":\"spamInfo\",\"url\":\"interfaces/Nft.html#spamInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":187,\"kind\":1024,\"name\":\"acquiredAt\",\"url\":\"interfaces/Nft.html#acquiredAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":188,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/Nft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Nft\"},{\"id\":189,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/Nft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Nft\"},{\"id\":190,\"kind\":256,\"name\":\"BaseNft\",\"url\":\"interfaces/BaseNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":191,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/BaseNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNft\"},{\"id\":192,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/BaseNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNft\"},{\"id\":193,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/BaseNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNft\"},{\"id\":194,\"kind\":64,\"name\":\"fromHex\",\"url\":\"modules.html#fromHex\",\"classes\":\"tsd-kind-function\"},{\"id\":195,\"kind\":64,\"name\":\"toHex\",\"url\":\"modules.html#toHex\",\"classes\":\"tsd-kind-function\"},{\"id\":196,\"kind\":64,\"name\":\"isHex\",\"url\":\"modules.html#isHex\",\"classes\":\"tsd-kind-function\"},{\"id\":197,\"kind\":64,\"name\":\"setLogLevel\",\"url\":\"modules.html#setLogLevel\",\"classes\":\"tsd-kind-function\"},{\"id\":198,\"kind\":4194304,\"name\":\"LogLevel\",\"url\":\"modules.html#LogLevel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":199,\"kind\":256,\"name\":\"AlchemySettings\",\"url\":\"interfaces/AlchemySettings.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":200,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"interfaces/AlchemySettings.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":201,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/AlchemySettings.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":202,\"kind\":1024,\"name\":\"maxRetries\",\"url\":\"interfaces/AlchemySettings.html#maxRetries\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":203,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/AlchemySettings.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":204,\"kind\":1024,\"name\":\"authToken\",\"url\":\"interfaces/AlchemySettings.html#authToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":205,\"kind\":1024,\"name\":\"requestTimeout\",\"url\":\"interfaces/AlchemySettings.html#requestTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":206,\"kind\":1024,\"name\":\"batchRequests\",\"url\":\"interfaces/AlchemySettings.html#batchRequests\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":207,\"kind\":8,\"name\":\"Network\",\"url\":\"enums/Network.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":208,\"kind\":16,\"name\":\"ETH_MAINNET\",\"url\":\"enums/Network.html#ETH_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":209,\"kind\":16,\"name\":\"ETH_ROPSTEN\",\"url\":\"enums/Network.html#ETH_ROPSTEN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":210,\"kind\":16,\"name\":\"ETH_GOERLI\",\"url\":\"enums/Network.html#ETH_GOERLI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":211,\"kind\":16,\"name\":\"ETH_KOVAN\",\"url\":\"enums/Network.html#ETH_KOVAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":212,\"kind\":16,\"name\":\"ETH_RINKEBY\",\"url\":\"enums/Network.html#ETH_RINKEBY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":213,\"kind\":16,\"name\":\"ETH_SEPOLIA\",\"url\":\"enums/Network.html#ETH_SEPOLIA\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":214,\"kind\":16,\"name\":\"OPT_MAINNET\",\"url\":\"enums/Network.html#OPT_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":215,\"kind\":16,\"name\":\"OPT_KOVAN\",\"url\":\"enums/Network.html#OPT_KOVAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":216,\"kind\":16,\"name\":\"OPT_GOERLI\",\"url\":\"enums/Network.html#OPT_GOERLI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":217,\"kind\":16,\"name\":\"ARB_MAINNET\",\"url\":\"enums/Network.html#ARB_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":218,\"kind\":16,\"name\":\"ARB_RINKEBY\",\"url\":\"enums/Network.html#ARB_RINKEBY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":219,\"kind\":16,\"name\":\"ARB_GOERLI\",\"url\":\"enums/Network.html#ARB_GOERLI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":220,\"kind\":16,\"name\":\"MATIC_MAINNET\",\"url\":\"enums/Network.html#MATIC_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":221,\"kind\":16,\"name\":\"MATIC_MUMBAI\",\"url\":\"enums/Network.html#MATIC_MUMBAI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":222,\"kind\":16,\"name\":\"ASTAR_MAINNET\",\"url\":\"enums/Network.html#ASTAR_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":223,\"kind\":16,\"name\":\"POLYGONZKEVM_MAINNET\",\"url\":\"enums/Network.html#POLYGONZKEVM_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":224,\"kind\":16,\"name\":\"POLYGONZKEVM_TESTNET\",\"url\":\"enums/Network.html#POLYGONZKEVM_TESTNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":225,\"kind\":16,\"name\":\"BASE_MAINNET\",\"url\":\"enums/Network.html#BASE_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":226,\"kind\":16,\"name\":\"BASE_GOERLI\",\"url\":\"enums/Network.html#BASE_GOERLI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":227,\"kind\":8,\"name\":\"TokenBalanceType\",\"url\":\"enums/TokenBalanceType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":228,\"kind\":16,\"name\":\"DEFAULT_TOKENS\",\"url\":\"enums/TokenBalanceType.html#DEFAULT_TOKENS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TokenBalanceType\"},{\"id\":229,\"kind\":16,\"name\":\"ERC20\",\"url\":\"enums/TokenBalanceType.html#ERC20\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TokenBalanceType\"},{\"id\":230,\"kind\":256,\"name\":\"TokenBalancesOptionsErc20\",\"url\":\"interfaces/TokenBalancesOptionsErc20.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":231,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/TokenBalancesOptionsErc20.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesOptionsErc20\"},{\"id\":232,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/TokenBalancesOptionsErc20.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesOptionsErc20\"},{\"id\":233,\"kind\":256,\"name\":\"TokenBalancesOptionsDefaultTokens\",\"url\":\"interfaces/TokenBalancesOptionsDefaultTokens.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":234,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/TokenBalancesOptionsDefaultTokens.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesOptionsDefaultTokens\"},{\"id\":235,\"kind\":256,\"name\":\"TokenBalancesResponseErc20\",\"url\":\"interfaces/TokenBalancesResponseErc20.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":236,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/TokenBalancesResponseErc20.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesResponseErc20\"},{\"id\":237,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/TokenBalancesResponseErc20.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TokenBalancesResponseErc20\"},{\"id\":238,\"kind\":1024,\"name\":\"tokenBalances\",\"url\":\"interfaces/TokenBalancesResponseErc20.html#tokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TokenBalancesResponseErc20\"},{\"id\":239,\"kind\":256,\"name\":\"TokenBalancesResponse\",\"url\":\"interfaces/TokenBalancesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":240,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/TokenBalancesResponse.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesResponse\"},{\"id\":241,\"kind\":1024,\"name\":\"tokenBalances\",\"url\":\"interfaces/TokenBalancesResponse.html#tokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesResponse\"},{\"id\":242,\"kind\":4194304,\"name\":\"TokenBalance\",\"url\":\"modules.html#TokenBalance\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":243,\"kind\":256,\"name\":\"TokenBalanceSuccess\",\"url\":\"interfaces/TokenBalanceSuccess.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":244,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/TokenBalanceSuccess.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceSuccess\"},{\"id\":245,\"kind\":1024,\"name\":\"tokenBalance\",\"url\":\"interfaces/TokenBalanceSuccess.html#tokenBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceSuccess\"},{\"id\":246,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/TokenBalanceSuccess.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceSuccess\"},{\"id\":247,\"kind\":256,\"name\":\"TokenBalanceFailure\",\"url\":\"interfaces/TokenBalanceFailure.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":248,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/TokenBalanceFailure.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceFailure\"},{\"id\":249,\"kind\":1024,\"name\":\"tokenBalance\",\"url\":\"interfaces/TokenBalanceFailure.html#tokenBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceFailure\"},{\"id\":250,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/TokenBalanceFailure.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceFailure\"},{\"id\":251,\"kind\":256,\"name\":\"GetTokensForOwnerOptions\",\"url\":\"interfaces/GetTokensForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":252,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetTokensForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTokensForOwnerOptions\"},{\"id\":253,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetTokensForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTokensForOwnerOptions\"},{\"id\":254,\"kind\":256,\"name\":\"GetTokensForOwnerResponse\",\"url\":\"interfaces/GetTokensForOwnerResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":255,\"kind\":1024,\"name\":\"tokens\",\"url\":\"interfaces/GetTokensForOwnerResponse.html#tokens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTokensForOwnerResponse\"},{\"id\":256,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetTokensForOwnerResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTokensForOwnerResponse\"},{\"id\":257,\"kind\":256,\"name\":\"OwnedToken\",\"url\":\"interfaces/OwnedToken.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":258,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/OwnedToken.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":259,\"kind\":1024,\"name\":\"rawBalance\",\"url\":\"interfaces/OwnedToken.html#rawBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":260,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/OwnedToken.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":261,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/OwnedToken.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":262,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/OwnedToken.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":263,\"kind\":1024,\"name\":\"decimals\",\"url\":\"interfaces/OwnedToken.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":264,\"kind\":1024,\"name\":\"logo\",\"url\":\"interfaces/OwnedToken.html#logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":265,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/OwnedToken.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":266,\"kind\":256,\"name\":\"TokenMetadataResponse\",\"url\":\"interfaces/TokenMetadataResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":267,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/TokenMetadataResponse.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":268,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/TokenMetadataResponse.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":269,\"kind\":1024,\"name\":\"decimals\",\"url\":\"interfaces/TokenMetadataResponse.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":270,\"kind\":1024,\"name\":\"logo\",\"url\":\"interfaces/TokenMetadataResponse.html#logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":271,\"kind\":256,\"name\":\"AssetTransfersParams\",\"url\":\"interfaces/AssetTransfersParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":272,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/AssetTransfersParams.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":273,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/AssetTransfersParams.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":274,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/AssetTransfersParams.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":275,\"kind\":1024,\"name\":\"fromAddress\",\"url\":\"interfaces/AssetTransfersParams.html#fromAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":276,\"kind\":1024,\"name\":\"toAddress\",\"url\":\"interfaces/AssetTransfersParams.html#toAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":277,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/AssetTransfersParams.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":278,\"kind\":1024,\"name\":\"excludeZeroValue\",\"url\":\"interfaces/AssetTransfersParams.html#excludeZeroValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":279,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersParams.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":280,\"kind\":1024,\"name\":\"maxCount\",\"url\":\"interfaces/AssetTransfersParams.html#maxCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":281,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersParams.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":282,\"kind\":1024,\"name\":\"withMetadata\",\"url\":\"interfaces/AssetTransfersParams.html#withMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":283,\"kind\":256,\"name\":\"AssetTransfersWithMetadataParams\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":284,\"kind\":1024,\"name\":\"withMetadata\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#withMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":285,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":286,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":287,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":288,\"kind\":1024,\"name\":\"fromAddress\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#fromAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":289,\"kind\":1024,\"name\":\"toAddress\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#toAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":290,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":291,\"kind\":1024,\"name\":\"excludeZeroValue\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#excludeZeroValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":292,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":293,\"kind\":1024,\"name\":\"maxCount\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#maxCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":294,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":295,\"kind\":8,\"name\":\"AssetTransfersCategory\",\"url\":\"enums/AssetTransfersCategory.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":296,\"kind\":16,\"name\":\"EXTERNAL\",\"url\":\"enums/AssetTransfersCategory.html#EXTERNAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":297,\"kind\":16,\"name\":\"INTERNAL\",\"url\":\"enums/AssetTransfersCategory.html#INTERNAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":298,\"kind\":16,\"name\":\"ERC20\",\"url\":\"enums/AssetTransfersCategory.html#ERC20\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":299,\"kind\":16,\"name\":\"ERC721\",\"url\":\"enums/AssetTransfersCategory.html#ERC721\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":300,\"kind\":16,\"name\":\"ERC1155\",\"url\":\"enums/AssetTransfersCategory.html#ERC1155\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":301,\"kind\":16,\"name\":\"SPECIALNFT\",\"url\":\"enums/AssetTransfersCategory.html#SPECIALNFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":302,\"kind\":8,\"name\":\"AssetTransfersOrder\",\"url\":\"enums/AssetTransfersOrder.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":303,\"kind\":16,\"name\":\"ASCENDING\",\"url\":\"enums/AssetTransfersOrder.html#ASCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersOrder\"},{\"id\":304,\"kind\":16,\"name\":\"DESCENDING\",\"url\":\"enums/AssetTransfersOrder.html#DESCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersOrder\"},{\"id\":305,\"kind\":8,\"name\":\"NftTokenType\",\"url\":\"enums/NftTokenType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":306,\"kind\":16,\"name\":\"ERC721\",\"url\":\"enums/NftTokenType.html#ERC721\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":307,\"kind\":16,\"name\":\"ERC1155\",\"url\":\"enums/NftTokenType.html#ERC1155\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":308,\"kind\":16,\"name\":\"NO_SUPPORTED_NFT_STANDARD\",\"url\":\"enums/NftTokenType.html#NO_SUPPORTED_NFT_STANDARD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":309,\"kind\":16,\"name\":\"NOT_A_CONTRACT\",\"url\":\"enums/NftTokenType.html#NOT_A_CONTRACT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":310,\"kind\":16,\"name\":\"UNKNOWN\",\"url\":\"enums/NftTokenType.html#UNKNOWN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":311,\"kind\":256,\"name\":\"AssetTransfersResponse\",\"url\":\"interfaces/AssetTransfersResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":312,\"kind\":1024,\"name\":\"transfers\",\"url\":\"interfaces/AssetTransfersResponse.html#transfers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResponse\"},{\"id\":313,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResponse\"},{\"id\":314,\"kind\":256,\"name\":\"AssetTransfersWithMetadataResponse\",\"url\":\"interfaces/AssetTransfersWithMetadataResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":315,\"kind\":1024,\"name\":\"transfers\",\"url\":\"interfaces/AssetTransfersWithMetadataResponse.html#transfers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersWithMetadataResponse\"},{\"id\":316,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersWithMetadataResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersWithMetadataResponse\"},{\"id\":317,\"kind\":256,\"name\":\"AssetTransfersResult\",\"url\":\"interfaces/AssetTransfersResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":318,\"kind\":1024,\"name\":\"uniqueId\",\"url\":\"interfaces/AssetTransfersResult.html#uniqueId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":319,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersResult.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":320,\"kind\":1024,\"name\":\"blockNum\",\"url\":\"interfaces/AssetTransfersResult.html#blockNum\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":321,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/AssetTransfersResult.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":322,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/AssetTransfersResult.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":323,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/AssetTransfersResult.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":324,\"kind\":1024,\"name\":\"erc721TokenId\",\"url\":\"interfaces/AssetTransfersResult.html#erc721TokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":325,\"kind\":1024,\"name\":\"erc1155Metadata\",\"url\":\"interfaces/AssetTransfersResult.html#erc1155Metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":326,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/AssetTransfersResult.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":327,\"kind\":1024,\"name\":\"asset\",\"url\":\"interfaces/AssetTransfersResult.html#asset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":328,\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/AssetTransfersResult.html#hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":329,\"kind\":1024,\"name\":\"rawContract\",\"url\":\"interfaces/AssetTransfersResult.html#rawContract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":330,\"kind\":256,\"name\":\"AssetTransfersWithMetadataResult\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":331,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":332,\"kind\":1024,\"name\":\"uniqueId\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#uniqueId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":333,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":334,\"kind\":1024,\"name\":\"blockNum\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#blockNum\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":335,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":336,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":337,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":338,\"kind\":1024,\"name\":\"erc721TokenId\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#erc721TokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":339,\"kind\":1024,\"name\":\"erc1155Metadata\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#erc1155Metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":340,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":341,\"kind\":1024,\"name\":\"asset\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#asset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":342,\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":343,\"kind\":1024,\"name\":\"rawContract\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#rawContract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":344,\"kind\":256,\"name\":\"AssetTransfersMetadata\",\"url\":\"interfaces/AssetTransfersMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":345,\"kind\":1024,\"name\":\"blockTimestamp\",\"url\":\"interfaces/AssetTransfersMetadata.html#blockTimestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersMetadata\"},{\"id\":346,\"kind\":256,\"name\":\"NftMetadata\",\"url\":\"interfaces/NftMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":347,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/NftMetadata.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":348,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/NftMetadata.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":349,\"kind\":1024,\"name\":\"image\",\"url\":\"interfaces/NftMetadata.html#image\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":350,\"kind\":1024,\"name\":\"external_url\",\"url\":\"interfaces/NftMetadata.html#external_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":351,\"kind\":1024,\"name\":\"background_color\",\"url\":\"interfaces/NftMetadata.html#background_color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":352,\"kind\":1024,\"name\":\"attributes\",\"url\":\"interfaces/NftMetadata.html#attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":353,\"kind\":256,\"name\":\"TokenUri\",\"url\":\"interfaces/TokenUri.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":354,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/TokenUri.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenUri\"},{\"id\":355,\"kind\":1024,\"name\":\"gateway\",\"url\":\"interfaces/TokenUri.html#gateway\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenUri\"},{\"id\":356,\"kind\":256,\"name\":\"Media\",\"url\":\"interfaces/Media.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":357,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/Media.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":358,\"kind\":1024,\"name\":\"gateway\",\"url\":\"interfaces/Media.html#gateway\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":359,\"kind\":1024,\"name\":\"thumbnail\",\"url\":\"interfaces/Media.html#thumbnail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":360,\"kind\":1024,\"name\":\"format\",\"url\":\"interfaces/Media.html#format\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":361,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/Media.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":362,\"kind\":1024,\"name\":\"bytes\",\"url\":\"interfaces/Media.html#bytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":363,\"kind\":8,\"name\":\"NftSpamClassification\",\"url\":\"enums/NftSpamClassification.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":364,\"kind\":16,\"name\":\"Erc721TooManyOwners\",\"url\":\"enums/NftSpamClassification.html#Erc721TooManyOwners\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":365,\"kind\":16,\"name\":\"Erc721TooManyTokens\",\"url\":\"enums/NftSpamClassification.html#Erc721TooManyTokens\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":366,\"kind\":16,\"name\":\"Erc721DishonestTotalSupply\",\"url\":\"enums/NftSpamClassification.html#Erc721DishonestTotalSupply\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":367,\"kind\":16,\"name\":\"MostlyHoneyPotOwners\",\"url\":\"enums/NftSpamClassification.html#MostlyHoneyPotOwners\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":368,\"kind\":16,\"name\":\"OwnedByMostHoneyPots\",\"url\":\"enums/NftSpamClassification.html#OwnedByMostHoneyPots\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":369,\"kind\":256,\"name\":\"SpamInfo\",\"url\":\"interfaces/SpamInfo.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":370,\"kind\":1024,\"name\":\"isSpam\",\"url\":\"interfaces/SpamInfo.html#isSpam\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SpamInfo\"},{\"id\":371,\"kind\":1024,\"name\":\"classifications\",\"url\":\"interfaces/SpamInfo.html#classifications\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SpamInfo\"},{\"id\":372,\"kind\":256,\"name\":\"AcquiredAt\",\"url\":\"interfaces/AcquiredAt.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":373,\"kind\":1024,\"name\":\"blockTimestamp\",\"url\":\"interfaces/AcquiredAt.html#blockTimestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AcquiredAt\"},{\"id\":374,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/AcquiredAt.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AcquiredAt\"},{\"id\":375,\"kind\":256,\"name\":\"GetNftsForOwnerOptions\",\"url\":\"interfaces/GetNftsForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":376,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":377,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":378,\"kind\":1024,\"name\":\"excludeFilters\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#excludeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":379,\"kind\":1024,\"name\":\"includeFilters\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#includeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":380,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":381,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":382,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":383,\"kind\":1024,\"name\":\"orderBy\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#orderBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":384,\"kind\":256,\"name\":\"GetBaseNftsForOwnerOptions\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":385,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":386,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":387,\"kind\":1024,\"name\":\"excludeFilters\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#excludeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":388,\"kind\":1024,\"name\":\"includeFilters\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#includeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":389,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":390,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":391,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":392,\"kind\":1024,\"name\":\"orderBy\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#orderBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":393,\"kind\":8,\"name\":\"NftExcludeFilters\",\"url\":\"enums/NftExcludeFilters.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":394,\"kind\":16,\"name\":\"SPAM\",\"url\":\"enums/NftExcludeFilters.html#SPAM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftExcludeFilters\"},{\"id\":395,\"kind\":16,\"name\":\"AIRDROPS\",\"url\":\"enums/NftExcludeFilters.html#AIRDROPS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftExcludeFilters\"},{\"id\":396,\"kind\":8,\"name\":\"NftFilters\",\"url\":\"enums/NftFilters.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":397,\"kind\":16,\"name\":\"SPAM\",\"url\":\"enums/NftFilters.html#SPAM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftFilters\"},{\"id\":398,\"kind\":16,\"name\":\"AIRDROPS\",\"url\":\"enums/NftFilters.html#AIRDROPS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftFilters\"},{\"id\":399,\"kind\":8,\"name\":\"NftOrdering\",\"url\":\"enums/NftOrdering.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":400,\"kind\":16,\"name\":\"TRANSFERTIME\",\"url\":\"enums/NftOrdering.html#TRANSFERTIME\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftOrdering\"},{\"id\":401,\"kind\":256,\"name\":\"OwnedNftsResponse\",\"url\":\"interfaces/OwnedNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":402,\"kind\":1024,\"name\":\"ownedNfts\",\"url\":\"interfaces/OwnedNftsResponse.html#ownedNfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":403,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/OwnedNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":404,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/OwnedNftsResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":405,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/OwnedNftsResponse.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":406,\"kind\":256,\"name\":\"OwnedBaseNftsResponse\",\"url\":\"interfaces/OwnedBaseNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":407,\"kind\":1024,\"name\":\"ownedNfts\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#ownedNfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":408,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":409,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":410,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":411,\"kind\":256,\"name\":\"OwnedNft\",\"url\":\"interfaces/OwnedNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":412,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/OwnedNft.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNft\"},{\"id\":413,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/OwnedNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":414,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/OwnedNft.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":415,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/OwnedNft.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":416,\"kind\":1024,\"name\":\"timeLastUpdated\",\"url\":\"interfaces/OwnedNft.html#timeLastUpdated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":417,\"kind\":1024,\"name\":\"metadataError\",\"url\":\"interfaces/OwnedNft.html#metadataError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":418,\"kind\":1024,\"name\":\"rawMetadata\",\"url\":\"interfaces/OwnedNft.html#rawMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":419,\"kind\":1024,\"name\":\"tokenUri\",\"url\":\"interfaces/OwnedNft.html#tokenUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":420,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/OwnedNft.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":421,\"kind\":1024,\"name\":\"spamInfo\",\"url\":\"interfaces/OwnedNft.html#spamInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":422,\"kind\":1024,\"name\":\"acquiredAt\",\"url\":\"interfaces/OwnedNft.html#acquiredAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":423,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/OwnedNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":424,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/OwnedNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":425,\"kind\":256,\"name\":\"OwnedBaseNft\",\"url\":\"interfaces/OwnedBaseNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":426,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/OwnedBaseNft.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNft\"},{\"id\":427,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/OwnedBaseNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedBaseNft\"},{\"id\":428,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/OwnedBaseNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedBaseNft\"},{\"id\":429,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/OwnedBaseNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedBaseNft\"},{\"id\":430,\"kind\":256,\"name\":\"GetOwnersForNftResponse\",\"url\":\"interfaces/GetOwnersForNftResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":431,\"kind\":1024,\"name\":\"owners\",\"url\":\"interfaces/GetOwnersForNftResponse.html#owners\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForNftResponse\"},{\"id\":432,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForNftResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForNftResponse\"},{\"id\":433,\"kind\":256,\"name\":\"GetOwnersForContractResponse\",\"url\":\"interfaces/GetOwnersForContractResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":434,\"kind\":1024,\"name\":\"owners\",\"url\":\"interfaces/GetOwnersForContractResponse.html#owners\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractResponse\"},{\"id\":435,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/GetOwnersForContractResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractResponse\"},{\"id\":436,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForContractResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractResponse\"},{\"id\":437,\"kind\":256,\"name\":\"GetOwnersForContractWithTokenBalancesResponse\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":438,\"kind\":1024,\"name\":\"owners\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesResponse.html#owners\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesResponse\"},{\"id\":439,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesResponse\"},{\"id\":440,\"kind\":256,\"name\":\"NftContractOwner\",\"url\":\"interfaces/NftContractOwner.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":441,\"kind\":1024,\"name\":\"ownerAddress\",\"url\":\"interfaces/NftContractOwner.html#ownerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractOwner\"},{\"id\":442,\"kind\":1024,\"name\":\"tokenBalances\",\"url\":\"interfaces/NftContractOwner.html#tokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractOwner\"},{\"id\":443,\"kind\":256,\"name\":\"NftContractTokenBalance\",\"url\":\"interfaces/NftContractTokenBalance.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":444,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftContractTokenBalance.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractTokenBalance\"},{\"id\":445,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/NftContractTokenBalance.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractTokenBalance\"},{\"id\":446,\"kind\":256,\"name\":\"GetNftMetadataOptions\",\"url\":\"interfaces/GetNftMetadataOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":447,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/GetNftMetadataOptions.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftMetadataOptions\"},{\"id\":448,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetNftMetadataOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftMetadataOptions\"},{\"id\":449,\"kind\":1024,\"name\":\"refreshCache\",\"url\":\"interfaces/GetNftMetadataOptions.html#refreshCache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftMetadataOptions\"},{\"id\":450,\"kind\":256,\"name\":\"NftMetadataBatchToken\",\"url\":\"interfaces/NftMetadataBatchToken.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":451,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftMetadataBatchToken.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchToken\"},{\"id\":452,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftMetadataBatchToken.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchToken\"},{\"id\":453,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/NftMetadataBatchToken.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchToken\"},{\"id\":454,\"kind\":256,\"name\":\"NftMetadataBatchOptions\",\"url\":\"interfaces/NftMetadataBatchOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":455,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/NftMetadataBatchOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchOptions\"},{\"id\":456,\"kind\":1024,\"name\":\"refreshCache\",\"url\":\"interfaces/NftMetadataBatchOptions.html#refreshCache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchOptions\"},{\"id\":457,\"kind\":256,\"name\":\"FloorPriceMarketplace\",\"url\":\"interfaces/FloorPriceMarketplace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":458,\"kind\":1024,\"name\":\"floorPrice\",\"url\":\"interfaces/FloorPriceMarketplace.html#floorPrice\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":459,\"kind\":1024,\"name\":\"priceCurrency\",\"url\":\"interfaces/FloorPriceMarketplace.html#priceCurrency\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":460,\"kind\":1024,\"name\":\"collectionUrl\",\"url\":\"interfaces/FloorPriceMarketplace.html#collectionUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":461,\"kind\":1024,\"name\":\"retrievedAt\",\"url\":\"interfaces/FloorPriceMarketplace.html#retrievedAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":462,\"kind\":256,\"name\":\"FloorPriceError\",\"url\":\"interfaces/FloorPriceError.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":463,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/FloorPriceError.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceError\"},{\"id\":464,\"kind\":256,\"name\":\"GetFloorPriceResponse\",\"url\":\"interfaces/GetFloorPriceResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":465,\"kind\":1024,\"name\":\"openSea\",\"url\":\"interfaces/GetFloorPriceResponse.html#openSea\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetFloorPriceResponse\"},{\"id\":466,\"kind\":1024,\"name\":\"looksRare\",\"url\":\"interfaces/GetFloorPriceResponse.html#looksRare\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetFloorPriceResponse\"},{\"id\":467,\"kind\":256,\"name\":\"GetContractsForOwnerOptions\",\"url\":\"interfaces/GetContractsForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":468,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":469,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":470,\"kind\":1024,\"name\":\"includeFilters\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#includeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":471,\"kind\":1024,\"name\":\"excludeFilters\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#excludeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":472,\"kind\":1024,\"name\":\"orderBy\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#orderBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":473,\"kind\":256,\"name\":\"GetContractsForOwnerResponse\",\"url\":\"interfaces/GetContractsForOwnerResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":474,\"kind\":1024,\"name\":\"contracts\",\"url\":\"interfaces/GetContractsForOwnerResponse.html#contracts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerResponse\"},{\"id\":475,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetContractsForOwnerResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerResponse\"},{\"id\":476,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/GetContractsForOwnerResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerResponse\"},{\"id\":477,\"kind\":256,\"name\":\"ContractForOwner\",\"url\":\"interfaces/ContractForOwner.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":478,\"kind\":1024,\"name\":\"totalBalance\",\"url\":\"interfaces/ContractForOwner.html#totalBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":479,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/ContractForOwner.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":480,\"kind\":1024,\"name\":\"numDistinctTokensOwned\",\"url\":\"interfaces/ContractForOwner.html#numDistinctTokensOwned\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":481,\"kind\":1024,\"name\":\"isSpam\",\"url\":\"interfaces/ContractForOwner.html#isSpam\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":482,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/ContractForOwner.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":483,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/ContractForOwner.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":484,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/ContractForOwner.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":485,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ContractForOwner.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":486,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/ContractForOwner.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":487,\"kind\":1024,\"name\":\"totalSupply\",\"url\":\"interfaces/ContractForOwner.html#totalSupply\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":488,\"kind\":1024,\"name\":\"openSea\",\"url\":\"interfaces/ContractForOwner.html#openSea\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":489,\"kind\":1024,\"name\":\"contractDeployer\",\"url\":\"interfaces/ContractForOwner.html#contractDeployer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":490,\"kind\":1024,\"name\":\"deployedBlockNumber\",\"url\":\"interfaces/ContractForOwner.html#deployedBlockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":491,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/ContractForOwner.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":492,\"kind\":8,\"name\":\"GetTransfersForOwnerTransferType\",\"url\":\"enums/GetTransfersForOwnerTransferType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":493,\"kind\":16,\"name\":\"TO\",\"url\":\"enums/GetTransfersForOwnerTransferType.html#TO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"GetTransfersForOwnerTransferType\"},{\"id\":494,\"kind\":16,\"name\":\"FROM\",\"url\":\"enums/GetTransfersForOwnerTransferType.html#FROM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"GetTransfersForOwnerTransferType\"},{\"id\":495,\"kind\":256,\"name\":\"GetTransfersForOwnerOptions\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":496,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForOwnerOptions\"},{\"id\":497,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForOwnerOptions\"},{\"id\":498,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForOwnerOptions\"},{\"id\":499,\"kind\":256,\"name\":\"GetTransfersForContractOptions\",\"url\":\"interfaces/GetTransfersForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":500,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/GetTransfersForContractOptions.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":501,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/GetTransfersForContractOptions.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":502,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/GetTransfersForContractOptions.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":503,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetTransfersForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":504,\"kind\":256,\"name\":\"TransfersNftResponse\",\"url\":\"interfaces/TransfersNftResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":505,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/TransfersNftResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransfersNftResponse\"},{\"id\":506,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/TransfersNftResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransfersNftResponse\"},{\"id\":507,\"kind\":256,\"name\":\"TransferredNft\",\"url\":\"interfaces/TransferredNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":508,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/TransferredNft.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":509,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/TransferredNft.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":510,\"kind\":1024,\"name\":\"transactionHash\",\"url\":\"interfaces/TransferredNft.html#transactionHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":511,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/TransferredNft.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":512,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/TransferredNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":513,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/TransferredNft.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":514,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/TransferredNft.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":515,\"kind\":1024,\"name\":\"timeLastUpdated\",\"url\":\"interfaces/TransferredNft.html#timeLastUpdated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":516,\"kind\":1024,\"name\":\"metadataError\",\"url\":\"interfaces/TransferredNft.html#metadataError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":517,\"kind\":1024,\"name\":\"rawMetadata\",\"url\":\"interfaces/TransferredNft.html#rawMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":518,\"kind\":1024,\"name\":\"tokenUri\",\"url\":\"interfaces/TransferredNft.html#tokenUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":519,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/TransferredNft.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":520,\"kind\":1024,\"name\":\"spamInfo\",\"url\":\"interfaces/TransferredNft.html#spamInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":521,\"kind\":1024,\"name\":\"acquiredAt\",\"url\":\"interfaces/TransferredNft.html#acquiredAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":522,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/TransferredNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":523,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/TransferredNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":524,\"kind\":256,\"name\":\"GetMintedNftsOptions\",\"url\":\"interfaces/GetMintedNftsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":525,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetMintedNftsOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsOptions\"},{\"id\":526,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/GetMintedNftsOptions.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsOptions\"},{\"id\":527,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetMintedNftsOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsOptions\"},{\"id\":528,\"kind\":256,\"name\":\"GetMintedNftsResponse\",\"url\":\"interfaces/GetMintedNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":529,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/GetMintedNftsResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsResponse\"},{\"id\":530,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetMintedNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsResponse\"},{\"id\":531,\"kind\":256,\"name\":\"GetNftSalesOptions\",\"url\":\"interfaces/GetNftSalesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":532,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/GetNftSalesOptions.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":533,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/GetNftSalesOptions.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":534,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/GetNftSalesOptions.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":535,\"kind\":1024,\"name\":\"marketplace\",\"url\":\"interfaces/GetNftSalesOptions.html#marketplace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":536,\"kind\":1024,\"name\":\"buyerAddress\",\"url\":\"interfaces/GetNftSalesOptions.html#buyerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":537,\"kind\":1024,\"name\":\"sellerAddress\",\"url\":\"interfaces/GetNftSalesOptions.html#sellerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":538,\"kind\":1024,\"name\":\"taker\",\"url\":\"interfaces/GetNftSalesOptions.html#taker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":539,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/GetNftSalesOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":540,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftSalesOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":541,\"kind\":256,\"name\":\"GetNftSalesOptionsByContractAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":542,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":543,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":544,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":545,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":546,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":547,\"kind\":1024,\"name\":\"marketplace\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#marketplace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":548,\"kind\":1024,\"name\":\"buyerAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#buyerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":549,\"kind\":1024,\"name\":\"sellerAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#sellerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":550,\"kind\":1024,\"name\":\"taker\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#taker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":551,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":552,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":553,\"kind\":256,\"name\":\"GetNftSalesResponse\",\"url\":\"interfaces/GetNftSalesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":554,\"kind\":1024,\"name\":\"nftSales\",\"url\":\"interfaces/GetNftSalesResponse.html#nftSales\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesResponse\"},{\"id\":555,\"kind\":1024,\"name\":\"validAt\",\"url\":\"interfaces/GetNftSalesResponse.html#validAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesResponse\"},{\"id\":556,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftSalesResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesResponse\"},{\"id\":557,\"kind\":256,\"name\":\"NftSale\",\"url\":\"interfaces/NftSale.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":558,\"kind\":1024,\"name\":\"marketplace\",\"url\":\"interfaces/NftSale.html#marketplace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":559,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftSale.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":560,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftSale.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":561,\"kind\":1024,\"name\":\"quantity\",\"url\":\"interfaces/NftSale.html#quantity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":562,\"kind\":1024,\"name\":\"buyerAddress\",\"url\":\"interfaces/NftSale.html#buyerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":563,\"kind\":1024,\"name\":\"sellerAddress\",\"url\":\"interfaces/NftSale.html#sellerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":564,\"kind\":1024,\"name\":\"taker\",\"url\":\"interfaces/NftSale.html#taker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":565,\"kind\":1024,\"name\":\"sellerFee\",\"url\":\"interfaces/NftSale.html#sellerFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":566,\"kind\":1024,\"name\":\"marketplaceFee\",\"url\":\"interfaces/NftSale.html#marketplaceFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":567,\"kind\":1024,\"name\":\"protocolFee\",\"url\":\"interfaces/NftSale.html#protocolFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":568,\"kind\":1024,\"name\":\"royaltyFee\",\"url\":\"interfaces/NftSale.html#royaltyFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":569,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/NftSale.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":570,\"kind\":1024,\"name\":\"logIndex\",\"url\":\"interfaces/NftSale.html#logIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":571,\"kind\":1024,\"name\":\"bundleIndex\",\"url\":\"interfaces/NftSale.html#bundleIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":572,\"kind\":1024,\"name\":\"transactionHash\",\"url\":\"interfaces/NftSale.html#transactionHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":573,\"kind\":256,\"name\":\"NftSaleValidAt\",\"url\":\"interfaces/NftSaleValidAt.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":574,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/NftSaleValidAt.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleValidAt\"},{\"id\":575,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/NftSaleValidAt.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleValidAt\"},{\"id\":576,\"kind\":1024,\"name\":\"blockTimestamp\",\"url\":\"interfaces/NftSaleValidAt.html#blockTimestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleValidAt\"},{\"id\":577,\"kind\":256,\"name\":\"NftSaleFeeData\",\"url\":\"interfaces/NftSaleFeeData.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":578,\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/NftSaleFeeData.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleFeeData\"},{\"id\":579,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/NftSaleFeeData.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleFeeData\"},{\"id\":580,\"kind\":1024,\"name\":\"decimal\",\"url\":\"interfaces/NftSaleFeeData.html#decimal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleFeeData\"},{\"id\":581,\"kind\":1024,\"name\":\"decimals\",\"url\":\"interfaces/NftSaleFeeData.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleFeeData\"},{\"id\":582,\"kind\":8,\"name\":\"SortingOrder\",\"url\":\"enums/SortingOrder.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":583,\"kind\":16,\"name\":\"ASCENDING\",\"url\":\"enums/SortingOrder.html#ASCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SortingOrder\"},{\"id\":584,\"kind\":16,\"name\":\"DESCENDING\",\"url\":\"enums/SortingOrder.html#DESCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SortingOrder\"},{\"id\":585,\"kind\":8,\"name\":\"NftSaleMarketplace\",\"url\":\"enums/NftSaleMarketplace.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":586,\"kind\":16,\"name\":\"SEAPORT\",\"url\":\"enums/NftSaleMarketplace.html#SEAPORT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":587,\"kind\":16,\"name\":\"LOOKSRARE\",\"url\":\"enums/NftSaleMarketplace.html#LOOKSRARE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":588,\"kind\":16,\"name\":\"X2Y2\",\"url\":\"enums/NftSaleMarketplace.html#X2Y2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":589,\"kind\":16,\"name\":\"WYVERN\",\"url\":\"enums/NftSaleMarketplace.html#WYVERN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":590,\"kind\":16,\"name\":\"CRYPTOPUNKS\",\"url\":\"enums/NftSaleMarketplace.html#CRYPTOPUNKS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":591,\"kind\":16,\"name\":\"BLUR\",\"url\":\"enums/NftSaleMarketplace.html#BLUR\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":592,\"kind\":16,\"name\":\"UNKNOWN\",\"url\":\"enums/NftSaleMarketplace.html#UNKNOWN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":593,\"kind\":8,\"name\":\"NftSaleTakerType\",\"url\":\"enums/NftSaleTakerType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":594,\"kind\":16,\"name\":\"BUYER\",\"url\":\"enums/NftSaleTakerType.html#BUYER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleTakerType\"},{\"id\":595,\"kind\":16,\"name\":\"SELLER\",\"url\":\"enums/NftSaleTakerType.html#SELLER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleTakerType\"},{\"id\":596,\"kind\":256,\"name\":\"NftAttributeRarity\",\"url\":\"interfaces/NftAttributeRarity.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":597,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/NftAttributeRarity.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributeRarity\"},{\"id\":598,\"kind\":1024,\"name\":\"traitType\",\"url\":\"interfaces/NftAttributeRarity.html#traitType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributeRarity\"},{\"id\":599,\"kind\":1024,\"name\":\"prevalence\",\"url\":\"interfaces/NftAttributeRarity.html#prevalence\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributeRarity\"},{\"id\":600,\"kind\":256,\"name\":\"NftAttributesResponse\",\"url\":\"interfaces/NftAttributesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":601,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftAttributesResponse.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributesResponse\"},{\"id\":602,\"kind\":1024,\"name\":\"totalSupply\",\"url\":\"interfaces/NftAttributesResponse.html#totalSupply\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributesResponse\"},{\"id\":603,\"kind\":1024,\"name\":\"summary\",\"url\":\"interfaces/NftAttributesResponse.html#summary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributesResponse\"},{\"id\":604,\"kind\":256,\"name\":\"RefreshContractResult\",\"url\":\"interfaces/RefreshContractResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":605,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/RefreshContractResult.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RefreshContractResult\"},{\"id\":606,\"kind\":1024,\"name\":\"refreshState\",\"url\":\"interfaces/RefreshContractResult.html#refreshState\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RefreshContractResult\"},{\"id\":607,\"kind\":1024,\"name\":\"progress\",\"url\":\"interfaces/RefreshContractResult.html#progress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RefreshContractResult\"},{\"id\":608,\"kind\":8,\"name\":\"RefreshState\",\"url\":\"enums/RefreshState.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":609,\"kind\":16,\"name\":\"DOES_NOT_EXIST\",\"url\":\"enums/RefreshState.html#DOES_NOT_EXIST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":610,\"kind\":16,\"name\":\"ALREADY_QUEUED\",\"url\":\"enums/RefreshState.html#ALREADY_QUEUED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":611,\"kind\":16,\"name\":\"IN_PROGRESS\",\"url\":\"enums/RefreshState.html#IN_PROGRESS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":612,\"kind\":16,\"name\":\"FINISHED\",\"url\":\"enums/RefreshState.html#FINISHED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":613,\"kind\":16,\"name\":\"QUEUED\",\"url\":\"enums/RefreshState.html#QUEUED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":614,\"kind\":16,\"name\":\"QUEUE_FAILED\",\"url\":\"enums/RefreshState.html#QUEUE_FAILED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":615,\"kind\":256,\"name\":\"TransactionReceiptsBlockNumber\",\"url\":\"interfaces/TransactionReceiptsBlockNumber.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":616,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/TransactionReceiptsBlockNumber.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionReceiptsBlockNumber\"},{\"id\":617,\"kind\":256,\"name\":\"TransactionReceiptsBlockHash\",\"url\":\"interfaces/TransactionReceiptsBlockHash.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":618,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/TransactionReceiptsBlockHash.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionReceiptsBlockHash\"},{\"id\":619,\"kind\":4194304,\"name\":\"TransactionReceiptsParams\",\"url\":\"modules.html#TransactionReceiptsParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":620,\"kind\":256,\"name\":\"TransactionReceiptsResponse\",\"url\":\"interfaces/TransactionReceiptsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":621,\"kind\":1024,\"name\":\"receipts\",\"url\":\"interfaces/TransactionReceiptsResponse.html#receipts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionReceiptsResponse\"},{\"id\":622,\"kind\":256,\"name\":\"ERC1155Metadata\",\"url\":\"interfaces/ERC1155Metadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":623,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/ERC1155Metadata.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ERC1155Metadata\"},{\"id\":624,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/ERC1155Metadata.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ERC1155Metadata\"},{\"id\":625,\"kind\":256,\"name\":\"RawContract\",\"url\":\"interfaces/RawContract.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":626,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/RawContract.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RawContract\"},{\"id\":627,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/RawContract.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RawContract\"},{\"id\":628,\"kind\":1024,\"name\":\"decimal\",\"url\":\"interfaces/RawContract.html#decimal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RawContract\"},{\"id\":629,\"kind\":256,\"name\":\"GetNftsForContractOptions\",\"url\":\"interfaces/GetNftsForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":630,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftsForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":631,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetNftsForContractOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":632,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetNftsForContractOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":633,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetNftsForContractOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":634,\"kind\":256,\"name\":\"GetBaseNftsForContractOptions\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":635,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":636,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":637,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":638,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":639,\"kind\":256,\"name\":\"GetOwnersForContractOptions\",\"url\":\"interfaces/GetOwnersForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":640,\"kind\":1024,\"name\":\"withTokenBalances\",\"url\":\"interfaces/GetOwnersForContractOptions.html#withTokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractOptions\"},{\"id\":641,\"kind\":1024,\"name\":\"block\",\"url\":\"interfaces/GetOwnersForContractOptions.html#block\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractOptions\"},{\"id\":642,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractOptions\"},{\"id\":643,\"kind\":1024,\"name\":\"includeCount\",\"url\":\"interfaces/GetOwnersForContractOptions.html#includeCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractOptions\"},{\"id\":644,\"kind\":256,\"name\":\"GetOwnersForContractWithTokenBalancesOptions\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":645,\"kind\":1024,\"name\":\"withTokenBalances\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html#withTokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesOptions\"},{\"id\":646,\"kind\":1024,\"name\":\"block\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html#block\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesOptions\"},{\"id\":647,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesOptions\"},{\"id\":648,\"kind\":256,\"name\":\"GetOwnersForNftOptions\",\"url\":\"interfaces/GetOwnersForNftOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":649,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForNftOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForNftOptions\"},{\"id\":650,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetOwnersForNftOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForNftOptions\"},{\"id\":651,\"kind\":256,\"name\":\"NftContractBaseNftsResponse\",\"url\":\"interfaces/NftContractBaseNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":652,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/NftContractBaseNftsResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractBaseNftsResponse\"},{\"id\":653,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/NftContractBaseNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractBaseNftsResponse\"},{\"id\":654,\"kind\":256,\"name\":\"NftContractNftsResponse\",\"url\":\"interfaces/NftContractNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":655,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/NftContractNftsResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractNftsResponse\"},{\"id\":656,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/NftContractNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractNftsResponse\"},{\"id\":657,\"kind\":256,\"name\":\"OpenSeaCollectionMetadata\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":658,\"kind\":1024,\"name\":\"floorPrice\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#floorPrice\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":659,\"kind\":1024,\"name\":\"collectionName\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#collectionName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":660,\"kind\":1024,\"name\":\"safelistRequestStatus\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#safelistRequestStatus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":661,\"kind\":1024,\"name\":\"imageUrl\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#imageUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":662,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":663,\"kind\":1024,\"name\":\"externalUrl\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#externalUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":664,\"kind\":1024,\"name\":\"twitterUsername\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#twitterUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":665,\"kind\":1024,\"name\":\"discordUrl\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#discordUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":666,\"kind\":1024,\"name\":\"lastIngestedAt\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#lastIngestedAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":667,\"kind\":8,\"name\":\"OpenSeaSafelistRequestStatus\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":668,\"kind\":16,\"name\":\"VERIFIED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#VERIFIED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":669,\"kind\":16,\"name\":\"APPROVED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#APPROVED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":670,\"kind\":16,\"name\":\"REQUESTED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#REQUESTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":671,\"kind\":16,\"name\":\"NOT_REQUESTED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#NOT_REQUESTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":672,\"kind\":256,\"name\":\"DeployResult\",\"url\":\"interfaces/DeployResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":673,\"kind\":1024,\"name\":\"deployerAddress\",\"url\":\"interfaces/DeployResult.html#deployerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeployResult\"},{\"id\":674,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/DeployResult.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeployResult\"},{\"id\":675,\"kind\":8,\"name\":\"AlchemySubscription\",\"url\":\"enums/AlchemySubscription.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":676,\"kind\":16,\"name\":\"PENDING_TRANSACTIONS\",\"url\":\"enums/AlchemySubscription.html#PENDING_TRANSACTIONS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlchemySubscription\"},{\"id\":677,\"kind\":16,\"name\":\"MINED_TRANSACTIONS\",\"url\":\"enums/AlchemySubscription.html#MINED_TRANSACTIONS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlchemySubscription\"},{\"id\":678,\"kind\":256,\"name\":\"AlchemyPendingTransactionsEventFilter\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":679,\"kind\":1024,\"name\":\"method\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#method\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":680,\"kind\":1024,\"name\":\"fromAddress\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#fromAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":681,\"kind\":1024,\"name\":\"toAddress\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#toAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":682,\"kind\":1024,\"name\":\"hashesOnly\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#hashesOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":683,\"kind\":256,\"name\":\"AlchemyMinedTransactionsEventFilter\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":684,\"kind\":1024,\"name\":\"method\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#method\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":685,\"kind\":1024,\"name\":\"addresses\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#addresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":686,\"kind\":1024,\"name\":\"includeRemoved\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#includeRemoved\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":687,\"kind\":1024,\"name\":\"hashesOnly\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#hashesOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":688,\"kind\":4194304,\"name\":\"AlchemyMinedTransactionsAddress\",\"url\":\"modules.html#AlchemyMinedTransactionsAddress\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":689,\"kind\":4194304,\"name\":\"AlchemyEventType\",\"url\":\"modules.html#AlchemyEventType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":690,\"kind\":4194304,\"name\":\"AlchemyEventFilter\",\"url\":\"modules.html#AlchemyEventFilter\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":691,\"kind\":256,\"name\":\"SendPrivateTransactionOptions\",\"url\":\"interfaces/SendPrivateTransactionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":692,\"kind\":1024,\"name\":\"fast\",\"url\":\"interfaces/SendPrivateTransactionOptions.html#fast\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SendPrivateTransactionOptions\"},{\"id\":693,\"kind\":8,\"name\":\"SimulateAssetType\",\"url\":\"enums/SimulateAssetType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":694,\"kind\":16,\"name\":\"NATIVE\",\"url\":\"enums/SimulateAssetType.html#NATIVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":695,\"kind\":16,\"name\":\"ERC20\",\"url\":\"enums/SimulateAssetType.html#ERC20\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":696,\"kind\":16,\"name\":\"ERC721\",\"url\":\"enums/SimulateAssetType.html#ERC721\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":697,\"kind\":16,\"name\":\"ERC1155\",\"url\":\"enums/SimulateAssetType.html#ERC1155\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":698,\"kind\":16,\"name\":\"SPECIAL_NFT\",\"url\":\"enums/SimulateAssetType.html#SPECIAL_NFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":699,\"kind\":8,\"name\":\"SimulateChangeType\",\"url\":\"enums/SimulateChangeType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":700,\"kind\":16,\"name\":\"APPROVE\",\"url\":\"enums/SimulateChangeType.html#APPROVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateChangeType\"},{\"id\":701,\"kind\":16,\"name\":\"TRANSFER\",\"url\":\"enums/SimulateChangeType.html#TRANSFER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateChangeType\"},{\"id\":702,\"kind\":256,\"name\":\"SimulateAssetChangesError\",\"url\":\"interfaces/SimulateAssetChangesError.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":703,\"kind\":1024,\"name\":\"message\",\"url\":\"interfaces/SimulateAssetChangesError.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesError\"},{\"id\":704,\"kind\":256,\"name\":\"SimulateAssetChangesChange\",\"url\":\"interfaces/SimulateAssetChangesChange.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":705,\"kind\":1024,\"name\":\"assetType\",\"url\":\"interfaces/SimulateAssetChangesChange.html#assetType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":706,\"kind\":1024,\"name\":\"changeType\",\"url\":\"interfaces/SimulateAssetChangesChange.html#changeType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":707,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/SimulateAssetChangesChange.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":708,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/SimulateAssetChangesChange.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":709,\"kind\":1024,\"name\":\"rawAmount\",\"url\":\"interfaces/SimulateAssetChangesChange.html#rawAmount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":710,\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/SimulateAssetChangesChange.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":711,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/SimulateAssetChangesChange.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":712,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/SimulateAssetChangesChange.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":713,\"kind\":1024,\"name\":\"decimals\",\"url\":\"interfaces/SimulateAssetChangesChange.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":714,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/SimulateAssetChangesChange.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":715,\"kind\":1024,\"name\":\"logo\",\"url\":\"interfaces/SimulateAssetChangesChange.html#logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":716,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/SimulateAssetChangesChange.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":717,\"kind\":256,\"name\":\"SimulateAssetChangesResponse\",\"url\":\"interfaces/SimulateAssetChangesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":718,\"kind\":1024,\"name\":\"changes\",\"url\":\"interfaces/SimulateAssetChangesResponse.html#changes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesResponse\"},{\"id\":719,\"kind\":1024,\"name\":\"gasUsed\",\"url\":\"interfaces/SimulateAssetChangesResponse.html#gasUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesResponse\"},{\"id\":720,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/SimulateAssetChangesResponse.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesResponse\"},{\"id\":721,\"kind\":8,\"name\":\"DecodingAuthority\",\"url\":\"enums/DecodingAuthority.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":722,\"kind\":16,\"name\":\"ETHERSCAN\",\"url\":\"enums/DecodingAuthority.html#ETHERSCAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DecodingAuthority\"},{\"id\":723,\"kind\":256,\"name\":\"DecodedCallParam\",\"url\":\"interfaces/DecodedCallParam.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":724,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DecodedCallParam.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedCallParam\"},{\"id\":725,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/DecodedCallParam.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedCallParam\"},{\"id\":726,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DecodedCallParam.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedCallParam\"},{\"id\":727,\"kind\":256,\"name\":\"DecodedLogInput\",\"url\":\"interfaces/DecodedLogInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":728,\"kind\":1024,\"name\":\"indexed\",\"url\":\"interfaces/DecodedLogInput.html#indexed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLogInput\"},{\"id\":729,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DecodedLogInput.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DecodedLogInput\"},{\"id\":730,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/DecodedLogInput.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DecodedLogInput\"},{\"id\":731,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DecodedLogInput.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DecodedLogInput\"},{\"id\":732,\"kind\":256,\"name\":\"DecodedDebugCallTrace\",\"url\":\"interfaces/DecodedDebugCallTrace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":733,\"kind\":1024,\"name\":\"methodName\",\"url\":\"interfaces/DecodedDebugCallTrace.html#methodName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":734,\"kind\":1024,\"name\":\"inputs\",\"url\":\"interfaces/DecodedDebugCallTrace.html#inputs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":735,\"kind\":1024,\"name\":\"outputs\",\"url\":\"interfaces/DecodedDebugCallTrace.html#outputs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":736,\"kind\":1024,\"name\":\"authority\",\"url\":\"interfaces/DecodedDebugCallTrace.html#authority\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":737,\"kind\":8,\"name\":\"DebugCallType\",\"url\":\"enums/DebugCallType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":738,\"kind\":16,\"name\":\"CREATE\",\"url\":\"enums/DebugCallType.html#CREATE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":739,\"kind\":16,\"name\":\"CALL\",\"url\":\"enums/DebugCallType.html#CALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":740,\"kind\":16,\"name\":\"STATICCALL\",\"url\":\"enums/DebugCallType.html#STATICCALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":741,\"kind\":16,\"name\":\"DELEGATECALL\",\"url\":\"enums/DebugCallType.html#DELEGATECALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":742,\"kind\":256,\"name\":\"SimulationCallTrace\",\"url\":\"interfaces/SimulationCallTrace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":743,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/SimulationCallTrace.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"SimulationCallTrace\"},{\"id\":744,\"kind\":1024,\"name\":\"decoded\",\"url\":\"interfaces/SimulationCallTrace.html#decoded\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationCallTrace\"},{\"id\":745,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/SimulationCallTrace.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":746,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/SimulationCallTrace.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":747,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/SimulationCallTrace.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":748,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/SimulationCallTrace.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":749,\"kind\":1024,\"name\":\"gas\",\"url\":\"interfaces/SimulationCallTrace.html#gas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":750,\"kind\":1024,\"name\":\"gasUsed\",\"url\":\"interfaces/SimulationCallTrace.html#gasUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":751,\"kind\":1024,\"name\":\"input\",\"url\":\"interfaces/SimulationCallTrace.html#input\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":752,\"kind\":1024,\"name\":\"output\",\"url\":\"interfaces/SimulationCallTrace.html#output\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":753,\"kind\":256,\"name\":\"DecodedLog\",\"url\":\"interfaces/DecodedLog.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":754,\"kind\":1024,\"name\":\"eventName\",\"url\":\"interfaces/DecodedLog.html#eventName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLog\"},{\"id\":755,\"kind\":1024,\"name\":\"inputs\",\"url\":\"interfaces/DecodedLog.html#inputs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLog\"},{\"id\":756,\"kind\":1024,\"name\":\"authority\",\"url\":\"interfaces/DecodedLog.html#authority\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLog\"},{\"id\":757,\"kind\":256,\"name\":\"SimulationDebugLog\",\"url\":\"interfaces/SimulationDebugLog.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":758,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/SimulationDebugLog.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":759,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/SimulationDebugLog.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":760,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/SimulationDebugLog.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":761,\"kind\":1024,\"name\":\"decoded\",\"url\":\"interfaces/SimulationDebugLog.html#decoded\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":762,\"kind\":256,\"name\":\"SimulateExecutionResponse\",\"url\":\"interfaces/SimulateExecutionResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":763,\"kind\":1024,\"name\":\"calls\",\"url\":\"interfaces/SimulateExecutionResponse.html#calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateExecutionResponse\"},{\"id\":764,\"kind\":1024,\"name\":\"logs\",\"url\":\"interfaces/SimulateExecutionResponse.html#logs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateExecutionResponse\"},{\"id\":765,\"kind\":256,\"name\":\"Webhook\",\"url\":\"interfaces/Webhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":766,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/Webhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":767,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/Webhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":768,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/Webhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":769,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/Webhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":770,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/Webhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":771,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/Webhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":772,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/Webhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":773,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/Webhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":774,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/Webhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":775,\"kind\":8,\"name\":\"WebhookVersion\",\"url\":\"enums/WebhookVersion.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":776,\"kind\":16,\"name\":\"V1\",\"url\":\"enums/WebhookVersion.html#V1\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookVersion\"},{\"id\":777,\"kind\":16,\"name\":\"V2\",\"url\":\"enums/WebhookVersion.html#V2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookVersion\"},{\"id\":778,\"kind\":8,\"name\":\"WebhookType\",\"url\":\"enums/WebhookType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":779,\"kind\":16,\"name\":\"MINED_TRANSACTION\",\"url\":\"enums/WebhookType.html#MINED_TRANSACTION\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":780,\"kind\":16,\"name\":\"DROPPED_TRANSACTION\",\"url\":\"enums/WebhookType.html#DROPPED_TRANSACTION\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":781,\"kind\":16,\"name\":\"ADDRESS_ACTIVITY\",\"url\":\"enums/WebhookType.html#ADDRESS_ACTIVITY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":782,\"kind\":16,\"name\":\"NFT_ACTIVITY\",\"url\":\"enums/WebhookType.html#NFT_ACTIVITY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":783,\"kind\":16,\"name\":\"NFT_METADATA_UPDATE\",\"url\":\"enums/WebhookType.html#NFT_METADATA_UPDATE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":784,\"kind\":16,\"name\":\"GRAPHQL\",\"url\":\"enums/WebhookType.html#GRAPHQL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":785,\"kind\":256,\"name\":\"MinedTransactionWebhook\",\"url\":\"interfaces/MinedTransactionWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":786,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/MinedTransactionWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":787,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/MinedTransactionWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":788,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/MinedTransactionWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":789,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/MinedTransactionWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":790,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/MinedTransactionWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":791,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/MinedTransactionWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":792,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/MinedTransactionWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":793,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/MinedTransactionWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":794,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/MinedTransactionWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":795,\"kind\":256,\"name\":\"DroppedTransactionWebhook\",\"url\":\"interfaces/DroppedTransactionWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":796,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DroppedTransactionWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":797,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/DroppedTransactionWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":798,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/DroppedTransactionWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":799,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/DroppedTransactionWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":800,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/DroppedTransactionWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":801,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/DroppedTransactionWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":802,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/DroppedTransactionWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":803,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/DroppedTransactionWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":804,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/DroppedTransactionWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":805,\"kind\":256,\"name\":\"AddressActivityWebhook\",\"url\":\"interfaces/AddressActivityWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":806,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/AddressActivityWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"AddressActivityWebhook\"},{\"id\":807,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/AddressActivityWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":808,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/AddressActivityWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":809,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/AddressActivityWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":810,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/AddressActivityWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":811,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/AddressActivityWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":812,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/AddressActivityWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":813,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/AddressActivityWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":814,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/AddressActivityWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":815,\"kind\":256,\"name\":\"NftActivityWebhook\",\"url\":\"interfaces/NftActivityWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":816,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/NftActivityWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"NftActivityWebhook\"},{\"id\":817,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/NftActivityWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":818,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/NftActivityWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":819,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/NftActivityWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":820,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/NftActivityWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":821,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/NftActivityWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":822,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/NftActivityWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":823,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/NftActivityWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":824,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/NftActivityWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":825,\"kind\":256,\"name\":\"NftMetadataUpdateWebhook\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":826,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":827,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":828,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":829,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":830,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":831,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":832,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":833,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":834,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":835,\"kind\":256,\"name\":\"CustomGraphqlWebhook\",\"url\":\"interfaces/CustomGraphqlWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":836,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/CustomGraphqlWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":837,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/CustomGraphqlWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":838,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/CustomGraphqlWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":839,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/CustomGraphqlWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":840,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/CustomGraphqlWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":841,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/CustomGraphqlWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":842,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/CustomGraphqlWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":843,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/CustomGraphqlWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":844,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/CustomGraphqlWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":845,\"kind\":256,\"name\":\"GetAllWebhooksResponse\",\"url\":\"interfaces/GetAllWebhooksResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":846,\"kind\":1024,\"name\":\"webhooks\",\"url\":\"interfaces/GetAllWebhooksResponse.html#webhooks\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAllWebhooksResponse\"},{\"id\":847,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/GetAllWebhooksResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAllWebhooksResponse\"},{\"id\":848,\"kind\":256,\"name\":\"GetAddressesOptions\",\"url\":\"interfaces/GetAddressesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":849,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/GetAddressesOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAddressesOptions\"},{\"id\":850,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetAddressesOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAddressesOptions\"},{\"id\":851,\"kind\":256,\"name\":\"AddressActivityResponse\",\"url\":\"interfaces/AddressActivityResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":852,\"kind\":1024,\"name\":\"addresses\",\"url\":\"interfaces/AddressActivityResponse.html#addresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressActivityResponse\"},{\"id\":853,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/AddressActivityResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressActivityResponse\"},{\"id\":854,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AddressActivityResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressActivityResponse\"},{\"id\":855,\"kind\":256,\"name\":\"CustomGraphqlWebhookConfig\",\"url\":\"interfaces/CustomGraphqlWebhookConfig.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":856,\"kind\":1024,\"name\":\"graphqlQuery\",\"url\":\"interfaces/CustomGraphqlWebhookConfig.html#graphqlQuery\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CustomGraphqlWebhookConfig\"},{\"id\":857,\"kind\":256,\"name\":\"TransactionWebhookParams\",\"url\":\"interfaces/TransactionWebhookParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":858,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/TransactionWebhookParams.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionWebhookParams\"},{\"id\":859,\"kind\":256,\"name\":\"NftWebhookParams\",\"url\":\"interfaces/NftWebhookParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":860,\"kind\":1024,\"name\":\"filters\",\"url\":\"interfaces/NftWebhookParams.html#filters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftWebhookParams\"},{\"id\":861,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/NftWebhookParams.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftWebhookParams\"},{\"id\":862,\"kind\":256,\"name\":\"CustomGraphqlWebhookParams\",\"url\":\"interfaces/CustomGraphqlWebhookParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":863,\"kind\":1024,\"name\":\"graphqlQuery\",\"url\":\"interfaces/CustomGraphqlWebhookParams.html#graphqlQuery\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CustomGraphqlWebhookParams\"},{\"id\":864,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/CustomGraphqlWebhookParams.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CustomGraphqlWebhookParams\"},{\"id\":865,\"kind\":256,\"name\":\"AddressWebhookParams\",\"url\":\"interfaces/AddressWebhookParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":866,\"kind\":1024,\"name\":\"addresses\",\"url\":\"interfaces/AddressWebhookParams.html#addresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressWebhookParams\"},{\"id\":867,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/AddressWebhookParams.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressWebhookParams\"},{\"id\":868,\"kind\":256,\"name\":\"NftFilter\",\"url\":\"interfaces/NftFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":869,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftFilter.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFilter\"},{\"id\":870,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftFilter.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFilter\"},{\"id\":871,\"kind\":256,\"name\":\"NftFiltersResponse\",\"url\":\"interfaces/NftFiltersResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":872,\"kind\":1024,\"name\":\"filters\",\"url\":\"interfaces/NftFiltersResponse.html#filters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFiltersResponse\"},{\"id\":873,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/NftFiltersResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFiltersResponse\"},{\"id\":874,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/NftFiltersResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFiltersResponse\"},{\"id\":875,\"kind\":256,\"name\":\"WebhookStatusUpdate\",\"url\":\"interfaces/WebhookStatusUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":876,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/WebhookStatusUpdate.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookStatusUpdate\"},{\"id\":877,\"kind\":256,\"name\":\"WebhookNftFilterUpdate\",\"url\":\"interfaces/WebhookNftFilterUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":878,\"kind\":1024,\"name\":\"addFilters\",\"url\":\"interfaces/WebhookNftFilterUpdate.html#addFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookNftFilterUpdate\"},{\"id\":879,\"kind\":1024,\"name\":\"removeFilters\",\"url\":\"interfaces/WebhookNftFilterUpdate.html#removeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookNftFilterUpdate\"},{\"id\":880,\"kind\":256,\"name\":\"WebhookNftMetadataFilterUpdate\",\"url\":\"interfaces/WebhookNftMetadataFilterUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":881,\"kind\":1024,\"name\":\"addMetadataFilters\",\"url\":\"interfaces/WebhookNftMetadataFilterUpdate.html#addMetadataFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookNftMetadataFilterUpdate\"},{\"id\":882,\"kind\":1024,\"name\":\"removeMetadataFilters\",\"url\":\"interfaces/WebhookNftMetadataFilterUpdate.html#removeMetadataFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookNftMetadataFilterUpdate\"},{\"id\":883,\"kind\":256,\"name\":\"WebhookAddressUpdate\",\"url\":\"interfaces/WebhookAddressUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":884,\"kind\":1024,\"name\":\"addAddresses\",\"url\":\"interfaces/WebhookAddressUpdate.html#addAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookAddressUpdate\"},{\"id\":885,\"kind\":1024,\"name\":\"removeAddresses\",\"url\":\"interfaces/WebhookAddressUpdate.html#removeAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookAddressUpdate\"},{\"id\":886,\"kind\":256,\"name\":\"WebhookAddressOverride\",\"url\":\"interfaces/WebhookAddressOverride.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":887,\"kind\":1024,\"name\":\"newAddresses\",\"url\":\"interfaces/WebhookAddressOverride.html#newAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookAddressOverride\"},{\"id\":888,\"kind\":4194304,\"name\":\"NftWebhookUpdate\",\"url\":\"modules.html#NftWebhookUpdate\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":889,\"kind\":4194304,\"name\":\"NftMetadataWebhookUpdate\",\"url\":\"modules.html#NftMetadataWebhookUpdate\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":890,\"kind\":4194304,\"name\":\"CustomGraphqlWebhookUpdate\",\"url\":\"modules.html#CustomGraphqlWebhookUpdate\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":891,\"kind\":4194304,\"name\":\"AddressWebhookUpdate\",\"url\":\"modules.html#AddressWebhookUpdate\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":892,\"kind\":256,\"name\":\"DebugTransaction\",\"url\":\"interfaces/DebugTransaction.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":893,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/DebugTransaction.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":894,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/DebugTransaction.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":895,\"kind\":1024,\"name\":\"gas\",\"url\":\"interfaces/DebugTransaction.html#gas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":896,\"kind\":1024,\"name\":\"gasPrice\",\"url\":\"interfaces/DebugTransaction.html#gasPrice\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":897,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DebugTransaction.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":898,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/DebugTransaction.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":899,\"kind\":8,\"name\":\"CommitmentLevel\",\"url\":\"enums/CommitmentLevel.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":900,\"kind\":16,\"name\":\"PENDING\",\"url\":\"enums/CommitmentLevel.html#PENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":901,\"kind\":16,\"name\":\"LATEST\",\"url\":\"enums/CommitmentLevel.html#LATEST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":902,\"kind\":16,\"name\":\"SAFE\",\"url\":\"enums/CommitmentLevel.html#SAFE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":903,\"kind\":16,\"name\":\"FINALIZED\",\"url\":\"enums/CommitmentLevel.html#FINALIZED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":904,\"kind\":16,\"name\":\"EARLIEST\",\"url\":\"enums/CommitmentLevel.html#EARLIEST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":905,\"kind\":4194304,\"name\":\"BlockIdentifier\",\"url\":\"modules.html#BlockIdentifier\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":906,\"kind\":8,\"name\":\"DebugTracerType\",\"url\":\"enums/DebugTracerType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":907,\"kind\":16,\"name\":\"CALL_TRACER\",\"url\":\"enums/DebugTracerType.html#CALL_TRACER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugTracerType\"},{\"id\":908,\"kind\":16,\"name\":\"PRESTATE_TRACER\",\"url\":\"enums/DebugTracerType.html#PRESTATE_TRACER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugTracerType\"},{\"id\":909,\"kind\":256,\"name\":\"DebugCallTracer\",\"url\":\"interfaces/DebugCallTracer.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":910,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DebugCallTracer.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTracer\"},{\"id\":911,\"kind\":1024,\"name\":\"onlyTopCall\",\"url\":\"interfaces/DebugCallTracer.html#onlyTopCall\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTracer\"},{\"id\":912,\"kind\":256,\"name\":\"DebugPrestateTracer\",\"url\":\"interfaces/DebugPrestateTracer.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":913,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DebugPrestateTracer.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestateTracer\"},{\"id\":914,\"kind\":1024,\"name\":\"onlyTopCall\",\"url\":\"interfaces/DebugPrestateTracer.html#onlyTopCall\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestateTracer\"},{\"id\":915,\"kind\":256,\"name\":\"DebugCallTrace\",\"url\":\"interfaces/DebugCallTrace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":916,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DebugCallTrace.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":917,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/DebugCallTrace.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":918,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/DebugCallTrace.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":919,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DebugCallTrace.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":920,\"kind\":1024,\"name\":\"gas\",\"url\":\"interfaces/DebugCallTrace.html#gas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":921,\"kind\":1024,\"name\":\"gasUsed\",\"url\":\"interfaces/DebugCallTrace.html#gasUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":922,\"kind\":1024,\"name\":\"input\",\"url\":\"interfaces/DebugCallTrace.html#input\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":923,\"kind\":1024,\"name\":\"output\",\"url\":\"interfaces/DebugCallTrace.html#output\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":924,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/DebugCallTrace.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":925,\"kind\":1024,\"name\":\"revertReason\",\"url\":\"interfaces/DebugCallTrace.html#revertReason\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":926,\"kind\":1024,\"name\":\"calls\",\"url\":\"interfaces/DebugCallTrace.html#calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":927,\"kind\":256,\"name\":\"FilterByBlockHash\",\"url\":\"interfaces/FilterByBlockHash.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":928,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/FilterByBlockHash.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterByBlockHash\"},{\"id\":929,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/FilterByBlockHash.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FilterByBlockHash\"},{\"id\":930,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/FilterByBlockHash.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FilterByBlockHash\"},{\"id\":931,\"kind\":256,\"name\":\"Filter\",\"url\":\"interfaces/Filter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":932,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/Filter.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Filter\"},{\"id\":933,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/Filter.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Filter\"},{\"id\":934,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/Filter.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Filter\"},{\"id\":935,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/Filter.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Filter\"},{\"id\":936,\"kind\":256,\"name\":\"EventFilter\",\"url\":\"interfaces/EventFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":937,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/EventFilter.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EventFilter\"},{\"id\":938,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/EventFilter.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EventFilter\"},{\"id\":939,\"kind\":4194304,\"name\":\"DebugPrestateTrace\",\"url\":\"modules.html#DebugPrestateTrace\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":940,\"kind\":256,\"name\":\"DebugPrestate\",\"url\":\"interfaces/DebugPrestate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":941,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/DebugPrestate.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":942,\"kind\":1024,\"name\":\"nonce\",\"url\":\"interfaces/DebugPrestate.html#nonce\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":943,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/DebugPrestate.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":944,\"kind\":1024,\"name\":\"storage\",\"url\":\"interfaces/DebugPrestate.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":945,\"kind\":4194304,\"name\":\"RequireAtLeastOne\",\"url\":\"modules.html#RequireAtLeastOne\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":946,\"kind\":4194304,\"name\":\"NonEmptyArray\",\"url\":\"modules.html#NonEmptyArray\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,64.489]],[\"parent/0\",[]],[\"name/1\",[1,46.031]],[\"parent/1\",[]],[\"name/2\",[2,51.496]],[\"parent/2\",[1,4.212]],[\"name/3\",[3,64.489]],[\"parent/3\",[1,4.212]],[\"name/4\",[4,41.802]],[\"parent/4\",[1,4.212]],[\"name/5\",[5,64.489]],[\"parent/5\",[1,4.212]],[\"name/6\",[6,64.489]],[\"parent/6\",[1,4.212]],[\"name/7\",[7,64.489]],[\"parent/7\",[1,4.212]],[\"name/8\",[8,64.489]],[\"parent/8\",[1,4.212]],[\"name/9\",[9,64.489]],[\"parent/9\",[1,4.212]],[\"name/10\",[10,40.51]],[\"parent/10\",[]],[\"name/11\",[2,51.496]],[\"parent/11\",[10,3.707]],[\"name/12\",[11,64.489]],[\"parent/12\",[10,3.707]],[\"name/13\",[12,59.381]],[\"parent/13\",[10,3.707]],[\"name/14\",[13,59.381]],[\"parent/14\",[10,3.707]],[\"name/15\",[14,56.016]],[\"parent/15\",[10,3.707]],[\"name/16\",[15,56.016]],[\"parent/16\",[10,3.707]],[\"name/17\",[16,64.489]],[\"parent/17\",[10,3.707]],[\"name/18\",[17,56.016]],[\"parent/18\",[10,3.707]],[\"name/19\",[18,64.489]],[\"parent/19\",[10,3.707]],[\"name/20\",[19,59.381]],[\"parent/20\",[10,3.707]],[\"name/21\",[20,59.381]],[\"parent/21\",[10,3.707]],[\"name/22\",[21,59.381]],[\"parent/22\",[10,3.707]],[\"name/23\",[22,64.489]],[\"parent/23\",[10,3.707]],[\"name/24\",[23,41.802]],[\"parent/24\",[10,3.707]],[\"name/25\",[23,41.802]],[\"parent/25\",[10,3.707]],[\"name/26\",[24,41.802]],[\"parent/26\",[]],[\"name/27\",[2,51.496]],[\"parent/27\",[24,3.825]],[\"name/28\",[23,41.802]],[\"parent/28\",[24,3.825]],[\"name/29\",[23,41.802]],[\"parent/29\",[24,3.825]],[\"name/30\",[23,41.802]],[\"parent/30\",[24,3.825]],[\"name/31\",[23,41.802]],[\"parent/31\",[24,3.825]],[\"name/32\",[23,41.802]],[\"parent/32\",[24,3.825]],[\"name/33\",[23,41.802]],[\"parent/33\",[24,3.825]],[\"name/34\",[23,41.802]],[\"parent/34\",[24,3.825]],[\"name/35\",[25,59.381]],[\"parent/35\",[]],[\"name/36\",[2,51.496]],[\"parent/36\",[25,5.434]],[\"name/37\",[26,44.12]],[\"parent/37\",[]],[\"name/38\",[2,51.496]],[\"parent/38\",[26,4.038]],[\"name/39\",[27,53.503]],[\"parent/39\",[26,4.038]],[\"name/40\",[28,33.731]],[\"parent/40\",[26,4.038]],[\"name/41\",[29,56.016]],[\"parent/41\",[26,4.038]],[\"name/42\",[30,56.016]],[\"parent/42\",[26,4.038]],[\"name/43\",[31,46.031]],[\"parent/43\",[26,4.038]],[\"name/44\",[32,59.381]],[\"parent/44\",[26,4.038]],[\"name/45\",[33,59.381]],[\"parent/45\",[26,4.038]],[\"name/46\",[34,64.489]],[\"parent/46\",[26,4.038]],[\"name/47\",[35,64.489]],[\"parent/47\",[26,4.038]],[\"name/48\",[36,45.03]],[\"parent/48\",[]],[\"name/49\",[27,53.503]],[\"parent/49\",[36,4.121]],[\"name/50\",[29,56.016]],[\"parent/50\",[36,4.121]],[\"name/51\",[30,56.016]],[\"parent/51\",[36,4.121]],[\"name/52\",[37,64.489]],[\"parent/52\",[36,4.121]],[\"name/53\",[38,64.489]],[\"parent/53\",[36,4.121]],[\"name/54\",[39,59.381]],[\"parent/54\",[36,4.121]],[\"name/55\",[40,59.381]],[\"parent/55\",[36,4.121]],[\"name/56\",[41,64.489]],[\"parent/56\",[36,4.121]],[\"name/57\",[23,41.802]],[\"parent/57\",[36,4.121]],[\"name/58\",[42,38.339]],[\"parent/58\",[]],[\"name/59\",[43,64.489]],[\"parent/59\",[42,3.509]],[\"name/60\",[27,53.503]],[\"parent/60\",[42,3.509]],[\"name/61\",[44,59.381]],[\"parent/61\",[42,3.509]],[\"name/62\",[45,59.381]],[\"parent/62\",[42,3.509]],[\"name/63\",[46,59.381]],[\"parent/63\",[42,3.509]],[\"name/64\",[47,59.381]],[\"parent/64\",[42,3.509]],[\"name/65\",[48,59.381]],[\"parent/65\",[42,3.509]],[\"name/66\",[49,59.381]],[\"parent/66\",[42,3.509]],[\"name/67\",[50,64.489]],[\"parent/67\",[42,3.509]],[\"name/68\",[39,59.381]],[\"parent/68\",[42,3.509]],[\"name/69\",[51,64.489]],[\"parent/69\",[42,3.509]],[\"name/70\",[52,64.489]],[\"parent/70\",[42,3.509]],[\"name/71\",[53,64.489]],[\"parent/71\",[42,3.509]],[\"name/72\",[54,64.489]],[\"parent/72\",[42,3.509]],[\"name/73\",[55,64.489]],[\"parent/73\",[42,3.509]],[\"name/74\",[23,41.802]],[\"parent/74\",[42,3.509]],[\"name/75\",[23,41.802]],[\"parent/75\",[42,3.509]],[\"name/76\",[23,41.802]],[\"parent/76\",[42,3.509]],[\"name/77\",[23,41.802]],[\"parent/77\",[42,3.509]],[\"name/78\",[56,35.772]],[\"parent/78\",[]],[\"name/79\",[57,64.489]],[\"parent/79\",[56,3.274]],[\"name/80\",[58,64.489]],[\"parent/80\",[56,3.274]],[\"name/81\",[59,64.489]],[\"parent/81\",[56,3.274]],[\"name/82\",[60,64.489]],[\"parent/82\",[56,3.274]],[\"name/83\",[61,64.489]],[\"parent/83\",[56,3.274]],[\"name/84\",[62,64.489]],[\"parent/84\",[56,3.274]],[\"name/85\",[63,64.489]],[\"parent/85\",[56,3.274]],[\"name/86\",[64,64.489]],[\"parent/86\",[56,3.274]],[\"name/87\",[65,64.489]],[\"parent/87\",[56,3.274]],[\"name/88\",[66,64.489]],[\"parent/88\",[56,3.274]],[\"name/89\",[67,64.489]],[\"parent/89\",[56,3.274]],[\"name/90\",[68,64.489]],[\"parent/90\",[56,3.274]],[\"name/91\",[69,64.489]],[\"parent/91\",[56,3.274]],[\"name/92\",[70,64.489]],[\"parent/92\",[56,3.274]],[\"name/93\",[71,64.489]],[\"parent/93\",[56,3.274]],[\"name/94\",[72,64.489]],[\"parent/94\",[56,3.274]],[\"name/95\",[73,64.489]],[\"parent/95\",[56,3.274]],[\"name/96\",[74,64.489]],[\"parent/96\",[56,3.274]],[\"name/97\",[75,64.489]],[\"parent/97\",[56,3.274]],[\"name/98\",[76,64.489]],[\"parent/98\",[56,3.274]],[\"name/99\",[77,64.489]],[\"parent/99\",[56,3.274]],[\"name/100\",[78,64.489]],[\"parent/100\",[56,3.274]],[\"name/101\",[79,64.489]],[\"parent/101\",[56,3.274]],[\"name/102\",[80,64.489]],[\"parent/102\",[56,3.274]],[\"name/103\",[81,64.489]],[\"parent/103\",[56,3.274]],[\"name/104\",[82,48.395]],[\"parent/104\",[]],[\"name/105\",[44,59.381]],[\"parent/105\",[82,4.429]],[\"name/106\",[45,59.381]],[\"parent/106\",[82,4.429]],[\"name/107\",[46,59.381]],[\"parent/107\",[82,4.429]],[\"name/108\",[47,59.381]],[\"parent/108\",[82,4.429]],[\"name/109\",[48,59.381]],[\"parent/109\",[82,4.429]],[\"name/110\",[49,59.381]],[\"parent/110\",[82,4.429]],[\"name/111\",[83,34.7]],[\"parent/111\",[]],[\"name/112\",[12,59.381]],[\"parent/112\",[83,3.175]],[\"name/113\",[84,64.489]],[\"parent/113\",[83,3.175]],[\"name/114\",[85,64.489]],[\"parent/114\",[83,3.175]],[\"name/115\",[86,64.489]],[\"parent/115\",[83,3.175]],[\"name/116\",[13,59.381]],[\"parent/116\",[83,3.175]],[\"name/117\",[87,64.489]],[\"parent/117\",[83,3.175]],[\"name/118\",[88,64.489]],[\"parent/118\",[83,3.175]],[\"name/119\",[89,64.489]],[\"parent/119\",[83,3.175]],[\"name/120\",[90,64.489]],[\"parent/120\",[83,3.175]],[\"name/121\",[19,59.381]],[\"parent/121\",[83,3.175]],[\"name/122\",[20,59.381]],[\"parent/122\",[83,3.175]],[\"name/123\",[91,64.489]],[\"parent/123\",[83,3.175]],[\"name/124\",[15,56.016]],[\"parent/124\",[83,3.175]],[\"name/125\",[14,56.016]],[\"parent/125\",[83,3.175]],[\"name/126\",[92,59.381]],[\"parent/126\",[83,3.175]],[\"name/127\",[93,64.489]],[\"parent/127\",[83,3.175]],[\"name/128\",[17,56.016]],[\"parent/128\",[83,3.175]],[\"name/129\",[94,59.381]],[\"parent/129\",[83,3.175]],[\"name/130\",[95,64.489]],[\"parent/130\",[83,3.175]],[\"name/131\",[40,59.381]],[\"parent/131\",[83,3.175]],[\"name/132\",[96,64.489]],[\"parent/132\",[83,3.175]],[\"name/133\",[97,64.489]],[\"parent/133\",[83,3.175]],[\"name/134\",[98,64.489]],[\"parent/134\",[83,3.175]],[\"name/135\",[99,64.489]],[\"parent/135\",[83,3.175]],[\"name/136\",[100,64.489]],[\"parent/136\",[83,3.175]],[\"name/137\",[101,64.489]],[\"parent/137\",[83,3.175]],[\"name/138\",[21,59.381]],[\"parent/138\",[83,3.175]],[\"name/139\",[102,64.489]],[\"parent/139\",[83,3.175]],[\"name/140\",[103,43.286]],[\"parent/140\",[]],[\"name/141\",[104,64.489]],[\"parent/141\",[103,3.961]],[\"name/142\",[105,64.489]],[\"parent/142\",[103,3.961]],[\"name/143\",[106,64.489]],[\"parent/143\",[103,3.961]],[\"name/144\",[107,64.489]],[\"parent/144\",[103,3.961]],[\"name/145\",[108,64.489]],[\"parent/145\",[103,3.961]],[\"name/146\",[109,64.489]],[\"parent/146\",[103,3.961]],[\"name/147\",[92,59.381]],[\"parent/147\",[103,3.961]],[\"name/148\",[17,56.016]],[\"parent/148\",[103,3.961]],[\"name/149\",[14,56.016]],[\"parent/149\",[103,3.961]],[\"name/150\",[110,64.489]],[\"parent/150\",[103,3.961]],[\"name/151\",[94,59.381]],[\"parent/151\",[103,3.961]],[\"name/152\",[111,45.03]],[\"parent/152\",[]],[\"name/153\",[112,64.489]],[\"parent/153\",[111,4.121]],[\"name/154\",[113,64.489]],[\"parent/154\",[111,4.121]],[\"name/155\",[114,64.489]],[\"parent/155\",[111,4.121]],[\"name/156\",[115,64.489]],[\"parent/156\",[111,4.121]],[\"name/157\",[116,64.489]],[\"parent/157\",[111,4.121]],[\"name/158\",[117,64.489]],[\"parent/158\",[111,4.121]],[\"name/159\",[118,64.489]],[\"parent/159\",[111,4.121]],[\"name/160\",[119,64.489]],[\"parent/160\",[111,4.121]],[\"name/161\",[120,64.489]],[\"parent/161\",[111,4.121]],[\"name/162\",[121,53.503]],[\"parent/162\",[]],[\"name/163\",[122,64.489]],[\"parent/163\",[121,4.896]],[\"name/164\",[123,64.489]],[\"parent/164\",[121,4.896]],[\"name/165\",[124,64.489]],[\"parent/165\",[121,4.896]],[\"name/166\",[125,59.381]],[\"parent/166\",[]],[\"name/167\",[126,45.03]],[\"parent/167\",[125,5.434]],[\"name/168\",[127,46.031]],[\"parent/168\",[]],[\"name/169\",[128,44.12]],[\"parent/169\",[127,4.212]],[\"name/170\",[129,47.143]],[\"parent/170\",[127,4.212]],[\"name/171\",[130,49.826]],[\"parent/171\",[127,4.212]],[\"name/172\",[131,56.016]],[\"parent/172\",[127,4.212]],[\"name/173\",[132,56.016]],[\"parent/173\",[127,4.212]],[\"name/174\",[133,59.381]],[\"parent/174\",[127,4.212]],[\"name/175\",[134,59.381]],[\"parent/175\",[127,4.212]],[\"name/176\",[126,45.03]],[\"parent/176\",[127,4.212]],[\"name/177\",[4,41.802]],[\"parent/177\",[]],[\"name/178\",[24,41.802]],[\"parent/178\",[4,3.825]],[\"name/179\",[135,53.503]],[\"parent/179\",[4,3.825]],[\"name/180\",[136,51.496]],[\"parent/180\",[4,3.825]],[\"name/181\",[137,56.016]],[\"parent/181\",[4,3.825]],[\"name/182\",[138,56.016]],[\"parent/182\",[4,3.825]],[\"name/183\",[139,56.016]],[\"parent/183\",[4,3.825]],[\"name/184\",[140,49.826]],[\"parent/184\",[4,3.825]],[\"name/185\",[141,44.12]],[\"parent/185\",[4,3.825]],[\"name/186\",[142,49.826]],[\"parent/186\",[4,3.825]],[\"name/187\",[143,49.826]],[\"parent/187\",[4,3.825]],[\"name/188\",[144,41.135]],[\"parent/188\",[4,3.825]],[\"name/189\",[128,44.12]],[\"parent/189\",[4,3.825]],[\"name/190\",[145,53.503]],[\"parent/190\",[]],[\"name/191\",[24,41.802]],[\"parent/191\",[145,4.896]],[\"name/192\",[144,41.135]],[\"parent/192\",[145,4.896]],[\"name/193\",[128,44.12]],[\"parent/193\",[145,4.896]],[\"name/194\",[146,64.489]],[\"parent/194\",[]],[\"name/195\",[147,64.489]],[\"parent/195\",[]],[\"name/196\",[148,64.489]],[\"parent/196\",[]],[\"name/197\",[149,64.489]],[\"parent/197\",[]],[\"name/198\",[150,64.489]],[\"parent/198\",[]],[\"name/199\",[151,47.143]],[\"parent/199\",[]],[\"name/200\",[27,53.503]],[\"parent/200\",[151,4.314]],[\"name/201\",[28,33.731]],[\"parent/201\",[151,4.314]],[\"name/202\",[29,56.016]],[\"parent/202\",[151,4.314]],[\"name/203\",[31,46.031]],[\"parent/203\",[151,4.314]],[\"name/204\",[32,59.381]],[\"parent/204\",[151,4.314]],[\"name/205\",[33,59.381]],[\"parent/205\",[151,4.314]],[\"name/206\",[30,56.016]],[\"parent/206\",[151,4.314]],[\"name/207\",[28,33.731]],[\"parent/207\",[]],[\"name/208\",[152,64.489]],[\"parent/208\",[28,3.087]],[\"name/209\",[153,64.489]],[\"parent/209\",[28,3.087]],[\"name/210\",[154,64.489]],[\"parent/210\",[28,3.087]],[\"name/211\",[155,64.489]],[\"parent/211\",[28,3.087]],[\"name/212\",[156,64.489]],[\"parent/212\",[28,3.087]],[\"name/213\",[157,64.489]],[\"parent/213\",[28,3.087]],[\"name/214\",[158,64.489]],[\"parent/214\",[28,3.087]],[\"name/215\",[159,64.489]],[\"parent/215\",[28,3.087]],[\"name/216\",[160,64.489]],[\"parent/216\",[28,3.087]],[\"name/217\",[161,64.489]],[\"parent/217\",[28,3.087]],[\"name/218\",[162,64.489]],[\"parent/218\",[28,3.087]],[\"name/219\",[163,64.489]],[\"parent/219\",[28,3.087]],[\"name/220\",[164,64.489]],[\"parent/220\",[28,3.087]],[\"name/221\",[165,64.489]],[\"parent/221\",[28,3.087]],[\"name/222\",[166,64.489]],[\"parent/222\",[28,3.087]],[\"name/223\",[167,64.489]],[\"parent/223\",[28,3.087]],[\"name/224\",[168,64.489]],[\"parent/224\",[28,3.087]],[\"name/225\",[169,64.489]],[\"parent/225\",[28,3.087]],[\"name/226\",[170,64.489]],[\"parent/226\",[28,3.087]],[\"name/227\",[171,56.016]],[\"parent/227\",[]],[\"name/228\",[172,64.489]],[\"parent/228\",[171,5.126]],[\"name/229\",[173,56.016]],[\"parent/229\",[171,5.126]],[\"name/230\",[174,56.016]],[\"parent/230\",[]],[\"name/231\",[175,41.135]],[\"parent/231\",[174,5.126]],[\"name/232\",[176,32.848]],[\"parent/232\",[174,5.126]],[\"name/233\",[177,59.381]],[\"parent/233\",[]],[\"name/234\",[175,41.135]],[\"parent/234\",[177,5.434]],[\"name/235\",[178,53.503]],[\"parent/235\",[]],[\"name/236\",[176,32.848]],[\"parent/236\",[178,4.896]],[\"name/237\",[126,45.03]],[\"parent/237\",[178,4.896]],[\"name/238\",[179,56.016]],[\"parent/238\",[178,4.896]],[\"name/239\",[180,56.016]],[\"parent/239\",[]],[\"name/240\",[126,45.03]],[\"parent/240\",[180,5.126]],[\"name/241\",[179,56.016]],[\"parent/241\",[180,5.126]],[\"name/242\",[181,56.016]],[\"parent/242\",[]],[\"name/243\",[182,53.503]],[\"parent/243\",[]],[\"name/244\",[183,45.03]],[\"parent/244\",[182,4.896]],[\"name/245\",[181,56.016]],[\"parent/245\",[182,4.896]],[\"name/246\",[184,48.395]],[\"parent/246\",[182,4.896]],[\"name/247\",[185,53.503]],[\"parent/247\",[]],[\"name/248\",[183,45.03]],[\"parent/248\",[185,4.896]],[\"name/249\",[181,56.016]],[\"parent/249\",[185,4.896]],[\"name/250\",[184,48.395]],[\"parent/250\",[185,4.896]],[\"name/251\",[186,56.016]],[\"parent/251\",[]],[\"name/252\",[187,48.395]],[\"parent/252\",[186,5.126]],[\"name/253\",[176,32.848]],[\"parent/253\",[186,5.126]],[\"name/254\",[188,56.016]],[\"parent/254\",[]],[\"name/255\",[189,64.489]],[\"parent/255\",[188,5.126]],[\"name/256\",[176,32.848]],[\"parent/256\",[188,5.126]],[\"name/257\",[190,46.031]],[\"parent/257\",[]],[\"name/258\",[183,45.03]],[\"parent/258\",[190,4.212]],[\"name/259\",[191,64.489]],[\"parent/259\",[190,4.212]],[\"name/260\",[192,51.496]],[\"parent/260\",[190,4.212]],[\"name/261\",[129,47.143]],[\"parent/261\",[190,4.212]],[\"name/262\",[130,49.826]],[\"parent/262\",[190,4.212]],[\"name/263\",[193,53.503]],[\"parent/263\",[190,4.212]],[\"name/264\",[194,56.016]],[\"parent/264\",[190,4.212]],[\"name/265\",[184,48.395]],[\"parent/265\",[190,4.212]],[\"name/266\",[195,51.496]],[\"parent/266\",[]],[\"name/267\",[129,47.143]],[\"parent/267\",[195,4.713]],[\"name/268\",[130,49.826]],[\"parent/268\",[195,4.713]],[\"name/269\",[193,53.503]],[\"parent/269\",[195,4.713]],[\"name/270\",[194,56.016]],[\"parent/270\",[195,4.713]],[\"name/271\",[196,43.286]],[\"parent/271\",[]],[\"name/272\",[197,49.826]],[\"parent/272\",[196,3.961]],[\"name/273\",[198,49.826]],[\"parent/273\",[196,3.961]],[\"name/274\",[199,51.496]],[\"parent/274\",[196,3.961]],[\"name/275\",[200,56.016]],[\"parent/275\",[196,3.961]],[\"name/276\",[201,56.016]],[\"parent/276\",[196,3.961]],[\"name/277\",[187,48.395]],[\"parent/277\",[196,3.961]],[\"name/278\",[202,59.381]],[\"parent/278\",[196,3.961]],[\"name/279\",[203,53.503]],[\"parent/279\",[196,3.961]],[\"name/280\",[204,59.381]],[\"parent/280\",[196,3.961]],[\"name/281\",[176,32.848]],[\"parent/281\",[196,3.961]],[\"name/282\",[205,59.381]],[\"parent/282\",[196,3.961]],[\"name/283\",[206,43.286]],[\"parent/283\",[]],[\"name/284\",[205,59.381]],[\"parent/284\",[206,3.961]],[\"name/285\",[197,49.826]],[\"parent/285\",[206,3.961]],[\"name/286\",[198,49.826]],[\"parent/286\",[206,3.961]],[\"name/287\",[199,51.496]],[\"parent/287\",[206,3.961]],[\"name/288\",[200,56.016]],[\"parent/288\",[206,3.961]],[\"name/289\",[201,56.016]],[\"parent/289\",[206,3.961]],[\"name/290\",[187,48.395]],[\"parent/290\",[206,3.961]],[\"name/291\",[202,59.381]],[\"parent/291\",[206,3.961]],[\"name/292\",[203,53.503]],[\"parent/292\",[206,3.961]],[\"name/293\",[204,59.381]],[\"parent/293\",[206,3.961]],[\"name/294\",[176,32.848]],[\"parent/294\",[206,3.961]],[\"name/295\",[207,48.395]],[\"parent/295\",[]],[\"name/296\",[208,64.489]],[\"parent/296\",[207,4.429]],[\"name/297\",[209,64.489]],[\"parent/297\",[207,4.429]],[\"name/298\",[173,56.016]],[\"parent/298\",[207,4.429]],[\"name/299\",[210,56.016]],[\"parent/299\",[207,4.429]],[\"name/300\",[211,56.016]],[\"parent/300\",[207,4.429]],[\"name/301\",[212,64.489]],[\"parent/301\",[207,4.429]],[\"name/302\",[213,56.016]],[\"parent/302\",[]],[\"name/303\",[214,59.381]],[\"parent/303\",[213,5.126]],[\"name/304\",[215,59.381]],[\"parent/304\",[213,5.126]],[\"name/305\",[216,49.826]],[\"parent/305\",[]],[\"name/306\",[210,56.016]],[\"parent/306\",[216,4.56]],[\"name/307\",[211,56.016]],[\"parent/307\",[216,4.56]],[\"name/308\",[217,64.489]],[\"parent/308\",[216,4.56]],[\"name/309\",[218,64.489]],[\"parent/309\",[216,4.56]],[\"name/310\",[219,59.381]],[\"parent/310\",[216,4.56]],[\"name/311\",[220,56.016]],[\"parent/311\",[]],[\"name/312\",[221,59.381]],[\"parent/312\",[220,5.126]],[\"name/313\",[176,32.848]],[\"parent/313\",[220,5.126]],[\"name/314\",[222,56.016]],[\"parent/314\",[]],[\"name/315\",[221,59.381]],[\"parent/315\",[222,5.126]],[\"name/316\",[176,32.848]],[\"parent/316\",[222,5.126]],[\"name/317\",[223,42.517]],[\"parent/317\",[]],[\"name/318\",[224,59.381]],[\"parent/318\",[223,3.891]],[\"name/319\",[203,53.503]],[\"parent/319\",[223,3.891]],[\"name/320\",[225,59.381]],[\"parent/320\",[223,3.891]],[\"name/321\",[226,47.143]],[\"parent/321\",[223,3.891]],[\"name/322\",[227,47.143]],[\"parent/322\",[223,3.891]],[\"name/323\",[228,45.03]],[\"parent/323\",[223,3.891]],[\"name/324\",[229,59.381]],[\"parent/324\",[223,3.891]],[\"name/325\",[230,51.496]],[\"parent/325\",[223,3.891]],[\"name/326\",[144,41.135]],[\"parent/326\",[223,3.891]],[\"name/327\",[231,59.381]],[\"parent/327\",[223,3.891]],[\"name/328\",[232,59.381]],[\"parent/328\",[223,3.891]],[\"name/329\",[233,49.826]],[\"parent/329\",[223,3.891]],[\"name/330\",[234,41.802]],[\"parent/330\",[]],[\"name/331\",[235,64.489]],[\"parent/331\",[234,3.825]],[\"name/332\",[224,59.381]],[\"parent/332\",[234,3.825]],[\"name/333\",[203,53.503]],[\"parent/333\",[234,3.825]],[\"name/334\",[225,59.381]],[\"parent/334\",[234,3.825]],[\"name/335\",[226,47.143]],[\"parent/335\",[234,3.825]],[\"name/336\",[227,47.143]],[\"parent/336\",[234,3.825]],[\"name/337\",[228,45.03]],[\"parent/337\",[234,3.825]],[\"name/338\",[229,59.381]],[\"parent/338\",[234,3.825]],[\"name/339\",[230,51.496]],[\"parent/339\",[234,3.825]],[\"name/340\",[144,41.135]],[\"parent/340\",[234,3.825]],[\"name/341\",[231,59.381]],[\"parent/341\",[234,3.825]],[\"name/342\",[232,59.381]],[\"parent/342\",[234,3.825]],[\"name/343\",[233,49.826]],[\"parent/343\",[234,3.825]],[\"name/344\",[236,59.381]],[\"parent/344\",[]],[\"name/345\",[237,56.016]],[\"parent/345\",[236,5.434]],[\"name/346\",[238,48.395]],[\"parent/346\",[]],[\"name/347\",[129,47.143]],[\"parent/347\",[238,4.429]],[\"name/348\",[136,51.496]],[\"parent/348\",[238,4.429]],[\"name/349\",[239,64.489]],[\"parent/349\",[238,4.429]],[\"name/350\",[240,64.489]],[\"parent/350\",[238,4.429]],[\"name/351\",[241,64.489]],[\"parent/351\",[238,4.429]],[\"name/352\",[242,64.489]],[\"parent/352\",[238,4.429]],[\"name/353\",[140,49.826]],[\"parent/353\",[]],[\"name/354\",[243,59.381]],[\"parent/354\",[140,4.56]],[\"name/355\",[244,59.381]],[\"parent/355\",[140,4.56]],[\"name/356\",[141,44.12]],[\"parent/356\",[]],[\"name/357\",[243,59.381]],[\"parent/357\",[141,4.038]],[\"name/358\",[244,59.381]],[\"parent/358\",[141,4.038]],[\"name/359\",[245,64.489]],[\"parent/359\",[141,4.038]],[\"name/360\",[246,64.489]],[\"parent/360\",[141,4.038]],[\"name/361\",[247,64.489]],[\"parent/361\",[141,4.038]],[\"name/362\",[248,64.489]],[\"parent/362\",[141,4.038]],[\"name/363\",[249,49.826]],[\"parent/363\",[]],[\"name/364\",[250,64.489]],[\"parent/364\",[249,4.56]],[\"name/365\",[251,64.489]],[\"parent/365\",[249,4.56]],[\"name/366\",[252,64.489]],[\"parent/366\",[249,4.56]],[\"name/367\",[253,64.489]],[\"parent/367\",[249,4.56]],[\"name/368\",[254,64.489]],[\"parent/368\",[249,4.56]],[\"name/369\",[142,49.826]],[\"parent/369\",[]],[\"name/370\",[255,59.381]],[\"parent/370\",[142,4.56]],[\"name/371\",[256,64.489]],[\"parent/371\",[142,4.56]],[\"name/372\",[143,49.826]],[\"parent/372\",[]],[\"name/373\",[237,56.016]],[\"parent/373\",[143,4.56]],[\"name/374\",[257,49.826]],[\"parent/374\",[143,4.56]],[\"name/375\",[258,46.031]],[\"parent/375\",[]],[\"name/376\",[176,32.848]],[\"parent/376\",[258,4.212]],[\"name/377\",[187,48.395]],[\"parent/377\",[258,4.212]],[\"name/378\",[259,56.016]],[\"parent/378\",[258,4.212]],[\"name/379\",[260,56.016]],[\"parent/379\",[258,4.212]],[\"name/380\",[261,49.826]],[\"parent/380\",[258,4.212]],[\"name/381\",[262,53.503]],[\"parent/381\",[258,4.212]],[\"name/382\",[263,49.826]],[\"parent/382\",[258,4.212]],[\"name/383\",[264,56.016]],[\"parent/383\",[258,4.212]],[\"name/384\",[265,46.031]],[\"parent/384\",[]],[\"name/385\",[176,32.848]],[\"parent/385\",[265,4.212]],[\"name/386\",[187,48.395]],[\"parent/386\",[265,4.212]],[\"name/387\",[259,56.016]],[\"parent/387\",[265,4.212]],[\"name/388\",[260,56.016]],[\"parent/388\",[265,4.212]],[\"name/389\",[261,49.826]],[\"parent/389\",[265,4.212]],[\"name/390\",[262,53.503]],[\"parent/390\",[265,4.212]],[\"name/391\",[263,49.826]],[\"parent/391\",[265,4.212]],[\"name/392\",[264,56.016]],[\"parent/392\",[265,4.212]],[\"name/393\",[266,56.016]],[\"parent/393\",[]],[\"name/394\",[267,59.381]],[\"parent/394\",[266,5.126]],[\"name/395\",[268,59.381]],[\"parent/395\",[266,5.126]],[\"name/396\",[269,56.016]],[\"parent/396\",[]],[\"name/397\",[267,59.381]],[\"parent/397\",[269,5.126]],[\"name/398\",[268,59.381]],[\"parent/398\",[269,5.126]],[\"name/399\",[270,59.381]],[\"parent/399\",[]],[\"name/400\",[271,64.489]],[\"parent/400\",[270,5.434]],[\"name/401\",[272,51.496]],[\"parent/401\",[]],[\"name/402\",[273,59.381]],[\"parent/402\",[272,4.713]],[\"name/403\",[176,32.848]],[\"parent/403\",[272,4.713]],[\"name/404\",[274,48.395]],[\"parent/404\",[272,4.713]],[\"name/405\",[275,51.496]],[\"parent/405\",[272,4.713]],[\"name/406\",[276,51.496]],[\"parent/406\",[]],[\"name/407\",[273,59.381]],[\"parent/407\",[276,4.713]],[\"name/408\",[176,32.848]],[\"parent/408\",[276,4.713]],[\"name/409\",[274,48.395]],[\"parent/409\",[276,4.713]],[\"name/410\",[275,51.496]],[\"parent/410\",[276,4.713]],[\"name/411\",[277,41.802]],[\"parent/411\",[]],[\"name/412\",[192,51.496]],[\"parent/412\",[277,3.825]],[\"name/413\",[24,41.802]],[\"parent/413\",[277,3.825]],[\"name/414\",[135,53.503]],[\"parent/414\",[277,3.825]],[\"name/415\",[136,51.496]],[\"parent/415\",[277,3.825]],[\"name/416\",[137,56.016]],[\"parent/416\",[277,3.825]],[\"name/417\",[138,56.016]],[\"parent/417\",[277,3.825]],[\"name/418\",[139,56.016]],[\"parent/418\",[277,3.825]],[\"name/419\",[140,49.826]],[\"parent/419\",[277,3.825]],[\"name/420\",[141,44.12]],[\"parent/420\",[277,3.825]],[\"name/421\",[142,49.826]],[\"parent/421\",[277,3.825]],[\"name/422\",[143,49.826]],[\"parent/422\",[277,3.825]],[\"name/423\",[144,41.135]],[\"parent/423\",[277,3.825]],[\"name/424\",[128,44.12]],[\"parent/424\",[277,3.825]],[\"name/425\",[278,51.496]],[\"parent/425\",[]],[\"name/426\",[192,51.496]],[\"parent/426\",[278,4.713]],[\"name/427\",[24,41.802]],[\"parent/427\",[278,4.713]],[\"name/428\",[144,41.135]],[\"parent/428\",[278,4.713]],[\"name/429\",[128,44.12]],[\"parent/429\",[278,4.713]],[\"name/430\",[279,56.016]],[\"parent/430\",[]],[\"name/431\",[280,56.016]],[\"parent/431\",[279,5.126]],[\"name/432\",[176,32.848]],[\"parent/432\",[279,5.126]],[\"name/433\",[281,53.503]],[\"parent/433\",[]],[\"name/434\",[280,56.016]],[\"parent/434\",[281,4.896]],[\"name/435\",[274,48.395]],[\"parent/435\",[281,4.896]],[\"name/436\",[176,32.848]],[\"parent/436\",[281,4.896]],[\"name/437\",[282,56.016]],[\"parent/437\",[]],[\"name/438\",[280,56.016]],[\"parent/438\",[282,5.126]],[\"name/439\",[176,32.848]],[\"parent/439\",[282,5.126]],[\"name/440\",[283,56.016]],[\"parent/440\",[]],[\"name/441\",[284,64.489]],[\"parent/441\",[283,5.126]],[\"name/442\",[179,56.016]],[\"parent/442\",[283,5.126]],[\"name/443\",[285,56.016]],[\"parent/443\",[]],[\"name/444\",[144,41.135]],[\"parent/444\",[285,5.126]],[\"name/445\",[192,51.496]],[\"parent/445\",[285,5.126]],[\"name/446\",[286,53.503]],[\"parent/446\",[]],[\"name/447\",[128,44.12]],[\"parent/447\",[286,4.896]],[\"name/448\",[263,49.826]],[\"parent/448\",[286,4.896]],[\"name/449\",[287,59.381]],[\"parent/449\",[286,4.896]],[\"name/450\",[288,53.503]],[\"parent/450\",[]],[\"name/451\",[183,45.03]],[\"parent/451\",[288,4.896]],[\"name/452\",[144,41.135]],[\"parent/452\",[288,4.896]],[\"name/453\",[128,44.12]],[\"parent/453\",[288,4.896]],[\"name/454\",[289,56.016]],[\"parent/454\",[]],[\"name/455\",[263,49.826]],[\"parent/455\",[289,5.126]],[\"name/456\",[287,59.381]],[\"parent/456\",[289,5.126]],[\"name/457\",[290,51.496]],[\"parent/457\",[]],[\"name/458\",[291,59.381]],[\"parent/458\",[290,4.713]],[\"name/459\",[292,64.489]],[\"parent/459\",[290,4.713]],[\"name/460\",[293,64.489]],[\"parent/460\",[290,4.713]],[\"name/461\",[294,64.489]],[\"parent/461\",[290,4.713]],[\"name/462\",[295,59.381]],[\"parent/462\",[]],[\"name/463\",[184,48.395]],[\"parent/463\",[295,5.434]],[\"name/464\",[296,56.016]],[\"parent/464\",[]],[\"name/465\",[132,56.016]],[\"parent/465\",[296,5.126]],[\"name/466\",[297,59.381]],[\"parent/466\",[296,5.126]],[\"name/467\",[298,49.826]],[\"parent/467\",[]],[\"name/468\",[176,32.848]],[\"parent/468\",[298,4.56]],[\"name/469\",[261,49.826]],[\"parent/469\",[298,4.56]],[\"name/470\",[260,56.016]],[\"parent/470\",[298,4.56]],[\"name/471\",[259,56.016]],[\"parent/471\",[298,4.56]],[\"name/472\",[264,56.016]],[\"parent/472\",[298,4.56]],[\"name/473\",[299,53.503]],[\"parent/473\",[]],[\"name/474\",[300,64.489]],[\"parent/474\",[299,4.896]],[\"name/475\",[176,32.848]],[\"parent/475\",[299,4.896]],[\"name/476\",[274,48.395]],[\"parent/476\",[299,4.896]],[\"name/477\",[301,41.135]],[\"parent/477\",[]],[\"name/478\",[302,64.489]],[\"parent/478\",[301,3.764]],[\"name/479\",[135,53.503]],[\"parent/479\",[301,3.764]],[\"name/480\",[303,64.489]],[\"parent/480\",[301,3.764]],[\"name/481\",[255,59.381]],[\"parent/481\",[301,3.764]],[\"name/482\",[144,41.135]],[\"parent/482\",[301,3.764]],[\"name/483\",[141,44.12]],[\"parent/483\",[301,3.764]],[\"name/484\",[128,44.12]],[\"parent/484\",[301,3.764]],[\"name/485\",[129,47.143]],[\"parent/485\",[301,3.764]],[\"name/486\",[130,49.826]],[\"parent/486\",[301,3.764]],[\"name/487\",[131,56.016]],[\"parent/487\",[301,3.764]],[\"name/488\",[132,56.016]],[\"parent/488\",[301,3.764]],[\"name/489\",[133,59.381]],[\"parent/489\",[301,3.764]],[\"name/490\",[134,59.381]],[\"parent/490\",[301,3.764]],[\"name/491\",[126,45.03]],[\"parent/491\",[301,3.764]],[\"name/492\",[304,56.016]],[\"parent/492\",[]],[\"name/493\",[227,47.143]],[\"parent/493\",[304,5.126]],[\"name/494\",[226,47.143]],[\"parent/494\",[304,5.126]],[\"name/495\",[305,53.503]],[\"parent/495\",[]],[\"name/496\",[187,48.395]],[\"parent/496\",[305,4.896]],[\"name/497\",[128,44.12]],[\"parent/497\",[305,4.896]],[\"name/498\",[176,32.848]],[\"parent/498\",[305,4.896]],[\"name/499\",[306,51.496]],[\"parent/499\",[]],[\"name/500\",[197,49.826]],[\"parent/500\",[306,4.713]],[\"name/501\",[198,49.826]],[\"parent/501\",[306,4.713]],[\"name/502\",[199,51.496]],[\"parent/502\",[306,4.713]],[\"name/503\",[176,32.848]],[\"parent/503\",[306,4.713]],[\"name/504\",[307,56.016]],[\"parent/504\",[]],[\"name/505\",[308,53.503]],[\"parent/505\",[307,5.126]],[\"name/506\",[176,32.848]],[\"parent/506\",[307,5.126]],[\"name/507\",[309,39.922]],[\"parent/507\",[]],[\"name/508\",[226,47.143]],[\"parent/508\",[309,3.653]],[\"name/509\",[227,47.143]],[\"parent/509\",[309,3.653]],[\"name/510\",[310,59.381]],[\"parent/510\",[309,3.653]],[\"name/511\",[257,49.826]],[\"parent/511\",[309,3.653]],[\"name/512\",[24,41.802]],[\"parent/512\",[309,3.653]],[\"name/513\",[135,53.503]],[\"parent/513\",[309,3.653]],[\"name/514\",[136,51.496]],[\"parent/514\",[309,3.653]],[\"name/515\",[137,56.016]],[\"parent/515\",[309,3.653]],[\"name/516\",[138,56.016]],[\"parent/516\",[309,3.653]],[\"name/517\",[139,56.016]],[\"parent/517\",[309,3.653]],[\"name/518\",[140,49.826]],[\"parent/518\",[309,3.653]],[\"name/519\",[141,44.12]],[\"parent/519\",[309,3.653]],[\"name/520\",[142,49.826]],[\"parent/520\",[309,3.653]],[\"name/521\",[143,49.826]],[\"parent/521\",[309,3.653]],[\"name/522\",[144,41.135]],[\"parent/522\",[309,3.653]],[\"name/523\",[128,44.12]],[\"parent/523\",[309,3.653]],[\"name/524\",[311,53.503]],[\"parent/524\",[]],[\"name/525\",[187,48.395]],[\"parent/525\",[311,4.896]],[\"name/526\",[128,44.12]],[\"parent/526\",[311,4.896]],[\"name/527\",[176,32.848]],[\"parent/527\",[311,4.896]],[\"name/528\",[312,56.016]],[\"parent/528\",[]],[\"name/529\",[308,53.503]],[\"parent/529\",[312,5.126]],[\"name/530\",[176,32.848]],[\"parent/530\",[312,5.126]],[\"name/531\",[313,45.03]],[\"parent/531\",[]],[\"name/532\",[197,49.826]],[\"parent/532\",[313,4.121]],[\"name/533\",[198,49.826]],[\"parent/533\",[313,4.121]],[\"name/534\",[199,51.496]],[\"parent/534\",[313,4.121]],[\"name/535\",[314,56.016]],[\"parent/535\",[313,4.121]],[\"name/536\",[315,56.016]],[\"parent/536\",[313,4.121]],[\"name/537\",[316,56.016]],[\"parent/537\",[313,4.121]],[\"name/538\",[317,56.016]],[\"parent/538\",[313,4.121]],[\"name/539\",[318,56.016]],[\"parent/539\",[313,4.121]],[\"name/540\",[176,32.848]],[\"parent/540\",[313,4.121]],[\"name/541\",[319,43.286]],[\"parent/541\",[]],[\"name/542\",[183,45.03]],[\"parent/542\",[319,3.961]],[\"name/543\",[144,41.135]],[\"parent/543\",[319,3.961]],[\"name/544\",[197,49.826]],[\"parent/544\",[319,3.961]],[\"name/545\",[198,49.826]],[\"parent/545\",[319,3.961]],[\"name/546\",[199,51.496]],[\"parent/546\",[319,3.961]],[\"name/547\",[314,56.016]],[\"parent/547\",[319,3.961]],[\"name/548\",[315,56.016]],[\"parent/548\",[319,3.961]],[\"name/549\",[316,56.016]],[\"parent/549\",[319,3.961]],[\"name/550\",[317,56.016]],[\"parent/550\",[319,3.961]],[\"name/551\",[318,56.016]],[\"parent/551\",[319,3.961]],[\"name/552\",[176,32.848]],[\"parent/552\",[319,3.961]],[\"name/553\",[320,53.503]],[\"parent/553\",[]],[\"name/554\",[321,64.489]],[\"parent/554\",[320,4.896]],[\"name/555\",[322,64.489]],[\"parent/555\",[320,4.896]],[\"name/556\",[176,32.848]],[\"parent/556\",[320,4.896]],[\"name/557\",[323,40.51]],[\"parent/557\",[]],[\"name/558\",[314,56.016]],[\"parent/558\",[323,3.707]],[\"name/559\",[183,45.03]],[\"parent/559\",[323,3.707]],[\"name/560\",[144,41.135]],[\"parent/560\",[323,3.707]],[\"name/561\",[324,64.489]],[\"parent/561\",[323,3.707]],[\"name/562\",[315,56.016]],[\"parent/562\",[323,3.707]],[\"name/563\",[316,56.016]],[\"parent/563\",[323,3.707]],[\"name/564\",[317,56.016]],[\"parent/564\",[323,3.707]],[\"name/565\",[325,64.489]],[\"parent/565\",[323,3.707]],[\"name/566\",[326,64.489]],[\"parent/566\",[323,3.707]],[\"name/567\",[327,64.489]],[\"parent/567\",[323,3.707]],[\"name/568\",[328,64.489]],[\"parent/568\",[323,3.707]],[\"name/569\",[257,49.826]],[\"parent/569\",[323,3.707]],[\"name/570\",[329,64.489]],[\"parent/570\",[323,3.707]],[\"name/571\",[330,64.489]],[\"parent/571\",[323,3.707]],[\"name/572\",[310,59.381]],[\"parent/572\",[323,3.707]],[\"name/573\",[331,53.503]],[\"parent/573\",[]],[\"name/574\",[257,49.826]],[\"parent/574\",[331,4.896]],[\"name/575\",[275,51.496]],[\"parent/575\",[331,4.896]],[\"name/576\",[237,56.016]],[\"parent/576\",[331,4.896]],[\"name/577\",[332,51.496]],[\"parent/577\",[]],[\"name/578\",[333,59.381]],[\"parent/578\",[332,4.713]],[\"name/579\",[130,49.826]],[\"parent/579\",[332,4.713]],[\"name/580\",[334,59.381]],[\"parent/580\",[332,4.713]],[\"name/581\",[193,53.503]],[\"parent/581\",[332,4.713]],[\"name/582\",[335,56.016]],[\"parent/582\",[]],[\"name/583\",[214,59.381]],[\"parent/583\",[335,5.126]],[\"name/584\",[215,59.381]],[\"parent/584\",[335,5.126]],[\"name/585\",[336,47.143]],[\"parent/585\",[]],[\"name/586\",[337,64.489]],[\"parent/586\",[336,4.314]],[\"name/587\",[297,59.381]],[\"parent/587\",[336,4.314]],[\"name/588\",[338,64.489]],[\"parent/588\",[336,4.314]],[\"name/589\",[339,64.489]],[\"parent/589\",[336,4.314]],[\"name/590\",[340,64.489]],[\"parent/590\",[336,4.314]],[\"name/591\",[341,64.489]],[\"parent/591\",[336,4.314]],[\"name/592\",[219,59.381]],[\"parent/592\",[336,4.314]],[\"name/593\",[342,56.016]],[\"parent/593\",[]],[\"name/594\",[343,64.489]],[\"parent/594\",[342,5.126]],[\"name/595\",[344,64.489]],[\"parent/595\",[342,5.126]],[\"name/596\",[345,53.503]],[\"parent/596\",[]],[\"name/597\",[228,45.03]],[\"parent/597\",[345,4.896]],[\"name/598\",[346,64.489]],[\"parent/598\",[345,4.896]],[\"name/599\",[347,64.489]],[\"parent/599\",[345,4.896]],[\"name/600\",[348,53.503]],[\"parent/600\",[]],[\"name/601\",[183,45.03]],[\"parent/601\",[348,4.896]],[\"name/602\",[131,56.016]],[\"parent/602\",[348,4.896]],[\"name/603\",[349,64.489]],[\"parent/603\",[348,4.896]],[\"name/604\",[350,53.503]],[\"parent/604\",[]],[\"name/605\",[183,45.03]],[\"parent/605\",[350,4.896]],[\"name/606\",[351,47.143]],[\"parent/606\",[350,4.896]],[\"name/607\",[352,64.489]],[\"parent/607\",[350,4.896]],[\"name/608\",[351,47.143]],[\"parent/608\",[]],[\"name/609\",[353,64.489]],[\"parent/609\",[351,4.314]],[\"name/610\",[354,64.489]],[\"parent/610\",[351,4.314]],[\"name/611\",[355,64.489]],[\"parent/611\",[351,4.314]],[\"name/612\",[356,64.489]],[\"parent/612\",[351,4.314]],[\"name/613\",[357,64.489]],[\"parent/613\",[351,4.314]],[\"name/614\",[358,64.489]],[\"parent/614\",[351,4.314]],[\"name/615\",[359,59.381]],[\"parent/615\",[]],[\"name/616\",[257,49.826]],[\"parent/616\",[359,5.434]],[\"name/617\",[360,59.381]],[\"parent/617\",[]],[\"name/618\",[275,51.496]],[\"parent/618\",[360,5.434]],[\"name/619\",[361,64.489]],[\"parent/619\",[]],[\"name/620\",[362,59.381]],[\"parent/620\",[]],[\"name/621\",[363,64.489]],[\"parent/621\",[362,5.434]],[\"name/622\",[230,51.496]],[\"parent/622\",[]],[\"name/623\",[144,41.135]],[\"parent/623\",[230,4.713]],[\"name/624\",[228,45.03]],[\"parent/624\",[230,4.713]],[\"name/625\",[233,49.826]],[\"parent/625\",[]],[\"name/626\",[228,45.03]],[\"parent/626\",[233,4.56]],[\"name/627\",[126,45.03]],[\"parent/627\",[233,4.56]],[\"name/628\",[334,59.381]],[\"parent/628\",[233,4.56]],[\"name/629\",[364,51.496]],[\"parent/629\",[]],[\"name/630\",[176,32.848]],[\"parent/630\",[364,4.713]],[\"name/631\",[262,53.503]],[\"parent/631\",[364,4.713]],[\"name/632\",[261,49.826]],[\"parent/632\",[364,4.713]],[\"name/633\",[263,49.826]],[\"parent/633\",[364,4.713]],[\"name/634\",[365,51.496]],[\"parent/634\",[]],[\"name/635\",[176,32.848]],[\"parent/635\",[365,4.713]],[\"name/636\",[262,53.503]],[\"parent/636\",[365,4.713]],[\"name/637\",[261,49.826]],[\"parent/637\",[365,4.713]],[\"name/638\",[263,49.826]],[\"parent/638\",[365,4.713]],[\"name/639\",[366,51.496]],[\"parent/639\",[]],[\"name/640\",[367,59.381]],[\"parent/640\",[366,4.713]],[\"name/641\",[368,59.381]],[\"parent/641\",[366,4.713]],[\"name/642\",[176,32.848]],[\"parent/642\",[366,4.713]],[\"name/643\",[369,64.489]],[\"parent/643\",[366,4.713]],[\"name/644\",[370,53.503]],[\"parent/644\",[]],[\"name/645\",[367,59.381]],[\"parent/645\",[370,4.896]],[\"name/646\",[368,59.381]],[\"parent/646\",[370,4.896]],[\"name/647\",[176,32.848]],[\"parent/647\",[370,4.896]],[\"name/648\",[371,56.016]],[\"parent/648\",[]],[\"name/649\",[176,32.848]],[\"parent/649\",[371,5.126]],[\"name/650\",[261,49.826]],[\"parent/650\",[371,5.126]],[\"name/651\",[372,56.016]],[\"parent/651\",[]],[\"name/652\",[308,53.503]],[\"parent/652\",[372,5.126]],[\"name/653\",[176,32.848]],[\"parent/653\",[372,5.126]],[\"name/654\",[373,56.016]],[\"parent/654\",[]],[\"name/655\",[308,53.503]],[\"parent/655\",[373,5.126]],[\"name/656\",[176,32.848]],[\"parent/656\",[373,5.126]],[\"name/657\",[374,45.03]],[\"parent/657\",[]],[\"name/658\",[291,59.381]],[\"parent/658\",[374,4.121]],[\"name/659\",[375,64.489]],[\"parent/659\",[374,4.121]],[\"name/660\",[376,64.489]],[\"parent/660\",[374,4.121]],[\"name/661\",[377,64.489]],[\"parent/661\",[374,4.121]],[\"name/662\",[136,51.496]],[\"parent/662\",[374,4.121]],[\"name/663\",[378,64.489]],[\"parent/663\",[374,4.121]],[\"name/664\",[379,64.489]],[\"parent/664\",[374,4.121]],[\"name/665\",[380,64.489]],[\"parent/665\",[374,4.121]],[\"name/666\",[381,64.489]],[\"parent/666\",[374,4.121]],[\"name/667\",[382,51.496]],[\"parent/667\",[]],[\"name/668\",[383,64.489]],[\"parent/668\",[382,4.713]],[\"name/669\",[384,64.489]],[\"parent/669\",[382,4.713]],[\"name/670\",[385,64.489]],[\"parent/670\",[382,4.713]],[\"name/671\",[386,64.489]],[\"parent/671\",[382,4.713]],[\"name/672\",[387,56.016]],[\"parent/672\",[]],[\"name/673\",[388,64.489]],[\"parent/673\",[387,5.126]],[\"name/674\",[257,49.826]],[\"parent/674\",[387,5.126]],[\"name/675\",[389,56.016]],[\"parent/675\",[]],[\"name/676\",[390,64.489]],[\"parent/676\",[389,5.126]],[\"name/677\",[391,64.489]],[\"parent/677\",[389,5.126]],[\"name/678\",[392,51.496]],[\"parent/678\",[]],[\"name/679\",[393,59.381]],[\"parent/679\",[392,4.713]],[\"name/680\",[200,56.016]],[\"parent/680\",[392,4.713]],[\"name/681\",[201,56.016]],[\"parent/681\",[392,4.713]],[\"name/682\",[394,59.381]],[\"parent/682\",[392,4.713]],[\"name/683\",[395,51.496]],[\"parent/683\",[]],[\"name/684\",[393,59.381]],[\"parent/684\",[395,4.713]],[\"name/685\",[396,56.016]],[\"parent/685\",[395,4.713]],[\"name/686\",[397,64.489]],[\"parent/686\",[395,4.713]],[\"name/687\",[394,59.381]],[\"parent/687\",[395,4.713]],[\"name/688\",[398,64.489]],[\"parent/688\",[]],[\"name/689\",[399,64.489]],[\"parent/689\",[]],[\"name/690\",[400,64.489]],[\"parent/690\",[]],[\"name/691\",[401,59.381]],[\"parent/691\",[]],[\"name/692\",[402,64.489]],[\"parent/692\",[401,5.434]],[\"name/693\",[403,49.826]],[\"parent/693\",[]],[\"name/694\",[404,64.489]],[\"parent/694\",[403,4.56]],[\"name/695\",[173,56.016]],[\"parent/695\",[403,4.56]],[\"name/696\",[210,56.016]],[\"parent/696\",[403,4.56]],[\"name/697\",[211,56.016]],[\"parent/697\",[403,4.56]],[\"name/698\",[405,64.489]],[\"parent/698\",[403,4.56]],[\"name/699\",[406,56.016]],[\"parent/699\",[]],[\"name/700\",[407,64.489]],[\"parent/700\",[406,5.126]],[\"name/701\",[408,64.489]],[\"parent/701\",[406,5.126]],[\"name/702\",[409,59.381]],[\"parent/702\",[]],[\"name/703\",[410,64.489]],[\"parent/703\",[409,5.434]],[\"name/704\",[411,42.517]],[\"parent/704\",[]],[\"name/705\",[412,64.489]],[\"parent/705\",[411,3.891]],[\"name/706\",[413,64.489]],[\"parent/706\",[411,3.891]],[\"name/707\",[226,47.143]],[\"parent/707\",[411,3.891]],[\"name/708\",[227,47.143]],[\"parent/708\",[411,3.891]],[\"name/709\",[414,64.489]],[\"parent/709\",[411,3.891]],[\"name/710\",[333,59.381]],[\"parent/710\",[411,3.891]],[\"name/711\",[129,47.143]],[\"parent/711\",[411,3.891]],[\"name/712\",[130,49.826]],[\"parent/712\",[411,3.891]],[\"name/713\",[193,53.503]],[\"parent/713\",[411,3.891]],[\"name/714\",[183,45.03]],[\"parent/714\",[411,3.891]],[\"name/715\",[194,56.016]],[\"parent/715\",[411,3.891]],[\"name/716\",[144,41.135]],[\"parent/716\",[411,3.891]],[\"name/717\",[415,53.503]],[\"parent/717\",[]],[\"name/718\",[416,64.489]],[\"parent/718\",[415,4.896]],[\"name/719\",[417,56.016]],[\"parent/719\",[415,4.896]],[\"name/720\",[184,48.395]],[\"parent/720\",[415,4.896]],[\"name/721\",[418,59.381]],[\"parent/721\",[]],[\"name/722\",[419,64.489]],[\"parent/722\",[418,5.434]],[\"name/723\",[420,53.503]],[\"parent/723\",[]],[\"name/724\",[228,45.03]],[\"parent/724\",[420,4.896]],[\"name/725\",[129,47.143]],[\"parent/725\",[420,4.896]],[\"name/726\",[175,41.135]],[\"parent/726\",[420,4.896]],[\"name/727\",[421,51.496]],[\"parent/727\",[]],[\"name/728\",[422,64.489]],[\"parent/728\",[421,4.713]],[\"name/729\",[228,45.03]],[\"parent/729\",[421,4.713]],[\"name/730\",[129,47.143]],[\"parent/730\",[421,4.713]],[\"name/731\",[175,41.135]],[\"parent/731\",[421,4.713]],[\"name/732\",[423,51.496]],[\"parent/732\",[]],[\"name/733\",[424,64.489]],[\"parent/733\",[423,4.713]],[\"name/734\",[425,59.381]],[\"parent/734\",[423,4.713]],[\"name/735\",[426,64.489]],[\"parent/735\",[423,4.713]],[\"name/736\",[427,59.381]],[\"parent/736\",[423,4.713]],[\"name/737\",[428,51.496]],[\"parent/737\",[]],[\"name/738\",[429,64.489]],[\"parent/738\",[428,4.713]],[\"name/739\",[15,56.016]],[\"parent/739\",[428,4.713]],[\"name/740\",[430,64.489]],[\"parent/740\",[428,4.713]],[\"name/741\",[431,64.489]],[\"parent/741\",[428,4.713]],[\"name/742\",[432,44.12]],[\"parent/742\",[]],[\"name/743\",[175,41.135]],[\"parent/743\",[432,4.038]],[\"name/744\",[433,59.381]],[\"parent/744\",[432,4.038]],[\"name/745\",[184,48.395]],[\"parent/745\",[432,4.038]],[\"name/746\",[227,47.143]],[\"parent/746\",[432,4.038]],[\"name/747\",[226,47.143]],[\"parent/747\",[432,4.038]],[\"name/748\",[228,45.03]],[\"parent/748\",[432,4.038]],[\"name/749\",[434,56.016]],[\"parent/749\",[432,4.038]],[\"name/750\",[417,56.016]],[\"parent/750\",[432,4.038]],[\"name/751\",[435,59.381]],[\"parent/751\",[432,4.038]],[\"name/752\",[436,59.381]],[\"parent/752\",[432,4.038]],[\"name/753\",[437,53.503]],[\"parent/753\",[]],[\"name/754\",[438,64.489]],[\"parent/754\",[437,4.896]],[\"name/755\",[425,59.381]],[\"parent/755\",[437,4.896]],[\"name/756\",[427,59.381]],[\"parent/756\",[437,4.896]],[\"name/757\",[439,51.496]],[\"parent/757\",[]],[\"name/758\",[440,53.503]],[\"parent/758\",[439,4.713]],[\"name/759\",[126,45.03]],[\"parent/759\",[439,4.713]],[\"name/760\",[441,59.381]],[\"parent/760\",[439,4.713]],[\"name/761\",[433,59.381]],[\"parent/761\",[439,4.713]],[\"name/762\",[442,56.016]],[\"parent/762\",[]],[\"name/763\",[443,59.381]],[\"parent/763\",[442,5.126]],[\"name/764\",[444,64.489]],[\"parent/764\",[442,5.126]],[\"name/765\",[445,45.03]],[\"parent/765\",[]],[\"name/766\",[446,48.395]],[\"parent/766\",[445,4.121]],[\"name/767\",[28,33.731]],[\"parent/767\",[445,4.121]],[\"name/768\",[175,41.135]],[\"parent/768\",[445,4.121]],[\"name/769\",[31,46.031]],[\"parent/769\",[445,4.121]],[\"name/770\",[447,47.143]],[\"parent/770\",[445,4.121]],[\"name/771\",[448,48.395]],[\"parent/771\",[445,4.121]],[\"name/772\",[449,48.395]],[\"parent/772\",[445,4.121]],[\"name/773\",[450,48.395]],[\"parent/773\",[445,4.121]],[\"name/774\",[451,47.143]],[\"parent/774\",[445,4.121]],[\"name/775\",[452,56.016]],[\"parent/775\",[]],[\"name/776\",[453,64.489]],[\"parent/776\",[452,5.126]],[\"name/777\",[454,64.489]],[\"parent/777\",[452,5.126]],[\"name/778\",[455,48.395]],[\"parent/778\",[]],[\"name/779\",[456,64.489]],[\"parent/779\",[455,4.429]],[\"name/780\",[457,64.489]],[\"parent/780\",[455,4.429]],[\"name/781\",[458,64.489]],[\"parent/781\",[455,4.429]],[\"name/782\",[459,64.489]],[\"parent/782\",[455,4.429]],[\"name/783\",[460,64.489]],[\"parent/783\",[455,4.429]],[\"name/784\",[461,64.489]],[\"parent/784\",[455,4.429]],[\"name/785\",[462,45.03]],[\"parent/785\",[]],[\"name/786\",[175,41.135]],[\"parent/786\",[462,4.121]],[\"name/787\",[446,48.395]],[\"parent/787\",[462,4.121]],[\"name/788\",[28,33.731]],[\"parent/788\",[462,4.121]],[\"name/789\",[31,46.031]],[\"parent/789\",[462,4.121]],[\"name/790\",[447,47.143]],[\"parent/790\",[462,4.121]],[\"name/791\",[448,48.395]],[\"parent/791\",[462,4.121]],[\"name/792\",[449,48.395]],[\"parent/792\",[462,4.121]],[\"name/793\",[450,48.395]],[\"parent/793\",[462,4.121]],[\"name/794\",[451,47.143]],[\"parent/794\",[462,4.121]],[\"name/795\",[463,45.03]],[\"parent/795\",[]],[\"name/796\",[175,41.135]],[\"parent/796\",[463,4.121]],[\"name/797\",[446,48.395]],[\"parent/797\",[463,4.121]],[\"name/798\",[28,33.731]],[\"parent/798\",[463,4.121]],[\"name/799\",[31,46.031]],[\"parent/799\",[463,4.121]],[\"name/800\",[447,47.143]],[\"parent/800\",[463,4.121]],[\"name/801\",[448,48.395]],[\"parent/801\",[463,4.121]],[\"name/802\",[449,48.395]],[\"parent/802\",[463,4.121]],[\"name/803\",[450,48.395]],[\"parent/803\",[463,4.121]],[\"name/804\",[451,47.143]],[\"parent/804\",[463,4.121]],[\"name/805\",[464,45.03]],[\"parent/805\",[]],[\"name/806\",[175,41.135]],[\"parent/806\",[464,4.121]],[\"name/807\",[446,48.395]],[\"parent/807\",[464,4.121]],[\"name/808\",[28,33.731]],[\"parent/808\",[464,4.121]],[\"name/809\",[31,46.031]],[\"parent/809\",[464,4.121]],[\"name/810\",[447,47.143]],[\"parent/810\",[464,4.121]],[\"name/811\",[448,48.395]],[\"parent/811\",[464,4.121]],[\"name/812\",[449,48.395]],[\"parent/812\",[464,4.121]],[\"name/813\",[450,48.395]],[\"parent/813\",[464,4.121]],[\"name/814\",[451,47.143]],[\"parent/814\",[464,4.121]],[\"name/815\",[465,45.03]],[\"parent/815\",[]],[\"name/816\",[175,41.135]],[\"parent/816\",[465,4.121]],[\"name/817\",[446,48.395]],[\"parent/817\",[465,4.121]],[\"name/818\",[28,33.731]],[\"parent/818\",[465,4.121]],[\"name/819\",[31,46.031]],[\"parent/819\",[465,4.121]],[\"name/820\",[447,47.143]],[\"parent/820\",[465,4.121]],[\"name/821\",[448,48.395]],[\"parent/821\",[465,4.121]],[\"name/822\",[449,48.395]],[\"parent/822\",[465,4.121]],[\"name/823\",[450,48.395]],[\"parent/823\",[465,4.121]],[\"name/824\",[451,47.143]],[\"parent/824\",[465,4.121]],[\"name/825\",[466,45.03]],[\"parent/825\",[]],[\"name/826\",[175,41.135]],[\"parent/826\",[466,4.121]],[\"name/827\",[446,48.395]],[\"parent/827\",[466,4.121]],[\"name/828\",[28,33.731]],[\"parent/828\",[466,4.121]],[\"name/829\",[31,46.031]],[\"parent/829\",[466,4.121]],[\"name/830\",[447,47.143]],[\"parent/830\",[466,4.121]],[\"name/831\",[448,48.395]],[\"parent/831\",[466,4.121]],[\"name/832\",[449,48.395]],[\"parent/832\",[466,4.121]],[\"name/833\",[450,48.395]],[\"parent/833\",[466,4.121]],[\"name/834\",[451,47.143]],[\"parent/834\",[466,4.121]],[\"name/835\",[467,45.03]],[\"parent/835\",[]],[\"name/836\",[175,41.135]],[\"parent/836\",[467,4.121]],[\"name/837\",[446,48.395]],[\"parent/837\",[467,4.121]],[\"name/838\",[28,33.731]],[\"parent/838\",[467,4.121]],[\"name/839\",[31,46.031]],[\"parent/839\",[467,4.121]],[\"name/840\",[447,47.143]],[\"parent/840\",[467,4.121]],[\"name/841\",[448,48.395]],[\"parent/841\",[467,4.121]],[\"name/842\",[449,48.395]],[\"parent/842\",[467,4.121]],[\"name/843\",[450,48.395]],[\"parent/843\",[467,4.121]],[\"name/844\",[451,47.143]],[\"parent/844\",[467,4.121]],[\"name/845\",[468,56.016]],[\"parent/845\",[]],[\"name/846\",[469,64.489]],[\"parent/846\",[468,5.126]],[\"name/847\",[274,48.395]],[\"parent/847\",[468,5.126]],[\"name/848\",[470,56.016]],[\"parent/848\",[]],[\"name/849\",[318,56.016]],[\"parent/849\",[470,5.126]],[\"name/850\",[176,32.848]],[\"parent/850\",[470,5.126]],[\"name/851\",[471,53.503]],[\"parent/851\",[]],[\"name/852\",[396,56.016]],[\"parent/852\",[471,4.896]],[\"name/853\",[274,48.395]],[\"parent/853\",[471,4.896]],[\"name/854\",[176,32.848]],[\"parent/854\",[471,4.896]],[\"name/855\",[472,59.381]],[\"parent/855\",[]],[\"name/856\",[473,59.381]],[\"parent/856\",[472,5.434]],[\"name/857\",[474,59.381]],[\"parent/857\",[]],[\"name/858\",[451,47.143]],[\"parent/858\",[474,5.434]],[\"name/859\",[475,56.016]],[\"parent/859\",[]],[\"name/860\",[476,59.381]],[\"parent/860\",[475,5.126]],[\"name/861\",[28,33.731]],[\"parent/861\",[475,5.126]],[\"name/862\",[477,56.016]],[\"parent/862\",[]],[\"name/863\",[473,59.381]],[\"parent/863\",[477,5.126]],[\"name/864\",[28,33.731]],[\"parent/864\",[477,5.126]],[\"name/865\",[478,56.016]],[\"parent/865\",[]],[\"name/866\",[396,56.016]],[\"parent/866\",[478,5.126]],[\"name/867\",[28,33.731]],[\"parent/867\",[478,5.126]],[\"name/868\",[479,56.016]],[\"parent/868\",[]],[\"name/869\",[183,45.03]],[\"parent/869\",[479,5.126]],[\"name/870\",[144,41.135]],[\"parent/870\",[479,5.126]],[\"name/871\",[480,53.503]],[\"parent/871\",[]],[\"name/872\",[476,59.381]],[\"parent/872\",[480,4.896]],[\"name/873\",[274,48.395]],[\"parent/873\",[480,4.896]],[\"name/874\",[176,32.848]],[\"parent/874\",[480,4.896]],[\"name/875\",[481,59.381]],[\"parent/875\",[]],[\"name/876\",[447,47.143]],[\"parent/876\",[481,5.434]],[\"name/877\",[482,56.016]],[\"parent/877\",[]],[\"name/878\",[483,64.489]],[\"parent/878\",[482,5.126]],[\"name/879\",[484,64.489]],[\"parent/879\",[482,5.126]],[\"name/880\",[485,56.016]],[\"parent/880\",[]],[\"name/881\",[486,64.489]],[\"parent/881\",[485,5.126]],[\"name/882\",[487,64.489]],[\"parent/882\",[485,5.126]],[\"name/883\",[488,56.016]],[\"parent/883\",[]],[\"name/884\",[489,64.489]],[\"parent/884\",[488,5.126]],[\"name/885\",[490,64.489]],[\"parent/885\",[488,5.126]],[\"name/886\",[491,59.381]],[\"parent/886\",[]],[\"name/887\",[492,64.489]],[\"parent/887\",[491,5.434]],[\"name/888\",[493,64.489]],[\"parent/888\",[]],[\"name/889\",[494,64.489]],[\"parent/889\",[]],[\"name/890\",[495,64.489]],[\"parent/890\",[]],[\"name/891\",[496,64.489]],[\"parent/891\",[]],[\"name/892\",[497,48.395]],[\"parent/892\",[]],[\"name/893\",[227,47.143]],[\"parent/893\",[497,4.429]],[\"name/894\",[226,47.143]],[\"parent/894\",[497,4.429]],[\"name/895\",[434,56.016]],[\"parent/895\",[497,4.429]],[\"name/896\",[498,64.489]],[\"parent/896\",[497,4.429]],[\"name/897\",[228,45.03]],[\"parent/897\",[497,4.429]],[\"name/898\",[441,59.381]],[\"parent/898\",[497,4.429]],[\"name/899\",[499,49.826]],[\"parent/899\",[]],[\"name/900\",[500,64.489]],[\"parent/900\",[499,4.56]],[\"name/901\",[501,64.489]],[\"parent/901\",[499,4.56]],[\"name/902\",[502,64.489]],[\"parent/902\",[499,4.56]],[\"name/903\",[503,64.489]],[\"parent/903\",[499,4.56]],[\"name/904\",[504,64.489]],[\"parent/904\",[499,4.56]],[\"name/905\",[505,64.489]],[\"parent/905\",[]],[\"name/906\",[506,56.016]],[\"parent/906\",[]],[\"name/907\",[507,64.489]],[\"parent/907\",[506,5.126]],[\"name/908\",[508,64.489]],[\"parent/908\",[506,5.126]],[\"name/909\",[509,56.016]],[\"parent/909\",[]],[\"name/910\",[175,41.135]],[\"parent/910\",[509,5.126]],[\"name/911\",[510,59.381]],[\"parent/911\",[509,5.126]],[\"name/912\",[511,56.016]],[\"parent/912\",[]],[\"name/913\",[175,41.135]],[\"parent/913\",[511,5.126]],[\"name/914\",[510,59.381]],[\"parent/914\",[511,5.126]],[\"name/915\",[512,43.286]],[\"parent/915\",[]],[\"name/916\",[175,41.135]],[\"parent/916\",[512,3.961]],[\"name/917\",[226,47.143]],[\"parent/917\",[512,3.961]],[\"name/918\",[227,47.143]],[\"parent/918\",[512,3.961]],[\"name/919\",[228,45.03]],[\"parent/919\",[512,3.961]],[\"name/920\",[434,56.016]],[\"parent/920\",[512,3.961]],[\"name/921\",[417,56.016]],[\"parent/921\",[512,3.961]],[\"name/922\",[435,59.381]],[\"parent/922\",[512,3.961]],[\"name/923\",[436,59.381]],[\"parent/923\",[512,3.961]],[\"name/924\",[184,48.395]],[\"parent/924\",[512,3.961]],[\"name/925\",[513,64.489]],[\"parent/925\",[512,3.961]],[\"name/926\",[443,59.381]],[\"parent/926\",[512,3.961]],[\"name/927\",[514,53.503]],[\"parent/927\",[]],[\"name/928\",[275,51.496]],[\"parent/928\",[514,4.896]],[\"name/929\",[126,45.03]],[\"parent/929\",[514,4.896]],[\"name/930\",[440,53.503]],[\"parent/930\",[514,4.896]],[\"name/931\",[515,51.496]],[\"parent/931\",[]],[\"name/932\",[197,49.826]],[\"parent/932\",[515,4.713]],[\"name/933\",[198,49.826]],[\"parent/933\",[515,4.713]],[\"name/934\",[126,45.03]],[\"parent/934\",[515,4.713]],[\"name/935\",[440,53.503]],[\"parent/935\",[515,4.713]],[\"name/936\",[516,56.016]],[\"parent/936\",[]],[\"name/937\",[126,45.03]],[\"parent/937\",[516,5.126]],[\"name/938\",[440,53.503]],[\"parent/938\",[516,5.126]],[\"name/939\",[517,64.489]],[\"parent/939\",[]],[\"name/940\",[518,51.496]],[\"parent/940\",[]],[\"name/941\",[192,51.496]],[\"parent/941\",[518,4.713]],[\"name/942\",[519,64.489]],[\"parent/942\",[518,4.713]],[\"name/943\",[520,64.489]],[\"parent/943\",[518,4.713]],[\"name/944\",[521,64.489]],[\"parent/944\",[518,4.713]],[\"name/945\",[522,64.489]],[\"parent/945\",[]],[\"name/946\",[523,64.489]],[\"parent/946\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":23,\"name\":{\"24\":{},\"25\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{},\"34\":{},\"57\":{},\"74\":{},\"75\":{},\"76\":{},\"77\":{}},\"parent\":{}}],[\"_events\",{\"_index\":43,\"name\":{\"59\":{}},\"parent\":{}}],[\"_listenercount\",{\"_index\":54,\"name\":{\"72\":{}},\"parent\":{}}],[\"_listeners\",{\"_index\":55,\"name\":{\"73\":{}},\"parent\":{}}],[\"_off\",{\"_index\":52,\"name\":{\"70\":{}},\"parent\":{}}],[\"_removealllisteners\",{\"_index\":53,\"name\":{\"71\":{}},\"parent\":{}}],[\"_startpending\",{\"_index\":38,\"name\":{\"53\":{}},\"parent\":{}}],[\"acquiredat\",{\"_index\":143,\"name\":{\"187\":{},\"372\":{},\"422\":{},\"521\":{}},\"parent\":{\"373\":{},\"374\":{}}}],[\"addaddresses\",{\"_index\":489,\"name\":{\"884\":{}},\"parent\":{}}],[\"addfilters\",{\"_index\":483,\"name\":{\"878\":{}},\"parent\":{}}],[\"addmetadatafilters\",{\"_index\":486,\"name\":{\"881\":{}},\"parent\":{}}],[\"address\",{\"_index\":126,\"name\":{\"167\":{},\"176\":{},\"237\":{},\"240\":{},\"491\":{},\"627\":{},\"759\":{},\"929\":{},\"934\":{},\"937\":{}},\"parent\":{}}],[\"address_activity\",{\"_index\":458,\"name\":{\"781\":{}},\"parent\":{}}],[\"addressactivityresponse\",{\"_index\":471,\"name\":{\"851\":{}},\"parent\":{\"852\":{},\"853\":{},\"854\":{}}}],[\"addressactivitywebhook\",{\"_index\":464,\"name\":{\"805\":{}},\"parent\":{\"806\":{},\"807\":{},\"808\":{},\"809\":{},\"810\":{},\"811\":{},\"812\":{},\"813\":{},\"814\":{}}}],[\"addresses\",{\"_index\":396,\"name\":{\"685\":{},\"852\":{},\"866\":{}},\"parent\":{}}],[\"addresswebhookparams\",{\"_index\":478,\"name\":{\"865\":{}},\"parent\":{\"866\":{},\"867\":{}}}],[\"addresswebhookupdate\",{\"_index\":496,\"name\":{\"891\":{}},\"parent\":{}}],[\"airdrops\",{\"_index\":268,\"name\":{\"395\":{},\"398\":{}},\"parent\":{}}],[\"alchemy\",{\"_index\":1,\"name\":{\"1\":{}},\"parent\":{\"2\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"8\":{},\"9\":{}}}],[\"alchemyconfig\",{\"_index\":26,\"name\":{\"37\":{}},\"parent\":{\"38\":{},\"39\":{},\"40\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{},\"46\":{},\"47\":{}}}],[\"alchemyeventfilter\",{\"_index\":400,\"name\":{\"690\":{}},\"parent\":{}}],[\"alchemyeventtype\",{\"_index\":399,\"name\":{\"689\":{}},\"parent\":{}}],[\"alchemyminedtransactionsaddress\",{\"_index\":398,\"name\":{\"688\":{}},\"parent\":{}}],[\"alchemyminedtransactionseventfilter\",{\"_index\":395,\"name\":{\"683\":{}},\"parent\":{\"684\":{},\"685\":{},\"686\":{},\"687\":{}}}],[\"alchemypendingtransactionseventfilter\",{\"_index\":392,\"name\":{\"678\":{}},\"parent\":{\"679\":{},\"680\":{},\"681\":{},\"682\":{}}}],[\"alchemyprovider\",{\"_index\":36,\"name\":{\"48\":{}},\"parent\":{\"49\":{},\"50\":{},\"51\":{},\"52\":{},\"53\":{},\"54\":{},\"55\":{},\"56\":{},\"57\":{}}}],[\"alchemyproviderpromise\",{\"_index\":11,\"name\":{\"12\":{}},\"parent\":{}}],[\"alchemysettings\",{\"_index\":151,\"name\":{\"199\":{}},\"parent\":{\"200\":{},\"201\":{},\"202\":{},\"203\":{},\"204\":{},\"205\":{},\"206\":{}}}],[\"alchemysubscription\",{\"_index\":389,\"name\":{\"675\":{}},\"parent\":{\"676\":{},\"677\":{}}}],[\"alchemywebsocketprovider\",{\"_index\":42,\"name\":{\"58\":{}},\"parent\":{\"59\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"68\":{},\"69\":{},\"70\":{},\"71\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{},\"76\":{},\"77\":{}}}],[\"already_queued\",{\"_index\":354,\"name\":{\"610\":{}},\"parent\":{}}],[\"amount\",{\"_index\":333,\"name\":{\"578\":{},\"710\":{}},\"parent\":{}}],[\"apikey\",{\"_index\":27,\"name\":{\"39\":{},\"49\":{},\"60\":{},\"200\":{}},\"parent\":{}}],[\"appid\",{\"_index\":451,\"name\":{\"774\":{},\"794\":{},\"804\":{},\"814\":{},\"824\":{},\"834\":{},\"844\":{},\"858\":{}},\"parent\":{}}],[\"approve\",{\"_index\":407,\"name\":{\"700\":{}},\"parent\":{}}],[\"approved\",{\"_index\":384,\"name\":{\"669\":{}},\"parent\":{}}],[\"arb_goerli\",{\"_index\":163,\"name\":{\"219\":{}},\"parent\":{}}],[\"arb_mainnet\",{\"_index\":161,\"name\":{\"217\":{}},\"parent\":{}}],[\"arb_rinkeby\",{\"_index\":162,\"name\":{\"218\":{}},\"parent\":{}}],[\"ascending\",{\"_index\":214,\"name\":{\"303\":{},\"583\":{}},\"parent\":{}}],[\"asset\",{\"_index\":231,\"name\":{\"327\":{},\"341\":{}},\"parent\":{}}],[\"assettransferscategory\",{\"_index\":207,\"name\":{\"295\":{}},\"parent\":{\"296\":{},\"297\":{},\"298\":{},\"299\":{},\"300\":{},\"301\":{}}}],[\"assettransfersmetadata\",{\"_index\":236,\"name\":{\"344\":{}},\"parent\":{\"345\":{}}}],[\"assettransfersorder\",{\"_index\":213,\"name\":{\"302\":{}},\"parent\":{\"303\":{},\"304\":{}}}],[\"assettransfersparams\",{\"_index\":196,\"name\":{\"271\":{}},\"parent\":{\"272\":{},\"273\":{},\"274\":{},\"275\":{},\"276\":{},\"277\":{},\"278\":{},\"279\":{},\"280\":{},\"281\":{},\"282\":{}}}],[\"assettransfersresponse\",{\"_index\":220,\"name\":{\"311\":{}},\"parent\":{\"312\":{},\"313\":{}}}],[\"assettransfersresult\",{\"_index\":223,\"name\":{\"317\":{}},\"parent\":{\"318\":{},\"319\":{},\"320\":{},\"321\":{},\"322\":{},\"323\":{},\"324\":{},\"325\":{},\"326\":{},\"327\":{},\"328\":{},\"329\":{}}}],[\"assettransferswithmetadataparams\",{\"_index\":206,\"name\":{\"283\":{}},\"parent\":{\"284\":{},\"285\":{},\"286\":{},\"287\":{},\"288\":{},\"289\":{},\"290\":{},\"291\":{},\"292\":{},\"293\":{},\"294\":{}}}],[\"assettransferswithmetadataresponse\",{\"_index\":222,\"name\":{\"314\":{}},\"parent\":{\"315\":{},\"316\":{}}}],[\"assettransferswithmetadataresult\",{\"_index\":234,\"name\":{\"330\":{}},\"parent\":{\"331\":{},\"332\":{},\"333\":{},\"334\":{},\"335\":{},\"336\":{},\"337\":{},\"338\":{},\"339\":{},\"340\":{},\"341\":{},\"342\":{},\"343\":{}}}],[\"assettype\",{\"_index\":412,\"name\":{\"705\":{}},\"parent\":{}}],[\"astar_mainnet\",{\"_index\":166,\"name\":{\"222\":{}},\"parent\":{}}],[\"attributes\",{\"_index\":242,\"name\":{\"352\":{}},\"parent\":{}}],[\"authority\",{\"_index\":427,\"name\":{\"736\":{},\"756\":{}},\"parent\":{}}],[\"authtoken\",{\"_index\":32,\"name\":{\"44\":{},\"204\":{}},\"parent\":{}}],[\"background_color\",{\"_index\":241,\"name\":{\"351\":{}},\"parent\":{}}],[\"balance\",{\"_index\":192,\"name\":{\"260\":{},\"412\":{},\"426\":{},\"445\":{},\"941\":{}},\"parent\":{}}],[\"base_goerli\",{\"_index\":170,\"name\":{\"226\":{}},\"parent\":{}}],[\"base_mainnet\",{\"_index\":169,\"name\":{\"225\":{}},\"parent\":{}}],[\"basenft\",{\"_index\":145,\"name\":{\"190\":{}},\"parent\":{\"191\":{},\"192\":{},\"193\":{}}}],[\"basenftcontract\",{\"_index\":125,\"name\":{\"166\":{}},\"parent\":{\"167\":{}}}],[\"batchrequests\",{\"_index\":30,\"name\":{\"42\":{},\"51\":{},\"206\":{}},\"parent\":{}}],[\"block\",{\"_index\":368,\"name\":{\"641\":{},\"646\":{}},\"parent\":{}}],[\"blockhash\",{\"_index\":275,\"name\":{\"405\":{},\"410\":{},\"575\":{},\"618\":{},\"928\":{}},\"parent\":{}}],[\"blockidentifier\",{\"_index\":505,\"name\":{\"905\":{}},\"parent\":{}}],[\"blocknum\",{\"_index\":225,\"name\":{\"320\":{},\"334\":{}},\"parent\":{}}],[\"blocknumber\",{\"_index\":257,\"name\":{\"374\":{},\"511\":{},\"569\":{},\"574\":{},\"616\":{},\"674\":{}},\"parent\":{}}],[\"blocktimestamp\",{\"_index\":237,\"name\":{\"345\":{},\"373\":{},\"576\":{}},\"parent\":{}}],[\"blur\",{\"_index\":341,\"name\":{\"591\":{}},\"parent\":{}}],[\"bundleindex\",{\"_index\":330,\"name\":{\"571\":{}},\"parent\":{}}],[\"buyer\",{\"_index\":343,\"name\":{\"594\":{}},\"parent\":{}}],[\"buyeraddress\",{\"_index\":315,\"name\":{\"536\":{},\"548\":{},\"562\":{}},\"parent\":{}}],[\"bytes\",{\"_index\":248,\"name\":{\"362\":{}},\"parent\":{}}],[\"call\",{\"_index\":15,\"name\":{\"16\":{},\"124\":{},\"739\":{}},\"parent\":{}}],[\"call_tracer\",{\"_index\":507,\"name\":{\"907\":{}},\"parent\":{}}],[\"calls\",{\"_index\":443,\"name\":{\"763\":{},\"926\":{}},\"parent\":{}}],[\"cancelprivatetransaction\",{\"_index\":105,\"name\":{\"142\":{}},\"parent\":{}}],[\"category\",{\"_index\":203,\"name\":{\"279\":{},\"292\":{},\"319\":{},\"333\":{}},\"parent\":{}}],[\"changes\",{\"_index\":416,\"name\":{\"718\":{}},\"parent\":{}}],[\"changetype\",{\"_index\":413,\"name\":{\"706\":{}},\"parent\":{}}],[\"checknftownership\",{\"_index\":71,\"name\":{\"93\":{}},\"parent\":{}}],[\"classifications\",{\"_index\":256,\"name\":{\"371\":{}},\"parent\":{}}],[\"code\",{\"_index\":520,\"name\":{\"943\":{}},\"parent\":{}}],[\"collectionname\",{\"_index\":375,\"name\":{\"659\":{}},\"parent\":{}}],[\"collectionurl\",{\"_index\":293,\"name\":{\"460\":{}},\"parent\":{}}],[\"commitmentlevel\",{\"_index\":499,\"name\":{\"899\":{}},\"parent\":{\"900\":{},\"901\":{},\"902\":{},\"903\":{},\"904\":{}}}],[\"computerarity\",{\"_index\":77,\"name\":{\"99\":{}},\"parent\":{}}],[\"config\",{\"_index\":7,\"name\":{\"7\":{}},\"parent\":{}}],[\"constructor\",{\"_index\":2,\"name\":{\"2\":{},\"11\":{},\"27\":{},\"36\":{},\"38\":{}},\"parent\":{}}],[\"contract\",{\"_index\":24,\"name\":{\"26\":{},\"178\":{},\"191\":{},\"413\":{},\"427\":{},\"512\":{}},\"parent\":{\"27\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{},\"34\":{}}}],[\"contractaddress\",{\"_index\":183,\"name\":{\"244\":{},\"248\":{},\"258\":{},\"451\":{},\"542\":{},\"559\":{},\"601\":{},\"605\":{},\"714\":{},\"869\":{}},\"parent\":{}}],[\"contractaddresses\",{\"_index\":187,\"name\":{\"252\":{},\"277\":{},\"290\":{},\"377\":{},\"386\":{},\"496\":{},\"525\":{}},\"parent\":{}}],[\"contractdeployer\",{\"_index\":133,\"name\":{\"174\":{},\"489\":{}},\"parent\":{}}],[\"contractfactory\",{\"_index\":25,\"name\":{\"35\":{}},\"parent\":{\"36\":{}}}],[\"contractforowner\",{\"_index\":301,\"name\":{\"477\":{}},\"parent\":{\"478\":{},\"479\":{},\"480\":{},\"481\":{},\"482\":{},\"483\":{},\"484\":{},\"485\":{},\"486\":{},\"487\":{},\"488\":{},\"489\":{},\"490\":{},\"491\":{}}}],[\"contracts\",{\"_index\":300,\"name\":{\"474\":{}},\"parent\":{}}],[\"core\",{\"_index\":3,\"name\":{\"3\":{}},\"parent\":{}}],[\"corenamespace\",{\"_index\":83,\"name\":{\"111\":{}},\"parent\":{\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"124\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{},\"129\":{},\"130\":{},\"131\":{},\"132\":{},\"133\":{},\"134\":{},\"135\":{},\"136\":{},\"137\":{},\"138\":{},\"139\":{}}}],[\"create\",{\"_index\":429,\"name\":{\"738\":{}},\"parent\":{}}],[\"createwebhook\",{\"_index\":117,\"name\":{\"158\":{}},\"parent\":{}}],[\"cryptopunks\",{\"_index\":340,\"name\":{\"590\":{}},\"parent\":{}}],[\"customgraphqlwebhook\",{\"_index\":467,\"name\":{\"835\":{}},\"parent\":{\"836\":{},\"837\":{},\"838\":{},\"839\":{},\"840\":{},\"841\":{},\"842\":{},\"843\":{},\"844\":{}}}],[\"customgraphqlwebhookconfig\",{\"_index\":472,\"name\":{\"855\":{}},\"parent\":{\"856\":{}}}],[\"customgraphqlwebhookparams\",{\"_index\":477,\"name\":{\"862\":{}},\"parent\":{\"863\":{},\"864\":{}}}],[\"customgraphqlwebhookupdate\",{\"_index\":495,\"name\":{\"890\":{}},\"parent\":{}}],[\"data\",{\"_index\":441,\"name\":{\"760\":{},\"898\":{}},\"parent\":{}}],[\"debug\",{\"_index\":9,\"name\":{\"9\":{}},\"parent\":{}}],[\"debugcalltrace\",{\"_index\":512,\"name\":{\"915\":{}},\"parent\":{\"916\":{},\"917\":{},\"918\":{},\"919\":{},\"920\":{},\"921\":{},\"922\":{},\"923\":{},\"924\":{},\"925\":{},\"926\":{}}}],[\"debugcalltracer\",{\"_index\":509,\"name\":{\"909\":{}},\"parent\":{\"910\":{},\"911\":{}}}],[\"debugcalltype\",{\"_index\":428,\"name\":{\"737\":{}},\"parent\":{\"738\":{},\"739\":{},\"740\":{},\"741\":{}}}],[\"debugnamespace\",{\"_index\":121,\"name\":{\"162\":{}},\"parent\":{\"163\":{},\"164\":{},\"165\":{}}}],[\"debugprestate\",{\"_index\":518,\"name\":{\"940\":{}},\"parent\":{\"941\":{},\"942\":{},\"943\":{},\"944\":{}}}],[\"debugprestatetrace\",{\"_index\":517,\"name\":{\"939\":{}},\"parent\":{}}],[\"debugprestatetracer\",{\"_index\":511,\"name\":{\"912\":{}},\"parent\":{\"913\":{},\"914\":{}}}],[\"debugtracertype\",{\"_index\":506,\"name\":{\"906\":{}},\"parent\":{\"907\":{},\"908\":{}}}],[\"debugtransaction\",{\"_index\":497,\"name\":{\"892\":{}},\"parent\":{\"893\":{},\"894\":{},\"895\":{},\"896\":{},\"897\":{},\"898\":{}}}],[\"decimal\",{\"_index\":334,\"name\":{\"580\":{},\"628\":{}},\"parent\":{}}],[\"decimals\",{\"_index\":193,\"name\":{\"263\":{},\"269\":{},\"581\":{},\"713\":{}},\"parent\":{}}],[\"decoded\",{\"_index\":433,\"name\":{\"744\":{},\"761\":{}},\"parent\":{}}],[\"decodedcallparam\",{\"_index\":420,\"name\":{\"723\":{}},\"parent\":{\"724\":{},\"725\":{},\"726\":{}}}],[\"decodeddebugcalltrace\",{\"_index\":423,\"name\":{\"732\":{}},\"parent\":{\"733\":{},\"734\":{},\"735\":{},\"736\":{}}}],[\"decodedlog\",{\"_index\":437,\"name\":{\"753\":{}},\"parent\":{\"754\":{},\"755\":{},\"756\":{}}}],[\"decodedloginput\",{\"_index\":421,\"name\":{\"727\":{}},\"parent\":{\"728\":{},\"729\":{},\"730\":{},\"731\":{}}}],[\"decodingauthority\",{\"_index\":418,\"name\":{\"721\":{}},\"parent\":{\"722\":{}}}],[\"default_tokens\",{\"_index\":172,\"name\":{\"228\":{}},\"parent\":{}}],[\"delegatecall\",{\"_index\":431,\"name\":{\"741\":{}},\"parent\":{}}],[\"deletewebhook\",{\"_index\":118,\"name\":{\"159\":{}},\"parent\":{}}],[\"deployedblocknumber\",{\"_index\":134,\"name\":{\"175\":{},\"490\":{}},\"parent\":{}}],[\"deployeraddress\",{\"_index\":388,\"name\":{\"673\":{}},\"parent\":{}}],[\"deployresult\",{\"_index\":387,\"name\":{\"672\":{}},\"parent\":{\"673\":{},\"674\":{}}}],[\"descending\",{\"_index\":215,\"name\":{\"304\":{},\"584\":{}},\"parent\":{}}],[\"description\",{\"_index\":136,\"name\":{\"180\":{},\"348\":{},\"415\":{},\"514\":{},\"662\":{}},\"parent\":{}}],[\"destroy\",{\"_index\":50,\"name\":{\"67\":{}},\"parent\":{}}],[\"detectnetwork\",{\"_index\":37,\"name\":{\"52\":{}},\"parent\":{}}],[\"discordurl\",{\"_index\":380,\"name\":{\"665\":{}},\"parent\":{}}],[\"does_not_exist\",{\"_index\":353,\"name\":{\"609\":{}},\"parent\":{}}],[\"dropped_transaction\",{\"_index\":457,\"name\":{\"780\":{}},\"parent\":{}}],[\"droppedtransactionwebhook\",{\"_index\":463,\"name\":{\"795\":{}},\"parent\":{\"796\":{},\"797\":{},\"798\":{},\"799\":{},\"800\":{},\"801\":{},\"802\":{},\"803\":{},\"804\":{}}}],[\"earliest\",{\"_index\":504,\"name\":{\"904\":{}},\"parent\":{}}],[\"emitevent\",{\"_index\":51,\"name\":{\"69\":{}},\"parent\":{}}],[\"erc1155\",{\"_index\":211,\"name\":{\"300\":{},\"307\":{},\"697\":{}},\"parent\":{}}],[\"erc1155metadata\",{\"_index\":230,\"name\":{\"325\":{},\"339\":{},\"622\":{}},\"parent\":{\"623\":{},\"624\":{}}}],[\"erc20\",{\"_index\":173,\"name\":{\"229\":{},\"298\":{},\"695\":{}},\"parent\":{}}],[\"erc721\",{\"_index\":210,\"name\":{\"299\":{},\"306\":{},\"696\":{}},\"parent\":{}}],[\"erc721dishonesttotalsupply\",{\"_index\":252,\"name\":{\"366\":{}},\"parent\":{}}],[\"erc721tokenid\",{\"_index\":229,\"name\":{\"324\":{},\"338\":{}},\"parent\":{}}],[\"erc721toomanyowners\",{\"_index\":250,\"name\":{\"364\":{}},\"parent\":{}}],[\"erc721toomanytokens\",{\"_index\":251,\"name\":{\"365\":{}},\"parent\":{}}],[\"error\",{\"_index\":184,\"name\":{\"246\":{},\"250\":{},\"265\":{},\"463\":{},\"720\":{},\"745\":{},\"924\":{}},\"parent\":{}}],[\"estimategas\",{\"_index\":14,\"name\":{\"15\":{},\"125\":{},\"149\":{}},\"parent\":{}}],[\"eth_goerli\",{\"_index\":154,\"name\":{\"210\":{}},\"parent\":{}}],[\"eth_kovan\",{\"_index\":155,\"name\":{\"211\":{}},\"parent\":{}}],[\"eth_mainnet\",{\"_index\":152,\"name\":{\"208\":{}},\"parent\":{}}],[\"eth_rinkeby\",{\"_index\":156,\"name\":{\"212\":{}},\"parent\":{}}],[\"eth_ropsten\",{\"_index\":153,\"name\":{\"209\":{}},\"parent\":{}}],[\"eth_sepolia\",{\"_index\":157,\"name\":{\"213\":{}},\"parent\":{}}],[\"etherscan\",{\"_index\":419,\"name\":{\"722\":{}},\"parent\":{}}],[\"eventfilter\",{\"_index\":516,\"name\":{\"936\":{}},\"parent\":{\"937\":{},\"938\":{}}}],[\"eventname\",{\"_index\":438,\"name\":{\"754\":{}},\"parent\":{}}],[\"excludefilters\",{\"_index\":259,\"name\":{\"378\":{},\"387\":{},\"471\":{}},\"parent\":{}}],[\"excludezerovalue\",{\"_index\":202,\"name\":{\"278\":{},\"291\":{}},\"parent\":{}}],[\"external\",{\"_index\":208,\"name\":{\"296\":{}},\"parent\":{}}],[\"external_url\",{\"_index\":240,\"name\":{\"350\":{}},\"parent\":{}}],[\"externalurl\",{\"_index\":378,\"name\":{\"663\":{}},\"parent\":{}}],[\"fast\",{\"_index\":402,\"name\":{\"692\":{}},\"parent\":{}}],[\"filter\",{\"_index\":515,\"name\":{\"931\":{}},\"parent\":{\"932\":{},\"933\":{},\"934\":{},\"935\":{}}}],[\"filterbyblockhash\",{\"_index\":514,\"name\":{\"927\":{}},\"parent\":{\"928\":{},\"929\":{},\"930\":{}}}],[\"filters\",{\"_index\":476,\"name\":{\"860\":{},\"872\":{}},\"parent\":{}}],[\"finalized\",{\"_index\":503,\"name\":{\"903\":{}},\"parent\":{}}],[\"findcontractdeployer\",{\"_index\":96,\"name\":{\"132\":{}},\"parent\":{}}],[\"finished\",{\"_index\":356,\"name\":{\"612\":{}},\"parent\":{}}],[\"floorprice\",{\"_index\":291,\"name\":{\"458\":{},\"658\":{}},\"parent\":{}}],[\"floorpriceerror\",{\"_index\":295,\"name\":{\"462\":{}},\"parent\":{\"463\":{}}}],[\"floorpricemarketplace\",{\"_index\":290,\"name\":{\"457\":{}},\"parent\":{\"458\":{},\"459\":{},\"460\":{},\"461\":{}}}],[\"format\",{\"_index\":246,\"name\":{\"360\":{}},\"parent\":{}}],[\"from\",{\"_index\":226,\"name\":{\"321\":{},\"335\":{},\"494\":{},\"508\":{},\"707\":{},\"747\":{},\"894\":{},\"917\":{}},\"parent\":{}}],[\"fromaddress\",{\"_index\":200,\"name\":{\"275\":{},\"288\":{},\"680\":{}},\"parent\":{}}],[\"fromblock\",{\"_index\":197,\"name\":{\"272\":{},\"285\":{},\"500\":{},\"532\":{},\"544\":{},\"932\":{}},\"parent\":{}}],[\"fromhex\",{\"_index\":146,\"name\":{\"194\":{}},\"parent\":{}}],[\"gas\",{\"_index\":434,\"name\":{\"749\":{},\"895\":{},\"920\":{}},\"parent\":{}}],[\"gasprice\",{\"_index\":498,\"name\":{\"896\":{}},\"parent\":{}}],[\"gasused\",{\"_index\":417,\"name\":{\"719\":{},\"750\":{},\"921\":{}},\"parent\":{}}],[\"gateway\",{\"_index\":244,\"name\":{\"355\":{},\"358\":{}},\"parent\":{}}],[\"getaddresses\",{\"_index\":113,\"name\":{\"154\":{}},\"parent\":{}}],[\"getaddressesoptions\",{\"_index\":470,\"name\":{\"848\":{}},\"parent\":{\"849\":{},\"850\":{}}}],[\"getallwebhooks\",{\"_index\":112,\"name\":{\"153\":{}},\"parent\":{}}],[\"getallwebhooksresponse\",{\"_index\":468,\"name\":{\"845\":{}},\"parent\":{\"846\":{},\"847\":{}}}],[\"getassettransfers\",{\"_index\":100,\"name\":{\"136\":{}},\"parent\":{}}],[\"getbalance\",{\"_index\":12,\"name\":{\"13\":{},\"112\":{}},\"parent\":{}}],[\"getbasenftsforcontractoptions\",{\"_index\":365,\"name\":{\"634\":{}},\"parent\":{\"635\":{},\"636\":{},\"637\":{},\"638\":{}}}],[\"getbasenftsforowneroptions\",{\"_index\":265,\"name\":{\"384\":{}},\"parent\":{\"385\":{},\"386\":{},\"387\":{},\"388\":{},\"389\":{},\"390\":{},\"391\":{},\"392\":{}}}],[\"getblock\",{\"_index\":87,\"name\":{\"117\":{}},\"parent\":{}}],[\"getblocknumber\",{\"_index\":90,\"name\":{\"120\":{}},\"parent\":{}}],[\"getblockwithtransactions\",{\"_index\":88,\"name\":{\"118\":{}},\"parent\":{}}],[\"getchainid\",{\"_index\":18,\"name\":{\"19\":{}},\"parent\":{}}],[\"getcode\",{\"_index\":85,\"name\":{\"114\":{}},\"parent\":{}}],[\"getcontractmetadata\",{\"_index\":59,\"name\":{\"81\":{}},\"parent\":{}}],[\"getcontractmetadatabatch\",{\"_index\":60,\"name\":{\"82\":{}},\"parent\":{}}],[\"getcontractsforowner\",{\"_index\":67,\"name\":{\"89\":{}},\"parent\":{}}],[\"getcontractsforowneroptions\",{\"_index\":298,\"name\":{\"467\":{}},\"parent\":{\"468\":{},\"469\":{},\"470\":{},\"471\":{},\"472\":{}}}],[\"getcontractsforownerresponse\",{\"_index\":299,\"name\":{\"473\":{}},\"parent\":{\"474\":{},\"475\":{},\"476\":{}}}],[\"getfeedata\",{\"_index\":20,\"name\":{\"21\":{},\"122\":{}},\"parent\":{}}],[\"getfloorprice\",{\"_index\":75,\"name\":{\"97\":{}},\"parent\":{}}],[\"getfloorpriceresponse\",{\"_index\":296,\"name\":{\"464\":{}},\"parent\":{\"465\":{},\"466\":{}}}],[\"getgasprice\",{\"_index\":19,\"name\":{\"20\":{},\"121\":{}},\"parent\":{}}],[\"getgraphqlquery\",{\"_index\":114,\"name\":{\"155\":{}},\"parent\":{}}],[\"getlogs\",{\"_index\":95,\"name\":{\"130\":{}},\"parent\":{}}],[\"getmaxpriorityfeepergas\",{\"_index\":110,\"name\":{\"150\":{}},\"parent\":{}}],[\"getmintednfts\",{\"_index\":70,\"name\":{\"92\":{}},\"parent\":{}}],[\"getmintednftsoptions\",{\"_index\":311,\"name\":{\"524\":{}},\"parent\":{\"525\":{},\"526\":{},\"527\":{}}}],[\"getmintednftsresponse\",{\"_index\":312,\"name\":{\"528\":{}},\"parent\":{\"529\":{},\"530\":{}}}],[\"getnetwork\",{\"_index\":89,\"name\":{\"119\":{}},\"parent\":{}}],[\"getnftfilters\",{\"_index\":115,\"name\":{\"156\":{}},\"parent\":{}}],[\"getnftmetadata\",{\"_index\":57,\"name\":{\"79\":{}},\"parent\":{}}],[\"getnftmetadatabatch\",{\"_index\":58,\"name\":{\"80\":{}},\"parent\":{}}],[\"getnftmetadataoptions\",{\"_index\":286,\"name\":{\"446\":{}},\"parent\":{\"447\":{},\"448\":{},\"449\":{}}}],[\"getnftsales\",{\"_index\":76,\"name\":{\"98\":{}},\"parent\":{}}],[\"getnftsalesoptions\",{\"_index\":313,\"name\":{\"531\":{}},\"parent\":{\"532\":{},\"533\":{},\"534\":{},\"535\":{},\"536\":{},\"537\":{},\"538\":{},\"539\":{},\"540\":{}}}],[\"getnftsalesoptionsbycontractaddress\",{\"_index\":319,\"name\":{\"541\":{}},\"parent\":{\"542\":{},\"543\":{},\"544\":{},\"545\":{},\"546\":{},\"547\":{},\"548\":{},\"549\":{},\"550\":{},\"551\":{},\"552\":{}}}],[\"getnftsalesresponse\",{\"_index\":320,\"name\":{\"553\":{}},\"parent\":{\"554\":{},\"555\":{},\"556\":{}}}],[\"getnftsforcontract\",{\"_index\":63,\"name\":{\"85\":{}},\"parent\":{}}],[\"getnftsforcontractiterator\",{\"_index\":64,\"name\":{\"86\":{}},\"parent\":{}}],[\"getnftsforcontractoptions\",{\"_index\":364,\"name\":{\"629\":{}},\"parent\":{\"630\":{},\"631\":{},\"632\":{},\"633\":{}}}],[\"getnftsforowner\",{\"_index\":62,\"name\":{\"84\":{}},\"parent\":{}}],[\"getnftsforowneriterator\",{\"_index\":61,\"name\":{\"83\":{}},\"parent\":{}}],[\"getnftsforowneroptions\",{\"_index\":258,\"name\":{\"375\":{}},\"parent\":{\"376\":{},\"377\":{},\"378\":{},\"379\":{},\"380\":{},\"381\":{},\"382\":{},\"383\":{}}}],[\"getownersforcontract\",{\"_index\":65,\"name\":{\"87\":{}},\"parent\":{}}],[\"getownersforcontractoptions\",{\"_index\":366,\"name\":{\"639\":{}},\"parent\":{\"640\":{},\"641\":{},\"642\":{},\"643\":{}}}],[\"getownersforcontractresponse\",{\"_index\":281,\"name\":{\"433\":{}},\"parent\":{\"434\":{},\"435\":{},\"436\":{}}}],[\"getownersforcontractwithtokenbalancesoptions\",{\"_index\":370,\"name\":{\"644\":{}},\"parent\":{\"645\":{},\"646\":{},\"647\":{}}}],[\"getownersforcontractwithtokenbalancesresponse\",{\"_index\":282,\"name\":{\"437\":{}},\"parent\":{\"438\":{},\"439\":{}}}],[\"getownersfornft\",{\"_index\":66,\"name\":{\"88\":{}},\"parent\":{}}],[\"getownersfornftoptions\",{\"_index\":371,\"name\":{\"648\":{}},\"parent\":{\"649\":{},\"650\":{}}}],[\"getownersfornftresponse\",{\"_index\":279,\"name\":{\"430\":{}},\"parent\":{\"431\":{},\"432\":{}}}],[\"getprovider\",{\"_index\":34,\"name\":{\"46\":{}},\"parent\":{}}],[\"getspamcontracts\",{\"_index\":74,\"name\":{\"96\":{}},\"parent\":{}}],[\"getstorageat\",{\"_index\":86,\"name\":{\"115\":{}},\"parent\":{}}],[\"gettokenbalances\",{\"_index\":97,\"name\":{\"133\":{}},\"parent\":{}}],[\"gettokenmetadata\",{\"_index\":99,\"name\":{\"135\":{}},\"parent\":{}}],[\"gettokensforowner\",{\"_index\":98,\"name\":{\"134\":{}},\"parent\":{}}],[\"gettokensforowneroptions\",{\"_index\":186,\"name\":{\"251\":{}},\"parent\":{\"252\":{},\"253\":{}}}],[\"gettokensforownerresponse\",{\"_index\":188,\"name\":{\"254\":{}},\"parent\":{\"255\":{},\"256\":{}}}],[\"gettransaction\",{\"_index\":92,\"name\":{\"126\":{},\"147\":{}},\"parent\":{}}],[\"gettransactioncount\",{\"_index\":13,\"name\":{\"14\":{},\"116\":{}},\"parent\":{}}],[\"gettransactionreceipt\",{\"_index\":93,\"name\":{\"127\":{}},\"parent\":{}}],[\"gettransactionreceipts\",{\"_index\":101,\"name\":{\"137\":{}},\"parent\":{}}],[\"gettransfersforcontract\",{\"_index\":69,\"name\":{\"91\":{}},\"parent\":{}}],[\"gettransfersforcontractoptions\",{\"_index\":306,\"name\":{\"499\":{}},\"parent\":{\"500\":{},\"501\":{},\"502\":{},\"503\":{}}}],[\"gettransfersforowner\",{\"_index\":68,\"name\":{\"90\":{}},\"parent\":{}}],[\"gettransfersforowneroptions\",{\"_index\":305,\"name\":{\"495\":{}},\"parent\":{\"496\":{},\"497\":{},\"498\":{}}}],[\"gettransfersforownertransfertype\",{\"_index\":304,\"name\":{\"492\":{}},\"parent\":{\"493\":{},\"494\":{}}}],[\"getwallet\",{\"_index\":22,\"name\":{\"23\":{}},\"parent\":{}}],[\"getwebsocketprovider\",{\"_index\":35,\"name\":{\"47\":{}},\"parent\":{}}],[\"graphql\",{\"_index\":461,\"name\":{\"784\":{}},\"parent\":{}}],[\"graphqlquery\",{\"_index\":473,\"name\":{\"856\":{},\"863\":{}},\"parent\":{}}],[\"hash\",{\"_index\":232,\"name\":{\"328\":{},\"342\":{}},\"parent\":{}}],[\"hashesonly\",{\"_index\":394,\"name\":{\"682\":{},\"687\":{}},\"parent\":{}}],[\"id\",{\"_index\":446,\"name\":{\"766\":{},\"787\":{},\"797\":{},\"807\":{},\"817\":{},\"827\":{},\"837\":{}},\"parent\":{}}],[\"image\",{\"_index\":239,\"name\":{\"349\":{}},\"parent\":{}}],[\"imageurl\",{\"_index\":377,\"name\":{\"661\":{}},\"parent\":{}}],[\"in_progress\",{\"_index\":355,\"name\":{\"611\":{}},\"parent\":{}}],[\"includecount\",{\"_index\":369,\"name\":{\"643\":{}},\"parent\":{}}],[\"includefilters\",{\"_index\":260,\"name\":{\"379\":{},\"388\":{},\"470\":{}},\"parent\":{}}],[\"includeremoved\",{\"_index\":397,\"name\":{\"686\":{}},\"parent\":{}}],[\"indexed\",{\"_index\":422,\"name\":{\"728\":{}},\"parent\":{}}],[\"input\",{\"_index\":435,\"name\":{\"751\":{},\"922\":{}},\"parent\":{}}],[\"inputs\",{\"_index\":425,\"name\":{\"734\":{},\"755\":{}},\"parent\":{}}],[\"internal\",{\"_index\":209,\"name\":{\"297\":{}},\"parent\":{}}],[\"isactive\",{\"_index\":447,\"name\":{\"770\":{},\"790\":{},\"800\":{},\"810\":{},\"820\":{},\"830\":{},\"840\":{},\"876\":{}},\"parent\":{}}],[\"iscommunityresource\",{\"_index\":39,\"name\":{\"54\":{},\"68\":{}},\"parent\":{}}],[\"iscontractaddress\",{\"_index\":84,\"name\":{\"113\":{}},\"parent\":{}}],[\"ishex\",{\"_index\":148,\"name\":{\"196\":{}},\"parent\":{}}],[\"isspam\",{\"_index\":255,\"name\":{\"370\":{},\"481\":{}},\"parent\":{}}],[\"isspamcontract\",{\"_index\":73,\"name\":{\"95\":{}},\"parent\":{}}],[\"lastingestedat\",{\"_index\":381,\"name\":{\"666\":{}},\"parent\":{}}],[\"latest\",{\"_index\":501,\"name\":{\"901\":{}},\"parent\":{}}],[\"limit\",{\"_index\":318,\"name\":{\"539\":{},\"551\":{},\"849\":{}},\"parent\":{}}],[\"listenercount\",{\"_index\":48,\"name\":{\"65\":{},\"109\":{}},\"parent\":{}}],[\"listeners\",{\"_index\":49,\"name\":{\"66\":{},\"110\":{}},\"parent\":{}}],[\"logindex\",{\"_index\":329,\"name\":{\"570\":{}},\"parent\":{}}],[\"loglevel\",{\"_index\":150,\"name\":{\"198\":{}},\"parent\":{}}],[\"logo\",{\"_index\":194,\"name\":{\"264\":{},\"270\":{},\"715\":{}},\"parent\":{}}],[\"logs\",{\"_index\":444,\"name\":{\"764\":{}},\"parent\":{}}],[\"looksrare\",{\"_index\":297,\"name\":{\"466\":{},\"587\":{}},\"parent\":{}}],[\"lookupaddress\",{\"_index\":102,\"name\":{\"139\":{}},\"parent\":{}}],[\"marketplace\",{\"_index\":314,\"name\":{\"535\":{},\"547\":{},\"558\":{}},\"parent\":{}}],[\"marketplacefee\",{\"_index\":326,\"name\":{\"566\":{}},\"parent\":{}}],[\"matic_mainnet\",{\"_index\":164,\"name\":{\"220\":{}},\"parent\":{}}],[\"matic_mumbai\",{\"_index\":165,\"name\":{\"221\":{}},\"parent\":{}}],[\"maxcount\",{\"_index\":204,\"name\":{\"280\":{},\"293\":{}},\"parent\":{}}],[\"maxretries\",{\"_index\":29,\"name\":{\"41\":{},\"50\":{},\"202\":{}},\"parent\":{}}],[\"media\",{\"_index\":141,\"name\":{\"185\":{},\"356\":{},\"420\":{},\"483\":{},\"519\":{}},\"parent\":{\"357\":{},\"358\":{},\"359\":{},\"360\":{},\"361\":{},\"362\":{}}}],[\"message\",{\"_index\":410,\"name\":{\"703\":{}},\"parent\":{}}],[\"metadata\",{\"_index\":235,\"name\":{\"331\":{}},\"parent\":{}}],[\"metadataerror\",{\"_index\":138,\"name\":{\"182\":{},\"417\":{},\"516\":{}},\"parent\":{}}],[\"method\",{\"_index\":393,\"name\":{\"679\":{},\"684\":{}},\"parent\":{}}],[\"methodname\",{\"_index\":424,\"name\":{\"733\":{}},\"parent\":{}}],[\"mined_transaction\",{\"_index\":456,\"name\":{\"779\":{}},\"parent\":{}}],[\"mined_transactions\",{\"_index\":391,\"name\":{\"677\":{}},\"parent\":{}}],[\"minedtransactionwebhook\",{\"_index\":462,\"name\":{\"785\":{}},\"parent\":{\"786\":{},\"787\":{},\"788\":{},\"789\":{},\"790\":{},\"791\":{},\"792\":{},\"793\":{},\"794\":{}}}],[\"modifyformatter\",{\"_index\":41,\"name\":{\"56\":{}},\"parent\":{}}],[\"mostlyhoneypotowners\",{\"_index\":253,\"name\":{\"367\":{}},\"parent\":{}}],[\"name\",{\"_index\":129,\"name\":{\"170\":{},\"261\":{},\"267\":{},\"347\":{},\"485\":{},\"711\":{},\"725\":{},\"730\":{}},\"parent\":{}}],[\"native\",{\"_index\":404,\"name\":{\"694\":{}},\"parent\":{}}],[\"network\",{\"_index\":28,\"name\":{\"40\":{},\"201\":{},\"207\":{},\"767\":{},\"788\":{},\"798\":{},\"808\":{},\"818\":{},\"828\":{},\"838\":{},\"861\":{},\"864\":{},\"867\":{}},\"parent\":{\"208\":{},\"209\":{},\"210\":{},\"211\":{},\"212\":{},\"213\":{},\"214\":{},\"215\":{},\"216\":{},\"217\":{},\"218\":{},\"219\":{},\"220\":{},\"221\":{},\"222\":{},\"223\":{},\"224\":{},\"225\":{},\"226\":{}}}],[\"newaddresses\",{\"_index\":492,\"name\":{\"887\":{}},\"parent\":{}}],[\"nft\",{\"_index\":4,\"name\":{\"4\":{},\"177\":{}},\"parent\":{\"178\":{},\"179\":{},\"180\":{},\"181\":{},\"182\":{},\"183\":{},\"184\":{},\"185\":{},\"186\":{},\"187\":{},\"188\":{},\"189\":{}}}],[\"nft_activity\",{\"_index\":459,\"name\":{\"782\":{}},\"parent\":{}}],[\"nft_metadata_update\",{\"_index\":460,\"name\":{\"783\":{}},\"parent\":{}}],[\"nftactivitywebhook\",{\"_index\":465,\"name\":{\"815\":{}},\"parent\":{\"816\":{},\"817\":{},\"818\":{},\"819\":{},\"820\":{},\"821\":{},\"822\":{},\"823\":{},\"824\":{}}}],[\"nftattributerarity\",{\"_index\":345,\"name\":{\"596\":{}},\"parent\":{\"597\":{},\"598\":{},\"599\":{}}}],[\"nftattributesresponse\",{\"_index\":348,\"name\":{\"600\":{}},\"parent\":{\"601\":{},\"602\":{},\"603\":{}}}],[\"nftcontract\",{\"_index\":127,\"name\":{\"168\":{}},\"parent\":{\"169\":{},\"170\":{},\"171\":{},\"172\":{},\"173\":{},\"174\":{},\"175\":{},\"176\":{}}}],[\"nftcontractbasenftsresponse\",{\"_index\":372,\"name\":{\"651\":{}},\"parent\":{\"652\":{},\"653\":{}}}],[\"nftcontractnftsresponse\",{\"_index\":373,\"name\":{\"654\":{}},\"parent\":{\"655\":{},\"656\":{}}}],[\"nftcontractowner\",{\"_index\":283,\"name\":{\"440\":{}},\"parent\":{\"441\":{},\"442\":{}}}],[\"nftcontracttokenbalance\",{\"_index\":285,\"name\":{\"443\":{}},\"parent\":{\"444\":{},\"445\":{}}}],[\"nftexcludefilters\",{\"_index\":266,\"name\":{\"393\":{}},\"parent\":{\"394\":{},\"395\":{}}}],[\"nftfilter\",{\"_index\":479,\"name\":{\"868\":{}},\"parent\":{\"869\":{},\"870\":{}}}],[\"nftfilters\",{\"_index\":269,\"name\":{\"396\":{}},\"parent\":{\"397\":{},\"398\":{}}}],[\"nftfiltersresponse\",{\"_index\":480,\"name\":{\"871\":{}},\"parent\":{\"872\":{},\"873\":{},\"874\":{}}}],[\"nftmetadata\",{\"_index\":238,\"name\":{\"346\":{}},\"parent\":{\"347\":{},\"348\":{},\"349\":{},\"350\":{},\"351\":{},\"352\":{}}}],[\"nftmetadatabatchoptions\",{\"_index\":289,\"name\":{\"454\":{}},\"parent\":{\"455\":{},\"456\":{}}}],[\"nftmetadatabatchtoken\",{\"_index\":288,\"name\":{\"450\":{}},\"parent\":{\"451\":{},\"452\":{},\"453\":{}}}],[\"nftmetadataupdatewebhook\",{\"_index\":466,\"name\":{\"825\":{}},\"parent\":{\"826\":{},\"827\":{},\"828\":{},\"829\":{},\"830\":{},\"831\":{},\"832\":{},\"833\":{},\"834\":{}}}],[\"nftmetadatawebhookupdate\",{\"_index\":494,\"name\":{\"889\":{}},\"parent\":{}}],[\"nftnamespace\",{\"_index\":56,\"name\":{\"78\":{}},\"parent\":{\"79\":{},\"80\":{},\"81\":{},\"82\":{},\"83\":{},\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{},\"89\":{},\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"95\":{},\"96\":{},\"97\":{},\"98\":{},\"99\":{},\"100\":{},\"101\":{},\"102\":{},\"103\":{}}}],[\"nftordering\",{\"_index\":270,\"name\":{\"399\":{}},\"parent\":{\"400\":{}}}],[\"nfts\",{\"_index\":308,\"name\":{\"505\":{},\"529\":{},\"652\":{},\"655\":{}},\"parent\":{}}],[\"nftsale\",{\"_index\":323,\"name\":{\"557\":{}},\"parent\":{\"558\":{},\"559\":{},\"560\":{},\"561\":{},\"562\":{},\"563\":{},\"564\":{},\"565\":{},\"566\":{},\"567\":{},\"568\":{},\"569\":{},\"570\":{},\"571\":{},\"572\":{}}}],[\"nftsalefeedata\",{\"_index\":332,\"name\":{\"577\":{}},\"parent\":{\"578\":{},\"579\":{},\"580\":{},\"581\":{}}}],[\"nftsalemarketplace\",{\"_index\":336,\"name\":{\"585\":{}},\"parent\":{\"586\":{},\"587\":{},\"588\":{},\"589\":{},\"590\":{},\"591\":{},\"592\":{}}}],[\"nftsales\",{\"_index\":321,\"name\":{\"554\":{}},\"parent\":{}}],[\"nftsaletakertype\",{\"_index\":342,\"name\":{\"593\":{}},\"parent\":{\"594\":{},\"595\":{}}}],[\"nftsalevalidat\",{\"_index\":331,\"name\":{\"573\":{}},\"parent\":{\"574\":{},\"575\":{},\"576\":{}}}],[\"nftspamclassification\",{\"_index\":249,\"name\":{\"363\":{}},\"parent\":{\"364\":{},\"365\":{},\"366\":{},\"367\":{},\"368\":{}}}],[\"nfttokentype\",{\"_index\":216,\"name\":{\"305\":{}},\"parent\":{\"306\":{},\"307\":{},\"308\":{},\"309\":{},\"310\":{}}}],[\"nftwebhookparams\",{\"_index\":475,\"name\":{\"859\":{}},\"parent\":{\"860\":{},\"861\":{}}}],[\"nftwebhookupdate\",{\"_index\":493,\"name\":{\"888\":{}},\"parent\":{}}],[\"no_supported_nft_standard\",{\"_index\":217,\"name\":{\"308\":{}},\"parent\":{}}],[\"nonce\",{\"_index\":519,\"name\":{\"942\":{}},\"parent\":{}}],[\"nonemptyarray\",{\"_index\":523,\"name\":{\"946\":{}},\"parent\":{}}],[\"not_a_contract\",{\"_index\":218,\"name\":{\"309\":{}},\"parent\":{}}],[\"not_requested\",{\"_index\":386,\"name\":{\"671\":{}},\"parent\":{}}],[\"notify\",{\"_index\":8,\"name\":{\"8\":{}},\"parent\":{}}],[\"notifynamespace\",{\"_index\":111,\"name\":{\"152\":{}},\"parent\":{\"153\":{},\"154\":{},\"155\":{},\"156\":{},\"157\":{},\"158\":{},\"159\":{},\"160\":{},\"161\":{}}}],[\"numdistincttokensowned\",{\"_index\":303,\"name\":{\"480\":{}},\"parent\":{}}],[\"off\",{\"_index\":46,\"name\":{\"63\":{},\"107\":{}},\"parent\":{}}],[\"omitmetadata\",{\"_index\":262,\"name\":{\"381\":{},\"390\":{},\"631\":{},\"636\":{}},\"parent\":{}}],[\"on\",{\"_index\":44,\"name\":{\"61\":{},\"105\":{}},\"parent\":{}}],[\"once\",{\"_index\":45,\"name\":{\"62\":{},\"106\":{}},\"parent\":{}}],[\"onlytopcall\",{\"_index\":510,\"name\":{\"911\":{},\"914\":{}},\"parent\":{}}],[\"opensea\",{\"_index\":132,\"name\":{\"173\":{},\"465\":{},\"488\":{}},\"parent\":{}}],[\"openseacollectionmetadata\",{\"_index\":374,\"name\":{\"657\":{}},\"parent\":{\"658\":{},\"659\":{},\"660\":{},\"661\":{},\"662\":{},\"663\":{},\"664\":{},\"665\":{},\"666\":{}}}],[\"openseasafelistrequeststatus\",{\"_index\":382,\"name\":{\"667\":{}},\"parent\":{\"668\":{},\"669\":{},\"670\":{},\"671\":{}}}],[\"opt_goerli\",{\"_index\":160,\"name\":{\"216\":{}},\"parent\":{}}],[\"opt_kovan\",{\"_index\":159,\"name\":{\"215\":{}},\"parent\":{}}],[\"opt_mainnet\",{\"_index\":158,\"name\":{\"214\":{}},\"parent\":{}}],[\"order\",{\"_index\":199,\"name\":{\"274\":{},\"287\":{},\"502\":{},\"534\":{},\"546\":{}},\"parent\":{}}],[\"orderby\",{\"_index\":264,\"name\":{\"383\":{},\"392\":{},\"472\":{}},\"parent\":{}}],[\"output\",{\"_index\":436,\"name\":{\"752\":{},\"923\":{}},\"parent\":{}}],[\"outputs\",{\"_index\":426,\"name\":{\"735\":{}},\"parent\":{}}],[\"ownedbasenft\",{\"_index\":278,\"name\":{\"425\":{}},\"parent\":{\"426\":{},\"427\":{},\"428\":{},\"429\":{}}}],[\"ownedbasenftsresponse\",{\"_index\":276,\"name\":{\"406\":{}},\"parent\":{\"407\":{},\"408\":{},\"409\":{},\"410\":{}}}],[\"ownedbymosthoneypots\",{\"_index\":254,\"name\":{\"368\":{}},\"parent\":{}}],[\"ownednft\",{\"_index\":277,\"name\":{\"411\":{}},\"parent\":{\"412\":{},\"413\":{},\"414\":{},\"415\":{},\"416\":{},\"417\":{},\"418\":{},\"419\":{},\"420\":{},\"421\":{},\"422\":{},\"423\":{},\"424\":{}}}],[\"ownednfts\",{\"_index\":273,\"name\":{\"402\":{},\"407\":{}},\"parent\":{}}],[\"ownednftsresponse\",{\"_index\":272,\"name\":{\"401\":{}},\"parent\":{\"402\":{},\"403\":{},\"404\":{},\"405\":{}}}],[\"ownedtoken\",{\"_index\":190,\"name\":{\"257\":{}},\"parent\":{\"258\":{},\"259\":{},\"260\":{},\"261\":{},\"262\":{},\"263\":{},\"264\":{},\"265\":{}}}],[\"owneraddress\",{\"_index\":284,\"name\":{\"441\":{}},\"parent\":{}}],[\"owners\",{\"_index\":280,\"name\":{\"431\":{},\"434\":{},\"438\":{}},\"parent\":{}}],[\"pagekey\",{\"_index\":176,\"name\":{\"232\":{},\"236\":{},\"253\":{},\"256\":{},\"281\":{},\"294\":{},\"313\":{},\"316\":{},\"376\":{},\"385\":{},\"403\":{},\"408\":{},\"432\":{},\"436\":{},\"439\":{},\"468\":{},\"475\":{},\"498\":{},\"503\":{},\"506\":{},\"527\":{},\"530\":{},\"540\":{},\"552\":{},\"556\":{},\"630\":{},\"635\":{},\"642\":{},\"647\":{},\"649\":{},\"653\":{},\"656\":{},\"850\":{},\"854\":{},\"874\":{}},\"parent\":{}}],[\"pagesize\",{\"_index\":261,\"name\":{\"380\":{},\"389\":{},\"469\":{},\"632\":{},\"637\":{},\"650\":{}},\"parent\":{}}],[\"pending\",{\"_index\":500,\"name\":{\"900\":{}},\"parent\":{}}],[\"pending_transactions\",{\"_index\":390,\"name\":{\"676\":{}},\"parent\":{}}],[\"polygonzkevm_mainnet\",{\"_index\":167,\"name\":{\"223\":{}},\"parent\":{}}],[\"polygonzkevm_testnet\",{\"_index\":168,\"name\":{\"224\":{}},\"parent\":{}}],[\"populatetransaction\",{\"_index\":16,\"name\":{\"17\":{}},\"parent\":{}}],[\"prestate_tracer\",{\"_index\":508,\"name\":{\"908\":{}},\"parent\":{}}],[\"prevalence\",{\"_index\":347,\"name\":{\"599\":{}},\"parent\":{}}],[\"pricecurrency\",{\"_index\":292,\"name\":{\"459\":{}},\"parent\":{}}],[\"progress\",{\"_index\":352,\"name\":{\"607\":{}},\"parent\":{}}],[\"protocolfee\",{\"_index\":327,\"name\":{\"567\":{}},\"parent\":{}}],[\"quantity\",{\"_index\":324,\"name\":{\"561\":{}},\"parent\":{}}],[\"queue_failed\",{\"_index\":358,\"name\":{\"614\":{}},\"parent\":{}}],[\"queued\",{\"_index\":357,\"name\":{\"613\":{}},\"parent\":{}}],[\"raw\",{\"_index\":243,\"name\":{\"354\":{},\"357\":{}},\"parent\":{}}],[\"rawamount\",{\"_index\":414,\"name\":{\"709\":{}},\"parent\":{}}],[\"rawbalance\",{\"_index\":191,\"name\":{\"259\":{}},\"parent\":{}}],[\"rawcontract\",{\"_index\":233,\"name\":{\"329\":{},\"343\":{},\"625\":{}},\"parent\":{\"626\":{},\"627\":{},\"628\":{}}}],[\"rawmetadata\",{\"_index\":139,\"name\":{\"183\":{},\"418\":{},\"517\":{}},\"parent\":{}}],[\"ready\",{\"_index\":91,\"name\":{\"123\":{}},\"parent\":{}}],[\"receipts\",{\"_index\":363,\"name\":{\"621\":{}},\"parent\":{}}],[\"refreshcache\",{\"_index\":287,\"name\":{\"449\":{},\"456\":{}},\"parent\":{}}],[\"refreshcontract\",{\"_index\":81,\"name\":{\"103\":{}},\"parent\":{}}],[\"refreshcontractresult\",{\"_index\":350,\"name\":{\"604\":{}},\"parent\":{\"605\":{},\"606\":{},\"607\":{}}}],[\"refreshnftmetadata\",{\"_index\":80,\"name\":{\"102\":{}},\"parent\":{}}],[\"refreshstate\",{\"_index\":351,\"name\":{\"606\":{},\"608\":{}},\"parent\":{\"609\":{},\"610\":{},\"611\":{},\"612\":{},\"613\":{},\"614\":{}}}],[\"removeaddresses\",{\"_index\":490,\"name\":{\"885\":{}},\"parent\":{}}],[\"removealllisteners\",{\"_index\":47,\"name\":{\"64\":{},\"108\":{}},\"parent\":{}}],[\"removefilters\",{\"_index\":484,\"name\":{\"879\":{}},\"parent\":{}}],[\"removemetadatafilters\",{\"_index\":487,\"name\":{\"882\":{}},\"parent\":{}}],[\"requested\",{\"_index\":385,\"name\":{\"670\":{}},\"parent\":{}}],[\"requesttimeout\",{\"_index\":33,\"name\":{\"45\":{},\"205\":{}},\"parent\":{}}],[\"requireatleastone\",{\"_index\":522,\"name\":{\"945\":{}},\"parent\":{}}],[\"resolvename\",{\"_index\":21,\"name\":{\"22\":{},\"138\":{}},\"parent\":{}}],[\"retrievedat\",{\"_index\":294,\"name\":{\"461\":{}},\"parent\":{}}],[\"revertreason\",{\"_index\":513,\"name\":{\"925\":{}},\"parent\":{}}],[\"royaltyfee\",{\"_index\":328,\"name\":{\"568\":{}},\"parent\":{}}],[\"safe\",{\"_index\":502,\"name\":{\"902\":{}},\"parent\":{}}],[\"safelistrequeststatus\",{\"_index\":376,\"name\":{\"660\":{}},\"parent\":{}}],[\"seaport\",{\"_index\":337,\"name\":{\"586\":{}},\"parent\":{}}],[\"searchcontractmetadata\",{\"_index\":78,\"name\":{\"100\":{}},\"parent\":{}}],[\"seller\",{\"_index\":344,\"name\":{\"595\":{}},\"parent\":{}}],[\"selleraddress\",{\"_index\":316,\"name\":{\"537\":{},\"549\":{},\"563\":{}},\"parent\":{}}],[\"sellerfee\",{\"_index\":325,\"name\":{\"565\":{}},\"parent\":{}}],[\"send\",{\"_index\":40,\"name\":{\"55\":{},\"131\":{}},\"parent\":{}}],[\"sendprivatetransaction\",{\"_index\":104,\"name\":{\"141\":{}},\"parent\":{}}],[\"sendprivatetransactionoptions\",{\"_index\":401,\"name\":{\"691\":{}},\"parent\":{\"692\":{}}}],[\"sendtransaction\",{\"_index\":17,\"name\":{\"18\":{},\"128\":{},\"148\":{}},\"parent\":{}}],[\"sendwebhookrequest\",{\"_index\":120,\"name\":{\"161\":{}},\"parent\":{}}],[\"setloglevel\",{\"_index\":149,\"name\":{\"197\":{}},\"parent\":{}}],[\"signingkey\",{\"_index\":449,\"name\":{\"772\":{},\"792\":{},\"802\":{},\"812\":{},\"822\":{},\"832\":{},\"842\":{}},\"parent\":{}}],[\"simulateassetchanges\",{\"_index\":107,\"name\":{\"144\":{}},\"parent\":{}}],[\"simulateassetchangesbundle\",{\"_index\":106,\"name\":{\"143\":{}},\"parent\":{}}],[\"simulateassetchangeschange\",{\"_index\":411,\"name\":{\"704\":{}},\"parent\":{\"705\":{},\"706\":{},\"707\":{},\"708\":{},\"709\":{},\"710\":{},\"711\":{},\"712\":{},\"713\":{},\"714\":{},\"715\":{},\"716\":{}}}],[\"simulateassetchangeserror\",{\"_index\":409,\"name\":{\"702\":{}},\"parent\":{\"703\":{}}}],[\"simulateassetchangesresponse\",{\"_index\":415,\"name\":{\"717\":{}},\"parent\":{\"718\":{},\"719\":{},\"720\":{}}}],[\"simulateassettype\",{\"_index\":403,\"name\":{\"693\":{}},\"parent\":{\"694\":{},\"695\":{},\"696\":{},\"697\":{},\"698\":{}}}],[\"simulatechangetype\",{\"_index\":406,\"name\":{\"699\":{}},\"parent\":{\"700\":{},\"701\":{}}}],[\"simulateexecution\",{\"_index\":109,\"name\":{\"146\":{}},\"parent\":{}}],[\"simulateexecutionbundle\",{\"_index\":108,\"name\":{\"145\":{}},\"parent\":{}}],[\"simulateexecutionresponse\",{\"_index\":442,\"name\":{\"762\":{}},\"parent\":{\"763\":{},\"764\":{}}}],[\"simulationcalltrace\",{\"_index\":432,\"name\":{\"742\":{}},\"parent\":{\"743\":{},\"744\":{},\"745\":{},\"746\":{},\"747\":{},\"748\":{},\"749\":{},\"750\":{},\"751\":{},\"752\":{}}}],[\"simulationdebuglog\",{\"_index\":439,\"name\":{\"757\":{}},\"parent\":{\"758\":{},\"759\":{},\"760\":{},\"761\":{}}}],[\"size\",{\"_index\":247,\"name\":{\"361\":{}},\"parent\":{}}],[\"sortingorder\",{\"_index\":335,\"name\":{\"582\":{}},\"parent\":{\"583\":{},\"584\":{}}}],[\"spam\",{\"_index\":267,\"name\":{\"394\":{},\"397\":{}},\"parent\":{}}],[\"spaminfo\",{\"_index\":142,\"name\":{\"186\":{},\"369\":{},\"421\":{},\"520\":{}},\"parent\":{\"370\":{},\"371\":{}}}],[\"special_nft\",{\"_index\":405,\"name\":{\"698\":{}},\"parent\":{}}],[\"specialnft\",{\"_index\":212,\"name\":{\"301\":{}},\"parent\":{}}],[\"staticcall\",{\"_index\":430,\"name\":{\"740\":{}},\"parent\":{}}],[\"storage\",{\"_index\":521,\"name\":{\"944\":{}},\"parent\":{}}],[\"summarizenftattributes\",{\"_index\":79,\"name\":{\"101\":{}},\"parent\":{}}],[\"summary\",{\"_index\":349,\"name\":{\"603\":{}},\"parent\":{}}],[\"symbol\",{\"_index\":130,\"name\":{\"171\":{},\"262\":{},\"268\":{},\"486\":{},\"579\":{},\"712\":{}},\"parent\":{}}],[\"taker\",{\"_index\":317,\"name\":{\"538\":{},\"550\":{},\"564\":{}},\"parent\":{}}],[\"thumbnail\",{\"_index\":245,\"name\":{\"359\":{}},\"parent\":{}}],[\"timecreated\",{\"_index\":448,\"name\":{\"771\":{},\"791\":{},\"801\":{},\"811\":{},\"821\":{},\"831\":{},\"841\":{}},\"parent\":{}}],[\"timelastupdated\",{\"_index\":137,\"name\":{\"181\":{},\"416\":{},\"515\":{}},\"parent\":{}}],[\"title\",{\"_index\":135,\"name\":{\"179\":{},\"414\":{},\"479\":{},\"513\":{}},\"parent\":{}}],[\"to\",{\"_index\":227,\"name\":{\"322\":{},\"336\":{},\"493\":{},\"509\":{},\"708\":{},\"746\":{},\"893\":{},\"918\":{}},\"parent\":{}}],[\"toaddress\",{\"_index\":201,\"name\":{\"276\":{},\"289\":{},\"681\":{}},\"parent\":{}}],[\"toblock\",{\"_index\":198,\"name\":{\"273\":{},\"286\":{},\"501\":{},\"533\":{},\"545\":{},\"933\":{}},\"parent\":{}}],[\"tohex\",{\"_index\":147,\"name\":{\"195\":{}},\"parent\":{}}],[\"tokenbalance\",{\"_index\":181,\"name\":{\"242\":{},\"245\":{},\"249\":{}},\"parent\":{}}],[\"tokenbalancefailure\",{\"_index\":185,\"name\":{\"247\":{}},\"parent\":{\"248\":{},\"249\":{},\"250\":{}}}],[\"tokenbalances\",{\"_index\":179,\"name\":{\"238\":{},\"241\":{},\"442\":{}},\"parent\":{}}],[\"tokenbalancesoptionsdefaulttokens\",{\"_index\":177,\"name\":{\"233\":{}},\"parent\":{\"234\":{}}}],[\"tokenbalancesoptionserc20\",{\"_index\":174,\"name\":{\"230\":{}},\"parent\":{\"231\":{},\"232\":{}}}],[\"tokenbalancesresponse\",{\"_index\":180,\"name\":{\"239\":{}},\"parent\":{\"240\":{},\"241\":{}}}],[\"tokenbalancesresponseerc20\",{\"_index\":178,\"name\":{\"235\":{}},\"parent\":{\"236\":{},\"237\":{},\"238\":{}}}],[\"tokenbalancesuccess\",{\"_index\":182,\"name\":{\"243\":{}},\"parent\":{\"244\":{},\"245\":{},\"246\":{}}}],[\"tokenbalancetype\",{\"_index\":171,\"name\":{\"227\":{}},\"parent\":{\"228\":{},\"229\":{}}}],[\"tokenid\",{\"_index\":144,\"name\":{\"188\":{},\"192\":{},\"326\":{},\"340\":{},\"423\":{},\"428\":{},\"444\":{},\"452\":{},\"482\":{},\"522\":{},\"543\":{},\"560\":{},\"623\":{},\"716\":{},\"870\":{}},\"parent\":{}}],[\"tokenmetadataresponse\",{\"_index\":195,\"name\":{\"266\":{}},\"parent\":{\"267\":{},\"268\":{},\"269\":{},\"270\":{}}}],[\"tokens\",{\"_index\":189,\"name\":{\"255\":{}},\"parent\":{}}],[\"tokentype\",{\"_index\":128,\"name\":{\"169\":{},\"189\":{},\"193\":{},\"424\":{},\"429\":{},\"447\":{},\"453\":{},\"484\":{},\"497\":{},\"523\":{},\"526\":{}},\"parent\":{}}],[\"tokenuri\",{\"_index\":140,\"name\":{\"184\":{},\"353\":{},\"419\":{},\"518\":{}},\"parent\":{\"354\":{},\"355\":{}}}],[\"tokenuritimeoutinms\",{\"_index\":263,\"name\":{\"382\":{},\"391\":{},\"448\":{},\"455\":{},\"633\":{},\"638\":{}},\"parent\":{}}],[\"topics\",{\"_index\":440,\"name\":{\"758\":{},\"930\":{},\"935\":{},\"938\":{}},\"parent\":{}}],[\"totalbalance\",{\"_index\":302,\"name\":{\"478\":{}},\"parent\":{}}],[\"totalcount\",{\"_index\":274,\"name\":{\"404\":{},\"409\":{},\"435\":{},\"476\":{},\"847\":{},\"853\":{},\"873\":{}},\"parent\":{}}],[\"totalsupply\",{\"_index\":131,\"name\":{\"172\":{},\"487\":{},\"602\":{}},\"parent\":{}}],[\"traceblock\",{\"_index\":124,\"name\":{\"165\":{}},\"parent\":{}}],[\"tracecall\",{\"_index\":122,\"name\":{\"163\":{}},\"parent\":{}}],[\"tracetransaction\",{\"_index\":123,\"name\":{\"164\":{}},\"parent\":{}}],[\"traittype\",{\"_index\":346,\"name\":{\"598\":{}},\"parent\":{}}],[\"transact\",{\"_index\":6,\"name\":{\"6\":{}},\"parent\":{}}],[\"transactionhash\",{\"_index\":310,\"name\":{\"510\":{},\"572\":{}},\"parent\":{}}],[\"transactionreceiptsblockhash\",{\"_index\":360,\"name\":{\"617\":{}},\"parent\":{\"618\":{}}}],[\"transactionreceiptsblocknumber\",{\"_index\":359,\"name\":{\"615\":{}},\"parent\":{\"616\":{}}}],[\"transactionreceiptsparams\",{\"_index\":361,\"name\":{\"619\":{}},\"parent\":{}}],[\"transactionreceiptsresponse\",{\"_index\":362,\"name\":{\"620\":{}},\"parent\":{\"621\":{}}}],[\"transactionwebhookparams\",{\"_index\":474,\"name\":{\"857\":{}},\"parent\":{\"858\":{}}}],[\"transactnamespace\",{\"_index\":103,\"name\":{\"140\":{}},\"parent\":{\"141\":{},\"142\":{},\"143\":{},\"144\":{},\"145\":{},\"146\":{},\"147\":{},\"148\":{},\"149\":{},\"150\":{},\"151\":{}}}],[\"transfer\",{\"_index\":408,\"name\":{\"701\":{}},\"parent\":{}}],[\"transferrednft\",{\"_index\":309,\"name\":{\"507\":{}},\"parent\":{\"508\":{},\"509\":{},\"510\":{},\"511\":{},\"512\":{},\"513\":{},\"514\":{},\"515\":{},\"516\":{},\"517\":{},\"518\":{},\"519\":{},\"520\":{},\"521\":{},\"522\":{},\"523\":{}}}],[\"transfers\",{\"_index\":221,\"name\":{\"312\":{},\"315\":{}},\"parent\":{}}],[\"transfersnftresponse\",{\"_index\":307,\"name\":{\"504\":{}},\"parent\":{\"505\":{},\"506\":{}}}],[\"transfertime\",{\"_index\":271,\"name\":{\"400\":{}},\"parent\":{}}],[\"twitterusername\",{\"_index\":379,\"name\":{\"664\":{}},\"parent\":{}}],[\"type\",{\"_index\":175,\"name\":{\"231\":{},\"234\":{},\"726\":{},\"731\":{},\"743\":{},\"768\":{},\"786\":{},\"796\":{},\"806\":{},\"816\":{},\"826\":{},\"836\":{},\"910\":{},\"913\":{},\"916\":{}},\"parent\":{}}],[\"uniqueid\",{\"_index\":224,\"name\":{\"318\":{},\"332\":{}},\"parent\":{}}],[\"unknown\",{\"_index\":219,\"name\":{\"310\":{},\"592\":{}},\"parent\":{}}],[\"updatewebhook\",{\"_index\":116,\"name\":{\"157\":{}},\"parent\":{}}],[\"url\",{\"_index\":31,\"name\":{\"43\":{},\"203\":{},\"769\":{},\"789\":{},\"799\":{},\"809\":{},\"819\":{},\"829\":{},\"839\":{}},\"parent\":{}}],[\"utils\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{}}],[\"v1\",{\"_index\":453,\"name\":{\"776\":{}},\"parent\":{}}],[\"v2\",{\"_index\":454,\"name\":{\"777\":{}},\"parent\":{}}],[\"validat\",{\"_index\":322,\"name\":{\"555\":{}},\"parent\":{}}],[\"value\",{\"_index\":228,\"name\":{\"323\":{},\"337\":{},\"597\":{},\"624\":{},\"626\":{},\"724\":{},\"729\":{},\"748\":{},\"897\":{},\"919\":{}},\"parent\":{}}],[\"verified\",{\"_index\":383,\"name\":{\"668\":{}},\"parent\":{}}],[\"verifyconfig\",{\"_index\":119,\"name\":{\"160\":{}},\"parent\":{}}],[\"verifynftownership\",{\"_index\":72,\"name\":{\"94\":{}},\"parent\":{}}],[\"version\",{\"_index\":450,\"name\":{\"773\":{},\"793\":{},\"803\":{},\"813\":{},\"823\":{},\"833\":{},\"843\":{}},\"parent\":{}}],[\"waitfortransaction\",{\"_index\":94,\"name\":{\"129\":{},\"151\":{}},\"parent\":{}}],[\"wallet\",{\"_index\":10,\"name\":{\"10\":{}},\"parent\":{\"11\":{},\"12\":{},\"13\":{},\"14\":{},\"15\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{},\"22\":{},\"23\":{},\"24\":{},\"25\":{}}}],[\"webhook\",{\"_index\":445,\"name\":{\"765\":{}},\"parent\":{\"766\":{},\"767\":{},\"768\":{},\"769\":{},\"770\":{},\"771\":{},\"772\":{},\"773\":{},\"774\":{}}}],[\"webhookaddressoverride\",{\"_index\":491,\"name\":{\"886\":{}},\"parent\":{\"887\":{}}}],[\"webhookaddressupdate\",{\"_index\":488,\"name\":{\"883\":{}},\"parent\":{\"884\":{},\"885\":{}}}],[\"webhooknftfilterupdate\",{\"_index\":482,\"name\":{\"877\":{}},\"parent\":{\"878\":{},\"879\":{}}}],[\"webhooknftmetadatafilterupdate\",{\"_index\":485,\"name\":{\"880\":{}},\"parent\":{\"881\":{},\"882\":{}}}],[\"webhooks\",{\"_index\":469,\"name\":{\"846\":{}},\"parent\":{}}],[\"webhookstatusupdate\",{\"_index\":481,\"name\":{\"875\":{}},\"parent\":{\"876\":{}}}],[\"webhooktype\",{\"_index\":455,\"name\":{\"778\":{}},\"parent\":{\"779\":{},\"780\":{},\"781\":{},\"782\":{},\"783\":{},\"784\":{}}}],[\"webhookversion\",{\"_index\":452,\"name\":{\"775\":{}},\"parent\":{\"776\":{},\"777\":{}}}],[\"websocketnamespace\",{\"_index\":82,\"name\":{\"104\":{}},\"parent\":{\"105\":{},\"106\":{},\"107\":{},\"108\":{},\"109\":{},\"110\":{}}}],[\"withmetadata\",{\"_index\":205,\"name\":{\"282\":{},\"284\":{}},\"parent\":{}}],[\"withtokenbalances\",{\"_index\":367,\"name\":{\"640\":{},\"645\":{}},\"parent\":{}}],[\"ws\",{\"_index\":5,\"name\":{\"5\":{}},\"parent\":{}}],[\"wyvern\",{\"_index\":339,\"name\":{\"589\":{}},\"parent\":{}}],[\"x2y2\",{\"_index\":338,\"name\":{\"588\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration member\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\"},\"rows\":[{\"id\":0,\"kind\":4,\"name\":\"Utils\",\"url\":\"modules/Utils.html\",\"classes\":\"tsd-kind-namespace\"},{\"id\":1,\"kind\":128,\"name\":\"Alchemy\",\"url\":\"classes/Alchemy.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Alchemy.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":3,\"kind\":1024,\"name\":\"core\",\"url\":\"classes/Alchemy.html#core\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":4,\"kind\":1024,\"name\":\"nft\",\"url\":\"classes/Alchemy.html#nft\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":5,\"kind\":1024,\"name\":\"ws\",\"url\":\"classes/Alchemy.html#ws\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":6,\"kind\":1024,\"name\":\"transact\",\"url\":\"classes/Alchemy.html#transact\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":7,\"kind\":1024,\"name\":\"config\",\"url\":\"classes/Alchemy.html#config\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":8,\"kind\":1024,\"name\":\"notify\",\"url\":\"classes/Alchemy.html#notify\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":9,\"kind\":1024,\"name\":\"debug\",\"url\":\"classes/Alchemy.html#debug\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Alchemy\"},{\"id\":10,\"kind\":128,\"name\":\"Wallet\",\"url\":\"classes/Wallet.html\",\"classes\":\"tsd-kind-class\"},{\"id\":11,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Wallet.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":12,\"kind\":1024,\"name\":\"alchemyProviderPromise\",\"url\":\"classes/Wallet.html#alchemyProviderPromise\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Wallet\"},{\"id\":13,\"kind\":2048,\"name\":\"getBalance\",\"url\":\"classes/Wallet.html#getBalance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":14,\"kind\":2048,\"name\":\"getTransactionCount\",\"url\":\"classes/Wallet.html#getTransactionCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":15,\"kind\":2048,\"name\":\"estimateGas\",\"url\":\"classes/Wallet.html#estimateGas\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":16,\"kind\":2048,\"name\":\"call\",\"url\":\"classes/Wallet.html#call\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":17,\"kind\":2048,\"name\":\"populateTransaction\",\"url\":\"classes/Wallet.html#populateTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":18,\"kind\":2048,\"name\":\"sendTransaction\",\"url\":\"classes/Wallet.html#sendTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":19,\"kind\":2048,\"name\":\"getChainId\",\"url\":\"classes/Wallet.html#getChainId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":20,\"kind\":2048,\"name\":\"getGasPrice\",\"url\":\"classes/Wallet.html#getGasPrice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":21,\"kind\":2048,\"name\":\"getFeeData\",\"url\":\"classes/Wallet.html#getFeeData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":22,\"kind\":2048,\"name\":\"resolveName\",\"url\":\"classes/Wallet.html#resolveName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":23,\"kind\":2048,\"name\":\"getWallet\",\"url\":\"classes/Wallet.html#getWallet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Wallet\"},{\"id\":24,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Wallet.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Wallet\"},{\"id\":25,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Wallet.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Wallet\"},{\"id\":26,\"kind\":128,\"name\":\"Contract\",\"url\":\"classes/Contract.html\",\"classes\":\"tsd-kind-class\"},{\"id\":27,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Contract.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Contract\"},{\"id\":28,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":29,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":30,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":31,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":32,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":33,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":34,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":35,\"kind\":128,\"name\":\"ContractFactory\",\"url\":\"classes/ContractFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":36,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContractFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContractFactory\"},{\"id\":37,\"kind\":128,\"name\":\"AlchemyConfig\",\"url\":\"classes/AlchemyConfig.html\",\"classes\":\"tsd-kind-class\"},{\"id\":38,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AlchemyConfig.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":39,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"classes/AlchemyConfig.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":40,\"kind\":1024,\"name\":\"network\",\"url\":\"classes/AlchemyConfig.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":41,\"kind\":1024,\"name\":\"maxRetries\",\"url\":\"classes/AlchemyConfig.html#maxRetries\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":42,\"kind\":1024,\"name\":\"batchRequests\",\"url\":\"classes/AlchemyConfig.html#batchRequests\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":43,\"kind\":1024,\"name\":\"url\",\"url\":\"classes/AlchemyConfig.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":44,\"kind\":1024,\"name\":\"authToken\",\"url\":\"classes/AlchemyConfig.html#authToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":45,\"kind\":1024,\"name\":\"requestTimeout\",\"url\":\"classes/AlchemyConfig.html#requestTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":46,\"kind\":2048,\"name\":\"getProvider\",\"url\":\"classes/AlchemyConfig.html#getProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":47,\"kind\":2048,\"name\":\"getWebSocketProvider\",\"url\":\"classes/AlchemyConfig.html#getWebSocketProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":48,\"kind\":128,\"name\":\"AlchemyProvider\",\"url\":\"classes/AlchemyProvider.html\",\"classes\":\"tsd-kind-class\"},{\"id\":49,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"classes/AlchemyProvider.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":50,\"kind\":1024,\"name\":\"maxRetries\",\"url\":\"classes/AlchemyProvider.html#maxRetries\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":51,\"kind\":1024,\"name\":\"batchRequests\",\"url\":\"classes/AlchemyProvider.html#batchRequests\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":52,\"kind\":2048,\"name\":\"detectNetwork\",\"url\":\"classes/AlchemyProvider.html#detectNetwork\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyProvider\"},{\"id\":53,\"kind\":2048,\"name\":\"_startPending\",\"url\":\"classes/AlchemyProvider.html#_startPending\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyProvider\"},{\"id\":54,\"kind\":2048,\"name\":\"isCommunityResource\",\"url\":\"classes/AlchemyProvider.html#isCommunityResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":55,\"kind\":2048,\"name\":\"send\",\"url\":\"classes/AlchemyProvider.html#send\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyProvider\"},{\"id\":56,\"kind\":2048,\"name\":\"modifyFormatter\",\"url\":\"classes/AlchemyProvider.html#modifyFormatter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyProvider\"},{\"id\":57,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyProvider.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":58,\"kind\":128,\"name\":\"AlchemyWebSocketProvider\",\"url\":\"classes/AlchemyWebSocketProvider.html\",\"classes\":\"tsd-kind-class\"},{\"id\":59,\"kind\":1024,\"name\":\"_events\",\"url\":\"classes/AlchemyWebSocketProvider.html#_events\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":60,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"classes/AlchemyWebSocketProvider.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":61,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/AlchemyWebSocketProvider.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":62,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/AlchemyWebSocketProvider.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":63,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/AlchemyWebSocketProvider.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":64,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":65,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/AlchemyWebSocketProvider.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":66,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":67,\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/AlchemyWebSocketProvider.html#destroy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":68,\"kind\":2048,\"name\":\"isCommunityResource\",\"url\":\"classes/AlchemyWebSocketProvider.html#isCommunityResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":69,\"kind\":2048,\"name\":\"emitEvent\",\"url\":\"classes/AlchemyWebSocketProvider.html#emitEvent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":70,\"kind\":2048,\"name\":\"_off\",\"url\":\"classes/AlchemyWebSocketProvider.html#_off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":71,\"kind\":2048,\"name\":\"_removeAllListeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#_removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":72,\"kind\":2048,\"name\":\"_listenerCount\",\"url\":\"classes/AlchemyWebSocketProvider.html#_listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":73,\"kind\":2048,\"name\":\"_listeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#_listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":74,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":75,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":76,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":77,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":78,\"kind\":128,\"name\":\"NftNamespace\",\"url\":\"classes/NftNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":79,\"kind\":2048,\"name\":\"getNftMetadata\",\"url\":\"classes/NftNamespace.html#getNftMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":80,\"kind\":2048,\"name\":\"getNftMetadataBatch\",\"url\":\"classes/NftNamespace.html#getNftMetadataBatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":81,\"kind\":2048,\"name\":\"getContractMetadata\",\"url\":\"classes/NftNamespace.html#getContractMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":82,\"kind\":2048,\"name\":\"getContractMetadataBatch\",\"url\":\"classes/NftNamespace.html#getContractMetadataBatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":83,\"kind\":2048,\"name\":\"getNftsForOwnerIterator\",\"url\":\"classes/NftNamespace.html#getNftsForOwnerIterator\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":84,\"kind\":2048,\"name\":\"getNftsForOwner\",\"url\":\"classes/NftNamespace.html#getNftsForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":85,\"kind\":2048,\"name\":\"getNftsForContract\",\"url\":\"classes/NftNamespace.html#getNftsForContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":86,\"kind\":2048,\"name\":\"getNftsForContractIterator\",\"url\":\"classes/NftNamespace.html#getNftsForContractIterator\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":87,\"kind\":2048,\"name\":\"getOwnersForContract\",\"url\":\"classes/NftNamespace.html#getOwnersForContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":88,\"kind\":2048,\"name\":\"getOwnersForNft\",\"url\":\"classes/NftNamespace.html#getOwnersForNft\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":89,\"kind\":2048,\"name\":\"getContractsForOwner\",\"url\":\"classes/NftNamespace.html#getContractsForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":90,\"kind\":2048,\"name\":\"getTransfersForOwner\",\"url\":\"classes/NftNamespace.html#getTransfersForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":91,\"kind\":2048,\"name\":\"getTransfersForContract\",\"url\":\"classes/NftNamespace.html#getTransfersForContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":92,\"kind\":2048,\"name\":\"getMintedNfts\",\"url\":\"classes/NftNamespace.html#getMintedNfts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":93,\"kind\":2048,\"name\":\"checkNftOwnership\",\"url\":\"classes/NftNamespace.html#checkNftOwnership\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":94,\"kind\":2048,\"name\":\"verifyNftOwnership\",\"url\":\"classes/NftNamespace.html#verifyNftOwnership\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":95,\"kind\":2048,\"name\":\"isSpamContract\",\"url\":\"classes/NftNamespace.html#isSpamContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":96,\"kind\":2048,\"name\":\"getSpamContracts\",\"url\":\"classes/NftNamespace.html#getSpamContracts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":97,\"kind\":2048,\"name\":\"getFloorPrice\",\"url\":\"classes/NftNamespace.html#getFloorPrice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":98,\"kind\":2048,\"name\":\"getNftSales\",\"url\":\"classes/NftNamespace.html#getNftSales\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":99,\"kind\":2048,\"name\":\"computeRarity\",\"url\":\"classes/NftNamespace.html#computeRarity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":100,\"kind\":2048,\"name\":\"searchContractMetadata\",\"url\":\"classes/NftNamespace.html#searchContractMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":101,\"kind\":2048,\"name\":\"summarizeNftAttributes\",\"url\":\"classes/NftNamespace.html#summarizeNftAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":102,\"kind\":2048,\"name\":\"refreshNftMetadata\",\"url\":\"classes/NftNamespace.html#refreshNftMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":103,\"kind\":2048,\"name\":\"refreshContract\",\"url\":\"classes/NftNamespace.html#refreshContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":104,\"kind\":128,\"name\":\"WebSocketNamespace\",\"url\":\"classes/WebSocketNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":105,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/WebSocketNamespace.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":106,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/WebSocketNamespace.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":107,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/WebSocketNamespace.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":108,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/WebSocketNamespace.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":109,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/WebSocketNamespace.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":110,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/WebSocketNamespace.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":111,\"kind\":128,\"name\":\"CoreNamespace\",\"url\":\"classes/CoreNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":112,\"kind\":2048,\"name\":\"getBalance\",\"url\":\"classes/CoreNamespace.html#getBalance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":113,\"kind\":2048,\"name\":\"isContractAddress\",\"url\":\"classes/CoreNamespace.html#isContractAddress\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":114,\"kind\":2048,\"name\":\"getCode\",\"url\":\"classes/CoreNamespace.html#getCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":115,\"kind\":2048,\"name\":\"getStorageAt\",\"url\":\"classes/CoreNamespace.html#getStorageAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":116,\"kind\":2048,\"name\":\"getTransactionCount\",\"url\":\"classes/CoreNamespace.html#getTransactionCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":117,\"kind\":2048,\"name\":\"getBlock\",\"url\":\"classes/CoreNamespace.html#getBlock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":118,\"kind\":2048,\"name\":\"getBlockWithTransactions\",\"url\":\"classes/CoreNamespace.html#getBlockWithTransactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":119,\"kind\":2048,\"name\":\"getNetwork\",\"url\":\"classes/CoreNamespace.html#getNetwork\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":120,\"kind\":2048,\"name\":\"getBlockNumber\",\"url\":\"classes/CoreNamespace.html#getBlockNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":121,\"kind\":2048,\"name\":\"getGasPrice\",\"url\":\"classes/CoreNamespace.html#getGasPrice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":122,\"kind\":2048,\"name\":\"getFeeData\",\"url\":\"classes/CoreNamespace.html#getFeeData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":123,\"kind\":2048,\"name\":\"ready\",\"url\":\"classes/CoreNamespace.html#ready\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":124,\"kind\":2048,\"name\":\"call\",\"url\":\"classes/CoreNamespace.html#call\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":125,\"kind\":2048,\"name\":\"estimateGas\",\"url\":\"classes/CoreNamespace.html#estimateGas\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":126,\"kind\":2048,\"name\":\"getTransaction\",\"url\":\"classes/CoreNamespace.html#getTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":127,\"kind\":2048,\"name\":\"getTransactionReceipt\",\"url\":\"classes/CoreNamespace.html#getTransactionReceipt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":128,\"kind\":2048,\"name\":\"sendTransaction\",\"url\":\"classes/CoreNamespace.html#sendTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":129,\"kind\":2048,\"name\":\"waitForTransaction\",\"url\":\"classes/CoreNamespace.html#waitForTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":130,\"kind\":2048,\"name\":\"getLogs\",\"url\":\"classes/CoreNamespace.html#getLogs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":131,\"kind\":2048,\"name\":\"send\",\"url\":\"classes/CoreNamespace.html#send\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":132,\"kind\":2048,\"name\":\"findContractDeployer\",\"url\":\"classes/CoreNamespace.html#findContractDeployer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":133,\"kind\":2048,\"name\":\"getTokenBalances\",\"url\":\"classes/CoreNamespace.html#getTokenBalances\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":134,\"kind\":2048,\"name\":\"getTokensForOwner\",\"url\":\"classes/CoreNamespace.html#getTokensForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":135,\"kind\":2048,\"name\":\"getTokenMetadata\",\"url\":\"classes/CoreNamespace.html#getTokenMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":136,\"kind\":2048,\"name\":\"getAssetTransfers\",\"url\":\"classes/CoreNamespace.html#getAssetTransfers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":137,\"kind\":2048,\"name\":\"getTransactionReceipts\",\"url\":\"classes/CoreNamespace.html#getTransactionReceipts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":138,\"kind\":2048,\"name\":\"resolveName\",\"url\":\"classes/CoreNamespace.html#resolveName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":139,\"kind\":2048,\"name\":\"lookupAddress\",\"url\":\"classes/CoreNamespace.html#lookupAddress\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":140,\"kind\":128,\"name\":\"TransactNamespace\",\"url\":\"classes/TransactNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":141,\"kind\":2048,\"name\":\"sendPrivateTransaction\",\"url\":\"classes/TransactNamespace.html#sendPrivateTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":142,\"kind\":2048,\"name\":\"cancelPrivateTransaction\",\"url\":\"classes/TransactNamespace.html#cancelPrivateTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":143,\"kind\":2048,\"name\":\"simulateAssetChangesBundle\",\"url\":\"classes/TransactNamespace.html#simulateAssetChangesBundle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":144,\"kind\":2048,\"name\":\"simulateAssetChanges\",\"url\":\"classes/TransactNamespace.html#simulateAssetChanges\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":145,\"kind\":2048,\"name\":\"simulateExecutionBundle\",\"url\":\"classes/TransactNamespace.html#simulateExecutionBundle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":146,\"kind\":2048,\"name\":\"simulateExecution\",\"url\":\"classes/TransactNamespace.html#simulateExecution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":147,\"kind\":2048,\"name\":\"getTransaction\",\"url\":\"classes/TransactNamespace.html#getTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":148,\"kind\":2048,\"name\":\"sendTransaction\",\"url\":\"classes/TransactNamespace.html#sendTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":149,\"kind\":2048,\"name\":\"estimateGas\",\"url\":\"classes/TransactNamespace.html#estimateGas\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":150,\"kind\":2048,\"name\":\"getMaxPriorityFeePerGas\",\"url\":\"classes/TransactNamespace.html#getMaxPriorityFeePerGas\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":151,\"kind\":2048,\"name\":\"waitForTransaction\",\"url\":\"classes/TransactNamespace.html#waitForTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":152,\"kind\":128,\"name\":\"NotifyNamespace\",\"url\":\"classes/NotifyNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":153,\"kind\":2048,\"name\":\"getAllWebhooks\",\"url\":\"classes/NotifyNamespace.html#getAllWebhooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":154,\"kind\":2048,\"name\":\"getAddresses\",\"url\":\"classes/NotifyNamespace.html#getAddresses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":155,\"kind\":2048,\"name\":\"getGraphqlQuery\",\"url\":\"classes/NotifyNamespace.html#getGraphqlQuery\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":156,\"kind\":2048,\"name\":\"getNftFilters\",\"url\":\"classes/NotifyNamespace.html#getNftFilters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":157,\"kind\":2048,\"name\":\"updateWebhook\",\"url\":\"classes/NotifyNamespace.html#updateWebhook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":158,\"kind\":2048,\"name\":\"createWebhook\",\"url\":\"classes/NotifyNamespace.html#createWebhook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":159,\"kind\":2048,\"name\":\"deleteWebhook\",\"url\":\"classes/NotifyNamespace.html#deleteWebhook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":160,\"kind\":2048,\"name\":\"verifyConfig\",\"url\":\"classes/NotifyNamespace.html#verifyConfig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"NotifyNamespace\"},{\"id\":161,\"kind\":2048,\"name\":\"sendWebhookRequest\",\"url\":\"classes/NotifyNamespace.html#sendWebhookRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-private\",\"parent\":\"NotifyNamespace\"},{\"id\":162,\"kind\":128,\"name\":\"DebugNamespace\",\"url\":\"classes/DebugNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":163,\"kind\":2048,\"name\":\"traceCall\",\"url\":\"classes/DebugNamespace.html#traceCall\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugNamespace\"},{\"id\":164,\"kind\":2048,\"name\":\"traceTransaction\",\"url\":\"classes/DebugNamespace.html#traceTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugNamespace\"},{\"id\":165,\"kind\":2048,\"name\":\"traceBlock\",\"url\":\"classes/DebugNamespace.html#traceBlock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugNamespace\"},{\"id\":166,\"kind\":256,\"name\":\"BaseNftContract\",\"url\":\"interfaces/BaseNftContract.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":167,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/BaseNftContract.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNftContract\"},{\"id\":168,\"kind\":256,\"name\":\"NftContract\",\"url\":\"interfaces/NftContract.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":169,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/NftContract.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":170,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/NftContract.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":171,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/NftContract.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":172,\"kind\":1024,\"name\":\"totalSupply\",\"url\":\"interfaces/NftContract.html#totalSupply\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":173,\"kind\":1024,\"name\":\"openSea\",\"url\":\"interfaces/NftContract.html#openSea\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":174,\"kind\":1024,\"name\":\"contractDeployer\",\"url\":\"interfaces/NftContract.html#contractDeployer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":175,\"kind\":1024,\"name\":\"deployedBlockNumber\",\"url\":\"interfaces/NftContract.html#deployedBlockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":176,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/NftContract.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftContract\"},{\"id\":177,\"kind\":256,\"name\":\"Nft\",\"url\":\"interfaces/Nft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":178,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/Nft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"Nft\"},{\"id\":179,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/Nft.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":180,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/Nft.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":181,\"kind\":1024,\"name\":\"timeLastUpdated\",\"url\":\"interfaces/Nft.html#timeLastUpdated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":182,\"kind\":1024,\"name\":\"metadataError\",\"url\":\"interfaces/Nft.html#metadataError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":183,\"kind\":1024,\"name\":\"rawMetadata\",\"url\":\"interfaces/Nft.html#rawMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":184,\"kind\":1024,\"name\":\"tokenUri\",\"url\":\"interfaces/Nft.html#tokenUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":185,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/Nft.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":186,\"kind\":1024,\"name\":\"spamInfo\",\"url\":\"interfaces/Nft.html#spamInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":187,\"kind\":1024,\"name\":\"acquiredAt\",\"url\":\"interfaces/Nft.html#acquiredAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":188,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/Nft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Nft\"},{\"id\":189,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/Nft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Nft\"},{\"id\":190,\"kind\":256,\"name\":\"BaseNft\",\"url\":\"interfaces/BaseNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":191,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/BaseNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNft\"},{\"id\":192,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/BaseNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNft\"},{\"id\":193,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/BaseNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNft\"},{\"id\":194,\"kind\":64,\"name\":\"fromHex\",\"url\":\"modules.html#fromHex\",\"classes\":\"tsd-kind-function\"},{\"id\":195,\"kind\":64,\"name\":\"toHex\",\"url\":\"modules.html#toHex\",\"classes\":\"tsd-kind-function\"},{\"id\":196,\"kind\":64,\"name\":\"isHex\",\"url\":\"modules.html#isHex\",\"classes\":\"tsd-kind-function\"},{\"id\":197,\"kind\":64,\"name\":\"setLogLevel\",\"url\":\"modules.html#setLogLevel\",\"classes\":\"tsd-kind-function\"},{\"id\":198,\"kind\":4194304,\"name\":\"LogLevel\",\"url\":\"modules.html#LogLevel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":199,\"kind\":256,\"name\":\"AlchemySettings\",\"url\":\"interfaces/AlchemySettings.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":200,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"interfaces/AlchemySettings.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":201,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/AlchemySettings.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":202,\"kind\":1024,\"name\":\"maxRetries\",\"url\":\"interfaces/AlchemySettings.html#maxRetries\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":203,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/AlchemySettings.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":204,\"kind\":1024,\"name\":\"authToken\",\"url\":\"interfaces/AlchemySettings.html#authToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":205,\"kind\":1024,\"name\":\"requestTimeout\",\"url\":\"interfaces/AlchemySettings.html#requestTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":206,\"kind\":1024,\"name\":\"batchRequests\",\"url\":\"interfaces/AlchemySettings.html#batchRequests\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":207,\"kind\":8,\"name\":\"Network\",\"url\":\"enums/Network.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":208,\"kind\":16,\"name\":\"ETH_MAINNET\",\"url\":\"enums/Network.html#ETH_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":209,\"kind\":16,\"name\":\"ETH_ROPSTEN\",\"url\":\"enums/Network.html#ETH_ROPSTEN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":210,\"kind\":16,\"name\":\"ETH_GOERLI\",\"url\":\"enums/Network.html#ETH_GOERLI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":211,\"kind\":16,\"name\":\"ETH_KOVAN\",\"url\":\"enums/Network.html#ETH_KOVAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":212,\"kind\":16,\"name\":\"ETH_RINKEBY\",\"url\":\"enums/Network.html#ETH_RINKEBY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":213,\"kind\":16,\"name\":\"ETH_SEPOLIA\",\"url\":\"enums/Network.html#ETH_SEPOLIA\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":214,\"kind\":16,\"name\":\"OPT_MAINNET\",\"url\":\"enums/Network.html#OPT_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":215,\"kind\":16,\"name\":\"OPT_KOVAN\",\"url\":\"enums/Network.html#OPT_KOVAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":216,\"kind\":16,\"name\":\"OPT_GOERLI\",\"url\":\"enums/Network.html#OPT_GOERLI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":217,\"kind\":16,\"name\":\"ARB_MAINNET\",\"url\":\"enums/Network.html#ARB_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":218,\"kind\":16,\"name\":\"ARB_RINKEBY\",\"url\":\"enums/Network.html#ARB_RINKEBY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":219,\"kind\":16,\"name\":\"ARB_GOERLI\",\"url\":\"enums/Network.html#ARB_GOERLI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":220,\"kind\":16,\"name\":\"ARB_SEPOLIA\",\"url\":\"enums/Network.html#ARB_SEPOLIA\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":221,\"kind\":16,\"name\":\"MATIC_MAINNET\",\"url\":\"enums/Network.html#MATIC_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":222,\"kind\":16,\"name\":\"MATIC_MUMBAI\",\"url\":\"enums/Network.html#MATIC_MUMBAI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":223,\"kind\":16,\"name\":\"ASTAR_MAINNET\",\"url\":\"enums/Network.html#ASTAR_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":224,\"kind\":16,\"name\":\"POLYGONZKEVM_MAINNET\",\"url\":\"enums/Network.html#POLYGONZKEVM_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":225,\"kind\":16,\"name\":\"POLYGONZKEVM_TESTNET\",\"url\":\"enums/Network.html#POLYGONZKEVM_TESTNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":226,\"kind\":16,\"name\":\"BASE_MAINNET\",\"url\":\"enums/Network.html#BASE_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":227,\"kind\":16,\"name\":\"BASE_GOERLI\",\"url\":\"enums/Network.html#BASE_GOERLI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":228,\"kind\":8,\"name\":\"TokenBalanceType\",\"url\":\"enums/TokenBalanceType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":229,\"kind\":16,\"name\":\"DEFAULT_TOKENS\",\"url\":\"enums/TokenBalanceType.html#DEFAULT_TOKENS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TokenBalanceType\"},{\"id\":230,\"kind\":16,\"name\":\"ERC20\",\"url\":\"enums/TokenBalanceType.html#ERC20\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TokenBalanceType\"},{\"id\":231,\"kind\":256,\"name\":\"TokenBalancesOptionsErc20\",\"url\":\"interfaces/TokenBalancesOptionsErc20.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":232,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/TokenBalancesOptionsErc20.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesOptionsErc20\"},{\"id\":233,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/TokenBalancesOptionsErc20.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesOptionsErc20\"},{\"id\":234,\"kind\":256,\"name\":\"TokenBalancesOptionsDefaultTokens\",\"url\":\"interfaces/TokenBalancesOptionsDefaultTokens.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":235,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/TokenBalancesOptionsDefaultTokens.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesOptionsDefaultTokens\"},{\"id\":236,\"kind\":256,\"name\":\"TokenBalancesResponseErc20\",\"url\":\"interfaces/TokenBalancesResponseErc20.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":237,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/TokenBalancesResponseErc20.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesResponseErc20\"},{\"id\":238,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/TokenBalancesResponseErc20.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TokenBalancesResponseErc20\"},{\"id\":239,\"kind\":1024,\"name\":\"tokenBalances\",\"url\":\"interfaces/TokenBalancesResponseErc20.html#tokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TokenBalancesResponseErc20\"},{\"id\":240,\"kind\":256,\"name\":\"TokenBalancesResponse\",\"url\":\"interfaces/TokenBalancesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":241,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/TokenBalancesResponse.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesResponse\"},{\"id\":242,\"kind\":1024,\"name\":\"tokenBalances\",\"url\":\"interfaces/TokenBalancesResponse.html#tokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesResponse\"},{\"id\":243,\"kind\":4194304,\"name\":\"TokenBalance\",\"url\":\"modules.html#TokenBalance\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":244,\"kind\":256,\"name\":\"TokenBalanceSuccess\",\"url\":\"interfaces/TokenBalanceSuccess.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":245,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/TokenBalanceSuccess.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceSuccess\"},{\"id\":246,\"kind\":1024,\"name\":\"tokenBalance\",\"url\":\"interfaces/TokenBalanceSuccess.html#tokenBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceSuccess\"},{\"id\":247,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/TokenBalanceSuccess.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceSuccess\"},{\"id\":248,\"kind\":256,\"name\":\"TokenBalanceFailure\",\"url\":\"interfaces/TokenBalanceFailure.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":249,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/TokenBalanceFailure.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceFailure\"},{\"id\":250,\"kind\":1024,\"name\":\"tokenBalance\",\"url\":\"interfaces/TokenBalanceFailure.html#tokenBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceFailure\"},{\"id\":251,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/TokenBalanceFailure.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceFailure\"},{\"id\":252,\"kind\":256,\"name\":\"GetTokensForOwnerOptions\",\"url\":\"interfaces/GetTokensForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":253,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetTokensForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTokensForOwnerOptions\"},{\"id\":254,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetTokensForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTokensForOwnerOptions\"},{\"id\":255,\"kind\":256,\"name\":\"GetTokensForOwnerResponse\",\"url\":\"interfaces/GetTokensForOwnerResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":256,\"kind\":1024,\"name\":\"tokens\",\"url\":\"interfaces/GetTokensForOwnerResponse.html#tokens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTokensForOwnerResponse\"},{\"id\":257,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetTokensForOwnerResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTokensForOwnerResponse\"},{\"id\":258,\"kind\":256,\"name\":\"OwnedToken\",\"url\":\"interfaces/OwnedToken.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":259,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/OwnedToken.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":260,\"kind\":1024,\"name\":\"rawBalance\",\"url\":\"interfaces/OwnedToken.html#rawBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":261,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/OwnedToken.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":262,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/OwnedToken.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":263,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/OwnedToken.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":264,\"kind\":1024,\"name\":\"decimals\",\"url\":\"interfaces/OwnedToken.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":265,\"kind\":1024,\"name\":\"logo\",\"url\":\"interfaces/OwnedToken.html#logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":266,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/OwnedToken.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":267,\"kind\":256,\"name\":\"TokenMetadataResponse\",\"url\":\"interfaces/TokenMetadataResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":268,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/TokenMetadataResponse.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":269,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/TokenMetadataResponse.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":270,\"kind\":1024,\"name\":\"decimals\",\"url\":\"interfaces/TokenMetadataResponse.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":271,\"kind\":1024,\"name\":\"logo\",\"url\":\"interfaces/TokenMetadataResponse.html#logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":272,\"kind\":256,\"name\":\"AssetTransfersParams\",\"url\":\"interfaces/AssetTransfersParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":273,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/AssetTransfersParams.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":274,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/AssetTransfersParams.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":275,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/AssetTransfersParams.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":276,\"kind\":1024,\"name\":\"fromAddress\",\"url\":\"interfaces/AssetTransfersParams.html#fromAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":277,\"kind\":1024,\"name\":\"toAddress\",\"url\":\"interfaces/AssetTransfersParams.html#toAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":278,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/AssetTransfersParams.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":279,\"kind\":1024,\"name\":\"excludeZeroValue\",\"url\":\"interfaces/AssetTransfersParams.html#excludeZeroValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":280,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersParams.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":281,\"kind\":1024,\"name\":\"maxCount\",\"url\":\"interfaces/AssetTransfersParams.html#maxCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":282,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersParams.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":283,\"kind\":1024,\"name\":\"withMetadata\",\"url\":\"interfaces/AssetTransfersParams.html#withMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":284,\"kind\":256,\"name\":\"AssetTransfersWithMetadataParams\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":285,\"kind\":1024,\"name\":\"withMetadata\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#withMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":286,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":287,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":288,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":289,\"kind\":1024,\"name\":\"fromAddress\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#fromAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":290,\"kind\":1024,\"name\":\"toAddress\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#toAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":291,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":292,\"kind\":1024,\"name\":\"excludeZeroValue\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#excludeZeroValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":293,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":294,\"kind\":1024,\"name\":\"maxCount\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#maxCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":295,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":296,\"kind\":8,\"name\":\"AssetTransfersCategory\",\"url\":\"enums/AssetTransfersCategory.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":297,\"kind\":16,\"name\":\"EXTERNAL\",\"url\":\"enums/AssetTransfersCategory.html#EXTERNAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":298,\"kind\":16,\"name\":\"INTERNAL\",\"url\":\"enums/AssetTransfersCategory.html#INTERNAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":299,\"kind\":16,\"name\":\"ERC20\",\"url\":\"enums/AssetTransfersCategory.html#ERC20\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":300,\"kind\":16,\"name\":\"ERC721\",\"url\":\"enums/AssetTransfersCategory.html#ERC721\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":301,\"kind\":16,\"name\":\"ERC1155\",\"url\":\"enums/AssetTransfersCategory.html#ERC1155\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":302,\"kind\":16,\"name\":\"SPECIALNFT\",\"url\":\"enums/AssetTransfersCategory.html#SPECIALNFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":303,\"kind\":8,\"name\":\"AssetTransfersOrder\",\"url\":\"enums/AssetTransfersOrder.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":304,\"kind\":16,\"name\":\"ASCENDING\",\"url\":\"enums/AssetTransfersOrder.html#ASCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersOrder\"},{\"id\":305,\"kind\":16,\"name\":\"DESCENDING\",\"url\":\"enums/AssetTransfersOrder.html#DESCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersOrder\"},{\"id\":306,\"kind\":8,\"name\":\"NftTokenType\",\"url\":\"enums/NftTokenType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":307,\"kind\":16,\"name\":\"ERC721\",\"url\":\"enums/NftTokenType.html#ERC721\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":308,\"kind\":16,\"name\":\"ERC1155\",\"url\":\"enums/NftTokenType.html#ERC1155\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":309,\"kind\":16,\"name\":\"NO_SUPPORTED_NFT_STANDARD\",\"url\":\"enums/NftTokenType.html#NO_SUPPORTED_NFT_STANDARD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":310,\"kind\":16,\"name\":\"NOT_A_CONTRACT\",\"url\":\"enums/NftTokenType.html#NOT_A_CONTRACT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":311,\"kind\":16,\"name\":\"UNKNOWN\",\"url\":\"enums/NftTokenType.html#UNKNOWN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":312,\"kind\":256,\"name\":\"AssetTransfersResponse\",\"url\":\"interfaces/AssetTransfersResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":313,\"kind\":1024,\"name\":\"transfers\",\"url\":\"interfaces/AssetTransfersResponse.html#transfers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResponse\"},{\"id\":314,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResponse\"},{\"id\":315,\"kind\":256,\"name\":\"AssetTransfersWithMetadataResponse\",\"url\":\"interfaces/AssetTransfersWithMetadataResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":316,\"kind\":1024,\"name\":\"transfers\",\"url\":\"interfaces/AssetTransfersWithMetadataResponse.html#transfers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersWithMetadataResponse\"},{\"id\":317,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersWithMetadataResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersWithMetadataResponse\"},{\"id\":318,\"kind\":256,\"name\":\"AssetTransfersResult\",\"url\":\"interfaces/AssetTransfersResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":319,\"kind\":1024,\"name\":\"uniqueId\",\"url\":\"interfaces/AssetTransfersResult.html#uniqueId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":320,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersResult.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":321,\"kind\":1024,\"name\":\"blockNum\",\"url\":\"interfaces/AssetTransfersResult.html#blockNum\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":322,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/AssetTransfersResult.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":323,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/AssetTransfersResult.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":324,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/AssetTransfersResult.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":325,\"kind\":1024,\"name\":\"erc721TokenId\",\"url\":\"interfaces/AssetTransfersResult.html#erc721TokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":326,\"kind\":1024,\"name\":\"erc1155Metadata\",\"url\":\"interfaces/AssetTransfersResult.html#erc1155Metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":327,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/AssetTransfersResult.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":328,\"kind\":1024,\"name\":\"asset\",\"url\":\"interfaces/AssetTransfersResult.html#asset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":329,\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/AssetTransfersResult.html#hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":330,\"kind\":1024,\"name\":\"rawContract\",\"url\":\"interfaces/AssetTransfersResult.html#rawContract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":331,\"kind\":256,\"name\":\"AssetTransfersWithMetadataResult\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":332,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":333,\"kind\":1024,\"name\":\"uniqueId\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#uniqueId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":334,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":335,\"kind\":1024,\"name\":\"blockNum\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#blockNum\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":336,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":337,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":338,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":339,\"kind\":1024,\"name\":\"erc721TokenId\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#erc721TokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":340,\"kind\":1024,\"name\":\"erc1155Metadata\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#erc1155Metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":341,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":342,\"kind\":1024,\"name\":\"asset\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#asset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":343,\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":344,\"kind\":1024,\"name\":\"rawContract\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#rawContract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":345,\"kind\":256,\"name\":\"AssetTransfersMetadata\",\"url\":\"interfaces/AssetTransfersMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":346,\"kind\":1024,\"name\":\"blockTimestamp\",\"url\":\"interfaces/AssetTransfersMetadata.html#blockTimestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersMetadata\"},{\"id\":347,\"kind\":256,\"name\":\"NftMetadata\",\"url\":\"interfaces/NftMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":348,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/NftMetadata.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":349,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/NftMetadata.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":350,\"kind\":1024,\"name\":\"image\",\"url\":\"interfaces/NftMetadata.html#image\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":351,\"kind\":1024,\"name\":\"external_url\",\"url\":\"interfaces/NftMetadata.html#external_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":352,\"kind\":1024,\"name\":\"background_color\",\"url\":\"interfaces/NftMetadata.html#background_color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":353,\"kind\":1024,\"name\":\"attributes\",\"url\":\"interfaces/NftMetadata.html#attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":354,\"kind\":256,\"name\":\"TokenUri\",\"url\":\"interfaces/TokenUri.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":355,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/TokenUri.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenUri\"},{\"id\":356,\"kind\":1024,\"name\":\"gateway\",\"url\":\"interfaces/TokenUri.html#gateway\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenUri\"},{\"id\":357,\"kind\":256,\"name\":\"Media\",\"url\":\"interfaces/Media.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":358,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/Media.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":359,\"kind\":1024,\"name\":\"gateway\",\"url\":\"interfaces/Media.html#gateway\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":360,\"kind\":1024,\"name\":\"thumbnail\",\"url\":\"interfaces/Media.html#thumbnail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":361,\"kind\":1024,\"name\":\"format\",\"url\":\"interfaces/Media.html#format\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":362,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/Media.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":363,\"kind\":1024,\"name\":\"bytes\",\"url\":\"interfaces/Media.html#bytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":364,\"kind\":8,\"name\":\"NftSpamClassification\",\"url\":\"enums/NftSpamClassification.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":365,\"kind\":16,\"name\":\"Erc721TooManyOwners\",\"url\":\"enums/NftSpamClassification.html#Erc721TooManyOwners\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":366,\"kind\":16,\"name\":\"Erc721TooManyTokens\",\"url\":\"enums/NftSpamClassification.html#Erc721TooManyTokens\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":367,\"kind\":16,\"name\":\"Erc721DishonestTotalSupply\",\"url\":\"enums/NftSpamClassification.html#Erc721DishonestTotalSupply\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":368,\"kind\":16,\"name\":\"MostlyHoneyPotOwners\",\"url\":\"enums/NftSpamClassification.html#MostlyHoneyPotOwners\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":369,\"kind\":16,\"name\":\"OwnedByMostHoneyPots\",\"url\":\"enums/NftSpamClassification.html#OwnedByMostHoneyPots\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":370,\"kind\":256,\"name\":\"SpamInfo\",\"url\":\"interfaces/SpamInfo.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":371,\"kind\":1024,\"name\":\"isSpam\",\"url\":\"interfaces/SpamInfo.html#isSpam\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SpamInfo\"},{\"id\":372,\"kind\":1024,\"name\":\"classifications\",\"url\":\"interfaces/SpamInfo.html#classifications\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SpamInfo\"},{\"id\":373,\"kind\":256,\"name\":\"AcquiredAt\",\"url\":\"interfaces/AcquiredAt.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":374,\"kind\":1024,\"name\":\"blockTimestamp\",\"url\":\"interfaces/AcquiredAt.html#blockTimestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AcquiredAt\"},{\"id\":375,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/AcquiredAt.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AcquiredAt\"},{\"id\":376,\"kind\":256,\"name\":\"GetNftsForOwnerOptions\",\"url\":\"interfaces/GetNftsForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":377,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":378,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":379,\"kind\":1024,\"name\":\"excludeFilters\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#excludeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":380,\"kind\":1024,\"name\":\"includeFilters\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#includeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":381,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":382,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":383,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":384,\"kind\":1024,\"name\":\"orderBy\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#orderBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":385,\"kind\":256,\"name\":\"GetBaseNftsForOwnerOptions\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":386,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":387,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":388,\"kind\":1024,\"name\":\"excludeFilters\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#excludeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":389,\"kind\":1024,\"name\":\"includeFilters\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#includeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":390,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":391,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":392,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":393,\"kind\":1024,\"name\":\"orderBy\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#orderBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":394,\"kind\":8,\"name\":\"NftExcludeFilters\",\"url\":\"enums/NftExcludeFilters.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":395,\"kind\":16,\"name\":\"SPAM\",\"url\":\"enums/NftExcludeFilters.html#SPAM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftExcludeFilters\"},{\"id\":396,\"kind\":16,\"name\":\"AIRDROPS\",\"url\":\"enums/NftExcludeFilters.html#AIRDROPS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftExcludeFilters\"},{\"id\":397,\"kind\":8,\"name\":\"NftFilters\",\"url\":\"enums/NftFilters.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":398,\"kind\":16,\"name\":\"SPAM\",\"url\":\"enums/NftFilters.html#SPAM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftFilters\"},{\"id\":399,\"kind\":16,\"name\":\"AIRDROPS\",\"url\":\"enums/NftFilters.html#AIRDROPS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftFilters\"},{\"id\":400,\"kind\":8,\"name\":\"NftOrdering\",\"url\":\"enums/NftOrdering.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":401,\"kind\":16,\"name\":\"TRANSFERTIME\",\"url\":\"enums/NftOrdering.html#TRANSFERTIME\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftOrdering\"},{\"id\":402,\"kind\":256,\"name\":\"OwnedNftsResponse\",\"url\":\"interfaces/OwnedNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":403,\"kind\":1024,\"name\":\"ownedNfts\",\"url\":\"interfaces/OwnedNftsResponse.html#ownedNfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":404,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/OwnedNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":405,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/OwnedNftsResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":406,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/OwnedNftsResponse.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":407,\"kind\":256,\"name\":\"OwnedBaseNftsResponse\",\"url\":\"interfaces/OwnedBaseNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":408,\"kind\":1024,\"name\":\"ownedNfts\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#ownedNfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":409,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":410,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":411,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":412,\"kind\":256,\"name\":\"OwnedNft\",\"url\":\"interfaces/OwnedNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":413,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/OwnedNft.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNft\"},{\"id\":414,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/OwnedNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":415,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/OwnedNft.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":416,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/OwnedNft.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":417,\"kind\":1024,\"name\":\"timeLastUpdated\",\"url\":\"interfaces/OwnedNft.html#timeLastUpdated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":418,\"kind\":1024,\"name\":\"metadataError\",\"url\":\"interfaces/OwnedNft.html#metadataError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":419,\"kind\":1024,\"name\":\"rawMetadata\",\"url\":\"interfaces/OwnedNft.html#rawMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":420,\"kind\":1024,\"name\":\"tokenUri\",\"url\":\"interfaces/OwnedNft.html#tokenUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":421,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/OwnedNft.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":422,\"kind\":1024,\"name\":\"spamInfo\",\"url\":\"interfaces/OwnedNft.html#spamInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":423,\"kind\":1024,\"name\":\"acquiredAt\",\"url\":\"interfaces/OwnedNft.html#acquiredAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":424,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/OwnedNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":425,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/OwnedNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":426,\"kind\":256,\"name\":\"OwnedBaseNft\",\"url\":\"interfaces/OwnedBaseNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":427,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/OwnedBaseNft.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNft\"},{\"id\":428,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/OwnedBaseNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedBaseNft\"},{\"id\":429,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/OwnedBaseNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedBaseNft\"},{\"id\":430,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/OwnedBaseNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedBaseNft\"},{\"id\":431,\"kind\":256,\"name\":\"GetOwnersForNftResponse\",\"url\":\"interfaces/GetOwnersForNftResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":432,\"kind\":1024,\"name\":\"owners\",\"url\":\"interfaces/GetOwnersForNftResponse.html#owners\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForNftResponse\"},{\"id\":433,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForNftResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForNftResponse\"},{\"id\":434,\"kind\":256,\"name\":\"GetOwnersForContractResponse\",\"url\":\"interfaces/GetOwnersForContractResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":435,\"kind\":1024,\"name\":\"owners\",\"url\":\"interfaces/GetOwnersForContractResponse.html#owners\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractResponse\"},{\"id\":436,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/GetOwnersForContractResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractResponse\"},{\"id\":437,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForContractResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractResponse\"},{\"id\":438,\"kind\":256,\"name\":\"GetOwnersForContractWithTokenBalancesResponse\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":439,\"kind\":1024,\"name\":\"owners\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesResponse.html#owners\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesResponse\"},{\"id\":440,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesResponse\"},{\"id\":441,\"kind\":256,\"name\":\"NftContractOwner\",\"url\":\"interfaces/NftContractOwner.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":442,\"kind\":1024,\"name\":\"ownerAddress\",\"url\":\"interfaces/NftContractOwner.html#ownerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractOwner\"},{\"id\":443,\"kind\":1024,\"name\":\"tokenBalances\",\"url\":\"interfaces/NftContractOwner.html#tokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractOwner\"},{\"id\":444,\"kind\":256,\"name\":\"NftContractTokenBalance\",\"url\":\"interfaces/NftContractTokenBalance.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":445,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftContractTokenBalance.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractTokenBalance\"},{\"id\":446,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/NftContractTokenBalance.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractTokenBalance\"},{\"id\":447,\"kind\":256,\"name\":\"GetNftMetadataOptions\",\"url\":\"interfaces/GetNftMetadataOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":448,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/GetNftMetadataOptions.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftMetadataOptions\"},{\"id\":449,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetNftMetadataOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftMetadataOptions\"},{\"id\":450,\"kind\":1024,\"name\":\"refreshCache\",\"url\":\"interfaces/GetNftMetadataOptions.html#refreshCache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftMetadataOptions\"},{\"id\":451,\"kind\":256,\"name\":\"NftMetadataBatchToken\",\"url\":\"interfaces/NftMetadataBatchToken.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":452,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftMetadataBatchToken.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchToken\"},{\"id\":453,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftMetadataBatchToken.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchToken\"},{\"id\":454,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/NftMetadataBatchToken.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchToken\"},{\"id\":455,\"kind\":256,\"name\":\"NftMetadataBatchOptions\",\"url\":\"interfaces/NftMetadataBatchOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":456,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/NftMetadataBatchOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchOptions\"},{\"id\":457,\"kind\":1024,\"name\":\"refreshCache\",\"url\":\"interfaces/NftMetadataBatchOptions.html#refreshCache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchOptions\"},{\"id\":458,\"kind\":256,\"name\":\"FloorPriceMarketplace\",\"url\":\"interfaces/FloorPriceMarketplace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":459,\"kind\":1024,\"name\":\"floorPrice\",\"url\":\"interfaces/FloorPriceMarketplace.html#floorPrice\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":460,\"kind\":1024,\"name\":\"priceCurrency\",\"url\":\"interfaces/FloorPriceMarketplace.html#priceCurrency\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":461,\"kind\":1024,\"name\":\"collectionUrl\",\"url\":\"interfaces/FloorPriceMarketplace.html#collectionUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":462,\"kind\":1024,\"name\":\"retrievedAt\",\"url\":\"interfaces/FloorPriceMarketplace.html#retrievedAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":463,\"kind\":256,\"name\":\"FloorPriceError\",\"url\":\"interfaces/FloorPriceError.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":464,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/FloorPriceError.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceError\"},{\"id\":465,\"kind\":256,\"name\":\"GetFloorPriceResponse\",\"url\":\"interfaces/GetFloorPriceResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":466,\"kind\":1024,\"name\":\"openSea\",\"url\":\"interfaces/GetFloorPriceResponse.html#openSea\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetFloorPriceResponse\"},{\"id\":467,\"kind\":1024,\"name\":\"looksRare\",\"url\":\"interfaces/GetFloorPriceResponse.html#looksRare\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetFloorPriceResponse\"},{\"id\":468,\"kind\":256,\"name\":\"GetContractsForOwnerOptions\",\"url\":\"interfaces/GetContractsForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":469,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":470,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":471,\"kind\":1024,\"name\":\"includeFilters\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#includeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":472,\"kind\":1024,\"name\":\"excludeFilters\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#excludeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":473,\"kind\":1024,\"name\":\"orderBy\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#orderBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":474,\"kind\":256,\"name\":\"GetContractsForOwnerResponse\",\"url\":\"interfaces/GetContractsForOwnerResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":475,\"kind\":1024,\"name\":\"contracts\",\"url\":\"interfaces/GetContractsForOwnerResponse.html#contracts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerResponse\"},{\"id\":476,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetContractsForOwnerResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerResponse\"},{\"id\":477,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/GetContractsForOwnerResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerResponse\"},{\"id\":478,\"kind\":256,\"name\":\"ContractForOwner\",\"url\":\"interfaces/ContractForOwner.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":479,\"kind\":1024,\"name\":\"totalBalance\",\"url\":\"interfaces/ContractForOwner.html#totalBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":480,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/ContractForOwner.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":481,\"kind\":1024,\"name\":\"numDistinctTokensOwned\",\"url\":\"interfaces/ContractForOwner.html#numDistinctTokensOwned\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":482,\"kind\":1024,\"name\":\"isSpam\",\"url\":\"interfaces/ContractForOwner.html#isSpam\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":483,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/ContractForOwner.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":484,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/ContractForOwner.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":485,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/ContractForOwner.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":486,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ContractForOwner.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":487,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/ContractForOwner.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":488,\"kind\":1024,\"name\":\"totalSupply\",\"url\":\"interfaces/ContractForOwner.html#totalSupply\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":489,\"kind\":1024,\"name\":\"openSea\",\"url\":\"interfaces/ContractForOwner.html#openSea\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":490,\"kind\":1024,\"name\":\"contractDeployer\",\"url\":\"interfaces/ContractForOwner.html#contractDeployer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":491,\"kind\":1024,\"name\":\"deployedBlockNumber\",\"url\":\"interfaces/ContractForOwner.html#deployedBlockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":492,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/ContractForOwner.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":493,\"kind\":8,\"name\":\"GetTransfersForOwnerTransferType\",\"url\":\"enums/GetTransfersForOwnerTransferType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":494,\"kind\":16,\"name\":\"TO\",\"url\":\"enums/GetTransfersForOwnerTransferType.html#TO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"GetTransfersForOwnerTransferType\"},{\"id\":495,\"kind\":16,\"name\":\"FROM\",\"url\":\"enums/GetTransfersForOwnerTransferType.html#FROM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"GetTransfersForOwnerTransferType\"},{\"id\":496,\"kind\":256,\"name\":\"GetTransfersForOwnerOptions\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":497,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForOwnerOptions\"},{\"id\":498,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForOwnerOptions\"},{\"id\":499,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForOwnerOptions\"},{\"id\":500,\"kind\":256,\"name\":\"GetTransfersForContractOptions\",\"url\":\"interfaces/GetTransfersForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":501,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/GetTransfersForContractOptions.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":502,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/GetTransfersForContractOptions.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":503,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/GetTransfersForContractOptions.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":504,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetTransfersForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":505,\"kind\":256,\"name\":\"TransfersNftResponse\",\"url\":\"interfaces/TransfersNftResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":506,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/TransfersNftResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransfersNftResponse\"},{\"id\":507,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/TransfersNftResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransfersNftResponse\"},{\"id\":508,\"kind\":256,\"name\":\"TransferredNft\",\"url\":\"interfaces/TransferredNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":509,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/TransferredNft.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":510,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/TransferredNft.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":511,\"kind\":1024,\"name\":\"transactionHash\",\"url\":\"interfaces/TransferredNft.html#transactionHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":512,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/TransferredNft.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":513,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/TransferredNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":514,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/TransferredNft.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":515,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/TransferredNft.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":516,\"kind\":1024,\"name\":\"timeLastUpdated\",\"url\":\"interfaces/TransferredNft.html#timeLastUpdated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":517,\"kind\":1024,\"name\":\"metadataError\",\"url\":\"interfaces/TransferredNft.html#metadataError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":518,\"kind\":1024,\"name\":\"rawMetadata\",\"url\":\"interfaces/TransferredNft.html#rawMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":519,\"kind\":1024,\"name\":\"tokenUri\",\"url\":\"interfaces/TransferredNft.html#tokenUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":520,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/TransferredNft.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":521,\"kind\":1024,\"name\":\"spamInfo\",\"url\":\"interfaces/TransferredNft.html#spamInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":522,\"kind\":1024,\"name\":\"acquiredAt\",\"url\":\"interfaces/TransferredNft.html#acquiredAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":523,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/TransferredNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":524,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/TransferredNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":525,\"kind\":256,\"name\":\"GetMintedNftsOptions\",\"url\":\"interfaces/GetMintedNftsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":526,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetMintedNftsOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsOptions\"},{\"id\":527,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/GetMintedNftsOptions.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsOptions\"},{\"id\":528,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetMintedNftsOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsOptions\"},{\"id\":529,\"kind\":256,\"name\":\"GetMintedNftsResponse\",\"url\":\"interfaces/GetMintedNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":530,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/GetMintedNftsResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsResponse\"},{\"id\":531,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetMintedNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsResponse\"},{\"id\":532,\"kind\":256,\"name\":\"GetNftSalesOptions\",\"url\":\"interfaces/GetNftSalesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":533,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/GetNftSalesOptions.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":534,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/GetNftSalesOptions.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":535,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/GetNftSalesOptions.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":536,\"kind\":1024,\"name\":\"marketplace\",\"url\":\"interfaces/GetNftSalesOptions.html#marketplace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":537,\"kind\":1024,\"name\":\"buyerAddress\",\"url\":\"interfaces/GetNftSalesOptions.html#buyerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":538,\"kind\":1024,\"name\":\"sellerAddress\",\"url\":\"interfaces/GetNftSalesOptions.html#sellerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":539,\"kind\":1024,\"name\":\"taker\",\"url\":\"interfaces/GetNftSalesOptions.html#taker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":540,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/GetNftSalesOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":541,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftSalesOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":542,\"kind\":256,\"name\":\"GetNftSalesOptionsByContractAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":543,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":544,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":545,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":546,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":547,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":548,\"kind\":1024,\"name\":\"marketplace\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#marketplace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":549,\"kind\":1024,\"name\":\"buyerAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#buyerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":550,\"kind\":1024,\"name\":\"sellerAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#sellerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":551,\"kind\":1024,\"name\":\"taker\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#taker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":552,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":553,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":554,\"kind\":256,\"name\":\"GetNftSalesResponse\",\"url\":\"interfaces/GetNftSalesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":555,\"kind\":1024,\"name\":\"nftSales\",\"url\":\"interfaces/GetNftSalesResponse.html#nftSales\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesResponse\"},{\"id\":556,\"kind\":1024,\"name\":\"validAt\",\"url\":\"interfaces/GetNftSalesResponse.html#validAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesResponse\"},{\"id\":557,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftSalesResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesResponse\"},{\"id\":558,\"kind\":256,\"name\":\"NftSale\",\"url\":\"interfaces/NftSale.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":559,\"kind\":1024,\"name\":\"marketplace\",\"url\":\"interfaces/NftSale.html#marketplace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":560,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftSale.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":561,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftSale.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":562,\"kind\":1024,\"name\":\"quantity\",\"url\":\"interfaces/NftSale.html#quantity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":563,\"kind\":1024,\"name\":\"buyerAddress\",\"url\":\"interfaces/NftSale.html#buyerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":564,\"kind\":1024,\"name\":\"sellerAddress\",\"url\":\"interfaces/NftSale.html#sellerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":565,\"kind\":1024,\"name\":\"taker\",\"url\":\"interfaces/NftSale.html#taker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":566,\"kind\":1024,\"name\":\"sellerFee\",\"url\":\"interfaces/NftSale.html#sellerFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":567,\"kind\":1024,\"name\":\"marketplaceFee\",\"url\":\"interfaces/NftSale.html#marketplaceFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":568,\"kind\":1024,\"name\":\"protocolFee\",\"url\":\"interfaces/NftSale.html#protocolFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":569,\"kind\":1024,\"name\":\"royaltyFee\",\"url\":\"interfaces/NftSale.html#royaltyFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":570,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/NftSale.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":571,\"kind\":1024,\"name\":\"logIndex\",\"url\":\"interfaces/NftSale.html#logIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":572,\"kind\":1024,\"name\":\"bundleIndex\",\"url\":\"interfaces/NftSale.html#bundleIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":573,\"kind\":1024,\"name\":\"transactionHash\",\"url\":\"interfaces/NftSale.html#transactionHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":574,\"kind\":256,\"name\":\"NftSaleValidAt\",\"url\":\"interfaces/NftSaleValidAt.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":575,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/NftSaleValidAt.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleValidAt\"},{\"id\":576,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/NftSaleValidAt.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleValidAt\"},{\"id\":577,\"kind\":1024,\"name\":\"blockTimestamp\",\"url\":\"interfaces/NftSaleValidAt.html#blockTimestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleValidAt\"},{\"id\":578,\"kind\":256,\"name\":\"NftSaleFeeData\",\"url\":\"interfaces/NftSaleFeeData.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":579,\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/NftSaleFeeData.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleFeeData\"},{\"id\":580,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/NftSaleFeeData.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleFeeData\"},{\"id\":581,\"kind\":1024,\"name\":\"decimal\",\"url\":\"interfaces/NftSaleFeeData.html#decimal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleFeeData\"},{\"id\":582,\"kind\":1024,\"name\":\"decimals\",\"url\":\"interfaces/NftSaleFeeData.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleFeeData\"},{\"id\":583,\"kind\":8,\"name\":\"SortingOrder\",\"url\":\"enums/SortingOrder.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":584,\"kind\":16,\"name\":\"ASCENDING\",\"url\":\"enums/SortingOrder.html#ASCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SortingOrder\"},{\"id\":585,\"kind\":16,\"name\":\"DESCENDING\",\"url\":\"enums/SortingOrder.html#DESCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SortingOrder\"},{\"id\":586,\"kind\":8,\"name\":\"NftSaleMarketplace\",\"url\":\"enums/NftSaleMarketplace.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":587,\"kind\":16,\"name\":\"SEAPORT\",\"url\":\"enums/NftSaleMarketplace.html#SEAPORT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":588,\"kind\":16,\"name\":\"LOOKSRARE\",\"url\":\"enums/NftSaleMarketplace.html#LOOKSRARE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":589,\"kind\":16,\"name\":\"X2Y2\",\"url\":\"enums/NftSaleMarketplace.html#X2Y2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":590,\"kind\":16,\"name\":\"WYVERN\",\"url\":\"enums/NftSaleMarketplace.html#WYVERN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":591,\"kind\":16,\"name\":\"CRYPTOPUNKS\",\"url\":\"enums/NftSaleMarketplace.html#CRYPTOPUNKS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":592,\"kind\":16,\"name\":\"BLUR\",\"url\":\"enums/NftSaleMarketplace.html#BLUR\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":593,\"kind\":16,\"name\":\"UNKNOWN\",\"url\":\"enums/NftSaleMarketplace.html#UNKNOWN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":594,\"kind\":8,\"name\":\"NftSaleTakerType\",\"url\":\"enums/NftSaleTakerType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":595,\"kind\":16,\"name\":\"BUYER\",\"url\":\"enums/NftSaleTakerType.html#BUYER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleTakerType\"},{\"id\":596,\"kind\":16,\"name\":\"SELLER\",\"url\":\"enums/NftSaleTakerType.html#SELLER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleTakerType\"},{\"id\":597,\"kind\":256,\"name\":\"NftAttributeRarity\",\"url\":\"interfaces/NftAttributeRarity.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":598,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/NftAttributeRarity.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributeRarity\"},{\"id\":599,\"kind\":1024,\"name\":\"traitType\",\"url\":\"interfaces/NftAttributeRarity.html#traitType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributeRarity\"},{\"id\":600,\"kind\":1024,\"name\":\"prevalence\",\"url\":\"interfaces/NftAttributeRarity.html#prevalence\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributeRarity\"},{\"id\":601,\"kind\":256,\"name\":\"NftAttributesResponse\",\"url\":\"interfaces/NftAttributesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":602,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftAttributesResponse.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributesResponse\"},{\"id\":603,\"kind\":1024,\"name\":\"totalSupply\",\"url\":\"interfaces/NftAttributesResponse.html#totalSupply\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributesResponse\"},{\"id\":604,\"kind\":1024,\"name\":\"summary\",\"url\":\"interfaces/NftAttributesResponse.html#summary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributesResponse\"},{\"id\":605,\"kind\":256,\"name\":\"RefreshContractResult\",\"url\":\"interfaces/RefreshContractResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":606,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/RefreshContractResult.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RefreshContractResult\"},{\"id\":607,\"kind\":1024,\"name\":\"refreshState\",\"url\":\"interfaces/RefreshContractResult.html#refreshState\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RefreshContractResult\"},{\"id\":608,\"kind\":1024,\"name\":\"progress\",\"url\":\"interfaces/RefreshContractResult.html#progress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RefreshContractResult\"},{\"id\":609,\"kind\":8,\"name\":\"RefreshState\",\"url\":\"enums/RefreshState.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":610,\"kind\":16,\"name\":\"DOES_NOT_EXIST\",\"url\":\"enums/RefreshState.html#DOES_NOT_EXIST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":611,\"kind\":16,\"name\":\"ALREADY_QUEUED\",\"url\":\"enums/RefreshState.html#ALREADY_QUEUED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":612,\"kind\":16,\"name\":\"IN_PROGRESS\",\"url\":\"enums/RefreshState.html#IN_PROGRESS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":613,\"kind\":16,\"name\":\"FINISHED\",\"url\":\"enums/RefreshState.html#FINISHED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":614,\"kind\":16,\"name\":\"QUEUED\",\"url\":\"enums/RefreshState.html#QUEUED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":615,\"kind\":16,\"name\":\"QUEUE_FAILED\",\"url\":\"enums/RefreshState.html#QUEUE_FAILED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":616,\"kind\":256,\"name\":\"TransactionReceiptsBlockNumber\",\"url\":\"interfaces/TransactionReceiptsBlockNumber.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":617,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/TransactionReceiptsBlockNumber.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionReceiptsBlockNumber\"},{\"id\":618,\"kind\":256,\"name\":\"TransactionReceiptsBlockHash\",\"url\":\"interfaces/TransactionReceiptsBlockHash.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":619,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/TransactionReceiptsBlockHash.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionReceiptsBlockHash\"},{\"id\":620,\"kind\":4194304,\"name\":\"TransactionReceiptsParams\",\"url\":\"modules.html#TransactionReceiptsParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":621,\"kind\":256,\"name\":\"TransactionReceiptsResponse\",\"url\":\"interfaces/TransactionReceiptsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":622,\"kind\":1024,\"name\":\"receipts\",\"url\":\"interfaces/TransactionReceiptsResponse.html#receipts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionReceiptsResponse\"},{\"id\":623,\"kind\":256,\"name\":\"ERC1155Metadata\",\"url\":\"interfaces/ERC1155Metadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":624,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/ERC1155Metadata.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ERC1155Metadata\"},{\"id\":625,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/ERC1155Metadata.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ERC1155Metadata\"},{\"id\":626,\"kind\":256,\"name\":\"RawContract\",\"url\":\"interfaces/RawContract.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":627,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/RawContract.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RawContract\"},{\"id\":628,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/RawContract.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RawContract\"},{\"id\":629,\"kind\":1024,\"name\":\"decimal\",\"url\":\"interfaces/RawContract.html#decimal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RawContract\"},{\"id\":630,\"kind\":256,\"name\":\"GetNftsForContractOptions\",\"url\":\"interfaces/GetNftsForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":631,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftsForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":632,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetNftsForContractOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":633,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetNftsForContractOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":634,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetNftsForContractOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":635,\"kind\":256,\"name\":\"GetBaseNftsForContractOptions\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":636,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":637,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":638,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":639,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":640,\"kind\":256,\"name\":\"GetOwnersForContractOptions\",\"url\":\"interfaces/GetOwnersForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":641,\"kind\":1024,\"name\":\"withTokenBalances\",\"url\":\"interfaces/GetOwnersForContractOptions.html#withTokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractOptions\"},{\"id\":642,\"kind\":1024,\"name\":\"block\",\"url\":\"interfaces/GetOwnersForContractOptions.html#block\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractOptions\"},{\"id\":643,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractOptions\"},{\"id\":644,\"kind\":1024,\"name\":\"includeCount\",\"url\":\"interfaces/GetOwnersForContractOptions.html#includeCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractOptions\"},{\"id\":645,\"kind\":256,\"name\":\"GetOwnersForContractWithTokenBalancesOptions\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":646,\"kind\":1024,\"name\":\"withTokenBalances\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html#withTokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesOptions\"},{\"id\":647,\"kind\":1024,\"name\":\"block\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html#block\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesOptions\"},{\"id\":648,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesOptions\"},{\"id\":649,\"kind\":256,\"name\":\"GetOwnersForNftOptions\",\"url\":\"interfaces/GetOwnersForNftOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":650,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForNftOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForNftOptions\"},{\"id\":651,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetOwnersForNftOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForNftOptions\"},{\"id\":652,\"kind\":256,\"name\":\"NftContractBaseNftsResponse\",\"url\":\"interfaces/NftContractBaseNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":653,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/NftContractBaseNftsResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractBaseNftsResponse\"},{\"id\":654,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/NftContractBaseNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractBaseNftsResponse\"},{\"id\":655,\"kind\":256,\"name\":\"NftContractNftsResponse\",\"url\":\"interfaces/NftContractNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":656,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/NftContractNftsResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractNftsResponse\"},{\"id\":657,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/NftContractNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractNftsResponse\"},{\"id\":658,\"kind\":256,\"name\":\"OpenSeaCollectionMetadata\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":659,\"kind\":1024,\"name\":\"floorPrice\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#floorPrice\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":660,\"kind\":1024,\"name\":\"collectionName\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#collectionName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":661,\"kind\":1024,\"name\":\"safelistRequestStatus\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#safelistRequestStatus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":662,\"kind\":1024,\"name\":\"imageUrl\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#imageUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":663,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":664,\"kind\":1024,\"name\":\"externalUrl\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#externalUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":665,\"kind\":1024,\"name\":\"twitterUsername\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#twitterUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":666,\"kind\":1024,\"name\":\"discordUrl\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#discordUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":667,\"kind\":1024,\"name\":\"lastIngestedAt\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#lastIngestedAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":668,\"kind\":8,\"name\":\"OpenSeaSafelistRequestStatus\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":669,\"kind\":16,\"name\":\"VERIFIED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#VERIFIED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":670,\"kind\":16,\"name\":\"APPROVED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#APPROVED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":671,\"kind\":16,\"name\":\"REQUESTED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#REQUESTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":672,\"kind\":16,\"name\":\"NOT_REQUESTED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#NOT_REQUESTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":673,\"kind\":256,\"name\":\"DeployResult\",\"url\":\"interfaces/DeployResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":674,\"kind\":1024,\"name\":\"deployerAddress\",\"url\":\"interfaces/DeployResult.html#deployerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeployResult\"},{\"id\":675,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/DeployResult.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeployResult\"},{\"id\":676,\"kind\":8,\"name\":\"AlchemySubscription\",\"url\":\"enums/AlchemySubscription.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":677,\"kind\":16,\"name\":\"PENDING_TRANSACTIONS\",\"url\":\"enums/AlchemySubscription.html#PENDING_TRANSACTIONS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlchemySubscription\"},{\"id\":678,\"kind\":16,\"name\":\"MINED_TRANSACTIONS\",\"url\":\"enums/AlchemySubscription.html#MINED_TRANSACTIONS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlchemySubscription\"},{\"id\":679,\"kind\":256,\"name\":\"AlchemyPendingTransactionsEventFilter\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":680,\"kind\":1024,\"name\":\"method\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#method\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":681,\"kind\":1024,\"name\":\"fromAddress\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#fromAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":682,\"kind\":1024,\"name\":\"toAddress\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#toAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":683,\"kind\":1024,\"name\":\"hashesOnly\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#hashesOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":684,\"kind\":256,\"name\":\"AlchemyMinedTransactionsEventFilter\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":685,\"kind\":1024,\"name\":\"method\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#method\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":686,\"kind\":1024,\"name\":\"addresses\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#addresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":687,\"kind\":1024,\"name\":\"includeRemoved\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#includeRemoved\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":688,\"kind\":1024,\"name\":\"hashesOnly\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#hashesOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":689,\"kind\":4194304,\"name\":\"AlchemyMinedTransactionsAddress\",\"url\":\"modules.html#AlchemyMinedTransactionsAddress\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":690,\"kind\":4194304,\"name\":\"AlchemyEventType\",\"url\":\"modules.html#AlchemyEventType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":691,\"kind\":4194304,\"name\":\"AlchemyEventFilter\",\"url\":\"modules.html#AlchemyEventFilter\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":692,\"kind\":256,\"name\":\"SendPrivateTransactionOptions\",\"url\":\"interfaces/SendPrivateTransactionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":693,\"kind\":1024,\"name\":\"fast\",\"url\":\"interfaces/SendPrivateTransactionOptions.html#fast\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SendPrivateTransactionOptions\"},{\"id\":694,\"kind\":8,\"name\":\"SimulateAssetType\",\"url\":\"enums/SimulateAssetType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":695,\"kind\":16,\"name\":\"NATIVE\",\"url\":\"enums/SimulateAssetType.html#NATIVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":696,\"kind\":16,\"name\":\"ERC20\",\"url\":\"enums/SimulateAssetType.html#ERC20\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":697,\"kind\":16,\"name\":\"ERC721\",\"url\":\"enums/SimulateAssetType.html#ERC721\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":698,\"kind\":16,\"name\":\"ERC1155\",\"url\":\"enums/SimulateAssetType.html#ERC1155\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":699,\"kind\":16,\"name\":\"SPECIAL_NFT\",\"url\":\"enums/SimulateAssetType.html#SPECIAL_NFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":700,\"kind\":8,\"name\":\"SimulateChangeType\",\"url\":\"enums/SimulateChangeType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":701,\"kind\":16,\"name\":\"APPROVE\",\"url\":\"enums/SimulateChangeType.html#APPROVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateChangeType\"},{\"id\":702,\"kind\":16,\"name\":\"TRANSFER\",\"url\":\"enums/SimulateChangeType.html#TRANSFER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateChangeType\"},{\"id\":703,\"kind\":256,\"name\":\"SimulateAssetChangesError\",\"url\":\"interfaces/SimulateAssetChangesError.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":704,\"kind\":1024,\"name\":\"message\",\"url\":\"interfaces/SimulateAssetChangesError.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesError\"},{\"id\":705,\"kind\":256,\"name\":\"SimulateAssetChangesChange\",\"url\":\"interfaces/SimulateAssetChangesChange.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":706,\"kind\":1024,\"name\":\"assetType\",\"url\":\"interfaces/SimulateAssetChangesChange.html#assetType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":707,\"kind\":1024,\"name\":\"changeType\",\"url\":\"interfaces/SimulateAssetChangesChange.html#changeType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":708,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/SimulateAssetChangesChange.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":709,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/SimulateAssetChangesChange.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":710,\"kind\":1024,\"name\":\"rawAmount\",\"url\":\"interfaces/SimulateAssetChangesChange.html#rawAmount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":711,\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/SimulateAssetChangesChange.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":712,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/SimulateAssetChangesChange.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":713,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/SimulateAssetChangesChange.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":714,\"kind\":1024,\"name\":\"decimals\",\"url\":\"interfaces/SimulateAssetChangesChange.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":715,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/SimulateAssetChangesChange.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":716,\"kind\":1024,\"name\":\"logo\",\"url\":\"interfaces/SimulateAssetChangesChange.html#logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":717,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/SimulateAssetChangesChange.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":718,\"kind\":256,\"name\":\"SimulateAssetChangesResponse\",\"url\":\"interfaces/SimulateAssetChangesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":719,\"kind\":1024,\"name\":\"changes\",\"url\":\"interfaces/SimulateAssetChangesResponse.html#changes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesResponse\"},{\"id\":720,\"kind\":1024,\"name\":\"gasUsed\",\"url\":\"interfaces/SimulateAssetChangesResponse.html#gasUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesResponse\"},{\"id\":721,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/SimulateAssetChangesResponse.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesResponse\"},{\"id\":722,\"kind\":8,\"name\":\"DecodingAuthority\",\"url\":\"enums/DecodingAuthority.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":723,\"kind\":16,\"name\":\"ETHERSCAN\",\"url\":\"enums/DecodingAuthority.html#ETHERSCAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DecodingAuthority\"},{\"id\":724,\"kind\":256,\"name\":\"DecodedCallParam\",\"url\":\"interfaces/DecodedCallParam.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":725,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DecodedCallParam.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedCallParam\"},{\"id\":726,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/DecodedCallParam.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedCallParam\"},{\"id\":727,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DecodedCallParam.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedCallParam\"},{\"id\":728,\"kind\":256,\"name\":\"DecodedLogInput\",\"url\":\"interfaces/DecodedLogInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":729,\"kind\":1024,\"name\":\"indexed\",\"url\":\"interfaces/DecodedLogInput.html#indexed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLogInput\"},{\"id\":730,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DecodedLogInput.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DecodedLogInput\"},{\"id\":731,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/DecodedLogInput.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DecodedLogInput\"},{\"id\":732,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DecodedLogInput.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DecodedLogInput\"},{\"id\":733,\"kind\":256,\"name\":\"DecodedDebugCallTrace\",\"url\":\"interfaces/DecodedDebugCallTrace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":734,\"kind\":1024,\"name\":\"methodName\",\"url\":\"interfaces/DecodedDebugCallTrace.html#methodName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":735,\"kind\":1024,\"name\":\"inputs\",\"url\":\"interfaces/DecodedDebugCallTrace.html#inputs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":736,\"kind\":1024,\"name\":\"outputs\",\"url\":\"interfaces/DecodedDebugCallTrace.html#outputs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":737,\"kind\":1024,\"name\":\"authority\",\"url\":\"interfaces/DecodedDebugCallTrace.html#authority\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":738,\"kind\":8,\"name\":\"DebugCallType\",\"url\":\"enums/DebugCallType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":739,\"kind\":16,\"name\":\"CREATE\",\"url\":\"enums/DebugCallType.html#CREATE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":740,\"kind\":16,\"name\":\"CALL\",\"url\":\"enums/DebugCallType.html#CALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":741,\"kind\":16,\"name\":\"STATICCALL\",\"url\":\"enums/DebugCallType.html#STATICCALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":742,\"kind\":16,\"name\":\"DELEGATECALL\",\"url\":\"enums/DebugCallType.html#DELEGATECALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":743,\"kind\":256,\"name\":\"SimulationCallTrace\",\"url\":\"interfaces/SimulationCallTrace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":744,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/SimulationCallTrace.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"SimulationCallTrace\"},{\"id\":745,\"kind\":1024,\"name\":\"decoded\",\"url\":\"interfaces/SimulationCallTrace.html#decoded\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationCallTrace\"},{\"id\":746,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/SimulationCallTrace.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":747,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/SimulationCallTrace.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":748,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/SimulationCallTrace.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":749,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/SimulationCallTrace.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":750,\"kind\":1024,\"name\":\"gas\",\"url\":\"interfaces/SimulationCallTrace.html#gas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":751,\"kind\":1024,\"name\":\"gasUsed\",\"url\":\"interfaces/SimulationCallTrace.html#gasUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":752,\"kind\":1024,\"name\":\"input\",\"url\":\"interfaces/SimulationCallTrace.html#input\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":753,\"kind\":1024,\"name\":\"output\",\"url\":\"interfaces/SimulationCallTrace.html#output\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":754,\"kind\":256,\"name\":\"DecodedLog\",\"url\":\"interfaces/DecodedLog.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":755,\"kind\":1024,\"name\":\"eventName\",\"url\":\"interfaces/DecodedLog.html#eventName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLog\"},{\"id\":756,\"kind\":1024,\"name\":\"inputs\",\"url\":\"interfaces/DecodedLog.html#inputs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLog\"},{\"id\":757,\"kind\":1024,\"name\":\"authority\",\"url\":\"interfaces/DecodedLog.html#authority\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLog\"},{\"id\":758,\"kind\":256,\"name\":\"SimulationDebugLog\",\"url\":\"interfaces/SimulationDebugLog.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":759,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/SimulationDebugLog.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":760,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/SimulationDebugLog.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":761,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/SimulationDebugLog.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":762,\"kind\":1024,\"name\":\"decoded\",\"url\":\"interfaces/SimulationDebugLog.html#decoded\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":763,\"kind\":256,\"name\":\"SimulateExecutionResponse\",\"url\":\"interfaces/SimulateExecutionResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":764,\"kind\":1024,\"name\":\"calls\",\"url\":\"interfaces/SimulateExecutionResponse.html#calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateExecutionResponse\"},{\"id\":765,\"kind\":1024,\"name\":\"logs\",\"url\":\"interfaces/SimulateExecutionResponse.html#logs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateExecutionResponse\"},{\"id\":766,\"kind\":256,\"name\":\"Webhook\",\"url\":\"interfaces/Webhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":767,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/Webhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":768,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/Webhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":769,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/Webhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":770,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/Webhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":771,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/Webhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":772,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/Webhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":773,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/Webhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":774,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/Webhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":775,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/Webhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":776,\"kind\":8,\"name\":\"WebhookVersion\",\"url\":\"enums/WebhookVersion.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":777,\"kind\":16,\"name\":\"V1\",\"url\":\"enums/WebhookVersion.html#V1\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookVersion\"},{\"id\":778,\"kind\":16,\"name\":\"V2\",\"url\":\"enums/WebhookVersion.html#V2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookVersion\"},{\"id\":779,\"kind\":8,\"name\":\"WebhookType\",\"url\":\"enums/WebhookType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":780,\"kind\":16,\"name\":\"MINED_TRANSACTION\",\"url\":\"enums/WebhookType.html#MINED_TRANSACTION\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":781,\"kind\":16,\"name\":\"DROPPED_TRANSACTION\",\"url\":\"enums/WebhookType.html#DROPPED_TRANSACTION\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":782,\"kind\":16,\"name\":\"ADDRESS_ACTIVITY\",\"url\":\"enums/WebhookType.html#ADDRESS_ACTIVITY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":783,\"kind\":16,\"name\":\"NFT_ACTIVITY\",\"url\":\"enums/WebhookType.html#NFT_ACTIVITY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":784,\"kind\":16,\"name\":\"NFT_METADATA_UPDATE\",\"url\":\"enums/WebhookType.html#NFT_METADATA_UPDATE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":785,\"kind\":16,\"name\":\"GRAPHQL\",\"url\":\"enums/WebhookType.html#GRAPHQL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":786,\"kind\":256,\"name\":\"MinedTransactionWebhook\",\"url\":\"interfaces/MinedTransactionWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":787,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/MinedTransactionWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":788,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/MinedTransactionWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":789,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/MinedTransactionWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":790,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/MinedTransactionWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":791,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/MinedTransactionWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":792,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/MinedTransactionWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":793,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/MinedTransactionWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":794,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/MinedTransactionWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":795,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/MinedTransactionWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":796,\"kind\":256,\"name\":\"DroppedTransactionWebhook\",\"url\":\"interfaces/DroppedTransactionWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":797,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DroppedTransactionWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":798,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/DroppedTransactionWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":799,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/DroppedTransactionWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":800,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/DroppedTransactionWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":801,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/DroppedTransactionWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":802,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/DroppedTransactionWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":803,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/DroppedTransactionWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":804,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/DroppedTransactionWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":805,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/DroppedTransactionWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":806,\"kind\":256,\"name\":\"AddressActivityWebhook\",\"url\":\"interfaces/AddressActivityWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":807,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/AddressActivityWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"AddressActivityWebhook\"},{\"id\":808,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/AddressActivityWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":809,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/AddressActivityWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":810,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/AddressActivityWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":811,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/AddressActivityWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":812,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/AddressActivityWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":813,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/AddressActivityWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":814,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/AddressActivityWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":815,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/AddressActivityWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":816,\"kind\":256,\"name\":\"NftActivityWebhook\",\"url\":\"interfaces/NftActivityWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":817,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/NftActivityWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"NftActivityWebhook\"},{\"id\":818,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/NftActivityWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":819,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/NftActivityWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":820,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/NftActivityWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":821,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/NftActivityWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":822,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/NftActivityWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":823,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/NftActivityWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":824,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/NftActivityWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":825,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/NftActivityWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":826,\"kind\":256,\"name\":\"NftMetadataUpdateWebhook\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":827,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":828,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":829,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":830,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":831,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":832,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":833,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":834,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":835,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/NftMetadataUpdateWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftMetadataUpdateWebhook\"},{\"id\":836,\"kind\":256,\"name\":\"CustomGraphqlWebhook\",\"url\":\"interfaces/CustomGraphqlWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":837,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/CustomGraphqlWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":838,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/CustomGraphqlWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":839,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/CustomGraphqlWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":840,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/CustomGraphqlWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":841,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/CustomGraphqlWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":842,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/CustomGraphqlWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":843,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/CustomGraphqlWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":844,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/CustomGraphqlWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":845,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/CustomGraphqlWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CustomGraphqlWebhook\"},{\"id\":846,\"kind\":256,\"name\":\"GetAllWebhooksResponse\",\"url\":\"interfaces/GetAllWebhooksResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":847,\"kind\":1024,\"name\":\"webhooks\",\"url\":\"interfaces/GetAllWebhooksResponse.html#webhooks\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAllWebhooksResponse\"},{\"id\":848,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/GetAllWebhooksResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAllWebhooksResponse\"},{\"id\":849,\"kind\":256,\"name\":\"GetAddressesOptions\",\"url\":\"interfaces/GetAddressesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":850,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/GetAddressesOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAddressesOptions\"},{\"id\":851,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetAddressesOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAddressesOptions\"},{\"id\":852,\"kind\":256,\"name\":\"AddressActivityResponse\",\"url\":\"interfaces/AddressActivityResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":853,\"kind\":1024,\"name\":\"addresses\",\"url\":\"interfaces/AddressActivityResponse.html#addresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressActivityResponse\"},{\"id\":854,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/AddressActivityResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressActivityResponse\"},{\"id\":855,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AddressActivityResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressActivityResponse\"},{\"id\":856,\"kind\":256,\"name\":\"CustomGraphqlWebhookConfig\",\"url\":\"interfaces/CustomGraphqlWebhookConfig.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":857,\"kind\":1024,\"name\":\"graphqlQuery\",\"url\":\"interfaces/CustomGraphqlWebhookConfig.html#graphqlQuery\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CustomGraphqlWebhookConfig\"},{\"id\":858,\"kind\":256,\"name\":\"TransactionWebhookParams\",\"url\":\"interfaces/TransactionWebhookParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":859,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/TransactionWebhookParams.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionWebhookParams\"},{\"id\":860,\"kind\":256,\"name\":\"NftWebhookParams\",\"url\":\"interfaces/NftWebhookParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":861,\"kind\":1024,\"name\":\"filters\",\"url\":\"interfaces/NftWebhookParams.html#filters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftWebhookParams\"},{\"id\":862,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/NftWebhookParams.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftWebhookParams\"},{\"id\":863,\"kind\":256,\"name\":\"CustomGraphqlWebhookParams\",\"url\":\"interfaces/CustomGraphqlWebhookParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":864,\"kind\":1024,\"name\":\"graphqlQuery\",\"url\":\"interfaces/CustomGraphqlWebhookParams.html#graphqlQuery\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CustomGraphqlWebhookParams\"},{\"id\":865,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/CustomGraphqlWebhookParams.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CustomGraphqlWebhookParams\"},{\"id\":866,\"kind\":256,\"name\":\"AddressWebhookParams\",\"url\":\"interfaces/AddressWebhookParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":867,\"kind\":1024,\"name\":\"addresses\",\"url\":\"interfaces/AddressWebhookParams.html#addresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressWebhookParams\"},{\"id\":868,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/AddressWebhookParams.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressWebhookParams\"},{\"id\":869,\"kind\":256,\"name\":\"NftFilter\",\"url\":\"interfaces/NftFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":870,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftFilter.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFilter\"},{\"id\":871,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftFilter.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFilter\"},{\"id\":872,\"kind\":256,\"name\":\"NftFiltersResponse\",\"url\":\"interfaces/NftFiltersResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":873,\"kind\":1024,\"name\":\"filters\",\"url\":\"interfaces/NftFiltersResponse.html#filters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFiltersResponse\"},{\"id\":874,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/NftFiltersResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFiltersResponse\"},{\"id\":875,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/NftFiltersResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFiltersResponse\"},{\"id\":876,\"kind\":256,\"name\":\"WebhookStatusUpdate\",\"url\":\"interfaces/WebhookStatusUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":877,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/WebhookStatusUpdate.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookStatusUpdate\"},{\"id\":878,\"kind\":256,\"name\":\"WebhookNftFilterUpdate\",\"url\":\"interfaces/WebhookNftFilterUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":879,\"kind\":1024,\"name\":\"addFilters\",\"url\":\"interfaces/WebhookNftFilterUpdate.html#addFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookNftFilterUpdate\"},{\"id\":880,\"kind\":1024,\"name\":\"removeFilters\",\"url\":\"interfaces/WebhookNftFilterUpdate.html#removeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookNftFilterUpdate\"},{\"id\":881,\"kind\":256,\"name\":\"WebhookNftMetadataFilterUpdate\",\"url\":\"interfaces/WebhookNftMetadataFilterUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":882,\"kind\":1024,\"name\":\"addMetadataFilters\",\"url\":\"interfaces/WebhookNftMetadataFilterUpdate.html#addMetadataFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookNftMetadataFilterUpdate\"},{\"id\":883,\"kind\":1024,\"name\":\"removeMetadataFilters\",\"url\":\"interfaces/WebhookNftMetadataFilterUpdate.html#removeMetadataFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookNftMetadataFilterUpdate\"},{\"id\":884,\"kind\":256,\"name\":\"WebhookAddressUpdate\",\"url\":\"interfaces/WebhookAddressUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":885,\"kind\":1024,\"name\":\"addAddresses\",\"url\":\"interfaces/WebhookAddressUpdate.html#addAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookAddressUpdate\"},{\"id\":886,\"kind\":1024,\"name\":\"removeAddresses\",\"url\":\"interfaces/WebhookAddressUpdate.html#removeAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookAddressUpdate\"},{\"id\":887,\"kind\":256,\"name\":\"WebhookAddressOverride\",\"url\":\"interfaces/WebhookAddressOverride.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":888,\"kind\":1024,\"name\":\"newAddresses\",\"url\":\"interfaces/WebhookAddressOverride.html#newAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookAddressOverride\"},{\"id\":889,\"kind\":4194304,\"name\":\"NftWebhookUpdate\",\"url\":\"modules.html#NftWebhookUpdate\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":890,\"kind\":4194304,\"name\":\"NftMetadataWebhookUpdate\",\"url\":\"modules.html#NftMetadataWebhookUpdate\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":891,\"kind\":4194304,\"name\":\"CustomGraphqlWebhookUpdate\",\"url\":\"modules.html#CustomGraphqlWebhookUpdate\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":892,\"kind\":4194304,\"name\":\"AddressWebhookUpdate\",\"url\":\"modules.html#AddressWebhookUpdate\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":893,\"kind\":256,\"name\":\"DebugTransaction\",\"url\":\"interfaces/DebugTransaction.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":894,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/DebugTransaction.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":895,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/DebugTransaction.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":896,\"kind\":1024,\"name\":\"gas\",\"url\":\"interfaces/DebugTransaction.html#gas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":897,\"kind\":1024,\"name\":\"gasPrice\",\"url\":\"interfaces/DebugTransaction.html#gasPrice\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":898,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DebugTransaction.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":899,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/DebugTransaction.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":900,\"kind\":8,\"name\":\"CommitmentLevel\",\"url\":\"enums/CommitmentLevel.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":901,\"kind\":16,\"name\":\"PENDING\",\"url\":\"enums/CommitmentLevel.html#PENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":902,\"kind\":16,\"name\":\"LATEST\",\"url\":\"enums/CommitmentLevel.html#LATEST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":903,\"kind\":16,\"name\":\"SAFE\",\"url\":\"enums/CommitmentLevel.html#SAFE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":904,\"kind\":16,\"name\":\"FINALIZED\",\"url\":\"enums/CommitmentLevel.html#FINALIZED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":905,\"kind\":16,\"name\":\"EARLIEST\",\"url\":\"enums/CommitmentLevel.html#EARLIEST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":906,\"kind\":4194304,\"name\":\"BlockIdentifier\",\"url\":\"modules.html#BlockIdentifier\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":907,\"kind\":8,\"name\":\"DebugTracerType\",\"url\":\"enums/DebugTracerType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":908,\"kind\":16,\"name\":\"CALL_TRACER\",\"url\":\"enums/DebugTracerType.html#CALL_TRACER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugTracerType\"},{\"id\":909,\"kind\":16,\"name\":\"PRESTATE_TRACER\",\"url\":\"enums/DebugTracerType.html#PRESTATE_TRACER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugTracerType\"},{\"id\":910,\"kind\":256,\"name\":\"DebugCallTracer\",\"url\":\"interfaces/DebugCallTracer.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":911,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DebugCallTracer.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTracer\"},{\"id\":912,\"kind\":1024,\"name\":\"onlyTopCall\",\"url\":\"interfaces/DebugCallTracer.html#onlyTopCall\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTracer\"},{\"id\":913,\"kind\":256,\"name\":\"DebugPrestateTracer\",\"url\":\"interfaces/DebugPrestateTracer.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":914,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DebugPrestateTracer.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestateTracer\"},{\"id\":915,\"kind\":1024,\"name\":\"onlyTopCall\",\"url\":\"interfaces/DebugPrestateTracer.html#onlyTopCall\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestateTracer\"},{\"id\":916,\"kind\":256,\"name\":\"DebugCallTrace\",\"url\":\"interfaces/DebugCallTrace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":917,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DebugCallTrace.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":918,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/DebugCallTrace.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":919,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/DebugCallTrace.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":920,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DebugCallTrace.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":921,\"kind\":1024,\"name\":\"gas\",\"url\":\"interfaces/DebugCallTrace.html#gas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":922,\"kind\":1024,\"name\":\"gasUsed\",\"url\":\"interfaces/DebugCallTrace.html#gasUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":923,\"kind\":1024,\"name\":\"input\",\"url\":\"interfaces/DebugCallTrace.html#input\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":924,\"kind\":1024,\"name\":\"output\",\"url\":\"interfaces/DebugCallTrace.html#output\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":925,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/DebugCallTrace.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":926,\"kind\":1024,\"name\":\"revertReason\",\"url\":\"interfaces/DebugCallTrace.html#revertReason\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":927,\"kind\":1024,\"name\":\"calls\",\"url\":\"interfaces/DebugCallTrace.html#calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":928,\"kind\":256,\"name\":\"FilterByBlockHash\",\"url\":\"interfaces/FilterByBlockHash.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":929,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/FilterByBlockHash.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterByBlockHash\"},{\"id\":930,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/FilterByBlockHash.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FilterByBlockHash\"},{\"id\":931,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/FilterByBlockHash.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FilterByBlockHash\"},{\"id\":932,\"kind\":256,\"name\":\"Filter\",\"url\":\"interfaces/Filter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":933,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/Filter.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Filter\"},{\"id\":934,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/Filter.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Filter\"},{\"id\":935,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/Filter.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Filter\"},{\"id\":936,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/Filter.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Filter\"},{\"id\":937,\"kind\":256,\"name\":\"EventFilter\",\"url\":\"interfaces/EventFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":938,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/EventFilter.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EventFilter\"},{\"id\":939,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/EventFilter.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EventFilter\"},{\"id\":940,\"kind\":4194304,\"name\":\"DebugPrestateTrace\",\"url\":\"modules.html#DebugPrestateTrace\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":941,\"kind\":256,\"name\":\"DebugPrestate\",\"url\":\"interfaces/DebugPrestate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":942,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/DebugPrestate.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":943,\"kind\":1024,\"name\":\"nonce\",\"url\":\"interfaces/DebugPrestate.html#nonce\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":944,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/DebugPrestate.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":945,\"kind\":1024,\"name\":\"storage\",\"url\":\"interfaces/DebugPrestate.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":946,\"kind\":4194304,\"name\":\"RequireAtLeastOne\",\"url\":\"modules.html#RequireAtLeastOne\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":947,\"kind\":4194304,\"name\":\"NonEmptyArray\",\"url\":\"modules.html#NonEmptyArray\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,64.499]],[\"parent/0\",[]],[\"name/1\",[1,46.041]],[\"parent/1\",[]],[\"name/2\",[2,51.507]],[\"parent/2\",[1,4.214]],[\"name/3\",[3,64.499]],[\"parent/3\",[1,4.214]],[\"name/4\",[4,41.813]],[\"parent/4\",[1,4.214]],[\"name/5\",[5,64.499]],[\"parent/5\",[1,4.214]],[\"name/6\",[6,64.499]],[\"parent/6\",[1,4.214]],[\"name/7\",[7,64.499]],[\"parent/7\",[1,4.214]],[\"name/8\",[8,64.499]],[\"parent/8\",[1,4.214]],[\"name/9\",[9,64.499]],[\"parent/9\",[1,4.214]],[\"name/10\",[10,40.52]],[\"parent/10\",[]],[\"name/11\",[2,51.507]],[\"parent/11\",[10,3.709]],[\"name/12\",[11,64.499]],[\"parent/12\",[10,3.709]],[\"name/13\",[12,59.391]],[\"parent/13\",[10,3.709]],[\"name/14\",[13,59.391]],[\"parent/14\",[10,3.709]],[\"name/15\",[14,56.026]],[\"parent/15\",[10,3.709]],[\"name/16\",[15,56.026]],[\"parent/16\",[10,3.709]],[\"name/17\",[16,64.499]],[\"parent/17\",[10,3.709]],[\"name/18\",[17,56.026]],[\"parent/18\",[10,3.709]],[\"name/19\",[18,64.499]],[\"parent/19\",[10,3.709]],[\"name/20\",[19,59.391]],[\"parent/20\",[10,3.709]],[\"name/21\",[20,59.391]],[\"parent/21\",[10,3.709]],[\"name/22\",[21,59.391]],[\"parent/22\",[10,3.709]],[\"name/23\",[22,64.499]],[\"parent/23\",[10,3.709]],[\"name/24\",[23,41.813]],[\"parent/24\",[10,3.709]],[\"name/25\",[23,41.813]],[\"parent/25\",[10,3.709]],[\"name/26\",[24,41.813]],[\"parent/26\",[]],[\"name/27\",[2,51.507]],[\"parent/27\",[24,3.827]],[\"name/28\",[23,41.813]],[\"parent/28\",[24,3.827]],[\"name/29\",[23,41.813]],[\"parent/29\",[24,3.827]],[\"name/30\",[23,41.813]],[\"parent/30\",[24,3.827]],[\"name/31\",[23,41.813]],[\"parent/31\",[24,3.827]],[\"name/32\",[23,41.813]],[\"parent/32\",[24,3.827]],[\"name/33\",[23,41.813]],[\"parent/33\",[24,3.827]],[\"name/34\",[23,41.813]],[\"parent/34\",[24,3.827]],[\"name/35\",[25,59.391]],[\"parent/35\",[]],[\"name/36\",[2,51.507]],[\"parent/36\",[25,5.436]],[\"name/37\",[26,44.131]],[\"parent/37\",[]],[\"name/38\",[2,51.507]],[\"parent/38\",[26,4.039]],[\"name/39\",[27,53.513]],[\"parent/39\",[26,4.039]],[\"name/40\",[28,33.439]],[\"parent/40\",[26,4.039]],[\"name/41\",[29,56.026]],[\"parent/41\",[26,4.039]],[\"name/42\",[30,56.026]],[\"parent/42\",[26,4.039]],[\"name/43\",[31,46.041]],[\"parent/43\",[26,4.039]],[\"name/44\",[32,59.391]],[\"parent/44\",[26,4.039]],[\"name/45\",[33,59.391]],[\"parent/45\",[26,4.039]],[\"name/46\",[34,64.499]],[\"parent/46\",[26,4.039]],[\"name/47\",[35,64.499]],[\"parent/47\",[26,4.039]],[\"name/48\",[36,45.04]],[\"parent/48\",[]],[\"name/49\",[27,53.513]],[\"parent/49\",[36,4.122]],[\"name/50\",[29,56.026]],[\"parent/50\",[36,4.122]],[\"name/51\",[30,56.026]],[\"parent/51\",[36,4.122]],[\"name/52\",[37,64.499]],[\"parent/52\",[36,4.122]],[\"name/53\",[38,64.499]],[\"parent/53\",[36,4.122]],[\"name/54\",[39,59.391]],[\"parent/54\",[36,4.122]],[\"name/55\",[40,59.391]],[\"parent/55\",[36,4.122]],[\"name/56\",[41,64.499]],[\"parent/56\",[36,4.122]],[\"name/57\",[23,41.813]],[\"parent/57\",[36,4.122]],[\"name/58\",[42,38.35]],[\"parent/58\",[]],[\"name/59\",[43,64.499]],[\"parent/59\",[42,3.51]],[\"name/60\",[27,53.513]],[\"parent/60\",[42,3.51]],[\"name/61\",[44,59.391]],[\"parent/61\",[42,3.51]],[\"name/62\",[45,59.391]],[\"parent/62\",[42,3.51]],[\"name/63\",[46,59.391]],[\"parent/63\",[42,3.51]],[\"name/64\",[47,59.391]],[\"parent/64\",[42,3.51]],[\"name/65\",[48,59.391]],[\"parent/65\",[42,3.51]],[\"name/66\",[49,59.391]],[\"parent/66\",[42,3.51]],[\"name/67\",[50,64.499]],[\"parent/67\",[42,3.51]],[\"name/68\",[39,59.391]],[\"parent/68\",[42,3.51]],[\"name/69\",[51,64.499]],[\"parent/69\",[42,3.51]],[\"name/70\",[52,64.499]],[\"parent/70\",[42,3.51]],[\"name/71\",[53,64.499]],[\"parent/71\",[42,3.51]],[\"name/72\",[54,64.499]],[\"parent/72\",[42,3.51]],[\"name/73\",[55,64.499]],[\"parent/73\",[42,3.51]],[\"name/74\",[23,41.813]],[\"parent/74\",[42,3.51]],[\"name/75\",[23,41.813]],[\"parent/75\",[42,3.51]],[\"name/76\",[23,41.813]],[\"parent/76\",[42,3.51]],[\"name/77\",[23,41.813]],[\"parent/77\",[42,3.51]],[\"name/78\",[56,35.783]],[\"parent/78\",[]],[\"name/79\",[57,64.499]],[\"parent/79\",[56,3.275]],[\"name/80\",[58,64.499]],[\"parent/80\",[56,3.275]],[\"name/81\",[59,64.499]],[\"parent/81\",[56,3.275]],[\"name/82\",[60,64.499]],[\"parent/82\",[56,3.275]],[\"name/83\",[61,64.499]],[\"parent/83\",[56,3.275]],[\"name/84\",[62,64.499]],[\"parent/84\",[56,3.275]],[\"name/85\",[63,64.499]],[\"parent/85\",[56,3.275]],[\"name/86\",[64,64.499]],[\"parent/86\",[56,3.275]],[\"name/87\",[65,64.499]],[\"parent/87\",[56,3.275]],[\"name/88\",[66,64.499]],[\"parent/88\",[56,3.275]],[\"name/89\",[67,64.499]],[\"parent/89\",[56,3.275]],[\"name/90\",[68,64.499]],[\"parent/90\",[56,3.275]],[\"name/91\",[69,64.499]],[\"parent/91\",[56,3.275]],[\"name/92\",[70,64.499]],[\"parent/92\",[56,3.275]],[\"name/93\",[71,64.499]],[\"parent/93\",[56,3.275]],[\"name/94\",[72,64.499]],[\"parent/94\",[56,3.275]],[\"name/95\",[73,64.499]],[\"parent/95\",[56,3.275]],[\"name/96\",[74,64.499]],[\"parent/96\",[56,3.275]],[\"name/97\",[75,64.499]],[\"parent/97\",[56,3.275]],[\"name/98\",[76,64.499]],[\"parent/98\",[56,3.275]],[\"name/99\",[77,64.499]],[\"parent/99\",[56,3.275]],[\"name/100\",[78,64.499]],[\"parent/100\",[56,3.275]],[\"name/101\",[79,64.499]],[\"parent/101\",[56,3.275]],[\"name/102\",[80,64.499]],[\"parent/102\",[56,3.275]],[\"name/103\",[81,64.499]],[\"parent/103\",[56,3.275]],[\"name/104\",[82,48.405]],[\"parent/104\",[]],[\"name/105\",[44,59.391]],[\"parent/105\",[82,4.43]],[\"name/106\",[45,59.391]],[\"parent/106\",[82,4.43]],[\"name/107\",[46,59.391]],[\"parent/107\",[82,4.43]],[\"name/108\",[47,59.391]],[\"parent/108\",[82,4.43]],[\"name/109\",[48,59.391]],[\"parent/109\",[82,4.43]],[\"name/110\",[49,59.391]],[\"parent/110\",[82,4.43]],[\"name/111\",[83,34.71]],[\"parent/111\",[]],[\"name/112\",[12,59.391]],[\"parent/112\",[83,3.177]],[\"name/113\",[84,64.499]],[\"parent/113\",[83,3.177]],[\"name/114\",[85,64.499]],[\"parent/114\",[83,3.177]],[\"name/115\",[86,64.499]],[\"parent/115\",[83,3.177]],[\"name/116\",[13,59.391]],[\"parent/116\",[83,3.177]],[\"name/117\",[87,64.499]],[\"parent/117\",[83,3.177]],[\"name/118\",[88,64.499]],[\"parent/118\",[83,3.177]],[\"name/119\",[89,64.499]],[\"parent/119\",[83,3.177]],[\"name/120\",[90,64.499]],[\"parent/120\",[83,3.177]],[\"name/121\",[19,59.391]],[\"parent/121\",[83,3.177]],[\"name/122\",[20,59.391]],[\"parent/122\",[83,3.177]],[\"name/123\",[91,64.499]],[\"parent/123\",[83,3.177]],[\"name/124\",[15,56.026]],[\"parent/124\",[83,3.177]],[\"name/125\",[14,56.026]],[\"parent/125\",[83,3.177]],[\"name/126\",[92,59.391]],[\"parent/126\",[83,3.177]],[\"name/127\",[93,64.499]],[\"parent/127\",[83,3.177]],[\"name/128\",[17,56.026]],[\"parent/128\",[83,3.177]],[\"name/129\",[94,59.391]],[\"parent/129\",[83,3.177]],[\"name/130\",[95,64.499]],[\"parent/130\",[83,3.177]],[\"name/131\",[40,59.391]],[\"parent/131\",[83,3.177]],[\"name/132\",[96,64.499]],[\"parent/132\",[83,3.177]],[\"name/133\",[97,64.499]],[\"parent/133\",[83,3.177]],[\"name/134\",[98,64.499]],[\"parent/134\",[83,3.177]],[\"name/135\",[99,64.499]],[\"parent/135\",[83,3.177]],[\"name/136\",[100,64.499]],[\"parent/136\",[83,3.177]],[\"name/137\",[101,64.499]],[\"parent/137\",[83,3.177]],[\"name/138\",[21,59.391]],[\"parent/138\",[83,3.177]],[\"name/139\",[102,64.499]],[\"parent/139\",[83,3.177]],[\"name/140\",[103,43.297]],[\"parent/140\",[]],[\"name/141\",[104,64.499]],[\"parent/141\",[103,3.963]],[\"name/142\",[105,64.499]],[\"parent/142\",[103,3.963]],[\"name/143\",[106,64.499]],[\"parent/143\",[103,3.963]],[\"name/144\",[107,64.499]],[\"parent/144\",[103,3.963]],[\"name/145\",[108,64.499]],[\"parent/145\",[103,3.963]],[\"name/146\",[109,64.499]],[\"parent/146\",[103,3.963]],[\"name/147\",[92,59.391]],[\"parent/147\",[103,3.963]],[\"name/148\",[17,56.026]],[\"parent/148\",[103,3.963]],[\"name/149\",[14,56.026]],[\"parent/149\",[103,3.963]],[\"name/150\",[110,64.499]],[\"parent/150\",[103,3.963]],[\"name/151\",[94,59.391]],[\"parent/151\",[103,3.963]],[\"name/152\",[111,45.04]],[\"parent/152\",[]],[\"name/153\",[112,64.499]],[\"parent/153\",[111,4.122]],[\"name/154\",[113,64.499]],[\"parent/154\",[111,4.122]],[\"name/155\",[114,64.499]],[\"parent/155\",[111,4.122]],[\"name/156\",[115,64.499]],[\"parent/156\",[111,4.122]],[\"name/157\",[116,64.499]],[\"parent/157\",[111,4.122]],[\"name/158\",[117,64.499]],[\"parent/158\",[111,4.122]],[\"name/159\",[118,64.499]],[\"parent/159\",[111,4.122]],[\"name/160\",[119,64.499]],[\"parent/160\",[111,4.122]],[\"name/161\",[120,64.499]],[\"parent/161\",[111,4.122]],[\"name/162\",[121,53.513]],[\"parent/162\",[]],[\"name/163\",[122,64.499]],[\"parent/163\",[121,4.898]],[\"name/164\",[123,64.499]],[\"parent/164\",[121,4.898]],[\"name/165\",[124,64.499]],[\"parent/165\",[121,4.898]],[\"name/166\",[125,59.391]],[\"parent/166\",[]],[\"name/167\",[126,45.04]],[\"parent/167\",[125,5.436]],[\"name/168\",[127,46.041]],[\"parent/168\",[]],[\"name/169\",[128,44.131]],[\"parent/169\",[127,4.214]],[\"name/170\",[129,47.153]],[\"parent/170\",[127,4.214]],[\"name/171\",[130,49.836]],[\"parent/171\",[127,4.214]],[\"name/172\",[131,56.026]],[\"parent/172\",[127,4.214]],[\"name/173\",[132,56.026]],[\"parent/173\",[127,4.214]],[\"name/174\",[133,59.391]],[\"parent/174\",[127,4.214]],[\"name/175\",[134,59.391]],[\"parent/175\",[127,4.214]],[\"name/176\",[126,45.04]],[\"parent/176\",[127,4.214]],[\"name/177\",[4,41.813]],[\"parent/177\",[]],[\"name/178\",[24,41.813]],[\"parent/178\",[4,3.827]],[\"name/179\",[135,53.513]],[\"parent/179\",[4,3.827]],[\"name/180\",[136,51.507]],[\"parent/180\",[4,3.827]],[\"name/181\",[137,56.026]],[\"parent/181\",[4,3.827]],[\"name/182\",[138,56.026]],[\"parent/182\",[4,3.827]],[\"name/183\",[139,56.026]],[\"parent/183\",[4,3.827]],[\"name/184\",[140,49.836]],[\"parent/184\",[4,3.827]],[\"name/185\",[141,44.131]],[\"parent/185\",[4,3.827]],[\"name/186\",[142,49.836]],[\"parent/186\",[4,3.827]],[\"name/187\",[143,49.836]],[\"parent/187\",[4,3.827]],[\"name/188\",[144,41.146]],[\"parent/188\",[4,3.827]],[\"name/189\",[128,44.131]],[\"parent/189\",[4,3.827]],[\"name/190\",[145,53.513]],[\"parent/190\",[]],[\"name/191\",[24,41.813]],[\"parent/191\",[145,4.898]],[\"name/192\",[144,41.146]],[\"parent/192\",[145,4.898]],[\"name/193\",[128,44.131]],[\"parent/193\",[145,4.898]],[\"name/194\",[146,64.499]],[\"parent/194\",[]],[\"name/195\",[147,64.499]],[\"parent/195\",[]],[\"name/196\",[148,64.499]],[\"parent/196\",[]],[\"name/197\",[149,64.499]],[\"parent/197\",[]],[\"name/198\",[150,64.499]],[\"parent/198\",[]],[\"name/199\",[151,47.153]],[\"parent/199\",[]],[\"name/200\",[27,53.513]],[\"parent/200\",[151,4.316]],[\"name/201\",[28,33.439]],[\"parent/201\",[151,4.316]],[\"name/202\",[29,56.026]],[\"parent/202\",[151,4.316]],[\"name/203\",[31,46.041]],[\"parent/203\",[151,4.316]],[\"name/204\",[32,59.391]],[\"parent/204\",[151,4.316]],[\"name/205\",[33,59.391]],[\"parent/205\",[151,4.316]],[\"name/206\",[30,56.026]],[\"parent/206\",[151,4.316]],[\"name/207\",[28,33.439]],[\"parent/207\",[]],[\"name/208\",[152,64.499]],[\"parent/208\",[28,3.06]],[\"name/209\",[153,64.499]],[\"parent/209\",[28,3.06]],[\"name/210\",[154,64.499]],[\"parent/210\",[28,3.06]],[\"name/211\",[155,64.499]],[\"parent/211\",[28,3.06]],[\"name/212\",[156,64.499]],[\"parent/212\",[28,3.06]],[\"name/213\",[157,64.499]],[\"parent/213\",[28,3.06]],[\"name/214\",[158,64.499]],[\"parent/214\",[28,3.06]],[\"name/215\",[159,64.499]],[\"parent/215\",[28,3.06]],[\"name/216\",[160,64.499]],[\"parent/216\",[28,3.06]],[\"name/217\",[161,64.499]],[\"parent/217\",[28,3.06]],[\"name/218\",[162,64.499]],[\"parent/218\",[28,3.06]],[\"name/219\",[163,64.499]],[\"parent/219\",[28,3.06]],[\"name/220\",[164,64.499]],[\"parent/220\",[28,3.06]],[\"name/221\",[165,64.499]],[\"parent/221\",[28,3.06]],[\"name/222\",[166,64.499]],[\"parent/222\",[28,3.06]],[\"name/223\",[167,64.499]],[\"parent/223\",[28,3.06]],[\"name/224\",[168,64.499]],[\"parent/224\",[28,3.06]],[\"name/225\",[169,64.499]],[\"parent/225\",[28,3.06]],[\"name/226\",[170,64.499]],[\"parent/226\",[28,3.06]],[\"name/227\",[171,64.499]],[\"parent/227\",[28,3.06]],[\"name/228\",[172,56.026]],[\"parent/228\",[]],[\"name/229\",[173,64.499]],[\"parent/229\",[172,5.128]],[\"name/230\",[174,56.026]],[\"parent/230\",[172,5.128]],[\"name/231\",[175,56.026]],[\"parent/231\",[]],[\"name/232\",[176,41.146]],[\"parent/232\",[175,5.128]],[\"name/233\",[177,32.859]],[\"parent/233\",[175,5.128]],[\"name/234\",[178,59.391]],[\"parent/234\",[]],[\"name/235\",[176,41.146]],[\"parent/235\",[178,5.436]],[\"name/236\",[179,53.513]],[\"parent/236\",[]],[\"name/237\",[177,32.859]],[\"parent/237\",[179,4.898]],[\"name/238\",[126,45.04]],[\"parent/238\",[179,4.898]],[\"name/239\",[180,56.026]],[\"parent/239\",[179,4.898]],[\"name/240\",[181,56.026]],[\"parent/240\",[]],[\"name/241\",[126,45.04]],[\"parent/241\",[181,5.128]],[\"name/242\",[180,56.026]],[\"parent/242\",[181,5.128]],[\"name/243\",[182,56.026]],[\"parent/243\",[]],[\"name/244\",[183,53.513]],[\"parent/244\",[]],[\"name/245\",[184,45.04]],[\"parent/245\",[183,4.898]],[\"name/246\",[182,56.026]],[\"parent/246\",[183,4.898]],[\"name/247\",[185,48.405]],[\"parent/247\",[183,4.898]],[\"name/248\",[186,53.513]],[\"parent/248\",[]],[\"name/249\",[184,45.04]],[\"parent/249\",[186,4.898]],[\"name/250\",[182,56.026]],[\"parent/250\",[186,4.898]],[\"name/251\",[185,48.405]],[\"parent/251\",[186,4.898]],[\"name/252\",[187,56.026]],[\"parent/252\",[]],[\"name/253\",[188,48.405]],[\"parent/253\",[187,5.128]],[\"name/254\",[177,32.859]],[\"parent/254\",[187,5.128]],[\"name/255\",[189,56.026]],[\"parent/255\",[]],[\"name/256\",[190,64.499]],[\"parent/256\",[189,5.128]],[\"name/257\",[177,32.859]],[\"parent/257\",[189,5.128]],[\"name/258\",[191,46.041]],[\"parent/258\",[]],[\"name/259\",[184,45.04]],[\"parent/259\",[191,4.214]],[\"name/260\",[192,64.499]],[\"parent/260\",[191,4.214]],[\"name/261\",[193,51.507]],[\"parent/261\",[191,4.214]],[\"name/262\",[129,47.153]],[\"parent/262\",[191,4.214]],[\"name/263\",[130,49.836]],[\"parent/263\",[191,4.214]],[\"name/264\",[194,53.513]],[\"parent/264\",[191,4.214]],[\"name/265\",[195,56.026]],[\"parent/265\",[191,4.214]],[\"name/266\",[185,48.405]],[\"parent/266\",[191,4.214]],[\"name/267\",[196,51.507]],[\"parent/267\",[]],[\"name/268\",[129,47.153]],[\"parent/268\",[196,4.714]],[\"name/269\",[130,49.836]],[\"parent/269\",[196,4.714]],[\"name/270\",[194,53.513]],[\"parent/270\",[196,4.714]],[\"name/271\",[195,56.026]],[\"parent/271\",[196,4.714]],[\"name/272\",[197,43.297]],[\"parent/272\",[]],[\"name/273\",[198,49.836]],[\"parent/273\",[197,3.963]],[\"name/274\",[199,49.836]],[\"parent/274\",[197,3.963]],[\"name/275\",[200,51.507]],[\"parent/275\",[197,3.963]],[\"name/276\",[201,56.026]],[\"parent/276\",[197,3.963]],[\"name/277\",[202,56.026]],[\"parent/277\",[197,3.963]],[\"name/278\",[188,48.405]],[\"parent/278\",[197,3.963]],[\"name/279\",[203,59.391]],[\"parent/279\",[197,3.963]],[\"name/280\",[204,53.513]],[\"parent/280\",[197,3.963]],[\"name/281\",[205,59.391]],[\"parent/281\",[197,3.963]],[\"name/282\",[177,32.859]],[\"parent/282\",[197,3.963]],[\"name/283\",[206,59.391]],[\"parent/283\",[197,3.963]],[\"name/284\",[207,43.297]],[\"parent/284\",[]],[\"name/285\",[206,59.391]],[\"parent/285\",[207,3.963]],[\"name/286\",[198,49.836]],[\"parent/286\",[207,3.963]],[\"name/287\",[199,49.836]],[\"parent/287\",[207,3.963]],[\"name/288\",[200,51.507]],[\"parent/288\",[207,3.963]],[\"name/289\",[201,56.026]],[\"parent/289\",[207,3.963]],[\"name/290\",[202,56.026]],[\"parent/290\",[207,3.963]],[\"name/291\",[188,48.405]],[\"parent/291\",[207,3.963]],[\"name/292\",[203,59.391]],[\"parent/292\",[207,3.963]],[\"name/293\",[204,53.513]],[\"parent/293\",[207,3.963]],[\"name/294\",[205,59.391]],[\"parent/294\",[207,3.963]],[\"name/295\",[177,32.859]],[\"parent/295\",[207,3.963]],[\"name/296\",[208,48.405]],[\"parent/296\",[]],[\"name/297\",[209,64.499]],[\"parent/297\",[208,4.43]],[\"name/298\",[210,64.499]],[\"parent/298\",[208,4.43]],[\"name/299\",[174,56.026]],[\"parent/299\",[208,4.43]],[\"name/300\",[211,56.026]],[\"parent/300\",[208,4.43]],[\"name/301\",[212,56.026]],[\"parent/301\",[208,4.43]],[\"name/302\",[213,64.499]],[\"parent/302\",[208,4.43]],[\"name/303\",[214,56.026]],[\"parent/303\",[]],[\"name/304\",[215,59.391]],[\"parent/304\",[214,5.128]],[\"name/305\",[216,59.391]],[\"parent/305\",[214,5.128]],[\"name/306\",[217,49.836]],[\"parent/306\",[]],[\"name/307\",[211,56.026]],[\"parent/307\",[217,4.561]],[\"name/308\",[212,56.026]],[\"parent/308\",[217,4.561]],[\"name/309\",[218,64.499]],[\"parent/309\",[217,4.561]],[\"name/310\",[219,64.499]],[\"parent/310\",[217,4.561]],[\"name/311\",[220,59.391]],[\"parent/311\",[217,4.561]],[\"name/312\",[221,56.026]],[\"parent/312\",[]],[\"name/313\",[222,59.391]],[\"parent/313\",[221,5.128]],[\"name/314\",[177,32.859]],[\"parent/314\",[221,5.128]],[\"name/315\",[223,56.026]],[\"parent/315\",[]],[\"name/316\",[222,59.391]],[\"parent/316\",[223,5.128]],[\"name/317\",[177,32.859]],[\"parent/317\",[223,5.128]],[\"name/318\",[224,42.527]],[\"parent/318\",[]],[\"name/319\",[225,59.391]],[\"parent/319\",[224,3.892]],[\"name/320\",[204,53.513]],[\"parent/320\",[224,3.892]],[\"name/321\",[226,59.391]],[\"parent/321\",[224,3.892]],[\"name/322\",[227,47.153]],[\"parent/322\",[224,3.892]],[\"name/323\",[228,47.153]],[\"parent/323\",[224,3.892]],[\"name/324\",[229,45.04]],[\"parent/324\",[224,3.892]],[\"name/325\",[230,59.391]],[\"parent/325\",[224,3.892]],[\"name/326\",[231,51.507]],[\"parent/326\",[224,3.892]],[\"name/327\",[144,41.146]],[\"parent/327\",[224,3.892]],[\"name/328\",[232,59.391]],[\"parent/328\",[224,3.892]],[\"name/329\",[233,59.391]],[\"parent/329\",[224,3.892]],[\"name/330\",[234,49.836]],[\"parent/330\",[224,3.892]],[\"name/331\",[235,41.813]],[\"parent/331\",[]],[\"name/332\",[236,64.499]],[\"parent/332\",[235,3.827]],[\"name/333\",[225,59.391]],[\"parent/333\",[235,3.827]],[\"name/334\",[204,53.513]],[\"parent/334\",[235,3.827]],[\"name/335\",[226,59.391]],[\"parent/335\",[235,3.827]],[\"name/336\",[227,47.153]],[\"parent/336\",[235,3.827]],[\"name/337\",[228,47.153]],[\"parent/337\",[235,3.827]],[\"name/338\",[229,45.04]],[\"parent/338\",[235,3.827]],[\"name/339\",[230,59.391]],[\"parent/339\",[235,3.827]],[\"name/340\",[231,51.507]],[\"parent/340\",[235,3.827]],[\"name/341\",[144,41.146]],[\"parent/341\",[235,3.827]],[\"name/342\",[232,59.391]],[\"parent/342\",[235,3.827]],[\"name/343\",[233,59.391]],[\"parent/343\",[235,3.827]],[\"name/344\",[234,49.836]],[\"parent/344\",[235,3.827]],[\"name/345\",[237,59.391]],[\"parent/345\",[]],[\"name/346\",[238,56.026]],[\"parent/346\",[237,5.436]],[\"name/347\",[239,48.405]],[\"parent/347\",[]],[\"name/348\",[129,47.153]],[\"parent/348\",[239,4.43]],[\"name/349\",[136,51.507]],[\"parent/349\",[239,4.43]],[\"name/350\",[240,64.499]],[\"parent/350\",[239,4.43]],[\"name/351\",[241,64.499]],[\"parent/351\",[239,4.43]],[\"name/352\",[242,64.499]],[\"parent/352\",[239,4.43]],[\"name/353\",[243,64.499]],[\"parent/353\",[239,4.43]],[\"name/354\",[140,49.836]],[\"parent/354\",[]],[\"name/355\",[244,59.391]],[\"parent/355\",[140,4.561]],[\"name/356\",[245,59.391]],[\"parent/356\",[140,4.561]],[\"name/357\",[141,44.131]],[\"parent/357\",[]],[\"name/358\",[244,59.391]],[\"parent/358\",[141,4.039]],[\"name/359\",[245,59.391]],[\"parent/359\",[141,4.039]],[\"name/360\",[246,64.499]],[\"parent/360\",[141,4.039]],[\"name/361\",[247,64.499]],[\"parent/361\",[141,4.039]],[\"name/362\",[248,64.499]],[\"parent/362\",[141,4.039]],[\"name/363\",[249,64.499]],[\"parent/363\",[141,4.039]],[\"name/364\",[250,49.836]],[\"parent/364\",[]],[\"name/365\",[251,64.499]],[\"parent/365\",[250,4.561]],[\"name/366\",[252,64.499]],[\"parent/366\",[250,4.561]],[\"name/367\",[253,64.499]],[\"parent/367\",[250,4.561]],[\"name/368\",[254,64.499]],[\"parent/368\",[250,4.561]],[\"name/369\",[255,64.499]],[\"parent/369\",[250,4.561]],[\"name/370\",[142,49.836]],[\"parent/370\",[]],[\"name/371\",[256,59.391]],[\"parent/371\",[142,4.561]],[\"name/372\",[257,64.499]],[\"parent/372\",[142,4.561]],[\"name/373\",[143,49.836]],[\"parent/373\",[]],[\"name/374\",[238,56.026]],[\"parent/374\",[143,4.561]],[\"name/375\",[258,49.836]],[\"parent/375\",[143,4.561]],[\"name/376\",[259,46.041]],[\"parent/376\",[]],[\"name/377\",[177,32.859]],[\"parent/377\",[259,4.214]],[\"name/378\",[188,48.405]],[\"parent/378\",[259,4.214]],[\"name/379\",[260,56.026]],[\"parent/379\",[259,4.214]],[\"name/380\",[261,56.026]],[\"parent/380\",[259,4.214]],[\"name/381\",[262,49.836]],[\"parent/381\",[259,4.214]],[\"name/382\",[263,53.513]],[\"parent/382\",[259,4.214]],[\"name/383\",[264,49.836]],[\"parent/383\",[259,4.214]],[\"name/384\",[265,56.026]],[\"parent/384\",[259,4.214]],[\"name/385\",[266,46.041]],[\"parent/385\",[]],[\"name/386\",[177,32.859]],[\"parent/386\",[266,4.214]],[\"name/387\",[188,48.405]],[\"parent/387\",[266,4.214]],[\"name/388\",[260,56.026]],[\"parent/388\",[266,4.214]],[\"name/389\",[261,56.026]],[\"parent/389\",[266,4.214]],[\"name/390\",[262,49.836]],[\"parent/390\",[266,4.214]],[\"name/391\",[263,53.513]],[\"parent/391\",[266,4.214]],[\"name/392\",[264,49.836]],[\"parent/392\",[266,4.214]],[\"name/393\",[265,56.026]],[\"parent/393\",[266,4.214]],[\"name/394\",[267,56.026]],[\"parent/394\",[]],[\"name/395\",[268,59.391]],[\"parent/395\",[267,5.128]],[\"name/396\",[269,59.391]],[\"parent/396\",[267,5.128]],[\"name/397\",[270,56.026]],[\"parent/397\",[]],[\"name/398\",[268,59.391]],[\"parent/398\",[270,5.128]],[\"name/399\",[269,59.391]],[\"parent/399\",[270,5.128]],[\"name/400\",[271,59.391]],[\"parent/400\",[]],[\"name/401\",[272,64.499]],[\"parent/401\",[271,5.436]],[\"name/402\",[273,51.507]],[\"parent/402\",[]],[\"name/403\",[274,59.391]],[\"parent/403\",[273,4.714]],[\"name/404\",[177,32.859]],[\"parent/404\",[273,4.714]],[\"name/405\",[275,48.405]],[\"parent/405\",[273,4.714]],[\"name/406\",[276,51.507]],[\"parent/406\",[273,4.714]],[\"name/407\",[277,51.507]],[\"parent/407\",[]],[\"name/408\",[274,59.391]],[\"parent/408\",[277,4.714]],[\"name/409\",[177,32.859]],[\"parent/409\",[277,4.714]],[\"name/410\",[275,48.405]],[\"parent/410\",[277,4.714]],[\"name/411\",[276,51.507]],[\"parent/411\",[277,4.714]],[\"name/412\",[278,41.813]],[\"parent/412\",[]],[\"name/413\",[193,51.507]],[\"parent/413\",[278,3.827]],[\"name/414\",[24,41.813]],[\"parent/414\",[278,3.827]],[\"name/415\",[135,53.513]],[\"parent/415\",[278,3.827]],[\"name/416\",[136,51.507]],[\"parent/416\",[278,3.827]],[\"name/417\",[137,56.026]],[\"parent/417\",[278,3.827]],[\"name/418\",[138,56.026]],[\"parent/418\",[278,3.827]],[\"name/419\",[139,56.026]],[\"parent/419\",[278,3.827]],[\"name/420\",[140,49.836]],[\"parent/420\",[278,3.827]],[\"name/421\",[141,44.131]],[\"parent/421\",[278,3.827]],[\"name/422\",[142,49.836]],[\"parent/422\",[278,3.827]],[\"name/423\",[143,49.836]],[\"parent/423\",[278,3.827]],[\"name/424\",[144,41.146]],[\"parent/424\",[278,3.827]],[\"name/425\",[128,44.131]],[\"parent/425\",[278,3.827]],[\"name/426\",[279,51.507]],[\"parent/426\",[]],[\"name/427\",[193,51.507]],[\"parent/427\",[279,4.714]],[\"name/428\",[24,41.813]],[\"parent/428\",[279,4.714]],[\"name/429\",[144,41.146]],[\"parent/429\",[279,4.714]],[\"name/430\",[128,44.131]],[\"parent/430\",[279,4.714]],[\"name/431\",[280,56.026]],[\"parent/431\",[]],[\"name/432\",[281,56.026]],[\"parent/432\",[280,5.128]],[\"name/433\",[177,32.859]],[\"parent/433\",[280,5.128]],[\"name/434\",[282,53.513]],[\"parent/434\",[]],[\"name/435\",[281,56.026]],[\"parent/435\",[282,4.898]],[\"name/436\",[275,48.405]],[\"parent/436\",[282,4.898]],[\"name/437\",[177,32.859]],[\"parent/437\",[282,4.898]],[\"name/438\",[283,56.026]],[\"parent/438\",[]],[\"name/439\",[281,56.026]],[\"parent/439\",[283,5.128]],[\"name/440\",[177,32.859]],[\"parent/440\",[283,5.128]],[\"name/441\",[284,56.026]],[\"parent/441\",[]],[\"name/442\",[285,64.499]],[\"parent/442\",[284,5.128]],[\"name/443\",[180,56.026]],[\"parent/443\",[284,5.128]],[\"name/444\",[286,56.026]],[\"parent/444\",[]],[\"name/445\",[144,41.146]],[\"parent/445\",[286,5.128]],[\"name/446\",[193,51.507]],[\"parent/446\",[286,5.128]],[\"name/447\",[287,53.513]],[\"parent/447\",[]],[\"name/448\",[128,44.131]],[\"parent/448\",[287,4.898]],[\"name/449\",[264,49.836]],[\"parent/449\",[287,4.898]],[\"name/450\",[288,59.391]],[\"parent/450\",[287,4.898]],[\"name/451\",[289,53.513]],[\"parent/451\",[]],[\"name/452\",[184,45.04]],[\"parent/452\",[289,4.898]],[\"name/453\",[144,41.146]],[\"parent/453\",[289,4.898]],[\"name/454\",[128,44.131]],[\"parent/454\",[289,4.898]],[\"name/455\",[290,56.026]],[\"parent/455\",[]],[\"name/456\",[264,49.836]],[\"parent/456\",[290,5.128]],[\"name/457\",[288,59.391]],[\"parent/457\",[290,5.128]],[\"name/458\",[291,51.507]],[\"parent/458\",[]],[\"name/459\",[292,59.391]],[\"parent/459\",[291,4.714]],[\"name/460\",[293,64.499]],[\"parent/460\",[291,4.714]],[\"name/461\",[294,64.499]],[\"parent/461\",[291,4.714]],[\"name/462\",[295,64.499]],[\"parent/462\",[291,4.714]],[\"name/463\",[296,59.391]],[\"parent/463\",[]],[\"name/464\",[185,48.405]],[\"parent/464\",[296,5.436]],[\"name/465\",[297,56.026]],[\"parent/465\",[]],[\"name/466\",[132,56.026]],[\"parent/466\",[297,5.128]],[\"name/467\",[298,59.391]],[\"parent/467\",[297,5.128]],[\"name/468\",[299,49.836]],[\"parent/468\",[]],[\"name/469\",[177,32.859]],[\"parent/469\",[299,4.561]],[\"name/470\",[262,49.836]],[\"parent/470\",[299,4.561]],[\"name/471\",[261,56.026]],[\"parent/471\",[299,4.561]],[\"name/472\",[260,56.026]],[\"parent/472\",[299,4.561]],[\"name/473\",[265,56.026]],[\"parent/473\",[299,4.561]],[\"name/474\",[300,53.513]],[\"parent/474\",[]],[\"name/475\",[301,64.499]],[\"parent/475\",[300,4.898]],[\"name/476\",[177,32.859]],[\"parent/476\",[300,4.898]],[\"name/477\",[275,48.405]],[\"parent/477\",[300,4.898]],[\"name/478\",[302,41.146]],[\"parent/478\",[]],[\"name/479\",[303,64.499]],[\"parent/479\",[302,3.766]],[\"name/480\",[135,53.513]],[\"parent/480\",[302,3.766]],[\"name/481\",[304,64.499]],[\"parent/481\",[302,3.766]],[\"name/482\",[256,59.391]],[\"parent/482\",[302,3.766]],[\"name/483\",[144,41.146]],[\"parent/483\",[302,3.766]],[\"name/484\",[141,44.131]],[\"parent/484\",[302,3.766]],[\"name/485\",[128,44.131]],[\"parent/485\",[302,3.766]],[\"name/486\",[129,47.153]],[\"parent/486\",[302,3.766]],[\"name/487\",[130,49.836]],[\"parent/487\",[302,3.766]],[\"name/488\",[131,56.026]],[\"parent/488\",[302,3.766]],[\"name/489\",[132,56.026]],[\"parent/489\",[302,3.766]],[\"name/490\",[133,59.391]],[\"parent/490\",[302,3.766]],[\"name/491\",[134,59.391]],[\"parent/491\",[302,3.766]],[\"name/492\",[126,45.04]],[\"parent/492\",[302,3.766]],[\"name/493\",[305,56.026]],[\"parent/493\",[]],[\"name/494\",[228,47.153]],[\"parent/494\",[305,5.128]],[\"name/495\",[227,47.153]],[\"parent/495\",[305,5.128]],[\"name/496\",[306,53.513]],[\"parent/496\",[]],[\"name/497\",[188,48.405]],[\"parent/497\",[306,4.898]],[\"name/498\",[128,44.131]],[\"parent/498\",[306,4.898]],[\"name/499\",[177,32.859]],[\"parent/499\",[306,4.898]],[\"name/500\",[307,51.507]],[\"parent/500\",[]],[\"name/501\",[198,49.836]],[\"parent/501\",[307,4.714]],[\"name/502\",[199,49.836]],[\"parent/502\",[307,4.714]],[\"name/503\",[200,51.507]],[\"parent/503\",[307,4.714]],[\"name/504\",[177,32.859]],[\"parent/504\",[307,4.714]],[\"name/505\",[308,56.026]],[\"parent/505\",[]],[\"name/506\",[309,53.513]],[\"parent/506\",[308,5.128]],[\"name/507\",[177,32.859]],[\"parent/507\",[308,5.128]],[\"name/508\",[310,39.932]],[\"parent/508\",[]],[\"name/509\",[227,47.153]],[\"parent/509\",[310,3.655]],[\"name/510\",[228,47.153]],[\"parent/510\",[310,3.655]],[\"name/511\",[311,59.391]],[\"parent/511\",[310,3.655]],[\"name/512\",[258,49.836]],[\"parent/512\",[310,3.655]],[\"name/513\",[24,41.813]],[\"parent/513\",[310,3.655]],[\"name/514\",[135,53.513]],[\"parent/514\",[310,3.655]],[\"name/515\",[136,51.507]],[\"parent/515\",[310,3.655]],[\"name/516\",[137,56.026]],[\"parent/516\",[310,3.655]],[\"name/517\",[138,56.026]],[\"parent/517\",[310,3.655]],[\"name/518\",[139,56.026]],[\"parent/518\",[310,3.655]],[\"name/519\",[140,49.836]],[\"parent/519\",[310,3.655]],[\"name/520\",[141,44.131]],[\"parent/520\",[310,3.655]],[\"name/521\",[142,49.836]],[\"parent/521\",[310,3.655]],[\"name/522\",[143,49.836]],[\"parent/522\",[310,3.655]],[\"name/523\",[144,41.146]],[\"parent/523\",[310,3.655]],[\"name/524\",[128,44.131]],[\"parent/524\",[310,3.655]],[\"name/525\",[312,53.513]],[\"parent/525\",[]],[\"name/526\",[188,48.405]],[\"parent/526\",[312,4.898]],[\"name/527\",[128,44.131]],[\"parent/527\",[312,4.898]],[\"name/528\",[177,32.859]],[\"parent/528\",[312,4.898]],[\"name/529\",[313,56.026]],[\"parent/529\",[]],[\"name/530\",[309,53.513]],[\"parent/530\",[313,5.128]],[\"name/531\",[177,32.859]],[\"parent/531\",[313,5.128]],[\"name/532\",[314,45.04]],[\"parent/532\",[]],[\"name/533\",[198,49.836]],[\"parent/533\",[314,4.122]],[\"name/534\",[199,49.836]],[\"parent/534\",[314,4.122]],[\"name/535\",[200,51.507]],[\"parent/535\",[314,4.122]],[\"name/536\",[315,56.026]],[\"parent/536\",[314,4.122]],[\"name/537\",[316,56.026]],[\"parent/537\",[314,4.122]],[\"name/538\",[317,56.026]],[\"parent/538\",[314,4.122]],[\"name/539\",[318,56.026]],[\"parent/539\",[314,4.122]],[\"name/540\",[319,56.026]],[\"parent/540\",[314,4.122]],[\"name/541\",[177,32.859]],[\"parent/541\",[314,4.122]],[\"name/542\",[320,43.297]],[\"parent/542\",[]],[\"name/543\",[184,45.04]],[\"parent/543\",[320,3.963]],[\"name/544\",[144,41.146]],[\"parent/544\",[320,3.963]],[\"name/545\",[198,49.836]],[\"parent/545\",[320,3.963]],[\"name/546\",[199,49.836]],[\"parent/546\",[320,3.963]],[\"name/547\",[200,51.507]],[\"parent/547\",[320,3.963]],[\"name/548\",[315,56.026]],[\"parent/548\",[320,3.963]],[\"name/549\",[316,56.026]],[\"parent/549\",[320,3.963]],[\"name/550\",[317,56.026]],[\"parent/550\",[320,3.963]],[\"name/551\",[318,56.026]],[\"parent/551\",[320,3.963]],[\"name/552\",[319,56.026]],[\"parent/552\",[320,3.963]],[\"name/553\",[177,32.859]],[\"parent/553\",[320,3.963]],[\"name/554\",[321,53.513]],[\"parent/554\",[]],[\"name/555\",[322,64.499]],[\"parent/555\",[321,4.898]],[\"name/556\",[323,64.499]],[\"parent/556\",[321,4.898]],[\"name/557\",[177,32.859]],[\"parent/557\",[321,4.898]],[\"name/558\",[324,40.52]],[\"parent/558\",[]],[\"name/559\",[315,56.026]],[\"parent/559\",[324,3.709]],[\"name/560\",[184,45.04]],[\"parent/560\",[324,3.709]],[\"name/561\",[144,41.146]],[\"parent/561\",[324,3.709]],[\"name/562\",[325,64.499]],[\"parent/562\",[324,3.709]],[\"name/563\",[316,56.026]],[\"parent/563\",[324,3.709]],[\"name/564\",[317,56.026]],[\"parent/564\",[324,3.709]],[\"name/565\",[318,56.026]],[\"parent/565\",[324,3.709]],[\"name/566\",[326,64.499]],[\"parent/566\",[324,3.709]],[\"name/567\",[327,64.499]],[\"parent/567\",[324,3.709]],[\"name/568\",[328,64.499]],[\"parent/568\",[324,3.709]],[\"name/569\",[329,64.499]],[\"parent/569\",[324,3.709]],[\"name/570\",[258,49.836]],[\"parent/570\",[324,3.709]],[\"name/571\",[330,64.499]],[\"parent/571\",[324,3.709]],[\"name/572\",[331,64.499]],[\"parent/572\",[324,3.709]],[\"name/573\",[311,59.391]],[\"parent/573\",[324,3.709]],[\"name/574\",[332,53.513]],[\"parent/574\",[]],[\"name/575\",[258,49.836]],[\"parent/575\",[332,4.898]],[\"name/576\",[276,51.507]],[\"parent/576\",[332,4.898]],[\"name/577\",[238,56.026]],[\"parent/577\",[332,4.898]],[\"name/578\",[333,51.507]],[\"parent/578\",[]],[\"name/579\",[334,59.391]],[\"parent/579\",[333,4.714]],[\"name/580\",[130,49.836]],[\"parent/580\",[333,4.714]],[\"name/581\",[335,59.391]],[\"parent/581\",[333,4.714]],[\"name/582\",[194,53.513]],[\"parent/582\",[333,4.714]],[\"name/583\",[336,56.026]],[\"parent/583\",[]],[\"name/584\",[215,59.391]],[\"parent/584\",[336,5.128]],[\"name/585\",[216,59.391]],[\"parent/585\",[336,5.128]],[\"name/586\",[337,47.153]],[\"parent/586\",[]],[\"name/587\",[338,64.499]],[\"parent/587\",[337,4.316]],[\"name/588\",[298,59.391]],[\"parent/588\",[337,4.316]],[\"name/589\",[339,64.499]],[\"parent/589\",[337,4.316]],[\"name/590\",[340,64.499]],[\"parent/590\",[337,4.316]],[\"name/591\",[341,64.499]],[\"parent/591\",[337,4.316]],[\"name/592\",[342,64.499]],[\"parent/592\",[337,4.316]],[\"name/593\",[220,59.391]],[\"parent/593\",[337,4.316]],[\"name/594\",[343,56.026]],[\"parent/594\",[]],[\"name/595\",[344,64.499]],[\"parent/595\",[343,5.128]],[\"name/596\",[345,64.499]],[\"parent/596\",[343,5.128]],[\"name/597\",[346,53.513]],[\"parent/597\",[]],[\"name/598\",[229,45.04]],[\"parent/598\",[346,4.898]],[\"name/599\",[347,64.499]],[\"parent/599\",[346,4.898]],[\"name/600\",[348,64.499]],[\"parent/600\",[346,4.898]],[\"name/601\",[349,53.513]],[\"parent/601\",[]],[\"name/602\",[184,45.04]],[\"parent/602\",[349,4.898]],[\"name/603\",[131,56.026]],[\"parent/603\",[349,4.898]],[\"name/604\",[350,64.499]],[\"parent/604\",[349,4.898]],[\"name/605\",[351,53.513]],[\"parent/605\",[]],[\"name/606\",[184,45.04]],[\"parent/606\",[351,4.898]],[\"name/607\",[352,47.153]],[\"parent/607\",[351,4.898]],[\"name/608\",[353,64.499]],[\"parent/608\",[351,4.898]],[\"name/609\",[352,47.153]],[\"parent/609\",[]],[\"name/610\",[354,64.499]],[\"parent/610\",[352,4.316]],[\"name/611\",[355,64.499]],[\"parent/611\",[352,4.316]],[\"name/612\",[356,64.499]],[\"parent/612\",[352,4.316]],[\"name/613\",[357,64.499]],[\"parent/613\",[352,4.316]],[\"name/614\",[358,64.499]],[\"parent/614\",[352,4.316]],[\"name/615\",[359,64.499]],[\"parent/615\",[352,4.316]],[\"name/616\",[360,59.391]],[\"parent/616\",[]],[\"name/617\",[258,49.836]],[\"parent/617\",[360,5.436]],[\"name/618\",[361,59.391]],[\"parent/618\",[]],[\"name/619\",[276,51.507]],[\"parent/619\",[361,5.436]],[\"name/620\",[362,64.499]],[\"parent/620\",[]],[\"name/621\",[363,59.391]],[\"parent/621\",[]],[\"name/622\",[364,64.499]],[\"parent/622\",[363,5.436]],[\"name/623\",[231,51.507]],[\"parent/623\",[]],[\"name/624\",[144,41.146]],[\"parent/624\",[231,4.714]],[\"name/625\",[229,45.04]],[\"parent/625\",[231,4.714]],[\"name/626\",[234,49.836]],[\"parent/626\",[]],[\"name/627\",[229,45.04]],[\"parent/627\",[234,4.561]],[\"name/628\",[126,45.04]],[\"parent/628\",[234,4.561]],[\"name/629\",[335,59.391]],[\"parent/629\",[234,4.561]],[\"name/630\",[365,51.507]],[\"parent/630\",[]],[\"name/631\",[177,32.859]],[\"parent/631\",[365,4.714]],[\"name/632\",[263,53.513]],[\"parent/632\",[365,4.714]],[\"name/633\",[262,49.836]],[\"parent/633\",[365,4.714]],[\"name/634\",[264,49.836]],[\"parent/634\",[365,4.714]],[\"name/635\",[366,51.507]],[\"parent/635\",[]],[\"name/636\",[177,32.859]],[\"parent/636\",[366,4.714]],[\"name/637\",[263,53.513]],[\"parent/637\",[366,4.714]],[\"name/638\",[262,49.836]],[\"parent/638\",[366,4.714]],[\"name/639\",[264,49.836]],[\"parent/639\",[366,4.714]],[\"name/640\",[367,51.507]],[\"parent/640\",[]],[\"name/641\",[368,59.391]],[\"parent/641\",[367,4.714]],[\"name/642\",[369,59.391]],[\"parent/642\",[367,4.714]],[\"name/643\",[177,32.859]],[\"parent/643\",[367,4.714]],[\"name/644\",[370,64.499]],[\"parent/644\",[367,4.714]],[\"name/645\",[371,53.513]],[\"parent/645\",[]],[\"name/646\",[368,59.391]],[\"parent/646\",[371,4.898]],[\"name/647\",[369,59.391]],[\"parent/647\",[371,4.898]],[\"name/648\",[177,32.859]],[\"parent/648\",[371,4.898]],[\"name/649\",[372,56.026]],[\"parent/649\",[]],[\"name/650\",[177,32.859]],[\"parent/650\",[372,5.128]],[\"name/651\",[262,49.836]],[\"parent/651\",[372,5.128]],[\"name/652\",[373,56.026]],[\"parent/652\",[]],[\"name/653\",[309,53.513]],[\"parent/653\",[373,5.128]],[\"name/654\",[177,32.859]],[\"parent/654\",[373,5.128]],[\"name/655\",[374,56.026]],[\"parent/655\",[]],[\"name/656\",[309,53.513]],[\"parent/656\",[374,5.128]],[\"name/657\",[177,32.859]],[\"parent/657\",[374,5.128]],[\"name/658\",[375,45.04]],[\"parent/658\",[]],[\"name/659\",[292,59.391]],[\"parent/659\",[375,4.122]],[\"name/660\",[376,64.499]],[\"parent/660\",[375,4.122]],[\"name/661\",[377,64.499]],[\"parent/661\",[375,4.122]],[\"name/662\",[378,64.499]],[\"parent/662\",[375,4.122]],[\"name/663\",[136,51.507]],[\"parent/663\",[375,4.122]],[\"name/664\",[379,64.499]],[\"parent/664\",[375,4.122]],[\"name/665\",[380,64.499]],[\"parent/665\",[375,4.122]],[\"name/666\",[381,64.499]],[\"parent/666\",[375,4.122]],[\"name/667\",[382,64.499]],[\"parent/667\",[375,4.122]],[\"name/668\",[383,51.507]],[\"parent/668\",[]],[\"name/669\",[384,64.499]],[\"parent/669\",[383,4.714]],[\"name/670\",[385,64.499]],[\"parent/670\",[383,4.714]],[\"name/671\",[386,64.499]],[\"parent/671\",[383,4.714]],[\"name/672\",[387,64.499]],[\"parent/672\",[383,4.714]],[\"name/673\",[388,56.026]],[\"parent/673\",[]],[\"name/674\",[389,64.499]],[\"parent/674\",[388,5.128]],[\"name/675\",[258,49.836]],[\"parent/675\",[388,5.128]],[\"name/676\",[390,56.026]],[\"parent/676\",[]],[\"name/677\",[391,64.499]],[\"parent/677\",[390,5.128]],[\"name/678\",[392,64.499]],[\"parent/678\",[390,5.128]],[\"name/679\",[393,51.507]],[\"parent/679\",[]],[\"name/680\",[394,59.391]],[\"parent/680\",[393,4.714]],[\"name/681\",[201,56.026]],[\"parent/681\",[393,4.714]],[\"name/682\",[202,56.026]],[\"parent/682\",[393,4.714]],[\"name/683\",[395,59.391]],[\"parent/683\",[393,4.714]],[\"name/684\",[396,51.507]],[\"parent/684\",[]],[\"name/685\",[394,59.391]],[\"parent/685\",[396,4.714]],[\"name/686\",[397,56.026]],[\"parent/686\",[396,4.714]],[\"name/687\",[398,64.499]],[\"parent/687\",[396,4.714]],[\"name/688\",[395,59.391]],[\"parent/688\",[396,4.714]],[\"name/689\",[399,64.499]],[\"parent/689\",[]],[\"name/690\",[400,64.499]],[\"parent/690\",[]],[\"name/691\",[401,64.499]],[\"parent/691\",[]],[\"name/692\",[402,59.391]],[\"parent/692\",[]],[\"name/693\",[403,64.499]],[\"parent/693\",[402,5.436]],[\"name/694\",[404,49.836]],[\"parent/694\",[]],[\"name/695\",[405,64.499]],[\"parent/695\",[404,4.561]],[\"name/696\",[174,56.026]],[\"parent/696\",[404,4.561]],[\"name/697\",[211,56.026]],[\"parent/697\",[404,4.561]],[\"name/698\",[212,56.026]],[\"parent/698\",[404,4.561]],[\"name/699\",[406,64.499]],[\"parent/699\",[404,4.561]],[\"name/700\",[407,56.026]],[\"parent/700\",[]],[\"name/701\",[408,64.499]],[\"parent/701\",[407,5.128]],[\"name/702\",[409,64.499]],[\"parent/702\",[407,5.128]],[\"name/703\",[410,59.391]],[\"parent/703\",[]],[\"name/704\",[411,64.499]],[\"parent/704\",[410,5.436]],[\"name/705\",[412,42.527]],[\"parent/705\",[]],[\"name/706\",[413,64.499]],[\"parent/706\",[412,3.892]],[\"name/707\",[414,64.499]],[\"parent/707\",[412,3.892]],[\"name/708\",[227,47.153]],[\"parent/708\",[412,3.892]],[\"name/709\",[228,47.153]],[\"parent/709\",[412,3.892]],[\"name/710\",[415,64.499]],[\"parent/710\",[412,3.892]],[\"name/711\",[334,59.391]],[\"parent/711\",[412,3.892]],[\"name/712\",[129,47.153]],[\"parent/712\",[412,3.892]],[\"name/713\",[130,49.836]],[\"parent/713\",[412,3.892]],[\"name/714\",[194,53.513]],[\"parent/714\",[412,3.892]],[\"name/715\",[184,45.04]],[\"parent/715\",[412,3.892]],[\"name/716\",[195,56.026]],[\"parent/716\",[412,3.892]],[\"name/717\",[144,41.146]],[\"parent/717\",[412,3.892]],[\"name/718\",[416,53.513]],[\"parent/718\",[]],[\"name/719\",[417,64.499]],[\"parent/719\",[416,4.898]],[\"name/720\",[418,56.026]],[\"parent/720\",[416,4.898]],[\"name/721\",[185,48.405]],[\"parent/721\",[416,4.898]],[\"name/722\",[419,59.391]],[\"parent/722\",[]],[\"name/723\",[420,64.499]],[\"parent/723\",[419,5.436]],[\"name/724\",[421,53.513]],[\"parent/724\",[]],[\"name/725\",[229,45.04]],[\"parent/725\",[421,4.898]],[\"name/726\",[129,47.153]],[\"parent/726\",[421,4.898]],[\"name/727\",[176,41.146]],[\"parent/727\",[421,4.898]],[\"name/728\",[422,51.507]],[\"parent/728\",[]],[\"name/729\",[423,64.499]],[\"parent/729\",[422,4.714]],[\"name/730\",[229,45.04]],[\"parent/730\",[422,4.714]],[\"name/731\",[129,47.153]],[\"parent/731\",[422,4.714]],[\"name/732\",[176,41.146]],[\"parent/732\",[422,4.714]],[\"name/733\",[424,51.507]],[\"parent/733\",[]],[\"name/734\",[425,64.499]],[\"parent/734\",[424,4.714]],[\"name/735\",[426,59.391]],[\"parent/735\",[424,4.714]],[\"name/736\",[427,64.499]],[\"parent/736\",[424,4.714]],[\"name/737\",[428,59.391]],[\"parent/737\",[424,4.714]],[\"name/738\",[429,51.507]],[\"parent/738\",[]],[\"name/739\",[430,64.499]],[\"parent/739\",[429,4.714]],[\"name/740\",[15,56.026]],[\"parent/740\",[429,4.714]],[\"name/741\",[431,64.499]],[\"parent/741\",[429,4.714]],[\"name/742\",[432,64.499]],[\"parent/742\",[429,4.714]],[\"name/743\",[433,44.131]],[\"parent/743\",[]],[\"name/744\",[176,41.146]],[\"parent/744\",[433,4.039]],[\"name/745\",[434,59.391]],[\"parent/745\",[433,4.039]],[\"name/746\",[185,48.405]],[\"parent/746\",[433,4.039]],[\"name/747\",[228,47.153]],[\"parent/747\",[433,4.039]],[\"name/748\",[227,47.153]],[\"parent/748\",[433,4.039]],[\"name/749\",[229,45.04]],[\"parent/749\",[433,4.039]],[\"name/750\",[435,56.026]],[\"parent/750\",[433,4.039]],[\"name/751\",[418,56.026]],[\"parent/751\",[433,4.039]],[\"name/752\",[436,59.391]],[\"parent/752\",[433,4.039]],[\"name/753\",[437,59.391]],[\"parent/753\",[433,4.039]],[\"name/754\",[438,53.513]],[\"parent/754\",[]],[\"name/755\",[439,64.499]],[\"parent/755\",[438,4.898]],[\"name/756\",[426,59.391]],[\"parent/756\",[438,4.898]],[\"name/757\",[428,59.391]],[\"parent/757\",[438,4.898]],[\"name/758\",[440,51.507]],[\"parent/758\",[]],[\"name/759\",[441,53.513]],[\"parent/759\",[440,4.714]],[\"name/760\",[126,45.04]],[\"parent/760\",[440,4.714]],[\"name/761\",[442,59.391]],[\"parent/761\",[440,4.714]],[\"name/762\",[434,59.391]],[\"parent/762\",[440,4.714]],[\"name/763\",[443,56.026]],[\"parent/763\",[]],[\"name/764\",[444,59.391]],[\"parent/764\",[443,5.128]],[\"name/765\",[445,64.499]],[\"parent/765\",[443,5.128]],[\"name/766\",[446,45.04]],[\"parent/766\",[]],[\"name/767\",[447,48.405]],[\"parent/767\",[446,4.122]],[\"name/768\",[28,33.439]],[\"parent/768\",[446,4.122]],[\"name/769\",[176,41.146]],[\"parent/769\",[446,4.122]],[\"name/770\",[31,46.041]],[\"parent/770\",[446,4.122]],[\"name/771\",[448,47.153]],[\"parent/771\",[446,4.122]],[\"name/772\",[449,48.405]],[\"parent/772\",[446,4.122]],[\"name/773\",[450,48.405]],[\"parent/773\",[446,4.122]],[\"name/774\",[451,48.405]],[\"parent/774\",[446,4.122]],[\"name/775\",[452,47.153]],[\"parent/775\",[446,4.122]],[\"name/776\",[453,56.026]],[\"parent/776\",[]],[\"name/777\",[454,64.499]],[\"parent/777\",[453,5.128]],[\"name/778\",[455,64.499]],[\"parent/778\",[453,5.128]],[\"name/779\",[456,48.405]],[\"parent/779\",[]],[\"name/780\",[457,64.499]],[\"parent/780\",[456,4.43]],[\"name/781\",[458,64.499]],[\"parent/781\",[456,4.43]],[\"name/782\",[459,64.499]],[\"parent/782\",[456,4.43]],[\"name/783\",[460,64.499]],[\"parent/783\",[456,4.43]],[\"name/784\",[461,64.499]],[\"parent/784\",[456,4.43]],[\"name/785\",[462,64.499]],[\"parent/785\",[456,4.43]],[\"name/786\",[463,45.04]],[\"parent/786\",[]],[\"name/787\",[176,41.146]],[\"parent/787\",[463,4.122]],[\"name/788\",[447,48.405]],[\"parent/788\",[463,4.122]],[\"name/789\",[28,33.439]],[\"parent/789\",[463,4.122]],[\"name/790\",[31,46.041]],[\"parent/790\",[463,4.122]],[\"name/791\",[448,47.153]],[\"parent/791\",[463,4.122]],[\"name/792\",[449,48.405]],[\"parent/792\",[463,4.122]],[\"name/793\",[450,48.405]],[\"parent/793\",[463,4.122]],[\"name/794\",[451,48.405]],[\"parent/794\",[463,4.122]],[\"name/795\",[452,47.153]],[\"parent/795\",[463,4.122]],[\"name/796\",[464,45.04]],[\"parent/796\",[]],[\"name/797\",[176,41.146]],[\"parent/797\",[464,4.122]],[\"name/798\",[447,48.405]],[\"parent/798\",[464,4.122]],[\"name/799\",[28,33.439]],[\"parent/799\",[464,4.122]],[\"name/800\",[31,46.041]],[\"parent/800\",[464,4.122]],[\"name/801\",[448,47.153]],[\"parent/801\",[464,4.122]],[\"name/802\",[449,48.405]],[\"parent/802\",[464,4.122]],[\"name/803\",[450,48.405]],[\"parent/803\",[464,4.122]],[\"name/804\",[451,48.405]],[\"parent/804\",[464,4.122]],[\"name/805\",[452,47.153]],[\"parent/805\",[464,4.122]],[\"name/806\",[465,45.04]],[\"parent/806\",[]],[\"name/807\",[176,41.146]],[\"parent/807\",[465,4.122]],[\"name/808\",[447,48.405]],[\"parent/808\",[465,4.122]],[\"name/809\",[28,33.439]],[\"parent/809\",[465,4.122]],[\"name/810\",[31,46.041]],[\"parent/810\",[465,4.122]],[\"name/811\",[448,47.153]],[\"parent/811\",[465,4.122]],[\"name/812\",[449,48.405]],[\"parent/812\",[465,4.122]],[\"name/813\",[450,48.405]],[\"parent/813\",[465,4.122]],[\"name/814\",[451,48.405]],[\"parent/814\",[465,4.122]],[\"name/815\",[452,47.153]],[\"parent/815\",[465,4.122]],[\"name/816\",[466,45.04]],[\"parent/816\",[]],[\"name/817\",[176,41.146]],[\"parent/817\",[466,4.122]],[\"name/818\",[447,48.405]],[\"parent/818\",[466,4.122]],[\"name/819\",[28,33.439]],[\"parent/819\",[466,4.122]],[\"name/820\",[31,46.041]],[\"parent/820\",[466,4.122]],[\"name/821\",[448,47.153]],[\"parent/821\",[466,4.122]],[\"name/822\",[449,48.405]],[\"parent/822\",[466,4.122]],[\"name/823\",[450,48.405]],[\"parent/823\",[466,4.122]],[\"name/824\",[451,48.405]],[\"parent/824\",[466,4.122]],[\"name/825\",[452,47.153]],[\"parent/825\",[466,4.122]],[\"name/826\",[467,45.04]],[\"parent/826\",[]],[\"name/827\",[176,41.146]],[\"parent/827\",[467,4.122]],[\"name/828\",[447,48.405]],[\"parent/828\",[467,4.122]],[\"name/829\",[28,33.439]],[\"parent/829\",[467,4.122]],[\"name/830\",[31,46.041]],[\"parent/830\",[467,4.122]],[\"name/831\",[448,47.153]],[\"parent/831\",[467,4.122]],[\"name/832\",[449,48.405]],[\"parent/832\",[467,4.122]],[\"name/833\",[450,48.405]],[\"parent/833\",[467,4.122]],[\"name/834\",[451,48.405]],[\"parent/834\",[467,4.122]],[\"name/835\",[452,47.153]],[\"parent/835\",[467,4.122]],[\"name/836\",[468,45.04]],[\"parent/836\",[]],[\"name/837\",[176,41.146]],[\"parent/837\",[468,4.122]],[\"name/838\",[447,48.405]],[\"parent/838\",[468,4.122]],[\"name/839\",[28,33.439]],[\"parent/839\",[468,4.122]],[\"name/840\",[31,46.041]],[\"parent/840\",[468,4.122]],[\"name/841\",[448,47.153]],[\"parent/841\",[468,4.122]],[\"name/842\",[449,48.405]],[\"parent/842\",[468,4.122]],[\"name/843\",[450,48.405]],[\"parent/843\",[468,4.122]],[\"name/844\",[451,48.405]],[\"parent/844\",[468,4.122]],[\"name/845\",[452,47.153]],[\"parent/845\",[468,4.122]],[\"name/846\",[469,56.026]],[\"parent/846\",[]],[\"name/847\",[470,64.499]],[\"parent/847\",[469,5.128]],[\"name/848\",[275,48.405]],[\"parent/848\",[469,5.128]],[\"name/849\",[471,56.026]],[\"parent/849\",[]],[\"name/850\",[319,56.026]],[\"parent/850\",[471,5.128]],[\"name/851\",[177,32.859]],[\"parent/851\",[471,5.128]],[\"name/852\",[472,53.513]],[\"parent/852\",[]],[\"name/853\",[397,56.026]],[\"parent/853\",[472,4.898]],[\"name/854\",[275,48.405]],[\"parent/854\",[472,4.898]],[\"name/855\",[177,32.859]],[\"parent/855\",[472,4.898]],[\"name/856\",[473,59.391]],[\"parent/856\",[]],[\"name/857\",[474,59.391]],[\"parent/857\",[473,5.436]],[\"name/858\",[475,59.391]],[\"parent/858\",[]],[\"name/859\",[452,47.153]],[\"parent/859\",[475,5.436]],[\"name/860\",[476,56.026]],[\"parent/860\",[]],[\"name/861\",[477,59.391]],[\"parent/861\",[476,5.128]],[\"name/862\",[28,33.439]],[\"parent/862\",[476,5.128]],[\"name/863\",[478,56.026]],[\"parent/863\",[]],[\"name/864\",[474,59.391]],[\"parent/864\",[478,5.128]],[\"name/865\",[28,33.439]],[\"parent/865\",[478,5.128]],[\"name/866\",[479,56.026]],[\"parent/866\",[]],[\"name/867\",[397,56.026]],[\"parent/867\",[479,5.128]],[\"name/868\",[28,33.439]],[\"parent/868\",[479,5.128]],[\"name/869\",[480,56.026]],[\"parent/869\",[]],[\"name/870\",[184,45.04]],[\"parent/870\",[480,5.128]],[\"name/871\",[144,41.146]],[\"parent/871\",[480,5.128]],[\"name/872\",[481,53.513]],[\"parent/872\",[]],[\"name/873\",[477,59.391]],[\"parent/873\",[481,4.898]],[\"name/874\",[275,48.405]],[\"parent/874\",[481,4.898]],[\"name/875\",[177,32.859]],[\"parent/875\",[481,4.898]],[\"name/876\",[482,59.391]],[\"parent/876\",[]],[\"name/877\",[448,47.153]],[\"parent/877\",[482,5.436]],[\"name/878\",[483,56.026]],[\"parent/878\",[]],[\"name/879\",[484,64.499]],[\"parent/879\",[483,5.128]],[\"name/880\",[485,64.499]],[\"parent/880\",[483,5.128]],[\"name/881\",[486,56.026]],[\"parent/881\",[]],[\"name/882\",[487,64.499]],[\"parent/882\",[486,5.128]],[\"name/883\",[488,64.499]],[\"parent/883\",[486,5.128]],[\"name/884\",[489,56.026]],[\"parent/884\",[]],[\"name/885\",[490,64.499]],[\"parent/885\",[489,5.128]],[\"name/886\",[491,64.499]],[\"parent/886\",[489,5.128]],[\"name/887\",[492,59.391]],[\"parent/887\",[]],[\"name/888\",[493,64.499]],[\"parent/888\",[492,5.436]],[\"name/889\",[494,64.499]],[\"parent/889\",[]],[\"name/890\",[495,64.499]],[\"parent/890\",[]],[\"name/891\",[496,64.499]],[\"parent/891\",[]],[\"name/892\",[497,64.499]],[\"parent/892\",[]],[\"name/893\",[498,48.405]],[\"parent/893\",[]],[\"name/894\",[228,47.153]],[\"parent/894\",[498,4.43]],[\"name/895\",[227,47.153]],[\"parent/895\",[498,4.43]],[\"name/896\",[435,56.026]],[\"parent/896\",[498,4.43]],[\"name/897\",[499,64.499]],[\"parent/897\",[498,4.43]],[\"name/898\",[229,45.04]],[\"parent/898\",[498,4.43]],[\"name/899\",[442,59.391]],[\"parent/899\",[498,4.43]],[\"name/900\",[500,49.836]],[\"parent/900\",[]],[\"name/901\",[501,64.499]],[\"parent/901\",[500,4.561]],[\"name/902\",[502,64.499]],[\"parent/902\",[500,4.561]],[\"name/903\",[503,64.499]],[\"parent/903\",[500,4.561]],[\"name/904\",[504,64.499]],[\"parent/904\",[500,4.561]],[\"name/905\",[505,64.499]],[\"parent/905\",[500,4.561]],[\"name/906\",[506,64.499]],[\"parent/906\",[]],[\"name/907\",[507,56.026]],[\"parent/907\",[]],[\"name/908\",[508,64.499]],[\"parent/908\",[507,5.128]],[\"name/909\",[509,64.499]],[\"parent/909\",[507,5.128]],[\"name/910\",[510,56.026]],[\"parent/910\",[]],[\"name/911\",[176,41.146]],[\"parent/911\",[510,5.128]],[\"name/912\",[511,59.391]],[\"parent/912\",[510,5.128]],[\"name/913\",[512,56.026]],[\"parent/913\",[]],[\"name/914\",[176,41.146]],[\"parent/914\",[512,5.128]],[\"name/915\",[511,59.391]],[\"parent/915\",[512,5.128]],[\"name/916\",[513,43.297]],[\"parent/916\",[]],[\"name/917\",[176,41.146]],[\"parent/917\",[513,3.963]],[\"name/918\",[227,47.153]],[\"parent/918\",[513,3.963]],[\"name/919\",[228,47.153]],[\"parent/919\",[513,3.963]],[\"name/920\",[229,45.04]],[\"parent/920\",[513,3.963]],[\"name/921\",[435,56.026]],[\"parent/921\",[513,3.963]],[\"name/922\",[418,56.026]],[\"parent/922\",[513,3.963]],[\"name/923\",[436,59.391]],[\"parent/923\",[513,3.963]],[\"name/924\",[437,59.391]],[\"parent/924\",[513,3.963]],[\"name/925\",[185,48.405]],[\"parent/925\",[513,3.963]],[\"name/926\",[514,64.499]],[\"parent/926\",[513,3.963]],[\"name/927\",[444,59.391]],[\"parent/927\",[513,3.963]],[\"name/928\",[515,53.513]],[\"parent/928\",[]],[\"name/929\",[276,51.507]],[\"parent/929\",[515,4.898]],[\"name/930\",[126,45.04]],[\"parent/930\",[515,4.898]],[\"name/931\",[441,53.513]],[\"parent/931\",[515,4.898]],[\"name/932\",[516,51.507]],[\"parent/932\",[]],[\"name/933\",[198,49.836]],[\"parent/933\",[516,4.714]],[\"name/934\",[199,49.836]],[\"parent/934\",[516,4.714]],[\"name/935\",[126,45.04]],[\"parent/935\",[516,4.714]],[\"name/936\",[441,53.513]],[\"parent/936\",[516,4.714]],[\"name/937\",[517,56.026]],[\"parent/937\",[]],[\"name/938\",[126,45.04]],[\"parent/938\",[517,5.128]],[\"name/939\",[441,53.513]],[\"parent/939\",[517,5.128]],[\"name/940\",[518,64.499]],[\"parent/940\",[]],[\"name/941\",[519,51.507]],[\"parent/941\",[]],[\"name/942\",[193,51.507]],[\"parent/942\",[519,4.714]],[\"name/943\",[520,64.499]],[\"parent/943\",[519,4.714]],[\"name/944\",[521,64.499]],[\"parent/944\",[519,4.714]],[\"name/945\",[522,64.499]],[\"parent/945\",[519,4.714]],[\"name/946\",[523,64.499]],[\"parent/946\",[]],[\"name/947\",[524,64.499]],[\"parent/947\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":23,\"name\":{\"24\":{},\"25\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{},\"34\":{},\"57\":{},\"74\":{},\"75\":{},\"76\":{},\"77\":{}},\"parent\":{}}],[\"_events\",{\"_index\":43,\"name\":{\"59\":{}},\"parent\":{}}],[\"_listenercount\",{\"_index\":54,\"name\":{\"72\":{}},\"parent\":{}}],[\"_listeners\",{\"_index\":55,\"name\":{\"73\":{}},\"parent\":{}}],[\"_off\",{\"_index\":52,\"name\":{\"70\":{}},\"parent\":{}}],[\"_removealllisteners\",{\"_index\":53,\"name\":{\"71\":{}},\"parent\":{}}],[\"_startpending\",{\"_index\":38,\"name\":{\"53\":{}},\"parent\":{}}],[\"acquiredat\",{\"_index\":143,\"name\":{\"187\":{},\"373\":{},\"423\":{},\"522\":{}},\"parent\":{\"374\":{},\"375\":{}}}],[\"addaddresses\",{\"_index\":490,\"name\":{\"885\":{}},\"parent\":{}}],[\"addfilters\",{\"_index\":484,\"name\":{\"879\":{}},\"parent\":{}}],[\"addmetadatafilters\",{\"_index\":487,\"name\":{\"882\":{}},\"parent\":{}}],[\"address\",{\"_index\":126,\"name\":{\"167\":{},\"176\":{},\"238\":{},\"241\":{},\"492\":{},\"628\":{},\"760\":{},\"930\":{},\"935\":{},\"938\":{}},\"parent\":{}}],[\"address_activity\",{\"_index\":459,\"name\":{\"782\":{}},\"parent\":{}}],[\"addressactivityresponse\",{\"_index\":472,\"name\":{\"852\":{}},\"parent\":{\"853\":{},\"854\":{},\"855\":{}}}],[\"addressactivitywebhook\",{\"_index\":465,\"name\":{\"806\":{}},\"parent\":{\"807\":{},\"808\":{},\"809\":{},\"810\":{},\"811\":{},\"812\":{},\"813\":{},\"814\":{},\"815\":{}}}],[\"addresses\",{\"_index\":397,\"name\":{\"686\":{},\"853\":{},\"867\":{}},\"parent\":{}}],[\"addresswebhookparams\",{\"_index\":479,\"name\":{\"866\":{}},\"parent\":{\"867\":{},\"868\":{}}}],[\"addresswebhookupdate\",{\"_index\":497,\"name\":{\"892\":{}},\"parent\":{}}],[\"airdrops\",{\"_index\":269,\"name\":{\"396\":{},\"399\":{}},\"parent\":{}}],[\"alchemy\",{\"_index\":1,\"name\":{\"1\":{}},\"parent\":{\"2\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"8\":{},\"9\":{}}}],[\"alchemyconfig\",{\"_index\":26,\"name\":{\"37\":{}},\"parent\":{\"38\":{},\"39\":{},\"40\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{},\"46\":{},\"47\":{}}}],[\"alchemyeventfilter\",{\"_index\":401,\"name\":{\"691\":{}},\"parent\":{}}],[\"alchemyeventtype\",{\"_index\":400,\"name\":{\"690\":{}},\"parent\":{}}],[\"alchemyminedtransactionsaddress\",{\"_index\":399,\"name\":{\"689\":{}},\"parent\":{}}],[\"alchemyminedtransactionseventfilter\",{\"_index\":396,\"name\":{\"684\":{}},\"parent\":{\"685\":{},\"686\":{},\"687\":{},\"688\":{}}}],[\"alchemypendingtransactionseventfilter\",{\"_index\":393,\"name\":{\"679\":{}},\"parent\":{\"680\":{},\"681\":{},\"682\":{},\"683\":{}}}],[\"alchemyprovider\",{\"_index\":36,\"name\":{\"48\":{}},\"parent\":{\"49\":{},\"50\":{},\"51\":{},\"52\":{},\"53\":{},\"54\":{},\"55\":{},\"56\":{},\"57\":{}}}],[\"alchemyproviderpromise\",{\"_index\":11,\"name\":{\"12\":{}},\"parent\":{}}],[\"alchemysettings\",{\"_index\":151,\"name\":{\"199\":{}},\"parent\":{\"200\":{},\"201\":{},\"202\":{},\"203\":{},\"204\":{},\"205\":{},\"206\":{}}}],[\"alchemysubscription\",{\"_index\":390,\"name\":{\"676\":{}},\"parent\":{\"677\":{},\"678\":{}}}],[\"alchemywebsocketprovider\",{\"_index\":42,\"name\":{\"58\":{}},\"parent\":{\"59\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"68\":{},\"69\":{},\"70\":{},\"71\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{},\"76\":{},\"77\":{}}}],[\"already_queued\",{\"_index\":355,\"name\":{\"611\":{}},\"parent\":{}}],[\"amount\",{\"_index\":334,\"name\":{\"579\":{},\"711\":{}},\"parent\":{}}],[\"apikey\",{\"_index\":27,\"name\":{\"39\":{},\"49\":{},\"60\":{},\"200\":{}},\"parent\":{}}],[\"appid\",{\"_index\":452,\"name\":{\"775\":{},\"795\":{},\"805\":{},\"815\":{},\"825\":{},\"835\":{},\"845\":{},\"859\":{}},\"parent\":{}}],[\"approve\",{\"_index\":408,\"name\":{\"701\":{}},\"parent\":{}}],[\"approved\",{\"_index\":385,\"name\":{\"670\":{}},\"parent\":{}}],[\"arb_goerli\",{\"_index\":163,\"name\":{\"219\":{}},\"parent\":{}}],[\"arb_mainnet\",{\"_index\":161,\"name\":{\"217\":{}},\"parent\":{}}],[\"arb_rinkeby\",{\"_index\":162,\"name\":{\"218\":{}},\"parent\":{}}],[\"arb_sepolia\",{\"_index\":164,\"name\":{\"220\":{}},\"parent\":{}}],[\"ascending\",{\"_index\":215,\"name\":{\"304\":{},\"584\":{}},\"parent\":{}}],[\"asset\",{\"_index\":232,\"name\":{\"328\":{},\"342\":{}},\"parent\":{}}],[\"assettransferscategory\",{\"_index\":208,\"name\":{\"296\":{}},\"parent\":{\"297\":{},\"298\":{},\"299\":{},\"300\":{},\"301\":{},\"302\":{}}}],[\"assettransfersmetadata\",{\"_index\":237,\"name\":{\"345\":{}},\"parent\":{\"346\":{}}}],[\"assettransfersorder\",{\"_index\":214,\"name\":{\"303\":{}},\"parent\":{\"304\":{},\"305\":{}}}],[\"assettransfersparams\",{\"_index\":197,\"name\":{\"272\":{}},\"parent\":{\"273\":{},\"274\":{},\"275\":{},\"276\":{},\"277\":{},\"278\":{},\"279\":{},\"280\":{},\"281\":{},\"282\":{},\"283\":{}}}],[\"assettransfersresponse\",{\"_index\":221,\"name\":{\"312\":{}},\"parent\":{\"313\":{},\"314\":{}}}],[\"assettransfersresult\",{\"_index\":224,\"name\":{\"318\":{}},\"parent\":{\"319\":{},\"320\":{},\"321\":{},\"322\":{},\"323\":{},\"324\":{},\"325\":{},\"326\":{},\"327\":{},\"328\":{},\"329\":{},\"330\":{}}}],[\"assettransferswithmetadataparams\",{\"_index\":207,\"name\":{\"284\":{}},\"parent\":{\"285\":{},\"286\":{},\"287\":{},\"288\":{},\"289\":{},\"290\":{},\"291\":{},\"292\":{},\"293\":{},\"294\":{},\"295\":{}}}],[\"assettransferswithmetadataresponse\",{\"_index\":223,\"name\":{\"315\":{}},\"parent\":{\"316\":{},\"317\":{}}}],[\"assettransferswithmetadataresult\",{\"_index\":235,\"name\":{\"331\":{}},\"parent\":{\"332\":{},\"333\":{},\"334\":{},\"335\":{},\"336\":{},\"337\":{},\"338\":{},\"339\":{},\"340\":{},\"341\":{},\"342\":{},\"343\":{},\"344\":{}}}],[\"assettype\",{\"_index\":413,\"name\":{\"706\":{}},\"parent\":{}}],[\"astar_mainnet\",{\"_index\":167,\"name\":{\"223\":{}},\"parent\":{}}],[\"attributes\",{\"_index\":243,\"name\":{\"353\":{}},\"parent\":{}}],[\"authority\",{\"_index\":428,\"name\":{\"737\":{},\"757\":{}},\"parent\":{}}],[\"authtoken\",{\"_index\":32,\"name\":{\"44\":{},\"204\":{}},\"parent\":{}}],[\"background_color\",{\"_index\":242,\"name\":{\"352\":{}},\"parent\":{}}],[\"balance\",{\"_index\":193,\"name\":{\"261\":{},\"413\":{},\"427\":{},\"446\":{},\"942\":{}},\"parent\":{}}],[\"base_goerli\",{\"_index\":171,\"name\":{\"227\":{}},\"parent\":{}}],[\"base_mainnet\",{\"_index\":170,\"name\":{\"226\":{}},\"parent\":{}}],[\"basenft\",{\"_index\":145,\"name\":{\"190\":{}},\"parent\":{\"191\":{},\"192\":{},\"193\":{}}}],[\"basenftcontract\",{\"_index\":125,\"name\":{\"166\":{}},\"parent\":{\"167\":{}}}],[\"batchrequests\",{\"_index\":30,\"name\":{\"42\":{},\"51\":{},\"206\":{}},\"parent\":{}}],[\"block\",{\"_index\":369,\"name\":{\"642\":{},\"647\":{}},\"parent\":{}}],[\"blockhash\",{\"_index\":276,\"name\":{\"406\":{},\"411\":{},\"576\":{},\"619\":{},\"929\":{}},\"parent\":{}}],[\"blockidentifier\",{\"_index\":506,\"name\":{\"906\":{}},\"parent\":{}}],[\"blocknum\",{\"_index\":226,\"name\":{\"321\":{},\"335\":{}},\"parent\":{}}],[\"blocknumber\",{\"_index\":258,\"name\":{\"375\":{},\"512\":{},\"570\":{},\"575\":{},\"617\":{},\"675\":{}},\"parent\":{}}],[\"blocktimestamp\",{\"_index\":238,\"name\":{\"346\":{},\"374\":{},\"577\":{}},\"parent\":{}}],[\"blur\",{\"_index\":342,\"name\":{\"592\":{}},\"parent\":{}}],[\"bundleindex\",{\"_index\":331,\"name\":{\"572\":{}},\"parent\":{}}],[\"buyer\",{\"_index\":344,\"name\":{\"595\":{}},\"parent\":{}}],[\"buyeraddress\",{\"_index\":316,\"name\":{\"537\":{},\"549\":{},\"563\":{}},\"parent\":{}}],[\"bytes\",{\"_index\":249,\"name\":{\"363\":{}},\"parent\":{}}],[\"call\",{\"_index\":15,\"name\":{\"16\":{},\"124\":{},\"740\":{}},\"parent\":{}}],[\"call_tracer\",{\"_index\":508,\"name\":{\"908\":{}},\"parent\":{}}],[\"calls\",{\"_index\":444,\"name\":{\"764\":{},\"927\":{}},\"parent\":{}}],[\"cancelprivatetransaction\",{\"_index\":105,\"name\":{\"142\":{}},\"parent\":{}}],[\"category\",{\"_index\":204,\"name\":{\"280\":{},\"293\":{},\"320\":{},\"334\":{}},\"parent\":{}}],[\"changes\",{\"_index\":417,\"name\":{\"719\":{}},\"parent\":{}}],[\"changetype\",{\"_index\":414,\"name\":{\"707\":{}},\"parent\":{}}],[\"checknftownership\",{\"_index\":71,\"name\":{\"93\":{}},\"parent\":{}}],[\"classifications\",{\"_index\":257,\"name\":{\"372\":{}},\"parent\":{}}],[\"code\",{\"_index\":521,\"name\":{\"944\":{}},\"parent\":{}}],[\"collectionname\",{\"_index\":376,\"name\":{\"660\":{}},\"parent\":{}}],[\"collectionurl\",{\"_index\":294,\"name\":{\"461\":{}},\"parent\":{}}],[\"commitmentlevel\",{\"_index\":500,\"name\":{\"900\":{}},\"parent\":{\"901\":{},\"902\":{},\"903\":{},\"904\":{},\"905\":{}}}],[\"computerarity\",{\"_index\":77,\"name\":{\"99\":{}},\"parent\":{}}],[\"config\",{\"_index\":7,\"name\":{\"7\":{}},\"parent\":{}}],[\"constructor\",{\"_index\":2,\"name\":{\"2\":{},\"11\":{},\"27\":{},\"36\":{},\"38\":{}},\"parent\":{}}],[\"contract\",{\"_index\":24,\"name\":{\"26\":{},\"178\":{},\"191\":{},\"414\":{},\"428\":{},\"513\":{}},\"parent\":{\"27\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{},\"34\":{}}}],[\"contractaddress\",{\"_index\":184,\"name\":{\"245\":{},\"249\":{},\"259\":{},\"452\":{},\"543\":{},\"560\":{},\"602\":{},\"606\":{},\"715\":{},\"870\":{}},\"parent\":{}}],[\"contractaddresses\",{\"_index\":188,\"name\":{\"253\":{},\"278\":{},\"291\":{},\"378\":{},\"387\":{},\"497\":{},\"526\":{}},\"parent\":{}}],[\"contractdeployer\",{\"_index\":133,\"name\":{\"174\":{},\"490\":{}},\"parent\":{}}],[\"contractfactory\",{\"_index\":25,\"name\":{\"35\":{}},\"parent\":{\"36\":{}}}],[\"contractforowner\",{\"_index\":302,\"name\":{\"478\":{}},\"parent\":{\"479\":{},\"480\":{},\"481\":{},\"482\":{},\"483\":{},\"484\":{},\"485\":{},\"486\":{},\"487\":{},\"488\":{},\"489\":{},\"490\":{},\"491\":{},\"492\":{}}}],[\"contracts\",{\"_index\":301,\"name\":{\"475\":{}},\"parent\":{}}],[\"core\",{\"_index\":3,\"name\":{\"3\":{}},\"parent\":{}}],[\"corenamespace\",{\"_index\":83,\"name\":{\"111\":{}},\"parent\":{\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"124\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{},\"129\":{},\"130\":{},\"131\":{},\"132\":{},\"133\":{},\"134\":{},\"135\":{},\"136\":{},\"137\":{},\"138\":{},\"139\":{}}}],[\"create\",{\"_index\":430,\"name\":{\"739\":{}},\"parent\":{}}],[\"createwebhook\",{\"_index\":117,\"name\":{\"158\":{}},\"parent\":{}}],[\"cryptopunks\",{\"_index\":341,\"name\":{\"591\":{}},\"parent\":{}}],[\"customgraphqlwebhook\",{\"_index\":468,\"name\":{\"836\":{}},\"parent\":{\"837\":{},\"838\":{},\"839\":{},\"840\":{},\"841\":{},\"842\":{},\"843\":{},\"844\":{},\"845\":{}}}],[\"customgraphqlwebhookconfig\",{\"_index\":473,\"name\":{\"856\":{}},\"parent\":{\"857\":{}}}],[\"customgraphqlwebhookparams\",{\"_index\":478,\"name\":{\"863\":{}},\"parent\":{\"864\":{},\"865\":{}}}],[\"customgraphqlwebhookupdate\",{\"_index\":496,\"name\":{\"891\":{}},\"parent\":{}}],[\"data\",{\"_index\":442,\"name\":{\"761\":{},\"899\":{}},\"parent\":{}}],[\"debug\",{\"_index\":9,\"name\":{\"9\":{}},\"parent\":{}}],[\"debugcalltrace\",{\"_index\":513,\"name\":{\"916\":{}},\"parent\":{\"917\":{},\"918\":{},\"919\":{},\"920\":{},\"921\":{},\"922\":{},\"923\":{},\"924\":{},\"925\":{},\"926\":{},\"927\":{}}}],[\"debugcalltracer\",{\"_index\":510,\"name\":{\"910\":{}},\"parent\":{\"911\":{},\"912\":{}}}],[\"debugcalltype\",{\"_index\":429,\"name\":{\"738\":{}},\"parent\":{\"739\":{},\"740\":{},\"741\":{},\"742\":{}}}],[\"debugnamespace\",{\"_index\":121,\"name\":{\"162\":{}},\"parent\":{\"163\":{},\"164\":{},\"165\":{}}}],[\"debugprestate\",{\"_index\":519,\"name\":{\"941\":{}},\"parent\":{\"942\":{},\"943\":{},\"944\":{},\"945\":{}}}],[\"debugprestatetrace\",{\"_index\":518,\"name\":{\"940\":{}},\"parent\":{}}],[\"debugprestatetracer\",{\"_index\":512,\"name\":{\"913\":{}},\"parent\":{\"914\":{},\"915\":{}}}],[\"debugtracertype\",{\"_index\":507,\"name\":{\"907\":{}},\"parent\":{\"908\":{},\"909\":{}}}],[\"debugtransaction\",{\"_index\":498,\"name\":{\"893\":{}},\"parent\":{\"894\":{},\"895\":{},\"896\":{},\"897\":{},\"898\":{},\"899\":{}}}],[\"decimal\",{\"_index\":335,\"name\":{\"581\":{},\"629\":{}},\"parent\":{}}],[\"decimals\",{\"_index\":194,\"name\":{\"264\":{},\"270\":{},\"582\":{},\"714\":{}},\"parent\":{}}],[\"decoded\",{\"_index\":434,\"name\":{\"745\":{},\"762\":{}},\"parent\":{}}],[\"decodedcallparam\",{\"_index\":421,\"name\":{\"724\":{}},\"parent\":{\"725\":{},\"726\":{},\"727\":{}}}],[\"decodeddebugcalltrace\",{\"_index\":424,\"name\":{\"733\":{}},\"parent\":{\"734\":{},\"735\":{},\"736\":{},\"737\":{}}}],[\"decodedlog\",{\"_index\":438,\"name\":{\"754\":{}},\"parent\":{\"755\":{},\"756\":{},\"757\":{}}}],[\"decodedloginput\",{\"_index\":422,\"name\":{\"728\":{}},\"parent\":{\"729\":{},\"730\":{},\"731\":{},\"732\":{}}}],[\"decodingauthority\",{\"_index\":419,\"name\":{\"722\":{}},\"parent\":{\"723\":{}}}],[\"default_tokens\",{\"_index\":173,\"name\":{\"229\":{}},\"parent\":{}}],[\"delegatecall\",{\"_index\":432,\"name\":{\"742\":{}},\"parent\":{}}],[\"deletewebhook\",{\"_index\":118,\"name\":{\"159\":{}},\"parent\":{}}],[\"deployedblocknumber\",{\"_index\":134,\"name\":{\"175\":{},\"491\":{}},\"parent\":{}}],[\"deployeraddress\",{\"_index\":389,\"name\":{\"674\":{}},\"parent\":{}}],[\"deployresult\",{\"_index\":388,\"name\":{\"673\":{}},\"parent\":{\"674\":{},\"675\":{}}}],[\"descending\",{\"_index\":216,\"name\":{\"305\":{},\"585\":{}},\"parent\":{}}],[\"description\",{\"_index\":136,\"name\":{\"180\":{},\"349\":{},\"416\":{},\"515\":{},\"663\":{}},\"parent\":{}}],[\"destroy\",{\"_index\":50,\"name\":{\"67\":{}},\"parent\":{}}],[\"detectnetwork\",{\"_index\":37,\"name\":{\"52\":{}},\"parent\":{}}],[\"discordurl\",{\"_index\":381,\"name\":{\"666\":{}},\"parent\":{}}],[\"does_not_exist\",{\"_index\":354,\"name\":{\"610\":{}},\"parent\":{}}],[\"dropped_transaction\",{\"_index\":458,\"name\":{\"781\":{}},\"parent\":{}}],[\"droppedtransactionwebhook\",{\"_index\":464,\"name\":{\"796\":{}},\"parent\":{\"797\":{},\"798\":{},\"799\":{},\"800\":{},\"801\":{},\"802\":{},\"803\":{},\"804\":{},\"805\":{}}}],[\"earliest\",{\"_index\":505,\"name\":{\"905\":{}},\"parent\":{}}],[\"emitevent\",{\"_index\":51,\"name\":{\"69\":{}},\"parent\":{}}],[\"erc1155\",{\"_index\":212,\"name\":{\"301\":{},\"308\":{},\"698\":{}},\"parent\":{}}],[\"erc1155metadata\",{\"_index\":231,\"name\":{\"326\":{},\"340\":{},\"623\":{}},\"parent\":{\"624\":{},\"625\":{}}}],[\"erc20\",{\"_index\":174,\"name\":{\"230\":{},\"299\":{},\"696\":{}},\"parent\":{}}],[\"erc721\",{\"_index\":211,\"name\":{\"300\":{},\"307\":{},\"697\":{}},\"parent\":{}}],[\"erc721dishonesttotalsupply\",{\"_index\":253,\"name\":{\"367\":{}},\"parent\":{}}],[\"erc721tokenid\",{\"_index\":230,\"name\":{\"325\":{},\"339\":{}},\"parent\":{}}],[\"erc721toomanyowners\",{\"_index\":251,\"name\":{\"365\":{}},\"parent\":{}}],[\"erc721toomanytokens\",{\"_index\":252,\"name\":{\"366\":{}},\"parent\":{}}],[\"error\",{\"_index\":185,\"name\":{\"247\":{},\"251\":{},\"266\":{},\"464\":{},\"721\":{},\"746\":{},\"925\":{}},\"parent\":{}}],[\"estimategas\",{\"_index\":14,\"name\":{\"15\":{},\"125\":{},\"149\":{}},\"parent\":{}}],[\"eth_goerli\",{\"_index\":154,\"name\":{\"210\":{}},\"parent\":{}}],[\"eth_kovan\",{\"_index\":155,\"name\":{\"211\":{}},\"parent\":{}}],[\"eth_mainnet\",{\"_index\":152,\"name\":{\"208\":{}},\"parent\":{}}],[\"eth_rinkeby\",{\"_index\":156,\"name\":{\"212\":{}},\"parent\":{}}],[\"eth_ropsten\",{\"_index\":153,\"name\":{\"209\":{}},\"parent\":{}}],[\"eth_sepolia\",{\"_index\":157,\"name\":{\"213\":{}},\"parent\":{}}],[\"etherscan\",{\"_index\":420,\"name\":{\"723\":{}},\"parent\":{}}],[\"eventfilter\",{\"_index\":517,\"name\":{\"937\":{}},\"parent\":{\"938\":{},\"939\":{}}}],[\"eventname\",{\"_index\":439,\"name\":{\"755\":{}},\"parent\":{}}],[\"excludefilters\",{\"_index\":260,\"name\":{\"379\":{},\"388\":{},\"472\":{}},\"parent\":{}}],[\"excludezerovalue\",{\"_index\":203,\"name\":{\"279\":{},\"292\":{}},\"parent\":{}}],[\"external\",{\"_index\":209,\"name\":{\"297\":{}},\"parent\":{}}],[\"external_url\",{\"_index\":241,\"name\":{\"351\":{}},\"parent\":{}}],[\"externalurl\",{\"_index\":379,\"name\":{\"664\":{}},\"parent\":{}}],[\"fast\",{\"_index\":403,\"name\":{\"693\":{}},\"parent\":{}}],[\"filter\",{\"_index\":516,\"name\":{\"932\":{}},\"parent\":{\"933\":{},\"934\":{},\"935\":{},\"936\":{}}}],[\"filterbyblockhash\",{\"_index\":515,\"name\":{\"928\":{}},\"parent\":{\"929\":{},\"930\":{},\"931\":{}}}],[\"filters\",{\"_index\":477,\"name\":{\"861\":{},\"873\":{}},\"parent\":{}}],[\"finalized\",{\"_index\":504,\"name\":{\"904\":{}},\"parent\":{}}],[\"findcontractdeployer\",{\"_index\":96,\"name\":{\"132\":{}},\"parent\":{}}],[\"finished\",{\"_index\":357,\"name\":{\"613\":{}},\"parent\":{}}],[\"floorprice\",{\"_index\":292,\"name\":{\"459\":{},\"659\":{}},\"parent\":{}}],[\"floorpriceerror\",{\"_index\":296,\"name\":{\"463\":{}},\"parent\":{\"464\":{}}}],[\"floorpricemarketplace\",{\"_index\":291,\"name\":{\"458\":{}},\"parent\":{\"459\":{},\"460\":{},\"461\":{},\"462\":{}}}],[\"format\",{\"_index\":247,\"name\":{\"361\":{}},\"parent\":{}}],[\"from\",{\"_index\":227,\"name\":{\"322\":{},\"336\":{},\"495\":{},\"509\":{},\"708\":{},\"748\":{},\"895\":{},\"918\":{}},\"parent\":{}}],[\"fromaddress\",{\"_index\":201,\"name\":{\"276\":{},\"289\":{},\"681\":{}},\"parent\":{}}],[\"fromblock\",{\"_index\":198,\"name\":{\"273\":{},\"286\":{},\"501\":{},\"533\":{},\"545\":{},\"933\":{}},\"parent\":{}}],[\"fromhex\",{\"_index\":146,\"name\":{\"194\":{}},\"parent\":{}}],[\"gas\",{\"_index\":435,\"name\":{\"750\":{},\"896\":{},\"921\":{}},\"parent\":{}}],[\"gasprice\",{\"_index\":499,\"name\":{\"897\":{}},\"parent\":{}}],[\"gasused\",{\"_index\":418,\"name\":{\"720\":{},\"751\":{},\"922\":{}},\"parent\":{}}],[\"gateway\",{\"_index\":245,\"name\":{\"356\":{},\"359\":{}},\"parent\":{}}],[\"getaddresses\",{\"_index\":113,\"name\":{\"154\":{}},\"parent\":{}}],[\"getaddressesoptions\",{\"_index\":471,\"name\":{\"849\":{}},\"parent\":{\"850\":{},\"851\":{}}}],[\"getallwebhooks\",{\"_index\":112,\"name\":{\"153\":{}},\"parent\":{}}],[\"getallwebhooksresponse\",{\"_index\":469,\"name\":{\"846\":{}},\"parent\":{\"847\":{},\"848\":{}}}],[\"getassettransfers\",{\"_index\":100,\"name\":{\"136\":{}},\"parent\":{}}],[\"getbalance\",{\"_index\":12,\"name\":{\"13\":{},\"112\":{}},\"parent\":{}}],[\"getbasenftsforcontractoptions\",{\"_index\":366,\"name\":{\"635\":{}},\"parent\":{\"636\":{},\"637\":{},\"638\":{},\"639\":{}}}],[\"getbasenftsforowneroptions\",{\"_index\":266,\"name\":{\"385\":{}},\"parent\":{\"386\":{},\"387\":{},\"388\":{},\"389\":{},\"390\":{},\"391\":{},\"392\":{},\"393\":{}}}],[\"getblock\",{\"_index\":87,\"name\":{\"117\":{}},\"parent\":{}}],[\"getblocknumber\",{\"_index\":90,\"name\":{\"120\":{}},\"parent\":{}}],[\"getblockwithtransactions\",{\"_index\":88,\"name\":{\"118\":{}},\"parent\":{}}],[\"getchainid\",{\"_index\":18,\"name\":{\"19\":{}},\"parent\":{}}],[\"getcode\",{\"_index\":85,\"name\":{\"114\":{}},\"parent\":{}}],[\"getcontractmetadata\",{\"_index\":59,\"name\":{\"81\":{}},\"parent\":{}}],[\"getcontractmetadatabatch\",{\"_index\":60,\"name\":{\"82\":{}},\"parent\":{}}],[\"getcontractsforowner\",{\"_index\":67,\"name\":{\"89\":{}},\"parent\":{}}],[\"getcontractsforowneroptions\",{\"_index\":299,\"name\":{\"468\":{}},\"parent\":{\"469\":{},\"470\":{},\"471\":{},\"472\":{},\"473\":{}}}],[\"getcontractsforownerresponse\",{\"_index\":300,\"name\":{\"474\":{}},\"parent\":{\"475\":{},\"476\":{},\"477\":{}}}],[\"getfeedata\",{\"_index\":20,\"name\":{\"21\":{},\"122\":{}},\"parent\":{}}],[\"getfloorprice\",{\"_index\":75,\"name\":{\"97\":{}},\"parent\":{}}],[\"getfloorpriceresponse\",{\"_index\":297,\"name\":{\"465\":{}},\"parent\":{\"466\":{},\"467\":{}}}],[\"getgasprice\",{\"_index\":19,\"name\":{\"20\":{},\"121\":{}},\"parent\":{}}],[\"getgraphqlquery\",{\"_index\":114,\"name\":{\"155\":{}},\"parent\":{}}],[\"getlogs\",{\"_index\":95,\"name\":{\"130\":{}},\"parent\":{}}],[\"getmaxpriorityfeepergas\",{\"_index\":110,\"name\":{\"150\":{}},\"parent\":{}}],[\"getmintednfts\",{\"_index\":70,\"name\":{\"92\":{}},\"parent\":{}}],[\"getmintednftsoptions\",{\"_index\":312,\"name\":{\"525\":{}},\"parent\":{\"526\":{},\"527\":{},\"528\":{}}}],[\"getmintednftsresponse\",{\"_index\":313,\"name\":{\"529\":{}},\"parent\":{\"530\":{},\"531\":{}}}],[\"getnetwork\",{\"_index\":89,\"name\":{\"119\":{}},\"parent\":{}}],[\"getnftfilters\",{\"_index\":115,\"name\":{\"156\":{}},\"parent\":{}}],[\"getnftmetadata\",{\"_index\":57,\"name\":{\"79\":{}},\"parent\":{}}],[\"getnftmetadatabatch\",{\"_index\":58,\"name\":{\"80\":{}},\"parent\":{}}],[\"getnftmetadataoptions\",{\"_index\":287,\"name\":{\"447\":{}},\"parent\":{\"448\":{},\"449\":{},\"450\":{}}}],[\"getnftsales\",{\"_index\":76,\"name\":{\"98\":{}},\"parent\":{}}],[\"getnftsalesoptions\",{\"_index\":314,\"name\":{\"532\":{}},\"parent\":{\"533\":{},\"534\":{},\"535\":{},\"536\":{},\"537\":{},\"538\":{},\"539\":{},\"540\":{},\"541\":{}}}],[\"getnftsalesoptionsbycontractaddress\",{\"_index\":320,\"name\":{\"542\":{}},\"parent\":{\"543\":{},\"544\":{},\"545\":{},\"546\":{},\"547\":{},\"548\":{},\"549\":{},\"550\":{},\"551\":{},\"552\":{},\"553\":{}}}],[\"getnftsalesresponse\",{\"_index\":321,\"name\":{\"554\":{}},\"parent\":{\"555\":{},\"556\":{},\"557\":{}}}],[\"getnftsforcontract\",{\"_index\":63,\"name\":{\"85\":{}},\"parent\":{}}],[\"getnftsforcontractiterator\",{\"_index\":64,\"name\":{\"86\":{}},\"parent\":{}}],[\"getnftsforcontractoptions\",{\"_index\":365,\"name\":{\"630\":{}},\"parent\":{\"631\":{},\"632\":{},\"633\":{},\"634\":{}}}],[\"getnftsforowner\",{\"_index\":62,\"name\":{\"84\":{}},\"parent\":{}}],[\"getnftsforowneriterator\",{\"_index\":61,\"name\":{\"83\":{}},\"parent\":{}}],[\"getnftsforowneroptions\",{\"_index\":259,\"name\":{\"376\":{}},\"parent\":{\"377\":{},\"378\":{},\"379\":{},\"380\":{},\"381\":{},\"382\":{},\"383\":{},\"384\":{}}}],[\"getownersforcontract\",{\"_index\":65,\"name\":{\"87\":{}},\"parent\":{}}],[\"getownersforcontractoptions\",{\"_index\":367,\"name\":{\"640\":{}},\"parent\":{\"641\":{},\"642\":{},\"643\":{},\"644\":{}}}],[\"getownersforcontractresponse\",{\"_index\":282,\"name\":{\"434\":{}},\"parent\":{\"435\":{},\"436\":{},\"437\":{}}}],[\"getownersforcontractwithtokenbalancesoptions\",{\"_index\":371,\"name\":{\"645\":{}},\"parent\":{\"646\":{},\"647\":{},\"648\":{}}}],[\"getownersforcontractwithtokenbalancesresponse\",{\"_index\":283,\"name\":{\"438\":{}},\"parent\":{\"439\":{},\"440\":{}}}],[\"getownersfornft\",{\"_index\":66,\"name\":{\"88\":{}},\"parent\":{}}],[\"getownersfornftoptions\",{\"_index\":372,\"name\":{\"649\":{}},\"parent\":{\"650\":{},\"651\":{}}}],[\"getownersfornftresponse\",{\"_index\":280,\"name\":{\"431\":{}},\"parent\":{\"432\":{},\"433\":{}}}],[\"getprovider\",{\"_index\":34,\"name\":{\"46\":{}},\"parent\":{}}],[\"getspamcontracts\",{\"_index\":74,\"name\":{\"96\":{}},\"parent\":{}}],[\"getstorageat\",{\"_index\":86,\"name\":{\"115\":{}},\"parent\":{}}],[\"gettokenbalances\",{\"_index\":97,\"name\":{\"133\":{}},\"parent\":{}}],[\"gettokenmetadata\",{\"_index\":99,\"name\":{\"135\":{}},\"parent\":{}}],[\"gettokensforowner\",{\"_index\":98,\"name\":{\"134\":{}},\"parent\":{}}],[\"gettokensforowneroptions\",{\"_index\":187,\"name\":{\"252\":{}},\"parent\":{\"253\":{},\"254\":{}}}],[\"gettokensforownerresponse\",{\"_index\":189,\"name\":{\"255\":{}},\"parent\":{\"256\":{},\"257\":{}}}],[\"gettransaction\",{\"_index\":92,\"name\":{\"126\":{},\"147\":{}},\"parent\":{}}],[\"gettransactioncount\",{\"_index\":13,\"name\":{\"14\":{},\"116\":{}},\"parent\":{}}],[\"gettransactionreceipt\",{\"_index\":93,\"name\":{\"127\":{}},\"parent\":{}}],[\"gettransactionreceipts\",{\"_index\":101,\"name\":{\"137\":{}},\"parent\":{}}],[\"gettransfersforcontract\",{\"_index\":69,\"name\":{\"91\":{}},\"parent\":{}}],[\"gettransfersforcontractoptions\",{\"_index\":307,\"name\":{\"500\":{}},\"parent\":{\"501\":{},\"502\":{},\"503\":{},\"504\":{}}}],[\"gettransfersforowner\",{\"_index\":68,\"name\":{\"90\":{}},\"parent\":{}}],[\"gettransfersforowneroptions\",{\"_index\":306,\"name\":{\"496\":{}},\"parent\":{\"497\":{},\"498\":{},\"499\":{}}}],[\"gettransfersforownertransfertype\",{\"_index\":305,\"name\":{\"493\":{}},\"parent\":{\"494\":{},\"495\":{}}}],[\"getwallet\",{\"_index\":22,\"name\":{\"23\":{}},\"parent\":{}}],[\"getwebsocketprovider\",{\"_index\":35,\"name\":{\"47\":{}},\"parent\":{}}],[\"graphql\",{\"_index\":462,\"name\":{\"785\":{}},\"parent\":{}}],[\"graphqlquery\",{\"_index\":474,\"name\":{\"857\":{},\"864\":{}},\"parent\":{}}],[\"hash\",{\"_index\":233,\"name\":{\"329\":{},\"343\":{}},\"parent\":{}}],[\"hashesonly\",{\"_index\":395,\"name\":{\"683\":{},\"688\":{}},\"parent\":{}}],[\"id\",{\"_index\":447,\"name\":{\"767\":{},\"788\":{},\"798\":{},\"808\":{},\"818\":{},\"828\":{},\"838\":{}},\"parent\":{}}],[\"image\",{\"_index\":240,\"name\":{\"350\":{}},\"parent\":{}}],[\"imageurl\",{\"_index\":378,\"name\":{\"662\":{}},\"parent\":{}}],[\"in_progress\",{\"_index\":356,\"name\":{\"612\":{}},\"parent\":{}}],[\"includecount\",{\"_index\":370,\"name\":{\"644\":{}},\"parent\":{}}],[\"includefilters\",{\"_index\":261,\"name\":{\"380\":{},\"389\":{},\"471\":{}},\"parent\":{}}],[\"includeremoved\",{\"_index\":398,\"name\":{\"687\":{}},\"parent\":{}}],[\"indexed\",{\"_index\":423,\"name\":{\"729\":{}},\"parent\":{}}],[\"input\",{\"_index\":436,\"name\":{\"752\":{},\"923\":{}},\"parent\":{}}],[\"inputs\",{\"_index\":426,\"name\":{\"735\":{},\"756\":{}},\"parent\":{}}],[\"internal\",{\"_index\":210,\"name\":{\"298\":{}},\"parent\":{}}],[\"isactive\",{\"_index\":448,\"name\":{\"771\":{},\"791\":{},\"801\":{},\"811\":{},\"821\":{},\"831\":{},\"841\":{},\"877\":{}},\"parent\":{}}],[\"iscommunityresource\",{\"_index\":39,\"name\":{\"54\":{},\"68\":{}},\"parent\":{}}],[\"iscontractaddress\",{\"_index\":84,\"name\":{\"113\":{}},\"parent\":{}}],[\"ishex\",{\"_index\":148,\"name\":{\"196\":{}},\"parent\":{}}],[\"isspam\",{\"_index\":256,\"name\":{\"371\":{},\"482\":{}},\"parent\":{}}],[\"isspamcontract\",{\"_index\":73,\"name\":{\"95\":{}},\"parent\":{}}],[\"lastingestedat\",{\"_index\":382,\"name\":{\"667\":{}},\"parent\":{}}],[\"latest\",{\"_index\":502,\"name\":{\"902\":{}},\"parent\":{}}],[\"limit\",{\"_index\":319,\"name\":{\"540\":{},\"552\":{},\"850\":{}},\"parent\":{}}],[\"listenercount\",{\"_index\":48,\"name\":{\"65\":{},\"109\":{}},\"parent\":{}}],[\"listeners\",{\"_index\":49,\"name\":{\"66\":{},\"110\":{}},\"parent\":{}}],[\"logindex\",{\"_index\":330,\"name\":{\"571\":{}},\"parent\":{}}],[\"loglevel\",{\"_index\":150,\"name\":{\"198\":{}},\"parent\":{}}],[\"logo\",{\"_index\":195,\"name\":{\"265\":{},\"271\":{},\"716\":{}},\"parent\":{}}],[\"logs\",{\"_index\":445,\"name\":{\"765\":{}},\"parent\":{}}],[\"looksrare\",{\"_index\":298,\"name\":{\"467\":{},\"588\":{}},\"parent\":{}}],[\"lookupaddress\",{\"_index\":102,\"name\":{\"139\":{}},\"parent\":{}}],[\"marketplace\",{\"_index\":315,\"name\":{\"536\":{},\"548\":{},\"559\":{}},\"parent\":{}}],[\"marketplacefee\",{\"_index\":327,\"name\":{\"567\":{}},\"parent\":{}}],[\"matic_mainnet\",{\"_index\":165,\"name\":{\"221\":{}},\"parent\":{}}],[\"matic_mumbai\",{\"_index\":166,\"name\":{\"222\":{}},\"parent\":{}}],[\"maxcount\",{\"_index\":205,\"name\":{\"281\":{},\"294\":{}},\"parent\":{}}],[\"maxretries\",{\"_index\":29,\"name\":{\"41\":{},\"50\":{},\"202\":{}},\"parent\":{}}],[\"media\",{\"_index\":141,\"name\":{\"185\":{},\"357\":{},\"421\":{},\"484\":{},\"520\":{}},\"parent\":{\"358\":{},\"359\":{},\"360\":{},\"361\":{},\"362\":{},\"363\":{}}}],[\"message\",{\"_index\":411,\"name\":{\"704\":{}},\"parent\":{}}],[\"metadata\",{\"_index\":236,\"name\":{\"332\":{}},\"parent\":{}}],[\"metadataerror\",{\"_index\":138,\"name\":{\"182\":{},\"418\":{},\"517\":{}},\"parent\":{}}],[\"method\",{\"_index\":394,\"name\":{\"680\":{},\"685\":{}},\"parent\":{}}],[\"methodname\",{\"_index\":425,\"name\":{\"734\":{}},\"parent\":{}}],[\"mined_transaction\",{\"_index\":457,\"name\":{\"780\":{}},\"parent\":{}}],[\"mined_transactions\",{\"_index\":392,\"name\":{\"678\":{}},\"parent\":{}}],[\"minedtransactionwebhook\",{\"_index\":463,\"name\":{\"786\":{}},\"parent\":{\"787\":{},\"788\":{},\"789\":{},\"790\":{},\"791\":{},\"792\":{},\"793\":{},\"794\":{},\"795\":{}}}],[\"modifyformatter\",{\"_index\":41,\"name\":{\"56\":{}},\"parent\":{}}],[\"mostlyhoneypotowners\",{\"_index\":254,\"name\":{\"368\":{}},\"parent\":{}}],[\"name\",{\"_index\":129,\"name\":{\"170\":{},\"262\":{},\"268\":{},\"348\":{},\"486\":{},\"712\":{},\"726\":{},\"731\":{}},\"parent\":{}}],[\"native\",{\"_index\":405,\"name\":{\"695\":{}},\"parent\":{}}],[\"network\",{\"_index\":28,\"name\":{\"40\":{},\"201\":{},\"207\":{},\"768\":{},\"789\":{},\"799\":{},\"809\":{},\"819\":{},\"829\":{},\"839\":{},\"862\":{},\"865\":{},\"868\":{}},\"parent\":{\"208\":{},\"209\":{},\"210\":{},\"211\":{},\"212\":{},\"213\":{},\"214\":{},\"215\":{},\"216\":{},\"217\":{},\"218\":{},\"219\":{},\"220\":{},\"221\":{},\"222\":{},\"223\":{},\"224\":{},\"225\":{},\"226\":{},\"227\":{}}}],[\"newaddresses\",{\"_index\":493,\"name\":{\"888\":{}},\"parent\":{}}],[\"nft\",{\"_index\":4,\"name\":{\"4\":{},\"177\":{}},\"parent\":{\"178\":{},\"179\":{},\"180\":{},\"181\":{},\"182\":{},\"183\":{},\"184\":{},\"185\":{},\"186\":{},\"187\":{},\"188\":{},\"189\":{}}}],[\"nft_activity\",{\"_index\":460,\"name\":{\"783\":{}},\"parent\":{}}],[\"nft_metadata_update\",{\"_index\":461,\"name\":{\"784\":{}},\"parent\":{}}],[\"nftactivitywebhook\",{\"_index\":466,\"name\":{\"816\":{}},\"parent\":{\"817\":{},\"818\":{},\"819\":{},\"820\":{},\"821\":{},\"822\":{},\"823\":{},\"824\":{},\"825\":{}}}],[\"nftattributerarity\",{\"_index\":346,\"name\":{\"597\":{}},\"parent\":{\"598\":{},\"599\":{},\"600\":{}}}],[\"nftattributesresponse\",{\"_index\":349,\"name\":{\"601\":{}},\"parent\":{\"602\":{},\"603\":{},\"604\":{}}}],[\"nftcontract\",{\"_index\":127,\"name\":{\"168\":{}},\"parent\":{\"169\":{},\"170\":{},\"171\":{},\"172\":{},\"173\":{},\"174\":{},\"175\":{},\"176\":{}}}],[\"nftcontractbasenftsresponse\",{\"_index\":373,\"name\":{\"652\":{}},\"parent\":{\"653\":{},\"654\":{}}}],[\"nftcontractnftsresponse\",{\"_index\":374,\"name\":{\"655\":{}},\"parent\":{\"656\":{},\"657\":{}}}],[\"nftcontractowner\",{\"_index\":284,\"name\":{\"441\":{}},\"parent\":{\"442\":{},\"443\":{}}}],[\"nftcontracttokenbalance\",{\"_index\":286,\"name\":{\"444\":{}},\"parent\":{\"445\":{},\"446\":{}}}],[\"nftexcludefilters\",{\"_index\":267,\"name\":{\"394\":{}},\"parent\":{\"395\":{},\"396\":{}}}],[\"nftfilter\",{\"_index\":480,\"name\":{\"869\":{}},\"parent\":{\"870\":{},\"871\":{}}}],[\"nftfilters\",{\"_index\":270,\"name\":{\"397\":{}},\"parent\":{\"398\":{},\"399\":{}}}],[\"nftfiltersresponse\",{\"_index\":481,\"name\":{\"872\":{}},\"parent\":{\"873\":{},\"874\":{},\"875\":{}}}],[\"nftmetadata\",{\"_index\":239,\"name\":{\"347\":{}},\"parent\":{\"348\":{},\"349\":{},\"350\":{},\"351\":{},\"352\":{},\"353\":{}}}],[\"nftmetadatabatchoptions\",{\"_index\":290,\"name\":{\"455\":{}},\"parent\":{\"456\":{},\"457\":{}}}],[\"nftmetadatabatchtoken\",{\"_index\":289,\"name\":{\"451\":{}},\"parent\":{\"452\":{},\"453\":{},\"454\":{}}}],[\"nftmetadataupdatewebhook\",{\"_index\":467,\"name\":{\"826\":{}},\"parent\":{\"827\":{},\"828\":{},\"829\":{},\"830\":{},\"831\":{},\"832\":{},\"833\":{},\"834\":{},\"835\":{}}}],[\"nftmetadatawebhookupdate\",{\"_index\":495,\"name\":{\"890\":{}},\"parent\":{}}],[\"nftnamespace\",{\"_index\":56,\"name\":{\"78\":{}},\"parent\":{\"79\":{},\"80\":{},\"81\":{},\"82\":{},\"83\":{},\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{},\"89\":{},\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"95\":{},\"96\":{},\"97\":{},\"98\":{},\"99\":{},\"100\":{},\"101\":{},\"102\":{},\"103\":{}}}],[\"nftordering\",{\"_index\":271,\"name\":{\"400\":{}},\"parent\":{\"401\":{}}}],[\"nfts\",{\"_index\":309,\"name\":{\"506\":{},\"530\":{},\"653\":{},\"656\":{}},\"parent\":{}}],[\"nftsale\",{\"_index\":324,\"name\":{\"558\":{}},\"parent\":{\"559\":{},\"560\":{},\"561\":{},\"562\":{},\"563\":{},\"564\":{},\"565\":{},\"566\":{},\"567\":{},\"568\":{},\"569\":{},\"570\":{},\"571\":{},\"572\":{},\"573\":{}}}],[\"nftsalefeedata\",{\"_index\":333,\"name\":{\"578\":{}},\"parent\":{\"579\":{},\"580\":{},\"581\":{},\"582\":{}}}],[\"nftsalemarketplace\",{\"_index\":337,\"name\":{\"586\":{}},\"parent\":{\"587\":{},\"588\":{},\"589\":{},\"590\":{},\"591\":{},\"592\":{},\"593\":{}}}],[\"nftsales\",{\"_index\":322,\"name\":{\"555\":{}},\"parent\":{}}],[\"nftsaletakertype\",{\"_index\":343,\"name\":{\"594\":{}},\"parent\":{\"595\":{},\"596\":{}}}],[\"nftsalevalidat\",{\"_index\":332,\"name\":{\"574\":{}},\"parent\":{\"575\":{},\"576\":{},\"577\":{}}}],[\"nftspamclassification\",{\"_index\":250,\"name\":{\"364\":{}},\"parent\":{\"365\":{},\"366\":{},\"367\":{},\"368\":{},\"369\":{}}}],[\"nfttokentype\",{\"_index\":217,\"name\":{\"306\":{}},\"parent\":{\"307\":{},\"308\":{},\"309\":{},\"310\":{},\"311\":{}}}],[\"nftwebhookparams\",{\"_index\":476,\"name\":{\"860\":{}},\"parent\":{\"861\":{},\"862\":{}}}],[\"nftwebhookupdate\",{\"_index\":494,\"name\":{\"889\":{}},\"parent\":{}}],[\"no_supported_nft_standard\",{\"_index\":218,\"name\":{\"309\":{}},\"parent\":{}}],[\"nonce\",{\"_index\":520,\"name\":{\"943\":{}},\"parent\":{}}],[\"nonemptyarray\",{\"_index\":524,\"name\":{\"947\":{}},\"parent\":{}}],[\"not_a_contract\",{\"_index\":219,\"name\":{\"310\":{}},\"parent\":{}}],[\"not_requested\",{\"_index\":387,\"name\":{\"672\":{}},\"parent\":{}}],[\"notify\",{\"_index\":8,\"name\":{\"8\":{}},\"parent\":{}}],[\"notifynamespace\",{\"_index\":111,\"name\":{\"152\":{}},\"parent\":{\"153\":{},\"154\":{},\"155\":{},\"156\":{},\"157\":{},\"158\":{},\"159\":{},\"160\":{},\"161\":{}}}],[\"numdistincttokensowned\",{\"_index\":304,\"name\":{\"481\":{}},\"parent\":{}}],[\"off\",{\"_index\":46,\"name\":{\"63\":{},\"107\":{}},\"parent\":{}}],[\"omitmetadata\",{\"_index\":263,\"name\":{\"382\":{},\"391\":{},\"632\":{},\"637\":{}},\"parent\":{}}],[\"on\",{\"_index\":44,\"name\":{\"61\":{},\"105\":{}},\"parent\":{}}],[\"once\",{\"_index\":45,\"name\":{\"62\":{},\"106\":{}},\"parent\":{}}],[\"onlytopcall\",{\"_index\":511,\"name\":{\"912\":{},\"915\":{}},\"parent\":{}}],[\"opensea\",{\"_index\":132,\"name\":{\"173\":{},\"466\":{},\"489\":{}},\"parent\":{}}],[\"openseacollectionmetadata\",{\"_index\":375,\"name\":{\"658\":{}},\"parent\":{\"659\":{},\"660\":{},\"661\":{},\"662\":{},\"663\":{},\"664\":{},\"665\":{},\"666\":{},\"667\":{}}}],[\"openseasafelistrequeststatus\",{\"_index\":383,\"name\":{\"668\":{}},\"parent\":{\"669\":{},\"670\":{},\"671\":{},\"672\":{}}}],[\"opt_goerli\",{\"_index\":160,\"name\":{\"216\":{}},\"parent\":{}}],[\"opt_kovan\",{\"_index\":159,\"name\":{\"215\":{}},\"parent\":{}}],[\"opt_mainnet\",{\"_index\":158,\"name\":{\"214\":{}},\"parent\":{}}],[\"order\",{\"_index\":200,\"name\":{\"275\":{},\"288\":{},\"503\":{},\"535\":{},\"547\":{}},\"parent\":{}}],[\"orderby\",{\"_index\":265,\"name\":{\"384\":{},\"393\":{},\"473\":{}},\"parent\":{}}],[\"output\",{\"_index\":437,\"name\":{\"753\":{},\"924\":{}},\"parent\":{}}],[\"outputs\",{\"_index\":427,\"name\":{\"736\":{}},\"parent\":{}}],[\"ownedbasenft\",{\"_index\":279,\"name\":{\"426\":{}},\"parent\":{\"427\":{},\"428\":{},\"429\":{},\"430\":{}}}],[\"ownedbasenftsresponse\",{\"_index\":277,\"name\":{\"407\":{}},\"parent\":{\"408\":{},\"409\":{},\"410\":{},\"411\":{}}}],[\"ownedbymosthoneypots\",{\"_index\":255,\"name\":{\"369\":{}},\"parent\":{}}],[\"ownednft\",{\"_index\":278,\"name\":{\"412\":{}},\"parent\":{\"413\":{},\"414\":{},\"415\":{},\"416\":{},\"417\":{},\"418\":{},\"419\":{},\"420\":{},\"421\":{},\"422\":{},\"423\":{},\"424\":{},\"425\":{}}}],[\"ownednfts\",{\"_index\":274,\"name\":{\"403\":{},\"408\":{}},\"parent\":{}}],[\"ownednftsresponse\",{\"_index\":273,\"name\":{\"402\":{}},\"parent\":{\"403\":{},\"404\":{},\"405\":{},\"406\":{}}}],[\"ownedtoken\",{\"_index\":191,\"name\":{\"258\":{}},\"parent\":{\"259\":{},\"260\":{},\"261\":{},\"262\":{},\"263\":{},\"264\":{},\"265\":{},\"266\":{}}}],[\"owneraddress\",{\"_index\":285,\"name\":{\"442\":{}},\"parent\":{}}],[\"owners\",{\"_index\":281,\"name\":{\"432\":{},\"435\":{},\"439\":{}},\"parent\":{}}],[\"pagekey\",{\"_index\":177,\"name\":{\"233\":{},\"237\":{},\"254\":{},\"257\":{},\"282\":{},\"295\":{},\"314\":{},\"317\":{},\"377\":{},\"386\":{},\"404\":{},\"409\":{},\"433\":{},\"437\":{},\"440\":{},\"469\":{},\"476\":{},\"499\":{},\"504\":{},\"507\":{},\"528\":{},\"531\":{},\"541\":{},\"553\":{},\"557\":{},\"631\":{},\"636\":{},\"643\":{},\"648\":{},\"650\":{},\"654\":{},\"657\":{},\"851\":{},\"855\":{},\"875\":{}},\"parent\":{}}],[\"pagesize\",{\"_index\":262,\"name\":{\"381\":{},\"390\":{},\"470\":{},\"633\":{},\"638\":{},\"651\":{}},\"parent\":{}}],[\"pending\",{\"_index\":501,\"name\":{\"901\":{}},\"parent\":{}}],[\"pending_transactions\",{\"_index\":391,\"name\":{\"677\":{}},\"parent\":{}}],[\"polygonzkevm_mainnet\",{\"_index\":168,\"name\":{\"224\":{}},\"parent\":{}}],[\"polygonzkevm_testnet\",{\"_index\":169,\"name\":{\"225\":{}},\"parent\":{}}],[\"populatetransaction\",{\"_index\":16,\"name\":{\"17\":{}},\"parent\":{}}],[\"prestate_tracer\",{\"_index\":509,\"name\":{\"909\":{}},\"parent\":{}}],[\"prevalence\",{\"_index\":348,\"name\":{\"600\":{}},\"parent\":{}}],[\"pricecurrency\",{\"_index\":293,\"name\":{\"460\":{}},\"parent\":{}}],[\"progress\",{\"_index\":353,\"name\":{\"608\":{}},\"parent\":{}}],[\"protocolfee\",{\"_index\":328,\"name\":{\"568\":{}},\"parent\":{}}],[\"quantity\",{\"_index\":325,\"name\":{\"562\":{}},\"parent\":{}}],[\"queue_failed\",{\"_index\":359,\"name\":{\"615\":{}},\"parent\":{}}],[\"queued\",{\"_index\":358,\"name\":{\"614\":{}},\"parent\":{}}],[\"raw\",{\"_index\":244,\"name\":{\"355\":{},\"358\":{}},\"parent\":{}}],[\"rawamount\",{\"_index\":415,\"name\":{\"710\":{}},\"parent\":{}}],[\"rawbalance\",{\"_index\":192,\"name\":{\"260\":{}},\"parent\":{}}],[\"rawcontract\",{\"_index\":234,\"name\":{\"330\":{},\"344\":{},\"626\":{}},\"parent\":{\"627\":{},\"628\":{},\"629\":{}}}],[\"rawmetadata\",{\"_index\":139,\"name\":{\"183\":{},\"419\":{},\"518\":{}},\"parent\":{}}],[\"ready\",{\"_index\":91,\"name\":{\"123\":{}},\"parent\":{}}],[\"receipts\",{\"_index\":364,\"name\":{\"622\":{}},\"parent\":{}}],[\"refreshcache\",{\"_index\":288,\"name\":{\"450\":{},\"457\":{}},\"parent\":{}}],[\"refreshcontract\",{\"_index\":81,\"name\":{\"103\":{}},\"parent\":{}}],[\"refreshcontractresult\",{\"_index\":351,\"name\":{\"605\":{}},\"parent\":{\"606\":{},\"607\":{},\"608\":{}}}],[\"refreshnftmetadata\",{\"_index\":80,\"name\":{\"102\":{}},\"parent\":{}}],[\"refreshstate\",{\"_index\":352,\"name\":{\"607\":{},\"609\":{}},\"parent\":{\"610\":{},\"611\":{},\"612\":{},\"613\":{},\"614\":{},\"615\":{}}}],[\"removeaddresses\",{\"_index\":491,\"name\":{\"886\":{}},\"parent\":{}}],[\"removealllisteners\",{\"_index\":47,\"name\":{\"64\":{},\"108\":{}},\"parent\":{}}],[\"removefilters\",{\"_index\":485,\"name\":{\"880\":{}},\"parent\":{}}],[\"removemetadatafilters\",{\"_index\":488,\"name\":{\"883\":{}},\"parent\":{}}],[\"requested\",{\"_index\":386,\"name\":{\"671\":{}},\"parent\":{}}],[\"requesttimeout\",{\"_index\":33,\"name\":{\"45\":{},\"205\":{}},\"parent\":{}}],[\"requireatleastone\",{\"_index\":523,\"name\":{\"946\":{}},\"parent\":{}}],[\"resolvename\",{\"_index\":21,\"name\":{\"22\":{},\"138\":{}},\"parent\":{}}],[\"retrievedat\",{\"_index\":295,\"name\":{\"462\":{}},\"parent\":{}}],[\"revertreason\",{\"_index\":514,\"name\":{\"926\":{}},\"parent\":{}}],[\"royaltyfee\",{\"_index\":329,\"name\":{\"569\":{}},\"parent\":{}}],[\"safe\",{\"_index\":503,\"name\":{\"903\":{}},\"parent\":{}}],[\"safelistrequeststatus\",{\"_index\":377,\"name\":{\"661\":{}},\"parent\":{}}],[\"seaport\",{\"_index\":338,\"name\":{\"587\":{}},\"parent\":{}}],[\"searchcontractmetadata\",{\"_index\":78,\"name\":{\"100\":{}},\"parent\":{}}],[\"seller\",{\"_index\":345,\"name\":{\"596\":{}},\"parent\":{}}],[\"selleraddress\",{\"_index\":317,\"name\":{\"538\":{},\"550\":{},\"564\":{}},\"parent\":{}}],[\"sellerfee\",{\"_index\":326,\"name\":{\"566\":{}},\"parent\":{}}],[\"send\",{\"_index\":40,\"name\":{\"55\":{},\"131\":{}},\"parent\":{}}],[\"sendprivatetransaction\",{\"_index\":104,\"name\":{\"141\":{}},\"parent\":{}}],[\"sendprivatetransactionoptions\",{\"_index\":402,\"name\":{\"692\":{}},\"parent\":{\"693\":{}}}],[\"sendtransaction\",{\"_index\":17,\"name\":{\"18\":{},\"128\":{},\"148\":{}},\"parent\":{}}],[\"sendwebhookrequest\",{\"_index\":120,\"name\":{\"161\":{}},\"parent\":{}}],[\"setloglevel\",{\"_index\":149,\"name\":{\"197\":{}},\"parent\":{}}],[\"signingkey\",{\"_index\":450,\"name\":{\"773\":{},\"793\":{},\"803\":{},\"813\":{},\"823\":{},\"833\":{},\"843\":{}},\"parent\":{}}],[\"simulateassetchanges\",{\"_index\":107,\"name\":{\"144\":{}},\"parent\":{}}],[\"simulateassetchangesbundle\",{\"_index\":106,\"name\":{\"143\":{}},\"parent\":{}}],[\"simulateassetchangeschange\",{\"_index\":412,\"name\":{\"705\":{}},\"parent\":{\"706\":{},\"707\":{},\"708\":{},\"709\":{},\"710\":{},\"711\":{},\"712\":{},\"713\":{},\"714\":{},\"715\":{},\"716\":{},\"717\":{}}}],[\"simulateassetchangeserror\",{\"_index\":410,\"name\":{\"703\":{}},\"parent\":{\"704\":{}}}],[\"simulateassetchangesresponse\",{\"_index\":416,\"name\":{\"718\":{}},\"parent\":{\"719\":{},\"720\":{},\"721\":{}}}],[\"simulateassettype\",{\"_index\":404,\"name\":{\"694\":{}},\"parent\":{\"695\":{},\"696\":{},\"697\":{},\"698\":{},\"699\":{}}}],[\"simulatechangetype\",{\"_index\":407,\"name\":{\"700\":{}},\"parent\":{\"701\":{},\"702\":{}}}],[\"simulateexecution\",{\"_index\":109,\"name\":{\"146\":{}},\"parent\":{}}],[\"simulateexecutionbundle\",{\"_index\":108,\"name\":{\"145\":{}},\"parent\":{}}],[\"simulateexecutionresponse\",{\"_index\":443,\"name\":{\"763\":{}},\"parent\":{\"764\":{},\"765\":{}}}],[\"simulationcalltrace\",{\"_index\":433,\"name\":{\"743\":{}},\"parent\":{\"744\":{},\"745\":{},\"746\":{},\"747\":{},\"748\":{},\"749\":{},\"750\":{},\"751\":{},\"752\":{},\"753\":{}}}],[\"simulationdebuglog\",{\"_index\":440,\"name\":{\"758\":{}},\"parent\":{\"759\":{},\"760\":{},\"761\":{},\"762\":{}}}],[\"size\",{\"_index\":248,\"name\":{\"362\":{}},\"parent\":{}}],[\"sortingorder\",{\"_index\":336,\"name\":{\"583\":{}},\"parent\":{\"584\":{},\"585\":{}}}],[\"spam\",{\"_index\":268,\"name\":{\"395\":{},\"398\":{}},\"parent\":{}}],[\"spaminfo\",{\"_index\":142,\"name\":{\"186\":{},\"370\":{},\"422\":{},\"521\":{}},\"parent\":{\"371\":{},\"372\":{}}}],[\"special_nft\",{\"_index\":406,\"name\":{\"699\":{}},\"parent\":{}}],[\"specialnft\",{\"_index\":213,\"name\":{\"302\":{}},\"parent\":{}}],[\"staticcall\",{\"_index\":431,\"name\":{\"741\":{}},\"parent\":{}}],[\"storage\",{\"_index\":522,\"name\":{\"945\":{}},\"parent\":{}}],[\"summarizenftattributes\",{\"_index\":79,\"name\":{\"101\":{}},\"parent\":{}}],[\"summary\",{\"_index\":350,\"name\":{\"604\":{}},\"parent\":{}}],[\"symbol\",{\"_index\":130,\"name\":{\"171\":{},\"263\":{},\"269\":{},\"487\":{},\"580\":{},\"713\":{}},\"parent\":{}}],[\"taker\",{\"_index\":318,\"name\":{\"539\":{},\"551\":{},\"565\":{}},\"parent\":{}}],[\"thumbnail\",{\"_index\":246,\"name\":{\"360\":{}},\"parent\":{}}],[\"timecreated\",{\"_index\":449,\"name\":{\"772\":{},\"792\":{},\"802\":{},\"812\":{},\"822\":{},\"832\":{},\"842\":{}},\"parent\":{}}],[\"timelastupdated\",{\"_index\":137,\"name\":{\"181\":{},\"417\":{},\"516\":{}},\"parent\":{}}],[\"title\",{\"_index\":135,\"name\":{\"179\":{},\"415\":{},\"480\":{},\"514\":{}},\"parent\":{}}],[\"to\",{\"_index\":228,\"name\":{\"323\":{},\"337\":{},\"494\":{},\"510\":{},\"709\":{},\"747\":{},\"894\":{},\"919\":{}},\"parent\":{}}],[\"toaddress\",{\"_index\":202,\"name\":{\"277\":{},\"290\":{},\"682\":{}},\"parent\":{}}],[\"toblock\",{\"_index\":199,\"name\":{\"274\":{},\"287\":{},\"502\":{},\"534\":{},\"546\":{},\"934\":{}},\"parent\":{}}],[\"tohex\",{\"_index\":147,\"name\":{\"195\":{}},\"parent\":{}}],[\"tokenbalance\",{\"_index\":182,\"name\":{\"243\":{},\"246\":{},\"250\":{}},\"parent\":{}}],[\"tokenbalancefailure\",{\"_index\":186,\"name\":{\"248\":{}},\"parent\":{\"249\":{},\"250\":{},\"251\":{}}}],[\"tokenbalances\",{\"_index\":180,\"name\":{\"239\":{},\"242\":{},\"443\":{}},\"parent\":{}}],[\"tokenbalancesoptionsdefaulttokens\",{\"_index\":178,\"name\":{\"234\":{}},\"parent\":{\"235\":{}}}],[\"tokenbalancesoptionserc20\",{\"_index\":175,\"name\":{\"231\":{}},\"parent\":{\"232\":{},\"233\":{}}}],[\"tokenbalancesresponse\",{\"_index\":181,\"name\":{\"240\":{}},\"parent\":{\"241\":{},\"242\":{}}}],[\"tokenbalancesresponseerc20\",{\"_index\":179,\"name\":{\"236\":{}},\"parent\":{\"237\":{},\"238\":{},\"239\":{}}}],[\"tokenbalancesuccess\",{\"_index\":183,\"name\":{\"244\":{}},\"parent\":{\"245\":{},\"246\":{},\"247\":{}}}],[\"tokenbalancetype\",{\"_index\":172,\"name\":{\"228\":{}},\"parent\":{\"229\":{},\"230\":{}}}],[\"tokenid\",{\"_index\":144,\"name\":{\"188\":{},\"192\":{},\"327\":{},\"341\":{},\"424\":{},\"429\":{},\"445\":{},\"453\":{},\"483\":{},\"523\":{},\"544\":{},\"561\":{},\"624\":{},\"717\":{},\"871\":{}},\"parent\":{}}],[\"tokenmetadataresponse\",{\"_index\":196,\"name\":{\"267\":{}},\"parent\":{\"268\":{},\"269\":{},\"270\":{},\"271\":{}}}],[\"tokens\",{\"_index\":190,\"name\":{\"256\":{}},\"parent\":{}}],[\"tokentype\",{\"_index\":128,\"name\":{\"169\":{},\"189\":{},\"193\":{},\"425\":{},\"430\":{},\"448\":{},\"454\":{},\"485\":{},\"498\":{},\"524\":{},\"527\":{}},\"parent\":{}}],[\"tokenuri\",{\"_index\":140,\"name\":{\"184\":{},\"354\":{},\"420\":{},\"519\":{}},\"parent\":{\"355\":{},\"356\":{}}}],[\"tokenuritimeoutinms\",{\"_index\":264,\"name\":{\"383\":{},\"392\":{},\"449\":{},\"456\":{},\"634\":{},\"639\":{}},\"parent\":{}}],[\"topics\",{\"_index\":441,\"name\":{\"759\":{},\"931\":{},\"936\":{},\"939\":{}},\"parent\":{}}],[\"totalbalance\",{\"_index\":303,\"name\":{\"479\":{}},\"parent\":{}}],[\"totalcount\",{\"_index\":275,\"name\":{\"405\":{},\"410\":{},\"436\":{},\"477\":{},\"848\":{},\"854\":{},\"874\":{}},\"parent\":{}}],[\"totalsupply\",{\"_index\":131,\"name\":{\"172\":{},\"488\":{},\"603\":{}},\"parent\":{}}],[\"traceblock\",{\"_index\":124,\"name\":{\"165\":{}},\"parent\":{}}],[\"tracecall\",{\"_index\":122,\"name\":{\"163\":{}},\"parent\":{}}],[\"tracetransaction\",{\"_index\":123,\"name\":{\"164\":{}},\"parent\":{}}],[\"traittype\",{\"_index\":347,\"name\":{\"599\":{}},\"parent\":{}}],[\"transact\",{\"_index\":6,\"name\":{\"6\":{}},\"parent\":{}}],[\"transactionhash\",{\"_index\":311,\"name\":{\"511\":{},\"573\":{}},\"parent\":{}}],[\"transactionreceiptsblockhash\",{\"_index\":361,\"name\":{\"618\":{}},\"parent\":{\"619\":{}}}],[\"transactionreceiptsblocknumber\",{\"_index\":360,\"name\":{\"616\":{}},\"parent\":{\"617\":{}}}],[\"transactionreceiptsparams\",{\"_index\":362,\"name\":{\"620\":{}},\"parent\":{}}],[\"transactionreceiptsresponse\",{\"_index\":363,\"name\":{\"621\":{}},\"parent\":{\"622\":{}}}],[\"transactionwebhookparams\",{\"_index\":475,\"name\":{\"858\":{}},\"parent\":{\"859\":{}}}],[\"transactnamespace\",{\"_index\":103,\"name\":{\"140\":{}},\"parent\":{\"141\":{},\"142\":{},\"143\":{},\"144\":{},\"145\":{},\"146\":{},\"147\":{},\"148\":{},\"149\":{},\"150\":{},\"151\":{}}}],[\"transfer\",{\"_index\":409,\"name\":{\"702\":{}},\"parent\":{}}],[\"transferrednft\",{\"_index\":310,\"name\":{\"508\":{}},\"parent\":{\"509\":{},\"510\":{},\"511\":{},\"512\":{},\"513\":{},\"514\":{},\"515\":{},\"516\":{},\"517\":{},\"518\":{},\"519\":{},\"520\":{},\"521\":{},\"522\":{},\"523\":{},\"524\":{}}}],[\"transfers\",{\"_index\":222,\"name\":{\"313\":{},\"316\":{}},\"parent\":{}}],[\"transfersnftresponse\",{\"_index\":308,\"name\":{\"505\":{}},\"parent\":{\"506\":{},\"507\":{}}}],[\"transfertime\",{\"_index\":272,\"name\":{\"401\":{}},\"parent\":{}}],[\"twitterusername\",{\"_index\":380,\"name\":{\"665\":{}},\"parent\":{}}],[\"type\",{\"_index\":176,\"name\":{\"232\":{},\"235\":{},\"727\":{},\"732\":{},\"744\":{},\"769\":{},\"787\":{},\"797\":{},\"807\":{},\"817\":{},\"827\":{},\"837\":{},\"911\":{},\"914\":{},\"917\":{}},\"parent\":{}}],[\"uniqueid\",{\"_index\":225,\"name\":{\"319\":{},\"333\":{}},\"parent\":{}}],[\"unknown\",{\"_index\":220,\"name\":{\"311\":{},\"593\":{}},\"parent\":{}}],[\"updatewebhook\",{\"_index\":116,\"name\":{\"157\":{}},\"parent\":{}}],[\"url\",{\"_index\":31,\"name\":{\"43\":{},\"203\":{},\"770\":{},\"790\":{},\"800\":{},\"810\":{},\"820\":{},\"830\":{},\"840\":{}},\"parent\":{}}],[\"utils\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{}}],[\"v1\",{\"_index\":454,\"name\":{\"777\":{}},\"parent\":{}}],[\"v2\",{\"_index\":455,\"name\":{\"778\":{}},\"parent\":{}}],[\"validat\",{\"_index\":323,\"name\":{\"556\":{}},\"parent\":{}}],[\"value\",{\"_index\":229,\"name\":{\"324\":{},\"338\":{},\"598\":{},\"625\":{},\"627\":{},\"725\":{},\"730\":{},\"749\":{},\"898\":{},\"920\":{}},\"parent\":{}}],[\"verified\",{\"_index\":384,\"name\":{\"669\":{}},\"parent\":{}}],[\"verifyconfig\",{\"_index\":119,\"name\":{\"160\":{}},\"parent\":{}}],[\"verifynftownership\",{\"_index\":72,\"name\":{\"94\":{}},\"parent\":{}}],[\"version\",{\"_index\":451,\"name\":{\"774\":{},\"794\":{},\"804\":{},\"814\":{},\"824\":{},\"834\":{},\"844\":{}},\"parent\":{}}],[\"waitfortransaction\",{\"_index\":94,\"name\":{\"129\":{},\"151\":{}},\"parent\":{}}],[\"wallet\",{\"_index\":10,\"name\":{\"10\":{}},\"parent\":{\"11\":{},\"12\":{},\"13\":{},\"14\":{},\"15\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{},\"22\":{},\"23\":{},\"24\":{},\"25\":{}}}],[\"webhook\",{\"_index\":446,\"name\":{\"766\":{}},\"parent\":{\"767\":{},\"768\":{},\"769\":{},\"770\":{},\"771\":{},\"772\":{},\"773\":{},\"774\":{},\"775\":{}}}],[\"webhookaddressoverride\",{\"_index\":492,\"name\":{\"887\":{}},\"parent\":{\"888\":{}}}],[\"webhookaddressupdate\",{\"_index\":489,\"name\":{\"884\":{}},\"parent\":{\"885\":{},\"886\":{}}}],[\"webhooknftfilterupdate\",{\"_index\":483,\"name\":{\"878\":{}},\"parent\":{\"879\":{},\"880\":{}}}],[\"webhooknftmetadatafilterupdate\",{\"_index\":486,\"name\":{\"881\":{}},\"parent\":{\"882\":{},\"883\":{}}}],[\"webhooks\",{\"_index\":470,\"name\":{\"847\":{}},\"parent\":{}}],[\"webhookstatusupdate\",{\"_index\":482,\"name\":{\"876\":{}},\"parent\":{\"877\":{}}}],[\"webhooktype\",{\"_index\":456,\"name\":{\"779\":{}},\"parent\":{\"780\":{},\"781\":{},\"782\":{},\"783\":{},\"784\":{},\"785\":{}}}],[\"webhookversion\",{\"_index\":453,\"name\":{\"776\":{}},\"parent\":{\"777\":{},\"778\":{}}}],[\"websocketnamespace\",{\"_index\":82,\"name\":{\"104\":{}},\"parent\":{\"105\":{},\"106\":{},\"107\":{},\"108\":{},\"109\":{},\"110\":{}}}],[\"withmetadata\",{\"_index\":206,\"name\":{\"283\":{},\"285\":{}},\"parent\":{}}],[\"withtokenbalances\",{\"_index\":368,\"name\":{\"641\":{},\"646\":{}},\"parent\":{}}],[\"ws\",{\"_index\":5,\"name\":{\"5\":{}},\"parent\":{}}],[\"wyvern\",{\"_index\":340,\"name\":{\"590\":{}},\"parent\":{}}],[\"x2y2\",{\"_index\":339,\"name\":{\"589\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/classes/Alchemy.html b/docs/classes/Alchemy.html index e62c80b6..1e5ae57f 100644 --- a/docs/classes/Alchemy.html +++ b/docs/classes/Alchemy.html @@ -3,23 +3,23 @@ APIs and separates functionality into different namespaces.

Each SDK instance is associated with a specific network and API key. To use a different network or API key, create a new instance of Alchemy.

-

Hierarchy

Index

Constructors

Properties

+

Hierarchy

Index

Constructors

Properties

Holds the setting information for the instance of the Alchemy SDK client and allows access to the underlying providers.

-
+

The core namespace contains the core eth json-rpc calls and Alchemy's Enhanced APIs.

-
+

The debug namespace contains methods for inspecting and debugging transactions.

-
+

The nft namespace contains methods for Alchemy's NFT API.

-
+

The notify namespace contains methods for creating and managing webhooks as part of the Notify API.

-
+

The transact namespace contains methods for sending transactions and checking on the state of submitted transasctions.

-
+

The ws namespace contains methods for using WebSockets and creating subscriptions.

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/AlchemyConfig.html b/docs/classes/AlchemyConfig.html index 5b096f70..b62576e2 100644 --- a/docs/classes/AlchemyConfig.html +++ b/docs/classes/AlchemyConfig.html @@ -1,22 +1,22 @@ AlchemyConfig | alchemy-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AlchemyConfig

This class holds the config information for the SDK client instance and exposes the underlying providers for more advanced use cases.

-

Hierarchy

  • AlchemyConfig

Index

Constructors

Properties

apiKey: string
+

Hierarchy

  • AlchemyConfig

Index

Constructors

Properties

apiKey: string

The Alchemy API key.

-
authToken?: string
+
authToken?: string

The optional Alchemy auth token to use when sending requests with the Notify API.

-
batchRequests: boolean
+
batchRequests: boolean

Setting to enable automatic batching on json-rpc requests. Defaults to false.

-
maxRetries: number
+
maxRetries: number

The maximum number of retries to perform.

-
network: Network
+
network: Network

The Network that this SDK is associated with.

-
requestTimeout?: number
+
requestTimeout?: number

The optional Request timeout provided in ms for NFT and NOTIFY API. Defaults to 0.

-
url?: string
+
url?: string

The optional hardcoded URL to send requests to instead of using the network and apiKey.

-

Methods

Methods

  • Returns an AlchemyProvider instance. Only one provider is created per Alchemy instance.

    The AlchemyProvider is a wrapper around ether's AlchemyProvider class and @@ -24,7 +24,7 @@

    Most common methods on the provider are available as top-level methods on the Alchemy instance, but the provider is exposed here to access other less-common methods.

    -

    Returns Promise<AlchemyProvider>

  • Returns an AlchemyWebsocketProvider instance. Only one provider is created per Alchemy instance.

    The AlchemyWebSocketProvider is a wrapper around ether's diff --git a/docs/classes/AlchemyProvider.html b/docs/classes/AlchemyProvider.html index feddc5c2..7a1bc36f 100644 --- a/docs/classes/AlchemyProvider.html +++ b/docs/classes/AlchemyProvider.html @@ -2,13 +2,13 @@

    SDK's custom implementation of ethers.js's 'AlchemyProvider'.

    Do not call this constructor directly. Instead, instantiate an instance of Alchemy and call {@link Alchemy.config.getProvider()}.

    -

Hierarchy

  • JsonRpcProvider
    • AlchemyProvider

Implements

  • CommunityResourcable

Index

Properties

_bootstrapPoll: Timer
_emitted: {}

Type declaration

  • [eventName: string]: number | "pending"
_eventLoopCache: Record<string, Promise<any>>
_events: Event[]
_fastBlockNumber: number
_fastBlockNumberPromise: Promise<number>
_fastQueryDate: number
_internalBlockNumber: Promise<{ blockNumber: number; reqTime: number; respTime: number }>
_isProvider: boolean
_lastBlockNumber: number
_maxFilterBlockRange: number
_maxInternalBlockNumber: number
_network: Network
_networkPromise: Promise<Network>
_nextId: number
_pendingFilter: Promise<number>
_poller: Timer
_pollingInterval: number
anyNetwork: boolean
apiKey: string
batchRequests: boolean
connection: ConnectionInfo
disableCcipRead: boolean
formatter: Formatter
maxRetries: number

Accessors

  • get _cache(): Record<string, Promise<any>>
  • Returns Record<string, Promise<any>>

  • get blockNumber(): number
  • Returns number

  • get network(): Network
  • Returns Network

  • get polling(): boolean
  • set polling(value: boolean): void
  • Returns boolean

  • Parameters

    • value: boolean

    Returns void

  • get pollingInterval(): number
  • set pollingInterval(value: number): void
  • Returns number

  • Parameters

    • value: number

    Returns void

  • get ready(): Promise<Network>
  • Returns Promise<Network>

Methods

  • Parameters

    • eventName: EventType
    • listener: Listener
    • once: boolean

    Returns AlchemyProvider

  • Parameters

    Returns Promise<string>

  • _getAddress(addressOrName: string | Promise<string>): Promise<string>
  • Parameters

    • addressOrName: string | Promise<string>

    Returns Promise<string>

  • Parameters

    • blockHashOrBlockTag: BlockTag | Promise<BlockTag>
    • Optional includeTransactions: boolean

    Returns Promise<Block | BlockWithTransactions>

  • Parameters

    Returns Promise<BlockTag>

  • _getFastBlockNumber(): Promise<number>
  • Returns Promise<number>

  • _getFilter(filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>): Promise<Filter | FilterByBlockHash>
  • Parameters

    • filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>

    Returns Promise<Filter | FilterByBlockHash>

  • _getInternalBlockNumber(maxAge: number): Promise<number>
  • Parameters

    • maxAge: number

    Returns Promise<number>

  • _getResolver(name: string, operation?: string): Promise<string>
  • Parameters

    • name: string
    • Optional operation: string

    Returns Promise<string>

  • Parameters

    Returns Promise<Transaction>

  • _ready(): Promise<Network>
  • Returns Promise<Network>

  • _setFastBlockNumber(blockNumber: number): void
  • Parameters

    • blockNumber: number

    Returns void

  • _startEvent(event: Event): void
  • Parameters

    • event: Event

    Returns void

  • _startPending(): void
  • _stopEvent(event: Event): void
  • Parameters

    • event: Event

    Returns void

  • _uncachedDetectNetwork(): Promise<Network>
  • Returns Promise<Network>

  • _waitForTransaction(transactionHash: string, confirmations: number, timeout: number, replaceable: { data: string; from: string; nonce: number; startBlock: number; to: string; value: BigNumber }): Promise<TransactionReceipt>
  • Parameters

    • transactionHash: string
    • confirmations: number
    • timeout: number
    • replaceable: { data: string; from: string; nonce: number; startBlock: number; to: string; value: BigNumber }
      • data: string
      • from: string
      • nonce: number
      • startBlock: number
      • to: string
      • value: BigNumber

    Returns Promise<TransactionReceipt>

  • Parameters

    • tx: Transaction
    • Optional hash: string
    • Optional startBlock: number

    Returns TransactionResponse

  • addListener(eventName: EventType, listener: Listener): Provider
  • Parameters

    Returns Provider

  • Parameters

    Returns Promise<string>

  • ccipReadFetch(tx: Transaction, calldata: string, urls: string[]): Promise<null | string>
  • Parameters

    • tx: Transaction
    • calldata: string
    • urls: string[]

    Returns Promise<null | string>

  • detectNetwork(): Promise<Network>

Hierarchy

  • JsonRpcProvider
    • AlchemyProvider

Implements

  • CommunityResourcable

Index

Properties

_bootstrapPoll: Timer
_emitted: {}

Type declaration

  • [eventName: string]: number | "pending"
_eventLoopCache: Record<string, Promise<any>>
_events: Event[]
_fastBlockNumber: number
_fastBlockNumberPromise: Promise<number>
_fastQueryDate: number
_internalBlockNumber: Promise<{ blockNumber: number; reqTime: number; respTime: number }>
_isProvider: boolean
_lastBlockNumber: number
_maxFilterBlockRange: number
_maxInternalBlockNumber: number
_network: Network
_networkPromise: Promise<Network>
_nextId: number
_pendingFilter: Promise<number>
_poller: Timer
_pollingInterval: number
anyNetwork: boolean
apiKey: string
batchRequests: boolean
connection: ConnectionInfo
disableCcipRead: boolean
formatter: Formatter
maxRetries: number

Accessors

  • get _cache(): Record<string, Promise<any>>
  • Returns Record<string, Promise<any>>

  • get blockNumber(): number
  • Returns number

  • get network(): Network
  • Returns Network

  • get polling(): boolean
  • set polling(value: boolean): void
  • Returns boolean

  • Parameters

    • value: boolean

    Returns void

  • get pollingInterval(): number
  • set pollingInterval(value: number): void
  • Returns number

  • Parameters

    • value: number

    Returns void

  • get ready(): Promise<Network>
  • Returns Promise<Network>

Methods

  • Parameters

    • eventName: EventType
    • listener: Listener
    • once: boolean

    Returns AlchemyProvider

  • Parameters

    Returns Promise<string>

  • _getAddress(addressOrName: string | Promise<string>): Promise<string>
  • Parameters

    • addressOrName: string | Promise<string>

    Returns Promise<string>

  • Parameters

    • blockHashOrBlockTag: BlockTag | Promise<BlockTag>
    • Optional includeTransactions: boolean

    Returns Promise<Block | BlockWithTransactions>

  • Parameters

    Returns Promise<BlockTag>

  • _getFastBlockNumber(): Promise<number>
  • Returns Promise<number>

  • _getFilter(filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>): Promise<Filter | FilterByBlockHash>
  • Parameters

    • filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>

    Returns Promise<Filter | FilterByBlockHash>

  • _getInternalBlockNumber(maxAge: number): Promise<number>
  • Parameters

    • maxAge: number

    Returns Promise<number>

  • _getResolver(name: string, operation?: string): Promise<string>
  • Parameters

    • name: string
    • Optional operation: string

    Returns Promise<string>

  • Parameters

    Returns Promise<Transaction>

  • _ready(): Promise<Network>
  • Returns Promise<Network>

  • _setFastBlockNumber(blockNumber: number): void
  • Parameters

    • blockNumber: number

    Returns void

  • _startEvent(event: Event): void
  • Parameters

    • event: Event

    Returns void

  • _startPending(): void
  • _stopEvent(event: Event): void
  • Parameters

    • event: Event

    Returns void

  • _uncachedDetectNetwork(): Promise<Network>
  • Returns Promise<Network>

  • _waitForTransaction(transactionHash: string, confirmations: number, timeout: number, replaceable: { data: string; from: string; nonce: number; startBlock: number; to: string; value: BigNumber }): Promise<TransactionReceipt>
  • Parameters

    • transactionHash: string
    • confirmations: number
    • timeout: number
    • replaceable: { data: string; from: string; nonce: number; startBlock: number; to: string; value: BigNumber }
      • data: string
      • from: string
      • nonce: number
      • startBlock: number
      • to: string
      • value: BigNumber

    Returns Promise<TransactionReceipt>

  • Parameters

    • tx: Transaction
    • Optional hash: string
    • Optional startBlock: number

    Returns TransactionResponse

  • addListener(eventName: EventType, listener: Listener): Provider
  • Parameters

    Returns Provider

  • Parameters

    Returns Promise<string>

  • ccipReadFetch(tx: Transaction, calldata: string, urls: string[]): Promise<null | string>
  • Parameters

    • tx: Transaction
    • calldata: string
    • urls: string[]

    Returns Promise<null | string>

  • detectNetwork(): Promise<Network>
  • Overrides the method in ethers.js's StaticJsonRpcProvider class. This method is called when calling methods on the parent class BaseProvider.

    -
    override

    Returns Promise<Network>

  • emit(eventName: EventType, ...args: any[]): boolean
  • Parameters

    Returns boolean

  • Parameters

    Returns Promise<BigNumber>

  • getAvatar(nameOrAddress: string): Promise<null | string>
  • Parameters

    • nameOrAddress: string

    Returns Promise<null | string>

  • Parameters

    • addressOrName: string | Promise<string>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    Returns Promise<BigNumber>

  • Parameters

    Returns Promise<Block>

  • getBlockNumber(): Promise<number>
  • Returns Promise<number>

  • Parameters

    Returns Promise<BlockWithTransactions>

  • getCode(addressOrName: string | Promise<string>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
  • Parameters

    • addressOrName: string | Promise<string>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    Returns Promise<string>

  • getEtherPrice(): Promise<number>
  • Returns Promise<number>

  • Returns Promise<FeeData>

  • Returns Promise<BigNumber>

  • getLogs(filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>): Promise<Log[]>
  • Parameters

    • filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>

    Returns Promise<Log[]>

  • getNetwork(): Promise<Network>
  • Returns Promise<Network>

  • getResolver(name: string): Promise<null | Resolver>
  • Parameters

    • name: string

    Returns Promise<null | Resolver>

  • getSigner(addressOrIndex?: string | number): JsonRpcSigner
  • Parameters

    • Optional addressOrIndex: string | number

    Returns JsonRpcSigner

  • Parameters

    Returns Promise<string>

  • Parameters

    • transactionHash: string | Promise<string>

    Returns Promise<TransactionResponse>

  • getTransactionCount(addressOrName: string | Promise<string>, blockTag?: BlockTag | Promise<BlockTag>): Promise<number>
  • Parameters

    • addressOrName: string | Promise<string>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    Returns Promise<number>

  • getTransactionReceipt(transactionHash: string | Promise<string>): Promise<TransactionReceipt>
  • Parameters

    • transactionHash: string | Promise<string>

    Returns Promise<TransactionReceipt>

  • getUncheckedSigner(addressOrIndex?: string | number): UncheckedJsonRpcSigner
  • Parameters

    • Optional addressOrIndex: string | number

    Returns UncheckedJsonRpcSigner

  • isCommunityResource(): boolean
  • emit(eventName: EventType, ...args: any[]): boolean
  • Parameters

    Returns boolean

  • Parameters

    Returns Promise<BigNumber>

  • getAvatar(nameOrAddress: string): Promise<null | string>
  • Parameters

    • nameOrAddress: string

    Returns Promise<null | string>

  • Parameters

    • addressOrName: string | Promise<string>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    Returns Promise<BigNumber>

  • Parameters

    Returns Promise<Block>

  • getBlockNumber(): Promise<number>
  • Returns Promise<number>

  • Parameters

    Returns Promise<BlockWithTransactions>

  • getCode(addressOrName: string | Promise<string>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
  • Parameters

    • addressOrName: string | Promise<string>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    Returns Promise<string>

  • getEtherPrice(): Promise<number>
  • Returns Promise<number>

  • Returns Promise<FeeData>

  • Returns Promise<BigNumber>

  • getLogs(filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>): Promise<Log[]>
  • Parameters

    • filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>

    Returns Promise<Log[]>

  • getNetwork(): Promise<Network>
  • Returns Promise<Network>

  • getResolver(name: string): Promise<null | Resolver>
  • Parameters

    • name: string

    Returns Promise<null | Resolver>

  • getSigner(addressOrIndex?: string | number): JsonRpcSigner
  • Parameters

    • Optional addressOrIndex: string | number

    Returns JsonRpcSigner

  • Parameters

    Returns Promise<string>

  • Parameters

    • transactionHash: string | Promise<string>

    Returns Promise<TransactionResponse>

  • getTransactionCount(addressOrName: string | Promise<string>, blockTag?: BlockTag | Promise<BlockTag>): Promise<number>
  • Parameters

    • addressOrName: string | Promise<string>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    Returns Promise<number>

  • getTransactionReceipt(transactionHash: string | Promise<string>): Promise<TransactionReceipt>
  • Parameters

    • transactionHash: string | Promise<string>

    Returns Promise<TransactionReceipt>

  • getUncheckedSigner(addressOrIndex?: string | number): UncheckedJsonRpcSigner
  • Parameters

    • Optional addressOrIndex: string | number

    Returns UncheckedJsonRpcSigner

  • isCommunityResource(): boolean
  • Overrides the ether's isCommunityResource() method. Returns true if the current api key is the default key.

    -
    override

    Returns boolean

  • listAccounts(): Promise<string[]>
  • Returns Promise<string[]>

  • Parameters

    Returns number

  • Parameters

    Returns Listener[]

  • lookupAddress(address: string | Promise<string>): Promise<null | string>
  • Parameters

    • address: string | Promise<string>

    Returns Promise<null | string>

  • modifyFormatter(): void
  • listAccounts(): Promise<string[]>
  • Returns Promise<string[]>

  • Parameters

    Returns number

  • Parameters

    Returns Listener[]

  • lookupAddress(address: string | Promise<string>): Promise<null | string>
  • Parameters

    • address: string | Promise<string>

    Returns Promise<null | string>

  • modifyFormatter(): void
  • Overrides the base Formatter class inherited from ethers to support returning custom fields in Ethers response types.

    For context, ethers has a Formatter class that is used to format the @@ -16,7 +16,7 @@ Formatter class are removed from the returned response. By modifying the Formatter class in this method, we can add support for fields that are not defined in ethers.

    -

    Returns void

  • Parameters

    • eventName: EventType
    • Optional listener: Listener

    Returns AlchemyProvider

  • Parameters

    Returns AlchemyProvider

  • Parameters

    Returns AlchemyProvider

  • perform(method: string, params: any): Promise<any>
  • Parameters

    • method: string
    • params: any

    Returns Promise<any>

  • poll(): Promise<void>
  • Returns Promise<void>

  • prepareRequest(method: string, params: any): [string, any[]]
  • Parameters

    • method: string
    • params: any

    Returns [string, any[]]

  • Parameters

    Returns AlchemyProvider

  • removeListener(eventName: EventType, listener: Listener): Provider
  • Parameters

    Returns Provider

  • resetEventsBlock(blockNumber: number): void
  • Parameters

    • blockNumber: number

    Returns void

  • resolveName(name: string | Promise<string>): Promise<null | string>
  • Parameters

    • name: string | Promise<string>

    Returns Promise<null | string>

  • send(method: string, params: any[]): Promise<any>
  • Parameters

    • eventName: EventType
    • Optional listener: Listener

    Returns AlchemyProvider

  • Parameters

    Returns AlchemyProvider

  • Parameters

    Returns AlchemyProvider

  • perform(method: string, params: any): Promise<any>
  • Parameters

    • method: string
    • params: any

    Returns Promise<any>

  • poll(): Promise<void>
  • Returns Promise<void>

  • prepareRequest(method: string, params: any): [string, any[]]
  • Parameters

    • method: string
    • params: any

    Returns [string, any[]]

  • Parameters

    Returns AlchemyProvider

  • removeListener(eventName: EventType, listener: Listener): Provider
  • Parameters

    Returns Provider

  • resetEventsBlock(blockNumber: number): void
  • Parameters

    • blockNumber: number

    Returns void

  • resolveName(name: string | Promise<string>): Promise<null | string>
  • Parameters

    • name: string | Promise<string>

    Returns Promise<null | string>

  • send(method: string, params: any[]): Promise<any>
  • Overrides the base {@link JsonRpcProvider.send} method to implement custom logic for sending requests to Alchemy.

    override

    Parameters

    • method: string
      diff --git a/docs/classes/AlchemyWebSocketProvider.html b/docs/classes/AlchemyWebSocketProvider.html index 76584d88..ce58bb64 100644 --- a/docs/classes/AlchemyWebSocketProvider.html +++ b/docs/classes/AlchemyWebSocketProvider.html @@ -2,61 +2,61 @@

      SDK's custom implementation fo the ethers.js's 'AlchemyWebSocketProvider'.

      Do not call this constructor directly. Instead, instantiate an instance of Alchemy and call {@link Alchemy.config.getWebSocketProvider()}.

      -

Hierarchy

  • WebSocketProvider
    • AlchemyWebSocketProvider

Implements

  • CommunityResourcable

Index

Properties

_bootstrapPoll: Timer
_detectNetwork: Promise<Network>
_emitted: {}

Type declaration

  • [eventName: string]: number | "pending"
_eventLoopCache: Record<string, Promise<any>>
_events: EthersEvent[] = []
_fastBlockNumber: number
_fastBlockNumberPromise: Promise<number>
_fastQueryDate: number
_internalBlockNumber: Promise<{ blockNumber: number; reqTime: number; respTime: number }>
_isProvider: boolean
_lastBlockNumber: number
_maxFilterBlockRange: number
_maxInternalBlockNumber: number
_network: Network
_networkPromise: Promise<Network>
_nextId: number
_pendingFilter: Promise<number>
_poller: Timer
_pollingInterval: number
_requests: {}

Type declaration

  • [name: string]: InflightRequest
_subIds: {}

Type declaration

  • [tag: string]: Promise<string>
_subs: {}

Type declaration

  • [name: string]: Subscription
_websocket: any
_wsReady: boolean
anyNetwork: boolean
apiKey: string
connection: ConnectionInfo
disableCcipRead: boolean
formatter: Formatter

Accessors

  • get _cache(): Record<string, Promise<any>>
  • Returns Record<string, Promise<any>>

  • get blockNumber(): number
  • Returns number

  • get network(): Network
  • Returns Network

  • set polling(value: boolean): void
  • Parameters

    • value: boolean

    Returns void

  • get pollingInterval(): number
  • set pollingInterval(value: number): void
  • Returns number

  • Parameters

    • value: number

    Returns void

  • get ready(): Promise<Network>
  • Returns Promise<Network>

  • get websocket(): WebSocketLike
  • Returns WebSocketLike

Methods

  • Parameters

    Returns Promise<string>

  • _getAddress(addressOrName: string | Promise<string>): Promise<string>
  • Parameters

    • addressOrName: string | Promise<string>

    Returns Promise<string>

  • Parameters

    • blockHashOrBlockTag: BlockTag | Promise<BlockTag>
    • Optional includeTransactions: boolean

    Returns Promise<Block | BlockWithTransactions>

  • Parameters

    Returns Promise<BlockTag>

  • _getFastBlockNumber(): Promise<number>
  • Returns Promise<number>

  • _getFilter(filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>): Promise<Filter | FilterByBlockHash>
  • Parameters

    • filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>

    Returns Promise<Filter | FilterByBlockHash>

  • _getInternalBlockNumber(maxAge: number): Promise<number>
  • Parameters

    • maxAge: number

    Returns Promise<number>

  • _getResolver(name: string, operation?: string): Promise<string>
  • Parameters

    • name: string
    • Optional operation: string

    Returns Promise<string>

  • Parameters

    Returns Promise<Transaction>

Hierarchy

  • WebSocketProvider
    • AlchemyWebSocketProvider

Implements

  • CommunityResourcable

Index

Properties

_bootstrapPoll: Timer
_detectNetwork: Promise<Network>
_emitted: {}

Type declaration

  • [eventName: string]: number | "pending"
_eventLoopCache: Record<string, Promise<any>>
_events: EthersEvent[] = []
_fastBlockNumber: number
_fastBlockNumberPromise: Promise<number>
_fastQueryDate: number
_internalBlockNumber: Promise<{ blockNumber: number; reqTime: number; respTime: number }>
_isProvider: boolean
_lastBlockNumber: number
_maxFilterBlockRange: number
_maxInternalBlockNumber: number
_network: Network
_networkPromise: Promise<Network>
_nextId: number
_pendingFilter: Promise<number>
_poller: Timer
_pollingInterval: number
_requests: {}

Type declaration

  • [name: string]: InflightRequest
_subIds: {}

Type declaration

  • [tag: string]: Promise<string>
_subs: {}

Type declaration

  • [name: string]: Subscription
_websocket: any
_wsReady: boolean
anyNetwork: boolean
apiKey: string
connection: ConnectionInfo
disableCcipRead: boolean
formatter: Formatter

Accessors

  • get _cache(): Record<string, Promise<any>>
  • Returns Record<string, Promise<any>>

  • get blockNumber(): number
  • Returns number

  • get network(): Network
  • Returns Network

  • set polling(value: boolean): void
  • Parameters

    • value: boolean

    Returns void

  • get pollingInterval(): number
  • set pollingInterval(value: number): void
  • Returns number

  • Parameters

    • value: number

    Returns void

  • get ready(): Promise<Network>
  • Returns Promise<Network>

  • get websocket(): WebSocketLike
  • Returns WebSocketLike

Methods

  • Parameters

    Returns Promise<string>

  • _getAddress(addressOrName: string | Promise<string>): Promise<string>
  • Parameters

    • addressOrName: string | Promise<string>

    Returns Promise<string>

  • Parameters

    • blockHashOrBlockTag: BlockTag | Promise<BlockTag>
    • Optional includeTransactions: boolean

    Returns Promise<Block | BlockWithTransactions>

  • Parameters

    Returns Promise<BlockTag>

  • _getFastBlockNumber(): Promise<number>
  • Returns Promise<number>

  • _getFilter(filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>): Promise<Filter | FilterByBlockHash>
  • Parameters

    • filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>

    Returns Promise<Filter | FilterByBlockHash>

  • _getInternalBlockNumber(maxAge: number): Promise<number>
  • Parameters

    • maxAge: number

    Returns Promise<number>

  • _getResolver(name: string, operation?: string): Promise<string>
  • Parameters

    • name: string
    • Optional operation: string

    Returns Promise<string>

  • Parameters

    Returns Promise<Transaction>

  • DO NOT MODIFY.

    Original code copied over from ether.js's BaseProvider.listenerCount().

    This method is copied over directly in order to implement Alchemy's unique subscription types. The only difference is that this method calls {@link getAlchemyEventTag} instead of the original getEventTag() method in order to parse the Alchemy subscription event.

    -

    Parameters

    Returns number

  • DO NOT MODIFY.

    Original code copied over from ether.js's BaseProvider.listeners().

    This method is copied over directly in order to implement Alchemy's unique subscription types. The only difference is that this method calls {@link getAlchemyEventTag} instead of the original getEventTag() method in order to parse the Alchemy subscription event.

    -

    Parameters

    Returns Listener[]

  • DO NOT MODIFY.

    Original code copied over from ether.js's BaseProvider.off().

    This method is copied over directly in order to implement Alchemy's unique subscription types. The only difference is that this method calls {@link getAlchemyEventTag} instead of the original getEventTag() method in order to parse the Alchemy subscription event.

    -

    Parameters

    Returns AlchemyWebSocketProvider

  • _ready(): Promise<Network>
  • Returns Promise<Network>

  • _ready(): Promise<Network>
  • Returns Promise<Network>

  • DO NOT MODIFY.

    Original code copied over from ether.js's BaseProvider.removeAllListeners().

    This method is copied over directly in order to implement Alchemy's unique subscription types. The only difference is that this method calls {@link getAlchemyEventTag} instead of the original getEventTag() method in order to parse the Alchemy subscription event.

    -

    Parameters

    Returns AlchemyWebSocketProvider

  • _setFastBlockNumber(blockNumber: number): void
  • Parameters

    • blockNumber: number

    Returns void

  • _startPending(): void
  • Returns void

  • _uncachedDetectNetwork(): Promise<Network>
  • Returns Promise<Network>

  • _waitForTransaction(transactionHash: string, confirmations: number, timeout: number, replaceable: { data: string; from: string; nonce: number; startBlock: number; to: string; value: BigNumber }): Promise<TransactionReceipt>
  • Parameters

    • transactionHash: string
    • confirmations: number
    • timeout: number
    • replaceable: { data: string; from: string; nonce: number; startBlock: number; to: string; value: BigNumber }
      • data: string
      • from: string
      • nonce: number
      • startBlock: number
      • to: string
      • value: BigNumber

    Returns Promise<TransactionReceipt>

  • Parameters

    • tx: Transaction
    • Optional hash: string
    • Optional startBlock: number

    Returns TransactionResponse

  • addListener(eventName: EventType, listener: Listener): Provider
  • Parameters

    Returns Provider

  • Parameters

    Returns Promise<string>

  • ccipReadFetch(tx: Transaction, calldata: string, urls: string[]): Promise<null | string>
  • Parameters

    • tx: Transaction
    • calldata: string
    • urls: string[]

    Returns Promise<null | string>

  • destroy(): Promise<void>
  • detectNetwork(): Promise<Network>
  • Returns Promise<Network>

  • emitEvent<T>(virtualId: string, result: T): void
  • Parameters

    Returns Promise<BigNumber>

  • getAvatar(nameOrAddress: string): Promise<null | string>
  • Parameters

    • nameOrAddress: string

    Returns Promise<null | string>

  • Parameters

    • addressOrName: string | Promise<string>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    Returns Promise<BigNumber>

  • Parameters

    Returns Promise<Block>

  • getBlockNumber(): Promise<number>
  • Returns Promise<number>

  • Parameters

    Returns Promise<BlockWithTransactions>

  • getCode(addressOrName: string | Promise<string>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
  • Parameters

    • addressOrName: string | Promise<string>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    Returns Promise<string>

  • getEtherPrice(): Promise<number>
  • Returns Promise<number>

  • Returns Promise<FeeData>

  • Returns Promise<BigNumber>

  • getLogs(filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>): Promise<Log[]>
  • Parameters

    • filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>

    Returns Promise<Log[]>

  • getNetwork(): Promise<Network>
  • Returns Promise<Network>

  • getResolver(name: string): Promise<null | Resolver>
  • Parameters

    • name: string

    Returns Promise<null | Resolver>

  • getSigner(addressOrIndex?: string | number): JsonRpcSigner
  • Parameters

    • Optional addressOrIndex: string | number

    Returns JsonRpcSigner

  • Parameters

    Returns Promise<string>

  • Parameters

    • transactionHash: string | Promise<string>

    Returns Promise<TransactionResponse>

  • getTransactionCount(addressOrName: string | Promise<string>, blockTag?: BlockTag | Promise<BlockTag>): Promise<number>
  • Parameters

    • addressOrName: string | Promise<string>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    Returns Promise<number>

  • getTransactionReceipt(transactionHash: string | Promise<string>): Promise<TransactionReceipt>
  • Parameters

    • transactionHash: string | Promise<string>

    Returns Promise<TransactionReceipt>

  • getUncheckedSigner(addressOrIndex?: string | number): UncheckedJsonRpcSigner
  • Parameters

    • Optional addressOrIndex: string | number

    Returns UncheckedJsonRpcSigner

  • isCommunityResource(): boolean
  • _setFastBlockNumber(blockNumber: number): void
  • Parameters

    • blockNumber: number

    Returns void

  • _startPending(): void
  • Returns void

  • _uncachedDetectNetwork(): Promise<Network>
  • Returns Promise<Network>

  • _waitForTransaction(transactionHash: string, confirmations: number, timeout: number, replaceable: { data: string; from: string; nonce: number; startBlock: number; to: string; value: BigNumber }): Promise<TransactionReceipt>
  • Parameters

    • transactionHash: string
    • confirmations: number
    • timeout: number
    • replaceable: { data: string; from: string; nonce: number; startBlock: number; to: string; value: BigNumber }
      • data: string
      • from: string
      • nonce: number
      • startBlock: number
      • to: string
      • value: BigNumber

    Returns Promise<TransactionReceipt>

  • Parameters

    • tx: Transaction
    • Optional hash: string
    • Optional startBlock: number

    Returns TransactionResponse

  • addListener(eventName: EventType, listener: Listener): Provider
  • Parameters

    Returns Provider

  • Parameters

    Returns Promise<string>

  • ccipReadFetch(tx: Transaction, calldata: string, urls: string[]): Promise<null | string>
  • Parameters

    • tx: Transaction
    • calldata: string
    • urls: string[]

    Returns Promise<null | string>

  • destroy(): Promise<void>
  • detectNetwork(): Promise<Network>
  • Returns Promise<Network>

  • emitEvent<T>(virtualId: string, result: T): void
  • Parameters

    Returns Promise<BigNumber>

  • getAvatar(nameOrAddress: string): Promise<null | string>
  • Parameters

    • nameOrAddress: string

    Returns Promise<null | string>

  • Parameters

    • addressOrName: string | Promise<string>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    Returns Promise<BigNumber>

  • Parameters

    Returns Promise<Block>

  • getBlockNumber(): Promise<number>
  • Returns Promise<number>

  • Parameters

    Returns Promise<BlockWithTransactions>

  • getCode(addressOrName: string | Promise<string>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
  • Parameters

    • addressOrName: string | Promise<string>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    Returns Promise<string>

  • getEtherPrice(): Promise<number>
  • Returns Promise<number>

  • Returns Promise<FeeData>

  • Returns Promise<BigNumber>

  • getLogs(filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>): Promise<Log[]>
  • Parameters

    • filter: Filter | FilterByBlockHash | Promise<Filter | FilterByBlockHash>

    Returns Promise<Log[]>

  • getNetwork(): Promise<Network>
  • Returns Promise<Network>

  • getResolver(name: string): Promise<null | Resolver>
  • Parameters

    • name: string

    Returns Promise<null | Resolver>

  • getSigner(addressOrIndex?: string | number): JsonRpcSigner
  • Parameters

    • Optional addressOrIndex: string | number

    Returns JsonRpcSigner

  • Parameters

    Returns Promise<string>

  • Parameters

    • transactionHash: string | Promise<string>

    Returns Promise<TransactionResponse>

  • getTransactionCount(addressOrName: string | Promise<string>, blockTag?: BlockTag | Promise<BlockTag>): Promise<number>
  • Parameters

    • addressOrName: string | Promise<string>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    Returns Promise<number>

  • getTransactionReceipt(transactionHash: string | Promise<string>): Promise<TransactionReceipt>
  • Parameters

    • transactionHash: string | Promise<string>

    Returns Promise<TransactionReceipt>

  • getUncheckedSigner(addressOrIndex?: string | number): UncheckedJsonRpcSigner
  • Parameters

    • Optional addressOrIndex: string | number

    Returns UncheckedJsonRpcSigner

  • isCommunityResource(): boolean
  • Overrides the ether's isCommunityResource() method. Returns true if the current api key is the default key.

    -
    override

    Returns boolean

  • listAccounts(): Promise<string[]>
  • Returns Promise<string[]>

  • listAccounts(): Promise<string[]>
  • Returns Promise<string[]>

  • Returns the number of listeners for the provided {@link eventName} event. If no event is provided, the total number of listeners for all events is returned.

    override

    Parameters

    • Optional eventName: AlchemyEventType

      The event to get the number of listeners for.

      -

    Returns number

Returns number

  • Returns an array of listeners for the provided {@link eventName} event. If no event is provided, all listeners will be included.

    override

    Parameters

    Returns Listener[]

  • lookupAddress(address: string | Promise<string>): Promise<null | string>
  • Parameters

    • address: string | Promise<string>

    Returns Promise<null | string>

Returns Listener[]

  • lookupAddress(address: string | Promise<string>): Promise<null | string>
  • Parameters

    • address: string | Promise<string>

    Returns Promise<null | string>

Returns AlchemyWebSocketProvider

Returns AlchemyWebSocketProvider

  • Overridden implementation of ethers that includes Alchemy based subscriptions. Adds a listener to the triggered for only the next {@link eventName} event, after which it will be removed.

    @@ -64,7 +64,7 @@

    Event to subscribe to

  • listener: Listener

    The listener function to call when the event is triggered.

    -

Returns AlchemyWebSocketProvider

  • perform(method: string, params: any): Promise<any>
  • Parameters

    • method: string
    • params: any

    Returns Promise<any>

  • poll(): Promise<void>
  • Returns Promise<void>

  • prepareRequest(method: string, params: any): [string, any[]]
  • Parameters

    • method: string
    • params: any

    Returns [string, any[]]

Returns AlchemyWebSocketProvider

  • perform(method: string, params: any): Promise<any>
  • Parameters

    • method: string
    • params: any

    Returns Promise<any>

  • poll(): Promise<void>
  • Returns Promise<void>

  • prepareRequest(method: string, params: any): [string, any[]]
  • Parameters

    • method: string
    • params: any

    Returns [string, any[]]

  • Remove all listeners for the provided {@link eventName} event. If no event is provided, all events and their listeners are removed.

    override

    Parameters

    • Optional eventName: AlchemyEventType
      diff --git a/docs/classes/CoreNamespace.html b/docs/classes/CoreNamespace.html index b413565c..e8804c10 100644 --- a/docs/classes/CoreNamespace.html +++ b/docs/classes/CoreNamespace.html @@ -7,7 +7,7 @@

      Do not call this constructor directly. Instead, instantiate an Alchemy object with const alchemy = new Alchemy(config) and then access the core namespace via alchemy.core.

      -

Hierarchy

  • CoreNamespace

Index

Methods

Hierarchy

  • CoreNamespace

Index

Methods

  • Returns the result of executing the transaction, using call. A call does not require any ether, but cannot change any state. This is useful for calling getters on Contracts.

    @@ -15,7 +15,7 @@

    The transaction to execute.

  • Optional blockTag: BlockTag | Promise<BlockTag>

    The optional block number or hash to get the call for.

    -

Returns Promise<string>

Returns Promise<string>

  • findContractDeployer(contractAddress: string): Promise<DeployResult>

Returns Promise<BigNumber>

  • findContractDeployer(contractAddress: string): Promise<DeployResult>
  • Finds the address that deployed the provided contract and block number it was deployed in.

    NOTE: This method performs a binary search across all blocks since genesis @@ -33,7 +33,7 @@ with this information cached.

    beta

    Parameters

    • contractAddress: string

      The contract address to find the deployer for.

      -

    Returns Promise<DeployResult>

Returns Promise<DeployResult>

Returns Promise<AssetTransfersWithMetadataResponse>

  • Get transactions for specific addresses. See the web documentation for the full details: https://docs.alchemy.com/alchemy/enhanced-apis/transfers-api#alchemy_getassettransfers

    Parameters

    Returns Promise<AssetTransfersResponse>

  • Returns Promise<AssetTransfersResponse>

    • Returns the balance of a given address as of the provided block.

      Parameters

      • addressOrName: string | Promise<string>

        The address or name of the account to get the balance for.

      • Optional blockTag: BlockTag | Promise<BlockTag>

        The optional block number or hash to get the balance for. Defaults to 'latest' if unspecified.

        -

      Returns Promise<BigNumber>

    Returns Promise<BigNumber>

    • Returns the block from the network based on the provided block number or hash. Transactions on the block are represented as an array of transaction hashes. To get the full transaction details on the block, use getBlockWithTransactions instead.

      Parameters

      • blockHashOrBlockTag: BlockTag | Promise<BlockTag>

        The block number or hash to get the block for.

        -

      Returns Promise<Block>

    • getBlockNumber(): Promise<number>

    Returns Promise<Block>

    • getBlockNumber(): Promise<number>
    • getCode(addressOrName: string | Promise<string>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>

    Returns Promise<BlockWithTransactions>

    • getCode(addressOrName: string | Promise<string>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
    • Returns the contract code of the provided address at the block. If there is no contract deployed, the result is 0x.

      Parameters

      • addressOrName: string | Promise<string>
        @@ -78,21 +78,21 @@
      • Optional blockTag: BlockTag | Promise<BlockTag>

        The optional block number or hash to get the code for. Defaults to 'latest' if unspecified.

        -

      Returns Promise<string>

    Returns Promise<string>

    • Returns the recommended fee data to use in a transaction.

      For an EIP-1559 transaction, the maxFeePerGas and maxPriorityFeePerGas should be used.

      For legacy transactions and networks which do not support EIP-1559, the gasPrice should be used.

      -

      Returns Promise<FeeData>

    • getNetwork(): Promise<Network>

    Returns Promise<Log[]>

    • getNetwork(): Promise<Network>
    • Return the value of the provided position at the provided address, at the provided block in Bytes32 format.

      Parameters

      • addressOrName: string | Promise<string>
        @@ -102,25 +102,25 @@
      • Optional blockTag: BlockTag | Promise<BlockTag>

        The optional block number or hash to get the code for. Defaults to 'latest' if unspecified.

        -

      Returns Promise<string>

    Returns Promise<string>

    Returns Promise<TokenBalancesResponseErc20>

  • Returns the token balances for a specific owner address given a list of contracts.

    Parameters

    • addressOrName: string

      The owner address to get the token balances for.

    • Optional contractAddresses: string[]

      A list of contract addresses to check. If omitted, all ERC-20 tokens will be checked.

      -

    Returns Promise<TokenBalancesResponse>

  • +
  • Returns Promise<TokenBalancesResponse>

  • Returns the ERC-20 token balances for a specific owner.

    This overload covers the erc-20 token type which includes a page key in the response.

    Parameters

    • addressOrName: string

      The owner address to get the token balances for.

    • options: TokenBalancesOptionsErc20

      Token type options set to ERC-20 with optional page key.

      -

    Returns Promise<TokenBalancesResponseErc20>

  • +
  • Returns Promise<TokenBalancesResponseErc20>

  • Returns the token balances for a specific owner, fetching from the top 100 tokens by 24 hour volume.

    This overload covers the default token type which includes a page key in @@ -129,18 +129,18 @@

    The owner address to get the token balances for.

  • options: TokenBalancesOptionsDefaultTokens

    Token type options set to ERC-20 with optional page key.

    -
  • Returns Promise<TokenBalancesResponse>

    Returns Promise<TokenBalancesResponse>

    Returns Promise<TokenMetadataResponse>

    Returns Promise<GetTokensForOwnerResponse>

    • Returns the transaction with hash or null if the transaction is unknown.

      If a transaction has not been mined, this method will search the transaction pool. Various backends may have more restrictive transaction @@ -149,7 +149,7 @@

      NOTE: This is an alias for TransactNamespace.getTransaction.

      Parameters

      • transactionHash: string | Promise<string>

        The hash of the transaction to get.

        -

      Returns Promise<null | TransactionResponse>

    • getTransactionCount(addressOrName: string | Promise<string>, blockTag?: BlockTag | Promise<BlockTag>): Promise<number>

    Returns Promise<null | TransactionResponse>

    • getTransactionCount(addressOrName: string | Promise<string>, blockTag?: BlockTag | Promise<BlockTag>): Promise<number>
    • Returns the number of transactions ever sent from the provided address, as of the provided block tag. This value is used as the nonce for the next transaction from the address sent to the network.

      @@ -157,50 +157,50 @@

      The address or name of the account to get the nonce for.

    • Optional blockTag: BlockTag | Promise<BlockTag>

      The optional block number or hash to get the nonce for.

      -

    Returns Promise<number>

    • getTransactionReceipt(transactionHash: string | Promise<string>): Promise<null | TransactionReceipt>

    Returns Promise<number>

    • getTransactionReceipt(transactionHash: string | Promise<string>): Promise<null | TransactionReceipt>
    • Returns the transaction receipt for hash or null if the transaction has not been mined.

      To stall until the transaction has been mined, consider the waitForTransaction method below.

      Parameters

      • transactionHash: string | Promise<string>

        The hash of the transaction to get.

        -

      Returns Promise<null | TransactionReceipt>

    Returns Promise<null | TransactionReceipt>

    • isContractAddress(address: string): Promise<boolean>

    Returns Promise<TransactionReceiptsResponse>

    • isContractAddress(address: string): Promise<boolean>
    • Checks if the provided address is a smart contract.

      Parameters

      • address: string

        The address to check type for.

        -

      Returns Promise<boolean>

    • lookupAddress(address: string): Promise<null | string>

    Returns Promise<boolean>

    • lookupAddress(address: string): Promise<null | string>
    • Performs a reverse lookup of the address in ENS using the Reverse Registrar. If the name does not exist, or the forward lookup does not match, null is returned.

      An ENS name requires additional configuration to setup a reverse record, so not all ENS addresses will map back to the original ENS domain.

      Parameters

      • address: string

        The address to look up the ENS domain name for.

        -

      Returns Promise<null | string>

    • ready(): Promise<Network>

    Returns Promise<null | string>

    • ready(): Promise<Network>
    • Returns a Promise which will stall until the network has heen established, ignoring errors due to the target node not being active yet.

      This can be used for testing or attaching scripts to wait until the node is up and running smoothly.

      -

      Returns Promise<Network>

    • resolveName(name: string): Promise<null | string>
    • resolveName(name: string): Promise<null | string>
    • Returns the underlying owner address for the provided ENS address, or null if the ENS name does not have an underlying address.

      Parameters

      • name: string

        The ENS address name to resolve.

        -

      Returns Promise<null | string>

    • send(method: string, params: any[]): Promise<any>

    Returns Promise<null | string>

    • send(method: string, params: any[]): Promise<any>
    • Allows sending a raw message to the Alchemy backend.

      Parameters

      • method: string

        The method to call.

      • params: any[]

        The parameters to pass to the method.

        -

      Returns Promise<any>

    Returns Promise<any>

    • Submits transaction to the network to be mined. The transaction must be signed, and be valid (i.e. the nonce is correct and the account has sufficient balance to pay for the transaction).

      NOTE: This is an alias for TransactNamespace.getTransaction.

      Parameters

      • signedTransaction: string | Promise<string>

        The signed transaction to send.

        -

      Returns Promise<TransactionResponse>

    • waitForTransaction(transactionHash: string, confirmations?: number, timeout?: number): Promise<null | TransactionReceipt>

    Returns Promise<TransactionResponse>

    • waitForTransaction(transactionHash: string, confirmations?: number, timeout?: number): Promise<null | TransactionReceipt>
    • Returns a promise which will not resolve until specified transaction hash is mined.

      If {@link confirmations} is 0, this method is non-blocking and if the transaction has not been mined returns null. Otherwise, this method will diff --git a/docs/classes/DebugNamespace.html b/docs/classes/DebugNamespace.html index 9e428be9..a676c390 100644 --- a/docs/classes/DebugNamespace.html +++ b/docs/classes/DebugNamespace.html @@ -6,21 +6,21 @@

      Do not call this constructor directly. Instead, instantiate an Alchemy object with const alchemy = new Alchemy(config) and then access the debug namespace via alchemy.debug.

      -

    Hierarchy

    • DebugNamespace

    Index

    Methods

    Hierarchy

    • DebugNamespace

    Index

    Methods

    Returns Promise<DebugCallTrace>

  • Replays a block that has already been mined.

    Parameters

    • blockIdentifier: string | number

      The block to debug the transaction in. Can be a block hash, block number hex string, or commitment level.

    • tracer: DebugPrestateTracer

      Tracer type and configuration.

      -

    Returns Promise<DebugPrestateTrace>

  • Returns Promise<DebugPrestateTrace>

    Returns Promise<DebugCallTrace>

  • Runs an eth_call with the context of the provided block execution using the final state of the parent block as the base.

    Parameters

    Returns Promise<DebugPrestateTrace>

  • Returns Promise<DebugPrestateTrace>

    • Attempts to run the transaction in the exact same manner as it was executed on the network. It will replay any transaction that may have been executed prior to this one before it and will then attempt to execute the transaction @@ -54,7 +54,7 @@ default timeout of 5 seconds for JavaScript-based tracing calls. Max timeout is "10s". Valid time units are "ns", "us", "ms", "s" each with optional fraction, such as "300ms" or "2s45ms".

      -

    Returns Promise<DebugCallTrace>

  • +
  • Returns Promise<DebugCallTrace>

  • Attempts to run the transaction in the exact same manner as it was executed on the network. It will replay any transaction that may have been executed prior to this one before it and will then attempt to execute the transaction diff --git a/docs/classes/NftNamespace.html b/docs/classes/NftNamespace.html index 53a8d60e..c7f17b60 100644 --- a/docs/classes/NftNamespace.html +++ b/docs/classes/NftNamespace.html @@ -3,7 +3,7 @@

    Do not call this constructor directly. Instead, instantiate an Alchemy object with const alchemy = new Alchemy(config) and then access the core namespace via alchemy.nft.

    -
  • Hierarchy

    • NftNamespace

    Index

    Methods

    • checkNftOwnership(owner: string, contractAddresses: string[]): Promise<boolean>

    Hierarchy

    • NftNamespace

    Index

    Methods

    • checkNftOwnership(owner: string, contractAddresses: string[]): Promise<boolean>
    • DEPRECATED - Checks that the provided owner address owns one of more of the provided NFTs.

      deprecated
        @@ -14,7 +14,7 @@

        The owner address to check.

  • contractAddresses: string[]

    An array of NFT contract addresses to check ownership for.

    -
  • Returns Promise<boolean>

    Returns Promise<boolean>

    Returns Promise<NftAttributeRarity[]>

    Returns Promise<NftContract>

    Returns Promise<NftContract[]>

    Returns Promise<GetContractsForOwnerResponse>

    Returns Promise<GetFloorPriceResponse>

    Returns Promise<TransfersNftResponse>

    Returns Promise<Nft>

  • +
  • Returns Promise<Nft>

  • Get the NFT metadata associated with the provided parameters.

    Parameters

    Returns Promise<Nft>

  • Returns Promise<Nft>

    Returns Promise<Nft[]>

    Returns Promise<GetNftSalesResponse>

  • Parameters

    Returns Promise<GetNftSalesResponse>

  • Returns Promise<NftContractNftsResponse>

  • +
  • Returns Promise<NftContractNftsResponse>

  • Get all base NFTs for a given contract address.

    This method returns the base NFTs that omit the associated metadata. To get all NFTs with their associated metadata, use GetNftsForContractOptions.

    @@ -96,7 +96,7 @@

    The contract address of the NFT contract.

  • Optional options: GetBaseNftsForContractOptions

    The optional parameters to use for the request.

    -
  • Returns Promise<NftContractBaseNftsResponse>

    Returns Promise<NftContractBaseNftsResponse>

    Returns AsyncIterable<Nft>

  • +
  • Returns AsyncIterable<Nft>

  • Fetches all base NFTs for a given contract address and yields them in an async iterable.

    This method returns the base NFTs that omit the associated metadata and @@ -115,7 +115,7 @@

    The contract address of the NFT contract.

  • Optional options: GetBaseNftsForContractOptions

    The optional parameters to use for the request.

    -
  • Returns AsyncIterable<BaseNft>

    Returns AsyncIterable<BaseNft>

    Returns Promise<OwnedNftsResponse>

  • +
  • Returns Promise<OwnedNftsResponse>

  • Get all base NFTs for an owner.

    This method returns the base NFTs that omit the associated metadata. To get all NFTs with their associated metadata, use GetNftsForOwnerOptions.

    @@ -131,7 +131,7 @@

    The address of the owner.

  • Optional options: GetBaseNftsForOwnerOptions

    The optional parameters to use for the request.

    -
  • Returns Promise<OwnedBaseNftsResponse>

    Returns Promise<OwnedBaseNftsResponse>

    Returns AsyncIterable<OwnedNft>

  • +
  • Returns AsyncIterable<OwnedNft>

  • Fetches all NFTs for a given owner and yields them in an async iterable.

    This method returns the base NFTs that omit the associated metadata and pages through all page keys until all NFTs have been fetched.

    @@ -147,13 +147,13 @@

    The address of the owner.

  • Optional options: GetBaseNftsForOwnerOptions

    The optional parameters to use for the request.

    -
  • Returns AsyncIterable<OwnedBaseNft>

    Returns AsyncIterable<OwnedBaseNft>

    Returns Promise<GetOwnersForContractWithTokenBalancesResponse>

  • Gets all the owners for a given NFT contract.

    Note that token balances are omitted by default. To include token balances for each owner, use GetOwnersForContractWithTokenBalancesOptions, @@ -162,7 +162,7 @@

    The NFT contract to get the owners for.

  • Optional options: GetOwnersForContractOptions

    Optional parameters to use for the request.

    -
  • Returns Promise<GetOwnersForContractResponse>

    Returns Promise<GetOwnersForContractResponse>

    Returns Promise<GetOwnersForNftResponse>

    Returns Promise<TransfersNftResponse>

    Returns Promise<TransfersNftResponse>

    Returns Promise<TransfersNftResponse>

    Returns Promise<boolean>

    Returns Promise<RefreshContractResult>

    Returns Promise<boolean>

    Returns Promise<boolean>

    Returns Promise<NftContract[]>

    Returns Promise<NftAttributesResponse>

    Returns Promise<boolean>

  • Checks which of the provided NFTs the owner address owns. Returns a map of contract address to a boolean indicating whether the owner address owns the NFT.

    Parameters

  • Hierarchy

    Index

    Methods

    Hierarchy

    Index

    Methods

    Returns Promise<MinedTransactionWebhook>

  • +
  • Returns Promise<MinedTransactionWebhook>

  • Create a new DroppedTransactionWebhook to track dropped transactions sent by the app associated with the app id.

    Note that the webhook will be created in the app network of the provided app id.

    @@ -30,7 +30,7 @@

    The type of webhook to create.

  • params: TransactionWebhookParams

    Parameters object containing the app id.

    -
  • Returns Promise<DroppedTransactionWebhook>

  • +
  • Returns Promise<DroppedTransactionWebhook>

  • Create a new NftActivityWebhook to track NFT transfers.

    Parameters

    • url: string

      The URL that the webhook should send events to.

      @@ -39,7 +39,7 @@
    • params: NftWebhookParams

      Parameters object containing the NFTs to track and the network the webhook should be created on.

      -

    Returns Promise<NftActivityWebhook>

  • Parameters

    Returns Promise<NftMetadataUpdateWebhook>

  • +
  • Returns Promise<NftActivityWebhook>

  • Parameters

    Returns Promise<NftMetadataUpdateWebhook>

  • Create a new CustomGraphqlWebhook to track any event on every block.

    Parameters

    • url: string

      The URL that the webhook should send events to.

      @@ -48,7 +48,7 @@
    • params: CustomGraphqlWebhookParams

      Parameters object containing the graphql query to be executed on every block

      -

    Returns Promise<CustomGraphqlWebhook>

  • +
  • Returns Promise<CustomGraphqlWebhook>

  • Create a new AddressActivityWebhook to track address activity.

    Parameters

    • url: string

      The URL that the webhook should send events to.

      @@ -57,21 +57,21 @@
    • params: AddressWebhookParams

      Parameters object containing the addresses to track and the network the webhook should be created on.

      -

    Returns Promise<AddressActivityWebhook>

    • deleteWebhook(webhook: Webhook): Promise<void>
    • deleteWebhook(webhookId: string): Promise<void>

    Returns Promise<AddressActivityWebhook>

    • deleteWebhook(webhook: Webhook): Promise<void>
    • deleteWebhook(webhookId: string): Promise<void>

    Returns Promise<void>

  • Delete the provided webhook.

    Parameters

    • webhookId: string

      The id of the webhook to delete.

      -

    Returns Promise<void>

  • Returns Promise<void>

    Returns Promise<AddressActivityResponse>

  • Get all addresses tracked for the provided AddressActivityWebhook.

    Parameters

    • webhookId: string

      The id of the address activity webhook. Passing in an id @@ -79,28 +79,28 @@ no addresses.

    • Optional options: GetAddressesOptions

      Pagination options when fetching addresses.

      -

    Returns Promise<AddressActivityResponse>

  • Returns Promise<AddressActivityResponse>

    Returns Promise<CustomGraphqlWebhookConfig>

  • Get the graphql query used for the provided CustomGraphqlWebhook.

    Parameters

    • webhookId: string

      The id of the custom webhook. Passing in an id of a non-custom webhook will result in a response object with no graphql query.

      -

    Returns Promise<CustomGraphqlWebhookConfig>

  • Returns Promise<CustomGraphqlWebhookConfig>

    Returns Promise<NftFiltersResponse>

  • Get all NFT filters tracked for the provided NftActivityWebhook.

    Parameters

    • webhookId: string

      The id of the NFT activity webhook. Passing in an @@ -108,41 +108,41 @@ no filters.

    • Optional options: GetAddressesOptions

      Pagination options when fetching nft filters.

      -

    Returns Promise<NftFiltersResponse>

    • sendWebhookRequest<Response>(restApiName: string, methodName: string, params: {}, overrides?: AxiosRequestConfig<any>): Promise<Response>
    • Type parameters

      • Response

      Parameters

      • restApiName: string
      • methodName: string
      • params: {}
        • Optional overrides: AxiosRequestConfig<any>

        Returns Promise<Response>

      Returns Promise<NftFiltersResponse>

      • sendWebhookRequest<Response>(restApiName: string, methodName: string, params: {}, overrides?: AxiosRequestConfig<any>): Promise<Response>
      • Type parameters

        • Response

        Parameters

        • restApiName: string
        • methodName: string
        • params: {}
          • Optional overrides: AxiosRequestConfig<any>

          Returns Promise<Response>

        Returns Promise<void>

      • Update a NftActivityWebhook's active status or NFT filters.

        Parameters

        • nftWebhookId: string

          The id of the NFT activity webhook.

        • update: NftWebhookUpdate

          Object containing the update.

          -

        Returns Promise<void>

      • +
      • Returns Promise<void>

      • Update a NftMetadataUpdateWebhook's active status or NFT filters.

        Parameters

        • nftMetadataWebhookId: string

          The id of the NFT activity webhook.

        • update: NftMetadataWebhookUpdate

          Object containing the update.

          -

        Returns Promise<void>

      • +
      • Returns Promise<void>

      • Update a CustomGraphqlWebhook's active status. The graphql query associated with the webhook is immutable.

        Parameters

        • customGraphqlWebhookId: string

          The id of the custom webhook.

        • update: WebhookStatusUpdate

          Object containing the update.

          -

        Returns Promise<void>

      • +
      • Returns Promise<void>

      • Update a AddressActivityWebhook's active status or addresses.

        Parameters

        Returns Promise<void>

      • +
      • Returns Promise<void>

      • Update a AddressActivityWebhook's active status or addresses.

        Parameters

        • addressWebhookId: string

          The id of the address activity webhook.

        • update: AddressWebhookUpdate

          Object containing the update.

          -

        Returns Promise<void>

        • verifyConfig(): void

        Generated using TypeDoc

        \ No newline at end of file +

        Returns Promise<void>

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/classes/TransactNamespace.html b/docs/classes/TransactNamespace.html index 24e9c317..d5a97077 100644 --- a/docs/classes/TransactNamespace.html +++ b/docs/classes/TransactNamespace.html @@ -4,7 +4,7 @@

        Do not call this constructor directly. Instead, instantiate an Alchemy object with const alchemy = new Alchemy(config) and then access the transact namespace via alchemy.transact.

        -

        Hierarchy

        Index

        Methods

        Hierarchy

        Index

        Methods

        • cancelPrivateTransaction(transactionHash: string): Promise<boolean>
        • Stops the provided private transaction from being submitted for future blocks. A transaction can only be cancelled if the request is signed by the same key as the sendPrivateTransaction call submitting the @@ -13,7 +13,7 @@

          Returns a boolean indicating whether the cancellation was successful.

          Parameters

          • transactionHash: string

            Transaction hash of private tx to be cancelled

            -

          Returns Promise<boolean>

        Returns Promise<boolean>

        • getMaxPriorityFeePerGas(): Promise<number>

        Returns Promise<BigNumber>

        • getMaxPriorityFeePerGas(): Promise<number>
        • Returns a fee per gas (in wei) that is an estimate of how much you can pay as a priority fee, or "tip", to get a transaction included in the current block.

          This number is generally used to set the maxPriorityFeePerGas field in a transaction request.

          -

          Returns Promise<number>

        • Returns the transaction with hash or null if the transaction is unknown.

          If a transaction has not been mined, this method will search the transaction pool. Various backends may have more restrictive transaction @@ -36,7 +36,7 @@

          NOTE: This is an alias for CoreNamespace.getTransaction.

          Parameters

          • transactionHash: string | Promise<string>

            The hash of the transaction to get.

            -

          Returns Promise<null | TransactionResponse>

        Returns Promise<null | TransactionResponse>

        • Used to send a single transaction to Flashbots. Flashbots will attempt to send the transaction to miners for the next 25 blocks.

          Returns the transaction hash of the submitted transaction.

          @@ -47,14 +47,14 @@ transaction should be included.

        • Optional options: SendPrivateTransactionOptions

          Options to configure the request.

          -

        Returns Promise<string>

        Returns Promise<string>

        • Submits transaction to the network to be mined. The transaction must be signed, and be valid (i.e. the nonce is correct and the account has sufficient balance to pay for the transaction).

          NOTE: This is an alias for CoreNamespace.sendTransaction.

          Parameters

          • signedTransaction: string | Promise<string>

            The signed transaction to send.

            -

          Returns Promise<TransactionResponse>

        Returns Promise<TransactionResponse>

        • Simulates the asset changes resulting from a single transaction.

          Returns list of asset changes that occurred during the transaction simulation. Note that this method does not run the transaction on the @@ -64,7 +64,7 @@

        • Optional blockIdentifier: string

          Optional block identifier to simulate the transaction in.

          -

        Returns Promise<SimulateAssetChangesResponse>

        Returns Promise<SimulateAssetChangesResponse>

        • Simulates the asset changes resulting from a list of transactions simulated in sequence.

          Returns a list of asset changes for each transaction during simulation.

          @@ -73,7 +73,7 @@
        • Optional blockIdentifier: string

          Optional block identifier to simulate the transaction in.

          -

        Returns Promise<SimulateAssetChangesResponse[]>

        Returns Promise<SimulateAssetChangesResponse[]>

        • Simulates a single transaction and the resulting and returns list of decoded traces and logs that occurred during the transaction simulation.

          Note that this method does not run the transaction on the blockchain.

          @@ -82,7 +82,7 @@
        • Optional blockIdentifier: string

          Optional block identifier to simulate the transaction in.

          -

        Returns Promise<SimulateExecutionResponse>

        Returns Promise<SimulateExecutionResponse>

        • Simulates a list of transactions in sequence and returns list of decoded traces and logs that occurred for each transaction during simulation.

          Note that this method does not run any transactions on the blockchain.

          @@ -91,7 +91,7 @@
        • Optional blockIdentifier: string

          Optional block identifier to simulate the transaction in.

          -

        Returns Promise<SimulateExecutionResponse[]>

        • waitForTransaction(transactionHash: string, confirmations?: number, timeout?: number): Promise<null | TransactionReceipt>

        Returns Promise<SimulateExecutionResponse[]>

        • waitForTransaction(transactionHash: string, confirmations?: number, timeout?: number): Promise<null | TransactionReceipt>
        • Returns a promise which will not resolve until specified transaction hash is mined.

          If {@link confirmations} is 0, this method is non-blocking and if the transaction has not been mined returns null. Otherwise, this method will diff --git a/docs/classes/Wallet.html b/docs/classes/Wallet.html index 96fd410c..b72b594a 100644 --- a/docs/classes/Wallet.html +++ b/docs/classes/Wallet.html @@ -5,53 +5,53 @@

          Primary difference from Ethers.js 'Wallet' is that you can pass in either a Provider or an Alchemy object. This implementation will intelligently detect the format and set the provider accordingly.

          -
          override

        Hierarchy

        • Wallet
          • Wallet

        Index

        Constructors

        • new Wallet(privateKey: BytesLike | ExternallyOwnedAccount | SigningKey, alchemyOrProvider?: Alchemy | Provider): Wallet

        Hierarchy

        • Wallet
          • Wallet

        Index

        Constructors

        • new Wallet(privateKey: BytesLike | ExternallyOwnedAccount | SigningKey, alchemyOrProvider?: Alchemy | Provider): Wallet
        • Overload permits users to pass in either a standard Provider or an Alchemy object. The constructor will detect the object type and handle appropriately.

          -
          override

          Parameters

          • privateKey: BytesLike | ExternallyOwnedAccount | SigningKey
          • Optional alchemyOrProvider: Alchemy | Provider

          Returns Wallet

        Properties

        _isSigner: boolean
        _mnemonic: () => Mnemonic

        Type declaration

          • (): Mnemonic
          • Returns Mnemonic

        _signingKey: () => SigningKey

        Type declaration

          • (): SigningKey
          • Returns SigningKey

        address: string
        alchemyProviderPromise?: Promise<Provider>
        provider: Provider

        Accessors

        • get mnemonic(): Mnemonic
        • Returns Mnemonic

        • get privateKey(): string
        • Returns string

        • get publicKey(): string
        • Returns string

        Methods

        • _checkProvider(operation?: string): void
        • Parameters

          • Optional operation: string

          Returns void

        • _signTypedData(domain: TypedDataDomain, types: Record<string, TypedDataField[]>, value: Record<string, any>): Promise<string>
        • Parameters

          • domain: TypedDataDomain
          • types: Record<string, TypedDataField[]>
          • value: Record<string, any>

          Returns Promise<string>

        Properties

        _isSigner: boolean
        _mnemonic: () => Mnemonic

        Type declaration

          • (): Mnemonic
          • Returns Mnemonic

        _signingKey: () => SigningKey

        Type declaration

          • (): SigningKey
          • Returns SigningKey

        address: string
        alchemyProviderPromise?: Promise<Provider>
        provider: Provider

        Accessors

        • get mnemonic(): Mnemonic
        • Returns Mnemonic

        • get privateKey(): string
        • Returns string

        • get publicKey(): string
        • Returns string

        Methods

        • _checkProvider(operation?: string): void
        • Parameters

          • Optional operation: string

          Returns void

        • _signTypedData(domain: TypedDataDomain, types: Record<string, TypedDataField[]>, value: Record<string, any>): Promise<string>
        • Parameters

          • domain: TypedDataDomain
          • types: Record<string, TypedDataField[]>
          • value: Record<string, any>

          Returns Promise<string>

        • Returns the result of calling using the transactionRequest, with this account address being used as the from field.

          override

          Parameters

          Returns Promise<string>

        • Parameters

          Returns Deferrable<TransactionRequest>

        • connect(provider: Provider): Wallet
        • Parameters

          • provider: Provider

          Returns Wallet

        • encrypt(password: string | Bytes, options?: any, progressCallback?: ProgressCallback): Promise<string>
        • Parameters

          • password: string | Bytes
          • Optional options: any
          • Optional progressCallback: ProgressCallback

          Returns Promise<string>

        Returns Promise<string>

        • Parameters

          Returns Deferrable<TransactionRequest>

        • connect(provider: Provider): Wallet
        • Parameters

          • provider: Provider

          Returns Wallet

        • encrypt(password: string | Bytes, options?: any, progressCallback?: ProgressCallback): Promise<string>
        • Parameters

          • password: string | Bytes
          • Optional options: any
          • Optional progressCallback: ProgressCallback

          Returns Promise<string>

        • Returns the result of estimating the cost to send the transactionRequest, with this account address being used as the from field.

          override

          Parameters

          Returns Promise<BigNumber>

        • getAddress(): Promise<string>
        • Returns Promise<string>

        Returns Promise<BigNumber>

        • getAddress(): Promise<string>
        • Returns Promise<string>

        • Returns the balance of this wallet at blockTag.

          override

          Parameters

          • Optional blockTag: BlockTag

            The block to check the balance of

            -

          Returns Promise<BigNumber>

        • getChainId(): Promise<number>

        Returns Promise<BigNumber>

        • getChainId(): Promise<number>
        • Returns the chain ID this wallet is connected to.

          -
          override

          Returns Promise<number>

        • Returns the current recommended FeeData to use in a transaction.

          For an EIP-1559 transaction, the maxFeePerGas and maxPriorityFeePerGas should be used.

          For legacy transactions and networks which do not support EIP-1559, the gasPrice should be used.

          -
          override

          Returns Promise<FeeData>

        • getTransactionCount(blockTag?: BlockTag): Promise<number>
        • getTransactionCount(blockTag?: BlockTag): Promise<number>
        • Returns the number of transactions this account has ever sent. This is the value required to be included in transactions as the nonce.

          override

          Parameters

          • Optional blockTag: BlockTag

            The block to check the transaction count on

            -

          Returns Promise<number>

        • getWallet(): Promise<Wallet>

        Returns Promise<number>

        • getWallet(): Promise<Wallet>
        • Populates ALL keys for a transaction and checks that from matches this Signer. Resolves ENS names and populates fields like gasPrice, gasLimit, nonce, and chainId if they are not provided.

          override

          Parameters

          Returns Promise<TransactionRequest>

        • resolveName(name: string): Promise<string>

        Returns Promise<TransactionRequest>

        • resolveName(name: string): Promise<string>
        • Looks up the address of name. If the name is not owned, or does not have a Resolver configured, or the Resolver does not have an address configured, null is returned.

          override

          Parameters

          • name: string

            Name of the ENS address

            -

          Returns Promise<string>

        Returns Promise<string>

        • Populates all fields in a transaction, signs it and sends it to the network

          override

          Parameters

          • transaction: Deferrable<TransactionRequest>

            The transaction to send.

            diff --git a/docs/classes/WebSocketNamespace.html b/docs/classes/WebSocketNamespace.html index 9e5670ac..5a34455c 100644 --- a/docs/classes/WebSocketNamespace.html +++ b/docs/classes/WebSocketNamespace.html @@ -6,24 +6,24 @@

            Do not call this constructor directly. Instead, instantiate an Alchemy object with const alchemy = new Alchemy(config) and then access the core namespace via alchemy.ws.

            -

        Hierarchy

        • WebSocketNamespace

        Index

        Methods

        Hierarchy

        • WebSocketNamespace

        Index

        Methods

        • Returns the number of listeners for the provided {@link eventName} event. If no event is provided, the total number of listeners for all events is returned.

          Parameters

          • Optional eventName: AlchemyEventType

            The event to get the number of listeners for.

            -

          Returns Promise<number>

        Returns Promise<number>

        • Returns an array of listeners for the provided {@link eventName} event. If no event is provided, all listeners will be included.

          Parameters

          Returns Promise<Listener[]>

        Returns Promise<Listener[]>

        Returns WebSocketNamespace

        • Adds a listener to be triggered for each {@link eventName} event. Also includes Alchemy's Subscription API events. See AlchemyEventType for how to use them.

          @@ -31,7 +31,7 @@

          The event to listen for.

        • listener: Listener

          The listener to call when the event is triggered.

          -

        Returns WebSocketNamespace

        Returns WebSocketNamespace

        • Adds a listener to be triggered for only the next {@link eventName} event, after which it will be removed. Also includes Alchemy's Subscription API events. See AlchemyEventType for how to use them.

          @@ -39,7 +39,7 @@

          The event to listen for.

        • listener: Listener

          The listener to call when the event is triggered.

          -

        Returns WebSocketNamespace

        Returns WebSocketNamespace

        • Remove all listeners for the provided {@link eventName} event. If no event is provided, all events and their listeners are removed.

          Parameters

          • Optional eventName: AlchemyEventType
            diff --git a/docs/enums/AlchemySubscription.html b/docs/enums/AlchemySubscription.html index c33b973c..8bd9861f 100644 --- a/docs/enums/AlchemySubscription.html +++ b/docs/enums/AlchemySubscription.html @@ -2,4 +2,4 @@

            Method names for Alchemy's custom Subscription API endpoints.

            This value is provided in the method field when creating an event filter on the Websocket Namespace.

            -

        Index

        Enumeration members

        MINED_TRANSACTIONS = "alchemy_minedTransactions"
        PENDING_TRANSACTIONS = "alchemy_pendingTransactions"

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        MINED_TRANSACTIONS = "alchemy_minedTransactions"
        PENDING_TRANSACTIONS = "alchemy_pendingTransactions"

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/AssetTransfersCategory.html b/docs/enums/AssetTransfersCategory.html index c9dd8e67..9a265ac0 100644 --- a/docs/enums/AssetTransfersCategory.html +++ b/docs/enums/AssetTransfersCategory.html @@ -1,20 +1,20 @@ AssetTransfersCategory | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration AssetTransfersCategory

        Categories of transfers to use with the AssetTransfersParams request object when using CoreNamespace.getAssetTransfers.

        -

        Index

        Enumeration members

        ERC1155 = "erc1155"
        +

        Index

        Enumeration members

        ERC1155 = "erc1155"

        ERC1155 transfers.

        -
        ERC20 = "erc20"
        +
        ERC20 = "erc20"

        ERC20 transfers.

        -
        ERC721 = "erc721"
        +
        ERC721 = "erc721"

        ERC721 transfers.

        -
        EXTERNAL = "external"
        +
        EXTERNAL = "external"

        Top level ETH transactions that occur where the fromAddress is an external user-created address. External addresses have private keys and are accessed by users.

        -
        INTERNAL = "internal"
        +
        INTERNAL = "internal"

        Top level ETH transactions that occur where the fromAddress is an internal, smart contract address. For example, a smart contract calling another smart contract or sending

        -
        SPECIALNFT = "specialnft"
        +
        SPECIALNFT = "specialnft"

        Special contracts that don't follow ERC 721/1155, (ex: CryptoKitties).

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/AssetTransfersOrder.html b/docs/enums/AssetTransfersOrder.html index f8646d4d..935f7e83 100644 --- a/docs/enums/AssetTransfersOrder.html +++ b/docs/enums/AssetTransfersOrder.html @@ -3,4 +3,4 @@ using CoreNamespace.getAssetTransfers.

        deprecated

        Use SortingOrder instead. This enum will be removed in a future version.

        -

        Index

        Enumeration members

        Enumeration members

        ASCENDING = "asc"
        DESCENDING = "desc"

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        Enumeration members

        ASCENDING = "asc"
        DESCENDING = "desc"

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/CommitmentLevel.html b/docs/enums/CommitmentLevel.html index b1213677..865bd62f 100644 --- a/docs/enums/CommitmentLevel.html +++ b/docs/enums/CommitmentLevel.html @@ -1,20 +1,20 @@ CommitmentLevel | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration CommitmentLevel

        Commitment level of the target block with using methods in the DebugNamespace

        -

        Index

        Enumeration members

        EARLIEST = "earliest"
        +

        Index

        Enumeration members

        EARLIEST = "earliest"

        The lowest numbered block available that is usually the first block created.

        -
        FINALIZED = "finalized"
        +
        FINALIZED = "finalized"

        The most recent secure block that has been accepted by >2/3 of validators. This block is very unlikely to be re-orged. This is only available on Network.ETH_GOERLI and Network.ETH_SEPOLIA.

        -
        LATEST = "latest"
        +
        LATEST = "latest"

        The most recent block in the canonical chain observed by Alchemy. Note that this block may be re-orged out of the canonical chain.

        -
        PENDING = "pending"
        +
        PENDING = "pending"

        Sample next block inferred by Alchemy built on top of the latest block. This contains the set of transactions taken from the local mempool and is a proxy for blocks that have not been mined yet.

        -
        SAFE = "safe"
        +
        SAFE = "safe"

        The most recent crypto-economically secure block that cannot be re-orged outside of manual intervention driven by community coordination. This is only available on Network.ETH_GOERLI and Network.ETH_SEPOLIA.

        diff --git a/docs/enums/DebugCallType.html b/docs/enums/DebugCallType.html index a3f27037..fbad41e7 100644 --- a/docs/enums/DebugCallType.html +++ b/docs/enums/DebugCallType.html @@ -1,3 +1,3 @@ DebugCallType | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration DebugCallType

        The type of call in a debug call trace.

        -

        Index

        Enumeration members

        CALL = "CALL"
        CREATE = "CREATE"
        DELEGATECALL = "DELEGATECALL"
        STATICCALL = "STATICCALL"

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        CALL = "CALL"
        CREATE = "CREATE"
        DELEGATECALL = "DELEGATECALL"
        STATICCALL = "STATICCALL"

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/DebugTracerType.html b/docs/enums/DebugTracerType.html index 641a1742..adfbf78e 100644 --- a/docs/enums/DebugTracerType.html +++ b/docs/enums/DebugTracerType.html @@ -1,4 +1,4 @@ DebugTracerType | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration DebugTracerType

        The type of tracer to use when running debug methods in the DebugNamespace.

        -

        Index

        Enumeration members

        Enumeration members

        CALL_TRACER = "callTracer"
        PRESTATE_TRACER = "prestateTracer"

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        Enumeration members

        CALL_TRACER = "callTracer"
        PRESTATE_TRACER = "prestateTracer"

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/DecodingAuthority.html b/docs/enums/DecodingAuthority.html index 5c8522f6..045e3173 100644 --- a/docs/enums/DecodingAuthority.html +++ b/docs/enums/DecodingAuthority.html @@ -1,4 +1,4 @@ DecodingAuthority | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration DecodingAuthority

        Authority used to decode calls and logs when using the TransactNamespace.simulateExecution method.

        -

        Index

        Enumeration members

        Enumeration members

        ETHERSCAN = "ETHERSCAN"

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        Enumeration members

        ETHERSCAN = "ETHERSCAN"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/GetTransfersForOwnerTransferType.html b/docs/enums/GetTransfersForOwnerTransferType.html index a393c11a..31deec70 100644 --- a/docs/enums/GetTransfersForOwnerTransferType.html +++ b/docs/enums/GetTransfersForOwnerTransferType.html @@ -1,4 +1,4 @@ GetTransfersForOwnerTransferType | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration GetTransfersForOwnerTransferType

        The type of transfer for the request. Note that using TO will also include NFTs that were minted by the owner.

        -

        Index

        Enumeration members

        Enumeration members

        FROM = "FROM"
        TO = "TO"

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        Enumeration members

        FROM = "FROM"
        TO = "TO"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/Network.html b/docs/enums/Network.html index ac377c9b..ca452dd7 100644 --- a/docs/enums/Network.html +++ b/docs/enums/Network.html @@ -3,19 +3,19 @@ on all networks. Please refer to the Alchemy documentation for which APIs are available on which networks https://docs.alchemy.com/alchemy/apis/feature-support-by-chain

        -

        Index

        Enumeration members

        ARB_GOERLI = "arb-goerli"
        ARB_MAINNET = "arb-mainnet"
        ARB_RINKEBY = "arb-rinkeby"
        deprecated
          +

        Index

        Enumeration members

        ARB_GOERLI = "arb-goerli"
        ARB_MAINNET = "arb-mainnet"
        ARB_RINKEBY = "arb-rinkeby"
        deprecated
        • Will be removed in subsequent versions
        -
        ASTAR_MAINNET = "astar-mainnet"
        BASE_GOERLI = "base-goerli"
        BASE_MAINNET = "base-mainnet"
        ETH_GOERLI = "eth-goerli"
        ETH_KOVAN = "eth-kovan"
        deprecated
          +
        ARB_SEPOLIA = "arb-sepolia"
        ASTAR_MAINNET = "astar-mainnet"
        BASE_GOERLI = "base-goerli"
        BASE_MAINNET = "base-mainnet"
        ETH_GOERLI = "eth-goerli"
        ETH_KOVAN = "eth-kovan"
        deprecated
        • Will be removed in subsequent versions
        -
        ETH_MAINNET = "eth-mainnet"
        ETH_RINKEBY = "eth-rinkeby"
        deprecated
          +
        ETH_MAINNET = "eth-mainnet"
        ETH_RINKEBY = "eth-rinkeby"
        deprecated
        • Will be removed in subsequent versions
        -
        ETH_ROPSTEN = "eth-ropsten"
        deprecated
          +
        ETH_ROPSTEN = "eth-ropsten"
        deprecated
        • Will be removed in subsequent versions
        -
        ETH_SEPOLIA = "eth-sepolia"
        MATIC_MAINNET = "polygon-mainnet"
        MATIC_MUMBAI = "polygon-mumbai"
        OPT_GOERLI = "opt-goerli"
        OPT_KOVAN = "opt-kovan"
        deprecated
          +
        ETH_SEPOLIA = "eth-sepolia"
        MATIC_MAINNET = "polygon-mainnet"
        MATIC_MUMBAI = "polygon-mumbai"
        OPT_GOERLI = "opt-goerli"
        OPT_KOVAN = "opt-kovan"
        deprecated
        • Will be removed in subsequent versions
        -
        OPT_MAINNET = "opt-mainnet"
        POLYGONZKEVM_MAINNET = "polygonzkevm-mainnet"
        POLYGONZKEVM_TESTNET = "polygonzkevm-testnet"

        Generated using TypeDoc

        \ No newline at end of file +
        OPT_MAINNET = "opt-mainnet"
        POLYGONZKEVM_MAINNET = "polygonzkevm-mainnet"
        POLYGONZKEVM_TESTNET = "polygonzkevm-testnet"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/NftExcludeFilters.html b/docs/enums/NftExcludeFilters.html index fbb583e3..15f88113 100644 --- a/docs/enums/NftExcludeFilters.html +++ b/docs/enums/NftExcludeFilters.html @@ -3,8 +3,8 @@ NFTs that match one or more of these filters are excluded from the response.

        deprecated

        Use NftFilters instead. This enum will be removed in a future version.

        -
        beta

        Index

        Enumeration members

        Enumeration members

        AIRDROPS = "AIRDROPS"
        +
        beta

        Index

        Enumeration members

        Enumeration members

        AIRDROPS = "AIRDROPS"

        Exclude NFTs that have been airdropped to a user.

        -
        SPAM = "SPAM"
        +
        SPAM = "SPAM"

        Exclude NFTs that have been classified as spam.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/NftFilters.html b/docs/enums/NftFilters.html index 7f799ddd..3624e12d 100644 --- a/docs/enums/NftFilters.html +++ b/docs/enums/NftFilters.html @@ -1,8 +1,8 @@ NftFilters | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration NftFilters

        Enum of NFT filters that can be applied to a getNftsForOwner or a getContractsForOwner request.

        -
        beta

        Index

        Enumeration members

        Enumeration members

        AIRDROPS = "AIRDROPS"
        +
        beta

        Index

        Enumeration members

        Enumeration members

        AIRDROPS = "AIRDROPS"

        NFTs that have been airdropped to a user.

        -
        SPAM = "SPAM"
        +
        SPAM = "SPAM"

        NFTs that have been classified as spam.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/NftOrdering.html b/docs/enums/NftOrdering.html index 27425355..16a72df6 100644 --- a/docs/enums/NftOrdering.html +++ b/docs/enums/NftOrdering.html @@ -1,4 +1,4 @@ NftOrdering | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration NftOrdering

        Enum of ordering that can be applied to a getNftsForOwner or a getContractsForOwner response.

        -
        beta

        Index

        Enumeration members

        Enumeration members

        TRANSFERTIME = "TRANSFERTIME"

        Generated using TypeDoc

        \ No newline at end of file +
        beta

        Index

        Enumeration members

        Enumeration members

        TRANSFERTIME = "TRANSFERTIME"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/NftSaleMarketplace.html b/docs/enums/NftSaleMarketplace.html index 5404f06e..c5a176d5 100644 --- a/docs/enums/NftSaleMarketplace.html +++ b/docs/enums/NftSaleMarketplace.html @@ -1,4 +1,4 @@ NftSaleMarketplace | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration NftSaleMarketplace

        Enum representing the supported NFT marketplaces by the NftNamespace.getNftSales method.

        -

        Index

        Enumeration members

        BLUR = "blur"
        CRYPTOPUNKS = "cryptopunks"
        LOOKSRARE = "looksrare"
        SEAPORT = "seaport"
        UNKNOWN = "unknown"
        WYVERN = "wyvern"
        X2Y2 = "x2y2"

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        BLUR = "blur"
        CRYPTOPUNKS = "cryptopunks"
        LOOKSRARE = "looksrare"
        SEAPORT = "seaport"
        UNKNOWN = "unknown"
        WYVERN = "wyvern"
        X2Y2 = "x2y2"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/NftSaleTakerType.html b/docs/enums/NftSaleTakerType.html index ae566be4..39cd6430 100644 --- a/docs/enums/NftSaleTakerType.html +++ b/docs/enums/NftSaleTakerType.html @@ -1,4 +1,4 @@ NftSaleTakerType | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration NftSaleTakerType

        Enum for specifying the taker type for the NftNamespace.getNftSales method.

        -

        Index

        Enumeration members

        Enumeration members

        BUYER = "buyer"
        SELLER = "seller"

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        Enumeration members

        BUYER = "buyer"
        SELLER = "seller"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/NftSpamClassification.html b/docs/enums/NftSpamClassification.html index c34411ad..3937b7cf 100644 --- a/docs/enums/NftSpamClassification.html +++ b/docs/enums/NftSpamClassification.html @@ -1,3 +1,3 @@ NftSpamClassification | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration NftSpamClassification

        Potential reasons why an NFT contract was classified as spam.

        -

        Index

        Enumeration members

        Erc721DishonestTotalSupply = "Erc721DishonestTotalSupply"
        Erc721TooManyOwners = "Erc721TooManyOwners"
        Erc721TooManyTokens = "Erc721TooManyTokens"
        MostlyHoneyPotOwners = "MostlyHoneyPotOwners"
        OwnedByMostHoneyPots = "OwnedByMostHoneyPots"

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        Erc721DishonestTotalSupply = "Erc721DishonestTotalSupply"
        Erc721TooManyOwners = "Erc721TooManyOwners"
        Erc721TooManyTokens = "Erc721TooManyTokens"
        MostlyHoneyPotOwners = "MostlyHoneyPotOwners"
        OwnedByMostHoneyPots = "OwnedByMostHoneyPots"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/NftTokenType.html b/docs/enums/NftTokenType.html index 8159d7a7..06fce0ab 100644 --- a/docs/enums/NftTokenType.html +++ b/docs/enums/NftTokenType.html @@ -1,3 +1,3 @@ NftTokenType | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration NftTokenType

        An enum for specifying the token type on NFTs.

        -

        Index

        Enumeration members

        ERC1155 = "ERC1155"
        ERC721 = "ERC721"
        NOT_A_CONTRACT = "NOT_A_CONTRACT"
        NO_SUPPORTED_NFT_STANDARD = "NO_SUPPORTED_NFT_STANDARD"
        UNKNOWN = "UNKNOWN"

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        ERC1155 = "ERC1155"
        ERC721 = "ERC721"
        NOT_A_CONTRACT = "NOT_A_CONTRACT"
        NO_SUPPORTED_NFT_STANDARD = "NO_SUPPORTED_NFT_STANDARD"
        UNKNOWN = "UNKNOWN"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/OpenSeaSafelistRequestStatus.html b/docs/enums/OpenSeaSafelistRequestStatus.html index a65317f1..5f4d74e0 100644 --- a/docs/enums/OpenSeaSafelistRequestStatus.html +++ b/docs/enums/OpenSeaSafelistRequestStatus.html @@ -1,11 +1,11 @@ OpenSeaSafelistRequestStatus | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration OpenSeaSafelistRequestStatus

        An OpenSea collection's approval status.

        -

        Index

        Enumeration members

        APPROVED = "approved"
        +

        Index

        Enumeration members

        APPROVED = "approved"

        Collections that are approved on open sea and can be found in search results.

        -
        NOT_REQUESTED = "not_requested"
        +
        NOT_REQUESTED = "not_requested"

        Brand new collections.

        -
        REQUESTED = "requested"
        +
        REQUESTED = "requested"

        Collections that requested safelisting on OpenSea.

        -
        VERIFIED = "verified"
        +
        VERIFIED = "verified"

        Verified collection.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/RefreshState.html b/docs/enums/RefreshState.html index a35e759f..624e72f7 100644 --- a/docs/enums/RefreshState.html +++ b/docs/enums/RefreshState.html @@ -1,15 +1,15 @@ RefreshState | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration RefreshState

        The current state of the NFT contract refresh process.

        -

        Index

        Enumeration members

        ALREADY_QUEUED = "already_queued"
        +

        Index

        Enumeration members

        ALREADY_QUEUED = "already_queued"

        The contract has already been queued for refresh.

        -
        DOES_NOT_EXIST = "does_not_exist"
        +
        DOES_NOT_EXIST = "does_not_exist"

        The provided contract is not an NFT or does not contain metadata.

        -
        FINISHED = "finished"
        +
        FINISHED = "finished"

        The contract refresh is complete.

        -
        IN_PROGRESS = "in_progress"
        +
        IN_PROGRESS = "in_progress"

        The contract is currently being refreshed.

        -
        QUEUED = "queued"
        +
        QUEUED = "queued"

        The contract refresh has been queued and await execution.

        -
        QUEUE_FAILED = "queue_failed"
        +
        QUEUE_FAILED = "queue_failed"

        The contract was unable to be queued due to an internal error.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/SimulateAssetType.html b/docs/enums/SimulateAssetType.html index 330e895b..806be013 100644 --- a/docs/enums/SimulateAssetType.html +++ b/docs/enums/SimulateAssetType.html @@ -2,16 +2,16 @@

        Asset type returned when calling TransactNamespace.simulateAssetChanges. Allows you to determine if the assets approved or / and transferred are native, tokens or NFTs.

        -

        Index

        Enumeration members

        ERC1155 = "ERC1155"
        +

        Index

        Enumeration members

        ERC1155 = "ERC1155"

        ERC1155 approval or transfers.

        -
        ERC20 = "ERC20"
        +
        ERC20 = "ERC20"

        ERC20 approval or transfers.

        -
        ERC721 = "ERC721"
        +
        ERC721 = "ERC721"

        ERC721 approval or transfers.

        -
        NATIVE = "NATIVE"
        +
        NATIVE = "NATIVE"

        Native transfers that involve the currency of the chain the simulation is run on (ex: ETH for Ethereum, MATIC for Polygon, ETH for Arbitrum).

        -
        SPECIAL_NFT = "SPECIAL_NFT"
        +
        SPECIAL_NFT = "SPECIAL_NFT"

        Special contracts that don't follow ERC 721/1155.Currently limited to CryptoKitties and CryptoPunks.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/SimulateChangeType.html b/docs/enums/SimulateChangeType.html index 4dd73525..a7b6f55a 100644 --- a/docs/enums/SimulateChangeType.html +++ b/docs/enums/SimulateChangeType.html @@ -1,11 +1,11 @@ SimulateChangeType | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration SimulateChangeType

        Change type returned when calling TransactNamespace.simulateAssetChanges.

        -

        Index

        Enumeration members

        Enumeration members

        APPROVE = "APPROVE"
        +

        Index

        Enumeration members

        Enumeration members

        APPROVE = "APPROVE"

        Represents a transaction that approved or disapproved permissions for a contract.

        APPROVE without token ID → approve all tokens APPROVE without amount → approve all amount APPROVE with zero amount → approval being cleared

        -
        TRANSFER = "TRANSFER"
        +
        TRANSFER = "TRANSFER"

        Represents a transaction that transferred tokens from one address to another.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/SortingOrder.html b/docs/enums/SortingOrder.html index 6dece71f..b68e9652 100644 --- a/docs/enums/SortingOrder.html +++ b/docs/enums/SortingOrder.html @@ -1,3 +1,3 @@ SortingOrder | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration SortingOrder

        Enum for representing the supported sorting orders of the API.

        -

        Index

        Enumeration members

        Enumeration members

        ASCENDING = "asc"
        DESCENDING = "desc"

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        Enumeration members

        ASCENDING = "asc"
        DESCENDING = "desc"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/TokenBalanceType.html b/docs/enums/TokenBalanceType.html index 7478aef6..bef2fbd9 100644 --- a/docs/enums/TokenBalanceType.html +++ b/docs/enums/TokenBalanceType.html @@ -1,9 +1,9 @@ TokenBalanceType | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration TokenBalanceType

        Token Types for the getTokenBalances() endpoint.

        -

        Index

        Enumeration members

        Enumeration members

        DEFAULT_TOKENS = "DEFAULT_TOKENS"
        +

        Index

        Enumeration members

        Enumeration members

        DEFAULT_TOKENS = "DEFAULT_TOKENS"

        Option to fetch the top 100 tokens by 24-hour volume. This option is only available on Mainnet in Ethereum, Polygon, and Arbitrum.

        -
        ERC20 = "erc20"
        +
        ERC20 = "erc20"

        Option to fetch the set of ERC-20 tokens that the address as ever held. his list is produced by an address's historical transfer activity and includes all tokens that the address has ever received.

        diff --git a/docs/enums/WebhookType.html b/docs/enums/WebhookType.html index 19f57f2c..291851bb 100644 --- a/docs/enums/WebhookType.html +++ b/docs/enums/WebhookType.html @@ -1,3 +1,3 @@ WebhookType | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration WebhookType

        The type of Webhook.

        -

        Index

        Enumeration members

        ADDRESS_ACTIVITY = "ADDRESS_ACTIVITY"
        DROPPED_TRANSACTION = "DROPPED_TRANSACTION"
        GRAPHQL = "GRAPHQL"
        MINED_TRANSACTION = "MINED_TRANSACTION"
        NFT_ACTIVITY = "NFT_ACTIVITY"
        NFT_METADATA_UPDATE = "NFT_METADATA_UPDATE"

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        ADDRESS_ACTIVITY = "ADDRESS_ACTIVITY"
        DROPPED_TRANSACTION = "DROPPED_TRANSACTION"
        GRAPHQL = "GRAPHQL"
        MINED_TRANSACTION = "MINED_TRANSACTION"
        NFT_ACTIVITY = "NFT_ACTIVITY"
        NFT_METADATA_UPDATE = "NFT_METADATA_UPDATE"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/WebhookVersion.html b/docs/enums/WebhookVersion.html index 418dfcf2..304b67b5 100644 --- a/docs/enums/WebhookVersion.html +++ b/docs/enums/WebhookVersion.html @@ -1,3 +1,3 @@ WebhookVersion | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Enumeration WebhookVersion

        The version of the webhook. All newly created webhooks default to V2.

        -

        Index

        Enumeration members

        Enumeration members

        V1 = "V1"
        V2 = "V2"

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        Enumeration members

        V1 = "V1"
        V2 = "V2"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 0e3f495d..44f02335 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,7 @@
      • Ethereum: Mainnet, Goerli, Sepolia
      • Polygon: Mainnet, Mumbai
      • Optimism: Mainnet, Goerli, Kovan
      • -
      • Arbitrum: Mainnet, Goerli, Rinkeby
      • +
      • Arbitrum: Mainnet, Goerli, Rinkeby, Sepolia
      • Astar: Mainnet
      • PolygonZKEVM: Mainnet, Testnet
      • Base: Mainnet, Goerli
      • diff --git a/docs/interfaces/AcquiredAt.html b/docs/interfaces/AcquiredAt.html index c4c1e909..3cee4a57 100644 --- a/docs/interfaces/AcquiredAt.html +++ b/docs/interfaces/AcquiredAt.html @@ -1,7 +1,7 @@ AcquiredAt | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface AcquiredAt

        Block time and number at which an NFT was acquired.

        -

        Hierarchy

        • AcquiredAt

        Index

        Properties

        blockNumber?: number
        +

        Hierarchy

        • AcquiredAt

        Index

        Properties

        blockNumber?: number

        Block number of the block at which an NFT was last acquired.

        -
        blockTimestamp?: string
        +
        blockTimestamp?: string

        Timestamp of the block at which an NFT was last acquired.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/AddressActivityResponse.html b/docs/interfaces/AddressActivityResponse.html index 975a01c7..cbe256e0 100644 --- a/docs/interfaces/AddressActivityResponse.html +++ b/docs/interfaces/AddressActivityResponse.html @@ -1,9 +1,9 @@ AddressActivityResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface AddressActivityResponse

        Response object for the NotifyNamespace.getAddresses method.

        -

        Hierarchy

        • AddressActivityResponse

        Index

        Properties

        addresses: string[]
        +

        Hierarchy

        • AddressActivityResponse

        Index

        Properties

        addresses: string[]

        The addresses for the webhook.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key used to fetch the remaining addresses.

        -
        totalCount: number
        +
        totalCount: number

        The total number of addresses.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/AddressActivityWebhook.html b/docs/interfaces/AddressActivityWebhook.html index c2b61a94..c08a5a91 100644 --- a/docs/interfaces/AddressActivityWebhook.html +++ b/docs/interfaces/AddressActivityWebhook.html @@ -2,23 +2,23 @@

        An Address Activity Webhook tracks ETH, ERC20, ERC721, and ERC1155 transfers for the provided addresses. This can be used to notify your app with real-time state changes when your tracked addresses send or receive tokens.

        -

        Hierarchy

        Index

        Properties

        appId?: string
        +

        Hierarchy

        Index

        Properties

        appId?: string

        The app id of the app used for the webhook. This field is only present on MinedTransactionWebhook and DroppedTransactionWebhook

        -
        id: string
        +
        id: string

        The webhook's unique id.

        -
        isActive: boolean
        +
        isActive: boolean

        Whether the webhook is currently active

        -
        network: Network
        +
        network: Network

        The network the webhook is on.

        -
        signingKey: string
        +
        signingKey: string

        The signing key used to verify payloads for the webhook.

        -
        timeCreated: string
        +
        timeCreated: string

        The creation time of the webhook as an ISO string.

        -
        +

        The type of webhook.

        -
        url: string
        +
        url: string

        The url that the webhook sends its payload to.

        -
        +

        The webhook version. All newly created webhooks default to V2.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/AddressWebhookParams.html b/docs/interfaces/AddressWebhookParams.html index d2bc5b9e..b280146f 100644 --- a/docs/interfaces/AddressWebhookParams.html +++ b/docs/interfaces/AddressWebhookParams.html @@ -1,9 +1,9 @@ AddressWebhookParams | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface AddressWebhookParams

        Params to pass in when calling NotifyNamespace.createWebhook in order to create a AddressActivityWebhook.

        -

        Hierarchy

        • AddressWebhookParams

        Index

        Properties

        addresses: string[]
        +

        Hierarchy

        • AddressWebhookParams

        Index

        Properties

        addresses: string[]

        Array of addresses the webhook should activity for.

        -
        network?: Network
        +
        network?: Network

        Optional network to create the webhook on. If omitted, the webhook will be created on network of the app provided in the api key config.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/AlchemyMinedTransactionsEventFilter.html b/docs/interfaces/AlchemyMinedTransactionsEventFilter.html index 58dc70b7..3b6223f3 100644 --- a/docs/interfaces/AlchemyMinedTransactionsEventFilter.html +++ b/docs/interfaces/AlchemyMinedTransactionsEventFilter.html @@ -7,14 +7,14 @@ https://docs.alchemy.com/reference/alchemy-minedtransactions

        Note that excluding all optional parameters will return transaction information for ALL mined transactions.

        -

        Hierarchy

        Index

        Properties

        +

        Hierarchy

        Index

        Properties

        Address filters to subscribe to. Defaults to all transactions if omitted. Limit 100 address filters. Requires a non-empty array.

        -
        hashesOnly?: boolean
        +
        hashesOnly?: boolean

        Whether to only include transaction hashes and exclude the rest of the transaction response for a smaller payload. Defaults to false (by default, the entire transaction response is included).

        -
        includeRemoved?: boolean
        +
        includeRemoved?: boolean

        Whether to include transactions that were removed from the mempool. Defaults to false.

        -

        Generated using TypeDoc

        \ No newline at end of file +
        method: MINED_TRANSACTIONS

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/AlchemyPendingTransactionsEventFilter.html b/docs/interfaces/AlchemyPendingTransactionsEventFilter.html index ada25b36..e4a12de2 100644 --- a/docs/interfaces/AlchemyPendingTransactionsEventFilter.html +++ b/docs/interfaces/AlchemyPendingTransactionsEventFilter.html @@ -7,19 +7,19 @@ https://docs.alchemy.com/reference/alchemy-pendingtransactions

        Note that excluding all optional parameters will return transaction information for ALL pending transactions that are added to the mempool.

        -

        Hierarchy

        Index

        Properties

        fromAddress?: string | string[]
        +

        Hierarchy

        Index

        Properties

        fromAddress?: string | string[]

        Filter pending transactions sent FROM the provided address or array of addresses.

        If a AlchemyPendingTransactionsEventFilter.toAddress is also present, then this filter will return transactions sent from the fromAddress OR transactions received by the toAddress.

        -
        hashesOnly?: boolean
        +
        hashesOnly?: boolean

        Whether to only include transaction hashes and exclude the rest of the transaction response for a smaller payload. Defaults to false (by default, the entire transaction response is included).

        Note that setting only hashesOnly to true will return the same response as subscribing to newPendingTransactions.

        -
        toAddress?: string | string[]
        +
        toAddress?: string | string[]

        Filter pending transactions sent TO the provided address or array of addresses.

        If a AlchemyPendingTransactionsEventFilter.fromAddress is also diff --git a/docs/interfaces/AlchemySettings.html b/docs/interfaces/AlchemySettings.html index a4df2d42..02bfa4c7 100644 --- a/docs/interfaces/AlchemySettings.html +++ b/docs/interfaces/AlchemySettings.html @@ -1,25 +1,25 @@ AlchemySettings | alchemy-sdk

        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface AlchemySettings

        Options object used to configure the Alchemy SDK.

        -

        Hierarchy

        • AlchemySettings

        Index

        Properties

        apiKey?: string
        +

        Hierarchy

        • AlchemySettings

        Index

        Properties

        apiKey?: string

        The Alchemy API key that can be found in the Alchemy dashboard.

        Defaults to: "demo" (a rate-limited public API key)

        -
        authToken?: string
        +
        authToken?: string

        Alchemy auth token required to use the Notify API. This token can be found in the Alchemy Dashboard on the Notify tab.

        -
        batchRequests?: boolean
        +
        batchRequests?: boolean

        Optional setting that automatically batches and sends json-rpc requests for higher throughput and reduced network IO. Defaults to false.

        This implementation is based on the JsonRpcBatchProvider in ethers.

        -
        maxRetries?: number
        +
        maxRetries?: number

        The maximum number of retries to attempt if a request fails. Defaults to 5.

        -
        network?: Network
        +
        network?: Network

        The name of the network. Once configured, the network cannot be changed. To use a different network, instantiate a new Alchemy instance.

        Defaults to: Network.ETH_MAINNET

        -
        requestTimeout?: number
        +
        requestTimeout?: number

        Optional Request timeout provided in ms while using NFT and NOTIFY API. Default to 0 (No timeout).

        -
        url?: string
        +
        url?: string

        Optional URL endpoint to use for all requests. Setting this field will override the URL generated by the network and apiKey fields.

        This field is useful for testing or for using a custom node endpoint. Note diff --git a/docs/interfaces/AssetTransfersMetadata.html b/docs/interfaces/AssetTransfersMetadata.html index 20ddea49..e8bc404d 100644 --- a/docs/interfaces/AssetTransfersMetadata.html +++ b/docs/interfaces/AssetTransfersMetadata.html @@ -1,6 +1,6 @@ AssetTransfersMetadata | alchemy-sdk

        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface AssetTransfersMetadata

        The metadata object for a AssetTransfersResult when the AssetTransfersParams.withMetadata field is set to true.

        -

        Hierarchy

        • AssetTransfersMetadata

        Index

        Properties

        Properties

        blockTimestamp: string
        +

        Hierarchy

        • AssetTransfersMetadata

        Index

        Properties

        Properties

        blockTimestamp: string

        Timestamp of the block from which the transaction event originated.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/AssetTransfersParams.html b/docs/interfaces/AssetTransfersParams.html index 83fdacf9..2eaee406 100644 --- a/docs/interfaces/AssetTransfersParams.html +++ b/docs/interfaces/AssetTransfersParams.html @@ -1,34 +1,34 @@ AssetTransfersParams | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface AssetTransfersParams

        Parameters for the CoreNamespace.getAssetTransfers method.

        -

        Hierarchy

        Index

        Properties

        +

        Hierarchy

        Index

        Properties

        REQUIRED field. An array of categories to get transfers for.

        -
        contractAddresses?: string[]
        +
        contractAddresses?: string[]

        List of contract addresses to filter for - only applies to "erc20", "erc721", "erc1155" transfers. Defaults to all address if omitted.

        -
        excludeZeroValue?: boolean
        +
        excludeZeroValue?: boolean

        Whether to exclude transfers with zero value. Note that zero value is different than null value. Defaults to true if omitted.

        -
        fromAddress?: string
        +
        fromAddress?: string

        The from address to filter transfers by. This value defaults to a wildcard for all addresses if omitted.

        -
        fromBlock?: string
        +
        fromBlock?: string

        The starting block to check for transfers. This value is inclusive and defaults to 0x0 if omitted.

        -
        maxCount?: number
        +
        maxCount?: number

        The maximum number of results to return per page. Defaults to 1000 if omitted.

        -
        order?: SortingOrder
        +
        order?: SortingOrder

        Whether to return results in ascending or descending order by block number. Defaults to ascending if omitted.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key from an existing OwnedBaseNftsResponse AssetTransfersResultto use for pagination.

        -
        toAddress?: string
        +
        toAddress?: string

        The to address to filter transfers by. This value defaults to a wildcard for all address if omitted.

        -
        toBlock?: string
        +
        toBlock?: string

        The ending block to check for transfers. This value is inclusive and defaults to the latest block if omitted.

        -
        withMetadata?: boolean
        +
        withMetadata?: boolean

        Whether to include additional metadata about each transfer event. Defaults to false if omitted.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/AssetTransfersResponse.html b/docs/interfaces/AssetTransfersResponse.html index 5ed9f52d..65467295 100644 --- a/docs/interfaces/AssetTransfersResponse.html +++ b/docs/interfaces/AssetTransfersResponse.html @@ -1,5 +1,5 @@ AssetTransfersResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface AssetTransfersResponse

        Response object for the CoreNamespace.getAssetTransfers method.

        -

        Hierarchy

        • AssetTransfersResponse

        Index

        Properties

        pageKey?: string
        +

        Hierarchy

        • AssetTransfersResponse

        Index

        Properties

        pageKey?: string

        Page key for the next page of results, if one exists.

        -

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/AssetTransfersResult.html b/docs/interfaces/AssetTransfersResult.html index c1fe3e0f..9dd1c055 100644 --- a/docs/interfaces/AssetTransfersResult.html +++ b/docs/interfaces/AssetTransfersResult.html @@ -1,31 +1,31 @@ AssetTransfersResult | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface AssetTransfersResult

        Represents a transfer event that is returned in a AssetTransfersResponse.

        -

        Hierarchy

        Index

        Properties

        asset: null | string
        +

        Hierarchy

        Index

        Properties

        asset: null | string

        Returns the token's symbol or ETH for other transfers. null if the information was not available.

        -
        blockNum: string
        +
        blockNum: string

        The block number where the transfer occurred.

        -
        +

        The category of the transfer.

        -
        erc1155Metadata: null | ERC1155Metadata[]
        +
        erc1155Metadata: null | ERC1155Metadata[]

        A list of ERC1155 metadata objects if the asset transferred is an ERC1155 token. null if not an ERC1155 transfer.

        -
        erc721TokenId: null | string
        +
        erc721TokenId: null | string

        The raw ERC721 token id of the transfer as a hex string. null if not an ERC721 transfer.

        -
        from: string
        +
        from: string

        The from address of the transfer.

        -
        hash: string
        +
        hash: string

        The transaction hash of the transfer transaction.

        -
        rawContract: RawContract
        +
        rawContract: RawContract

        Information about the raw contract of the asset transferred.

        -
        to: null | string
        +
        to: null | string

        The to address of the transfer.

        -
        tokenId: null | string
        +
        tokenId: null | string

        The token id of the token transferred.

        -
        uniqueId: string
        +
        uniqueId: string

        The unique ID of the transfer.

        -
        value: null | number
        +
        value: null | number

        Converted asset transfer value as a number (raw value divided by contract decimal). null if ERC721 transfer or contract decimal not available.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/AssetTransfersWithMetadataParams.html b/docs/interfaces/AssetTransfersWithMetadataParams.html index e6beba7a..1d11f2f8 100644 --- a/docs/interfaces/AssetTransfersWithMetadataParams.html +++ b/docs/interfaces/AssetTransfersWithMetadataParams.html @@ -1,35 +1,35 @@ AssetTransfersWithMetadataParams | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface AssetTransfersWithMetadataParams

        Parameters for the CoreNamespace.getAssetTransfers method that includes metadata.

        -

        Hierarchy

        Index

        Properties

        +

        Hierarchy

        Index

        Properties

        REQUIRED field. An array of categories to get transfers for.

        -
        contractAddresses?: string[]
        +
        contractAddresses?: string[]

        List of contract addresses to filter for - only applies to "erc20", "erc721", "erc1155" transfers. Defaults to all address if omitted.

        -
        excludeZeroValue?: boolean
        +
        excludeZeroValue?: boolean

        Whether to exclude transfers with zero value. Note that zero value is different than null value. Defaults to true if omitted.

        -
        fromAddress?: string
        +
        fromAddress?: string

        The from address to filter transfers by. This value defaults to a wildcard for all addresses if omitted.

        -
        fromBlock?: string
        +
        fromBlock?: string

        The starting block to check for transfers. This value is inclusive and defaults to 0x0 if omitted.

        -
        maxCount?: number
        +
        maxCount?: number

        The maximum number of results to return per page. Defaults to 1000 if omitted.

        -
        order?: SortingOrder
        +
        order?: SortingOrder

        Whether to return results in ascending or descending order by block number. Defaults to ascending if omitted.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key from an existing OwnedBaseNftsResponse AssetTransfersResultto use for pagination.

        -
        toAddress?: string
        +
        toAddress?: string

        The to address to filter transfers by. This value defaults to a wildcard for all address if omitted.

        -
        toBlock?: string
        +
        toBlock?: string

        The ending block to check for transfers. This value is inclusive and defaults to the latest block if omitted.

        -
        withMetadata: true
        +
        withMetadata: true

        Whether to include additional metadata about each transfer event. Defaults to false if omitted.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/AssetTransfersWithMetadataResponse.html b/docs/interfaces/AssetTransfersWithMetadataResponse.html index ac3764f9..b60ac2b0 100644 --- a/docs/interfaces/AssetTransfersWithMetadataResponse.html +++ b/docs/interfaces/AssetTransfersWithMetadataResponse.html @@ -1,4 +1,4 @@ AssetTransfersWithMetadataResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface AssetTransfersWithMetadataResponse

        Response object for the CoreNamespace.getAssetTransfers method when the AssetTransfersWithMetadataParams are used.

        -

        Hierarchy

        • AssetTransfersWithMetadataResponse

        Index

        Properties

        pageKey?: string

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +

        Hierarchy

        • AssetTransfersWithMetadataResponse

        Index

        Properties

        pageKey?: string

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/AssetTransfersWithMetadataResult.html b/docs/interfaces/AssetTransfersWithMetadataResult.html index 0838ebfe..36f7fab1 100644 --- a/docs/interfaces/AssetTransfersWithMetadataResult.html +++ b/docs/interfaces/AssetTransfersWithMetadataResult.html @@ -1,34 +1,34 @@ AssetTransfersWithMetadataResult | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface AssetTransfersWithMetadataResult

        Represents a transfer event that is returned in a AssetTransfersResponse when AssetTransfersWithMetadataParams are used.

        -

        Hierarchy

        Index

        Properties

        asset: null | string
        +

        Hierarchy

        Index

        Properties

        asset: null | string

        Returns the token's symbol or ETH for other transfers. null if the information was not available.

        -
        blockNum: string
        +
        blockNum: string

        The block number where the transfer occurred.

        -
        +

        The category of the transfer.

        -
        erc1155Metadata: null | ERC1155Metadata[]
        +
        erc1155Metadata: null | ERC1155Metadata[]

        A list of ERC1155 metadata objects if the asset transferred is an ERC1155 token. null if not an ERC1155 transfer.

        -
        erc721TokenId: null | string
        +
        erc721TokenId: null | string

        The raw ERC721 token id of the transfer as a hex string. null if not an ERC721 transfer.

        -
        from: string
        +
        from: string

        The from address of the transfer.

        -
        hash: string
        +
        hash: string

        The transaction hash of the transfer transaction.

        -
        +

        Additional metadata about the transfer event.

        -
        rawContract: RawContract
        +
        rawContract: RawContract

        Information about the raw contract of the asset transferred.

        -
        to: null | string
        +
        to: null | string

        The to address of the transfer.

        -
        tokenId: null | string
        +
        tokenId: null | string

        The token id of the token transferred.

        -
        uniqueId: string
        +
        uniqueId: string

        The unique ID of the transfer.

        -
        value: null | number
        +
        value: null | number

        Converted asset transfer value as a number (raw value divided by contract decimal). null if ERC721 transfer or contract decimal not available.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/BaseNft.html b/docs/interfaces/BaseNft.html index 1a67d1bb..c0a34a9d 100644 --- a/docs/interfaces/BaseNft.html +++ b/docs/interfaces/BaseNft.html @@ -3,8 +3,8 @@

        The BaseNft object does not hold any metadata information and only contains the NFT contract and token ID. The Nft object additionally contains the NFT metadata, token URI information, and media.

        -

        Hierarchy

        Index

        Properties

        contract: BaseNftContract
        tokenId: string
        +

        Hierarchy

        Index

        Properties

        contract: BaseNftContract
        tokenId: string

        The NFT token ID as an integer string.

        -
        tokenType: NftTokenType
        +
        tokenType: NftTokenType

        The type of ERC token, if known.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/BaseNftContract.html b/docs/interfaces/BaseNftContract.html index 518516ff..875ac0b2 100644 --- a/docs/interfaces/BaseNftContract.html +++ b/docs/interfaces/BaseNftContract.html @@ -3,6 +3,6 @@

        The BaseNftContract does not hold any metadata information and only contains the address. The NftContract additionally contains the tokenType, name, symbol, and more.

        -

        Hierarchy

        Index

        Properties

        Properties

        address: string
        +

        Hierarchy

        Index

        Properties

        Properties

        address: string

        The address of the contract.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/ContractForOwner.html b/docs/interfaces/ContractForOwner.html index 44ce8964..26d1784b 100644 --- a/docs/interfaces/ContractForOwner.html +++ b/docs/interfaces/ContractForOwner.html @@ -1,34 +1,34 @@ ContractForOwner | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface ContractForOwner

        Represents a single NFT contract data in the GetContractsForOwnerResponse.

        -

        Hierarchy

        Index

        Properties

        address: string
        +

        Hierarchy

        Index

        Properties

        address: string

        The address of the contract.

        -
        contractDeployer?: string
        +
        contractDeployer?: string

        The address that deployed the NFT contract.

        -
        deployedBlockNumber?: number
        +
        deployedBlockNumber?: number

        The block number the NFT contract deployed in.

        -
        isSpam: boolean
        media: Media[]
        +
        isSpam: boolean
        media: Media[]

        Alternative NFT metadata for this contract to be parsed manually.

        -
        name?: string
        +
        name?: string

        The name of the contract.

        -
        numDistinctTokensOwned: number
        +
        numDistinctTokensOwned: number

        Number of distinct token IDs held by the owner. For non-fungible tokens this will be equal to the totalBalance, but it may be lower if the user holds some fungible ERC1155 tokens.

        -
        +

        OpenSea's metadata for the contract.

        -
        symbol?: string
        +
        symbol?: string

        The symbol of the contract.

        -
        title: string
        +
        title: string

        The title of the token held by the owner.

        -
        tokenId: string
        +
        tokenId: string

        One of the tokens from this contract held by the owner.

        -
        tokenType: NftTokenType
        +
        tokenType: NftTokenType

        The type of the token in the contract.

        -
        totalBalance: number
        +
        totalBalance: number

        Sum of NFT balances across all token IDs held by the owner. For non-fungible tokens this will be equal to the numDistinctTokensOwned, but it may be higher if the user holds some fungible ERC1155 tokens.

        -
        totalSupply?: string
        +
        totalSupply?: string

        The number of NFTs in the contract as an integer string. This field is only available on ERC-721 contracts.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/CustomGraphqlWebhook.html b/docs/interfaces/CustomGraphqlWebhook.html index e8f2a516..21f9be55 100644 --- a/docs/interfaces/CustomGraphqlWebhook.html +++ b/docs/interfaces/CustomGraphqlWebhook.html @@ -3,23 +3,23 @@ minting, burning, approvals, etc.) This can be used to notify your app with real time changes whenever an EOA or a smart contract performs any action on-chain.

        -

        Hierarchy

        Index

        Properties

        appId?: string
        +

        Hierarchy

        Index

        Properties

        appId?: string

        The app id of the app used for the webhook. This field is only present on MinedTransactionWebhook and DroppedTransactionWebhook

        -
        id: string
        +
        id: string

        The webhook's unique id.

        -
        isActive: boolean
        +
        isActive: boolean

        Whether the webhook is currently active

        -
        network: Network
        +
        network: Network

        The network the webhook is on.

        -
        signingKey: string
        +
        signingKey: string

        The signing key used to verify payloads for the webhook.

        -
        timeCreated: string
        +
        timeCreated: string

        The creation time of the webhook as an ISO string.

        -
        type: GRAPHQL
        +
        type: GRAPHQL

        The type of webhook.

        -
        url: string
        +
        url: string

        The url that the webhook sends its payload to.

        -
        +

        The webhook version. All newly created webhooks default to V2.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/CustomGraphqlWebhookConfig.html b/docs/interfaces/CustomGraphqlWebhookConfig.html index 79dcc45b..77094767 100644 --- a/docs/interfaces/CustomGraphqlWebhookConfig.html +++ b/docs/interfaces/CustomGraphqlWebhookConfig.html @@ -1,5 +1,5 @@ CustomGraphqlWebhookConfig | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface CustomGraphqlWebhookConfig

        Response object for the NotifyNamespace.getGraphqlQuery method.

        -

        Hierarchy

        • CustomGraphqlWebhookConfig

        Index

        Properties

        Properties

        graphqlQuery: string
        +

        Hierarchy

        • CustomGraphqlWebhookConfig

        Index

        Properties

        Properties

        graphqlQuery: string

        The graphql query for the webhook.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/CustomGraphqlWebhookParams.html b/docs/interfaces/CustomGraphqlWebhookParams.html index 18c33420..10e66cfc 100644 --- a/docs/interfaces/CustomGraphqlWebhookParams.html +++ b/docs/interfaces/CustomGraphqlWebhookParams.html @@ -1,9 +1,9 @@ CustomGraphqlWebhookParams | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface CustomGraphqlWebhookParams

        Params to pass in when calling NotifyNamespace.createWebhook in order to create a CustomGraphqlWebhook

        -

        Hierarchy

        • CustomGraphqlWebhookParams

        Index

        Properties

        graphqlQuery: string
        +

        Hierarchy

        • CustomGraphqlWebhookParams

        Index

        Properties

        graphqlQuery: string

        GraphQL query

        -
        network?: Network
        +
        network?: Network

        Optional network to create the webhook on. If omitted, the webhook will be created on network of the app provided in the api key config.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/DebugCallTrace.html b/docs/interfaces/DebugCallTrace.html index 95b3f1ab..232be90a 100644 --- a/docs/interfaces/DebugCallTrace.html +++ b/docs/interfaces/DebugCallTrace.html @@ -1,25 +1,25 @@ DebugCallTrace | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface DebugCallTrace

        Debug result returned when using a DebugCallTracer.

        -

        Hierarchy

        • DebugCallTrace

        Index

        Properties

        calls?: DebugCallTrace[]
        +

        Hierarchy

        • DebugCallTrace

        Index

        Properties

        calls?: DebugCallTrace[]

        Array of sub-calls executed as part of the original call.

        -
        error?: string
        +
        error?: string

        Optional error field.

        -
        from: string
        +
        from: string

        From address of the transaction.

        -
        gas: string
        +
        gas: string

        Gas provided for call as a hex string.

        -
        gasUsed: string
        +
        gasUsed: string

        Gas used during the call as a hex string.

        -
        input: string
        +
        input: string

        Call data.

        -
        output: string
        +
        output: string

        Return data.

        -
        revertReason?: string
        +
        revertReason?: string

        Solidity revert reason, if the call reverted.

        -
        to: string
        +
        to: string

        To address of the transaction.

        -
        type: string
        +
        type: string

        The type of call: CALL or CREATE for the top-level call.

        -
        value: string
        +
        value: string

        Amount of value transfer as a hex string.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/DebugCallTracer.html b/docs/interfaces/DebugCallTracer.html index f6735fac..134e1d56 100644 --- a/docs/interfaces/DebugCallTracer.html +++ b/docs/interfaces/DebugCallTracer.html @@ -10,9 +10,9 @@
      • In case the top level frame reverts, its revertReason field will contain the parsed reason of revert as returned by the Solidity contract
      • -

        Hierarchy

        Index

        Properties

        Properties

        onlyTopCall?: boolean
        +

        Hierarchy

        • DebugCallTracer

        Index

        Properties

        Properties

        onlyTopCall?: boolean

        Whether to only trace the main (top-level) calls and ignore sub-calls. Defaults to false.

        -
        +

        Specified type is CALL_TRACER.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/DebugPrestate.html b/docs/interfaces/DebugPrestate.html index cfa7da51..6506c9e8 100644 --- a/docs/interfaces/DebugPrestate.html +++ b/docs/interfaces/DebugPrestate.html @@ -1,11 +1,11 @@ DebugPrestate | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface DebugPrestate

        The

        -

        Hierarchy

        • DebugPrestate

        Index

        Properties

        balance: string
        +

        Hierarchy

        • DebugPrestate

        Index

        Properties

        balance: string

        Balance of the account in wei as a hex string.

        -
        code: string
        +
        code: string

        Hex-encoded bytecode.

        -
        nonce: number
        +
        nonce: number

        Nonce

        -
        storage: Record<string, string>
        +
        storage: Record<string, string>

        Storage slots of the contract.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/DebugPrestateTracer.html b/docs/interfaces/DebugPrestateTracer.html index fdb8808d..6b27e932 100644 --- a/docs/interfaces/DebugPrestateTracer.html +++ b/docs/interfaces/DebugPrestateTracer.html @@ -5,9 +5,9 @@

        Returns a DebugPrestateTrace. This contains sufficient information to create a local execution of the transaction from a custom assembled genesis block.

        -

        Hierarchy

        Index

        Properties

        Properties

        onlyTopCall?: boolean
        +

        Hierarchy

        • DebugPrestateTracer

        Index

        Properties

        Properties

        onlyTopCall?: boolean

        Whether to only trace the main (top-level) calls and ignore sub-calls. Defaults to false.

        -
        +

        Specified type is PRESTATE_TRACER.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/DebugTransaction.html b/docs/interfaces/DebugTransaction.html index 02c5228c..e8e5b4ff 100644 --- a/docs/interfaces/DebugTransaction.html +++ b/docs/interfaces/DebugTransaction.html @@ -1,15 +1,15 @@ DebugTransaction | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface DebugTransaction

        Hierarchy

        • DebugTransaction

        Index

        Properties

        data?: string
        +

        Hierarchy

        • DebugTransaction

        Index

        Properties

        data?: string

        The data associated with the transaction.

        -
        from?: string
        +
        from?: string

        The address the transaction is sent from.

        -
        gas?: string
        +
        gas?: string

        The gas provided for the transaction execution, as a hex string.

        -
        gasPrice?: string
        +
        gasPrice?: string

        The gas price to use as a hex string.

        -
        to?: string
        +
        to?: string

        The address the transaction is directed to.

        -
        value?: string
        +
        value?: string

        The value associated with the transaction as a hex string.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/DecodedCallParam.html b/docs/interfaces/DecodedCallParam.html index f374de9c..f342542b 100644 --- a/docs/interfaces/DecodedCallParam.html +++ b/docs/interfaces/DecodedCallParam.html @@ -1,9 +1,9 @@ DecodedCallParam | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface DecodedCallParam

        The input or output parameters from a DecodedDebugCallTrace.

        -

        Hierarchy

        Index

        Properties

        Properties

        name: string
        +

        Hierarchy

        Index

        Properties

        Properties

        name: string

        The name of the parameter.

        -
        type: string
        +
        type: string

        The type of the parameter.

        -
        value: string
        +
        value: string

        Value of the parameter.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/DecodedDebugCallTrace.html b/docs/interfaces/DecodedDebugCallTrace.html index 21e4ccf8..2d476fd7 100644 --- a/docs/interfaces/DecodedDebugCallTrace.html +++ b/docs/interfaces/DecodedDebugCallTrace.html @@ -1,12 +1,12 @@ DecodedDebugCallTrace | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface DecodedDebugCallTrace

        Decoded representation of the call trace that is part of a SimulationCallTrace.

        -

        Hierarchy

        • DecodedDebugCallTrace

        Index

        Properties

        authority: ETHERSCAN
        +

        Hierarchy

        • DecodedDebugCallTrace

        Index

        Properties

        authority: ETHERSCAN

        The source used to provide the decoded call trace.

        -
        +

        Method inputs.

        -
        methodName: string
        +
        methodName: string

        The smart contract method called.

        -
        outputs: DecodedCallParam[]
        +
        outputs: DecodedCallParam[]

        Method outputs.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/DecodedLog.html b/docs/interfaces/DecodedLog.html index d313225b..709b5e0c 100644 --- a/docs/interfaces/DecodedLog.html +++ b/docs/interfaces/DecodedLog.html @@ -1,10 +1,10 @@ DecodedLog | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface DecodedLog

        Decoded representation of the debug log that is part of a SimulationDebugLog.

        -

        Hierarchy

        • DecodedLog

        Index

        Properties

        authority: ETHERSCAN
        +

        Hierarchy

        • DecodedLog

        Index

        Properties

        authority: ETHERSCAN

        The source used to provide the decoded log.

        -
        eventName: string
        +
        eventName: string

        The decoded name of the log event.

        -
        inputs: DecodedLogInput[]
        +
        inputs: DecodedLogInput[]

        The decoded inputs to the log.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/DecodedLogInput.html b/docs/interfaces/DecodedLogInput.html index 2bd88839..e319314b 100644 --- a/docs/interfaces/DecodedLogInput.html +++ b/docs/interfaces/DecodedLogInput.html @@ -1,11 +1,11 @@ DecodedLogInput | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface DecodedLogInput

        The input parameters from a DecodedLog.

        -

        Hierarchy

        Index

        Properties

        indexed: boolean
        +

        Hierarchy

        Index

        Properties

        indexed: boolean

        Whether the log is marked as indexed in the smart contract.

        -
        name: string
        +
        name: string

        The name of the parameter.

        -
        type: string
        +
        type: string

        The type of the parameter.

        -
        value: string
        +
        value: string

        Value of the parameter.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/DeployResult.html b/docs/interfaces/DeployResult.html index ece0f094..dabf1a10 100644 --- a/docs/interfaces/DeployResult.html +++ b/docs/interfaces/DeployResult.html @@ -1,7 +1,7 @@ DeployResult | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface DeployResult

        The response object for the findContractDeployer function.

        -

        Hierarchy

        • DeployResult

        Index

        Properties

        blockNumber: number
        +

        Hierarchy

        • DeployResult

        Index

        Properties

        blockNumber: number

        The block number the contract was deployed in.

        -
        deployerAddress?: string
        +
        deployerAddress?: string

        The address of the contract deployer, if it is available.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/DroppedTransactionWebhook.html b/docs/interfaces/DroppedTransactionWebhook.html index 06acd8f4..aa07a2ee 100644 --- a/docs/interfaces/DroppedTransactionWebhook.html +++ b/docs/interfaces/DroppedTransactionWebhook.html @@ -2,23 +2,23 @@

        A Dropped Transaction webhook is used to notify your app whenever a transaction sent through your API key gets dropped. This can be useful if you want to notify customers that their transactions were dropped.

        -

        Hierarchy

        Index

        Properties

        appId?: string
        +

        Hierarchy

        Index

        Properties

        appId?: string

        The app id of the app used for the webhook. This field is only present on MinedTransactionWebhook and DroppedTransactionWebhook

        -
        id: string
        +
        id: string

        The webhook's unique id.

        -
        isActive: boolean
        +
        isActive: boolean

        Whether the webhook is currently active

        -
        network: Network
        +
        network: Network

        The network the webhook is on.

        -
        signingKey: string
        +
        signingKey: string

        The signing key used to verify payloads for the webhook.

        -
        timeCreated: string
        +
        timeCreated: string

        The creation time of the webhook as an ISO string.

        -
        +

        The type of webhook.

        -
        url: string
        +
        url: string

        The url that the webhook sends its payload to.

        -
        +

        The webhook version. All newly created webhooks default to V2.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/ERC1155Metadata.html b/docs/interfaces/ERC1155Metadata.html index 4b0c9927..fda1460b 100644 --- a/docs/interfaces/ERC1155Metadata.html +++ b/docs/interfaces/ERC1155Metadata.html @@ -1,4 +1,4 @@ ERC1155Metadata | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface ERC1155Metadata

        Metadata object returned in a AssetTransfersResult object if the asset transferred is an ERC1155.

        -

        Hierarchy

        • ERC1155Metadata

        Index

        Properties

        Properties

        tokenId: string
        value: string

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +

        Hierarchy

        Index

        Properties

        Properties

        tokenId: string
        value: string

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/EventFilter.html b/docs/interfaces/EventFilter.html index d451a468..d453169d 100644 --- a/docs/interfaces/EventFilter.html +++ b/docs/interfaces/EventFilter.html @@ -1,7 +1,7 @@ EventFilter | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface EventFilter

        Filter object used to filter logs by when using CoreNamespace.getLogs

        -

        Hierarchy

        Index

        Properties

        Properties

        address?: string | string[]
        +

        Hierarchy

        Index

        Properties

        Properties

        address?: string | string[]

        The address to filter by. If omitted, filters for all addresses.

        -
        topics?: (null | string | string[])[]
        +
        topics?: (null | string | string[])[]

        The topics to filter by, or null to match any topics.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/Filter.html b/docs/interfaces/Filter.html index 0863806e..956601d9 100644 --- a/docs/interfaces/Filter.html +++ b/docs/interfaces/Filter.html @@ -1,12 +1,12 @@ Filter | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface Filter

        Filter object used to filter logs by block number range when using CoreNamespace.getLogs

        -

        Hierarchy

        Index

        Properties

        address?: string | string[]
        +

        Hierarchy

        Index

        Properties

        address?: string | string[]

        The address to filter by. If omitted, filters for all addresses.

        -
        fromBlock?: BlockTag
        +
        fromBlock?: BlockTag

        The starting block (inclusive) to search for logs matching the filter.

        -
        toBlock?: BlockTag
        +
        toBlock?: BlockTag

        The end block (inclusive) to search for logs matching the filter.

        -
        topics?: (null | string | string[])[]
        +
        topics?: (null | string | string[])[]

        The topics to filter by, or null to match any topics.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/FilterByBlockHash.html b/docs/interfaces/FilterByBlockHash.html index fd5052e6..949fc101 100644 --- a/docs/interfaces/FilterByBlockHash.html +++ b/docs/interfaces/FilterByBlockHash.html @@ -1,10 +1,10 @@ FilterByBlockHash | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface FilterByBlockHash

        Filter object used to filter logs by a specific block hash when using CoreNamespace.getLogs.

        -

        Hierarchy

        Index

        Properties

        address?: string | string[]
        +

        Hierarchy

        Index

        Properties

        address?: string | string[]

        The address to filter by. If omitted, filters for all addresses.

        -
        blockHash?: string
        +
        blockHash?: string

        The specific block hash to search for logs matching the filter.

        -
        topics?: (null | string | string[])[]
        +
        topics?: (null | string | string[])[]

        The topics to filter by, or null to match any topics.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/FloorPriceError.html b/docs/interfaces/FloorPriceError.html index 8c5ce29b..5d098d30 100644 --- a/docs/interfaces/FloorPriceError.html +++ b/docs/interfaces/FloorPriceError.html @@ -1,6 +1,6 @@ FloorPriceError | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface FloorPriceError

        The failing object returned by the getFloorPrice call for each marketplace (e.g. looksRare).

        -

        Hierarchy

        • FloorPriceError

        Index

        Properties

        Properties

        error: string
        +

        Hierarchy

        • FloorPriceError

        Index

        Properties

        Properties

        error: string

        Error fetching floor prices from the given marketplace

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/FloorPriceMarketplace.html b/docs/interfaces/FloorPriceMarketplace.html index 5dc4ccf5..7db679d5 100644 --- a/docs/interfaces/FloorPriceMarketplace.html +++ b/docs/interfaces/FloorPriceMarketplace.html @@ -1,12 +1,12 @@ FloorPriceMarketplace | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface FloorPriceMarketplace

        The successful object returned by the getFloorPrice call for each marketplace (e.g. looksRare).

        -

        Hierarchy

        • FloorPriceMarketplace

        Index

        Properties

        collectionUrl: string
        +

        Hierarchy

        • FloorPriceMarketplace

        Index

        Properties

        collectionUrl: string

        The link to the collection on the given marketplace

        -
        floorPrice: number
        +
        floorPrice: number

        The floor price of the collection on the given marketplace

        -
        priceCurrency: string
        +
        priceCurrency: string

        The currency in which the floor price is denominated

        -
        retrievedAt: string
        +
        retrievedAt: string

        UTC timestamp of when the floor price was retrieved from the marketplace

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetAddressesOptions.html b/docs/interfaces/GetAddressesOptions.html index 607ef491..2a022f57 100644 --- a/docs/interfaces/GetAddressesOptions.html +++ b/docs/interfaces/GetAddressesOptions.html @@ -1,7 +1,7 @@ GetAddressesOptions | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetAddressesOptions

        Options object for the NotifyNamespace.getAddresses method.

        -

        Hierarchy

        • GetAddressesOptions

        Index

        Properties

        Properties

        limit?: number
        +

        Hierarchy

        • GetAddressesOptions

        Index

        Properties

        Properties

        limit?: number

        Number of addresses to fetch.

        -
        pageKey?: string
        +
        pageKey?: string

        Page

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetAllWebhooksResponse.html b/docs/interfaces/GetAllWebhooksResponse.html index 98aa7835..6332e5f3 100644 --- a/docs/interfaces/GetAllWebhooksResponse.html +++ b/docs/interfaces/GetAllWebhooksResponse.html @@ -1,7 +1,7 @@ GetAllWebhooksResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetAllWebhooksResponse

        The response for a NotifyNamespace.getAllWebhooks method.

        -

        Hierarchy

        • GetAllWebhooksResponse

        Index

        Properties

        totalCount: number
        +

        Hierarchy

        • GetAllWebhooksResponse

        Index

        Properties

        totalCount: number

        The total number of webhooks.

        -
        webhooks: Webhook[]
        +
        webhooks: Webhook[]

        All webhooks attached to the provided auth token.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetBaseNftsForContractOptions.html b/docs/interfaces/GetBaseNftsForContractOptions.html index 229b3482..90c56095 100644 --- a/docs/interfaces/GetBaseNftsForContractOptions.html +++ b/docs/interfaces/GetBaseNftsForContractOptions.html @@ -3,15 +3,15 @@ getNftsForContractIterator functions.

        This interface is used to fetch NFTs without their associated metadata. To get Nfts with their associated metadata, use GetNftsForContractOptions.

        -

        Hierarchy

        Index

        Properties

        omitMetadata: false
        +

        Hierarchy

        Index

        Properties

        omitMetadata: false

        Optional boolean flag to omit NFT metadata. Defaults to false.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key from an existing NftContractBaseNftsResponse or NftContractNftsResponseto use for pagination.

        -
        pageSize?: number
        +
        pageSize?: number

        Sets the total number of NFTs to return in the response. Defaults to 100. Maximum page size is 100.

        -
        tokenUriTimeoutInMs?: number
        +
        tokenUriTimeoutInMs?: number

        No set timeout by default - When metadata is requested, this parameter is the timeout (in milliseconds) for the website hosting the metadata to respond. If you want to only access the cache and not live fetch any diff --git a/docs/interfaces/GetBaseNftsForOwnerOptions.html b/docs/interfaces/GetBaseNftsForOwnerOptions.html index a52f6c63..93d6a41c 100644 --- a/docs/interfaces/GetBaseNftsForOwnerOptions.html +++ b/docs/interfaces/GetBaseNftsForOwnerOptions.html @@ -3,26 +3,26 @@ getNftsForOwnerIterator functions.

        This interface is used to fetch NFTs without their associated metadata. To get Nfts with their associated metadata, use GetNftsForOwnerOptions.

        -

        Hierarchy

        • GetBaseNftsForOwnerOptions

        Index

        Properties

        contractAddresses?: string[]
        +

        Hierarchy

        • GetBaseNftsForOwnerOptions

        Index

        Properties

        contractAddresses?: string[]

        Optional list of contract addresses to filter the results by. Limit is 20.

        -
        excludeFilters?: NftFilters[]
        +
        excludeFilters?: NftFilters[]

        Optional list of filters applied to the query. NFTs that match one or more of these filters are excluded from the response.

        -
        includeFilters?: NftFilters[]
        +
        includeFilters?: NftFilters[]

        Optional list of filters applied to the query. NFTs that match one or more of these filters are included in the response.

        -
        omitMetadata: true
        +
        omitMetadata: true

        Optional boolean flag to include NFT metadata. Defaults to false.

        -
        orderBy?: TRANSFERTIME
        +
        orderBy?: TRANSFERTIME

        Order in which to return results. By default, results are ordered by contract address and token ID in lexicographic order.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key from an existing OwnedBaseNftsResponse or OwnedNftsResponseto use for pagination.

        -
        pageSize?: number
        +
        pageSize?: number

        Sets the total number of NFTs to return in the response. Defaults to 100. Maximum page size is 100.

        -
        tokenUriTimeoutInMs?: number
        +
        tokenUriTimeoutInMs?: number

        No set timeout by default - When metadata is requested, this parameter is the timeout (in milliseconds) for the website hosting the metadata to respond. If you want to only access the cache and not live fetch any diff --git a/docs/interfaces/GetContractsForOwnerOptions.html b/docs/interfaces/GetContractsForOwnerOptions.html index a9a4e1d2..da69477a 100644 --- a/docs/interfaces/GetContractsForOwnerOptions.html +++ b/docs/interfaces/GetContractsForOwnerOptions.html @@ -1,19 +1,19 @@ GetContractsForOwnerOptions | alchemy-sdk

        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetContractsForOwnerOptions

        Optional parameters object for the the getContractsForOwner method

        -

        Hierarchy

        • GetContractsForOwnerOptions

        Index

        Properties

        excludeFilters?: NftFilters[]
        +

        Hierarchy

        • GetContractsForOwnerOptions

        Index

        Properties

        excludeFilters?: NftFilters[]

        Optional list of filters applied to the query. NFTs that match one or more of these filters are excluded from the response. May not be used in conjunction with includeFilters

        -
        includeFilters?: NftFilters[]
        +
        includeFilters?: NftFilters[]

        Optional list of filters applied to the query. NFTs that match one or more of these filters are included in the response. May not be used in conjunction with excludeFilters.

        -
        orderBy?: TRANSFERTIME
        +
        orderBy?: TRANSFERTIME

        Order in which to return results. By default, results are ordered by contract address and token ID in lexicographic order.

        -
        pageKey?: string
        +
        pageKey?: string

        Key for pagination to use to fetch results from the next page if available.

        -
        pageSize?: number
        +
        pageSize?: number

        Configure the number of NFTs to return in each response. Maximum pages size is 100. Defaults to 100.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetContractsForOwnerResponse.html b/docs/interfaces/GetContractsForOwnerResponse.html index 6c2d9654..c6a3cf54 100644 --- a/docs/interfaces/GetContractsForOwnerResponse.html +++ b/docs/interfaces/GetContractsForOwnerResponse.html @@ -1,9 +1,9 @@ GetContractsForOwnerResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetContractsForOwnerResponse

        The response for the NftNamespace.getContractsForOwner method.

        -

        Hierarchy

        • GetContractsForOwnerResponse

        Index

        Properties

        contracts: ContractForOwner[]
        +

        Hierarchy

        • GetContractsForOwnerResponse

        Index

        Properties

        contracts: ContractForOwner[]

        The list of contracts, that match the query, held by the given address.

        -
        pageKey?: string
        +
        pageKey?: string

        Key for pagination to use to fetch results from the next page if available.

        -
        totalCount: number
        +
        totalCount: number

        Total number of NFT contracts held by the given address.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetFloorPriceResponse.html b/docs/interfaces/GetFloorPriceResponse.html index da450b29..8959e087 100644 --- a/docs/interfaces/GetFloorPriceResponse.html +++ b/docs/interfaces/GetFloorPriceResponse.html @@ -1,6 +1,6 @@ GetFloorPriceResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetFloorPriceResponse

        The response object for the getFloorPrice method.

        -

        Hierarchy

        • GetFloorPriceResponse

        Index

        Properties

        +

        Hierarchy

        • GetFloorPriceResponse

        Index

        Properties

        Name of the NFT marketplace where the collection is listed. Current marketplaces supported: OpenSea, LooksRare

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetMintedNftsOptions.html b/docs/interfaces/GetMintedNftsOptions.html index 81cd6cdf..d9249b38 100644 --- a/docs/interfaces/GetMintedNftsOptions.html +++ b/docs/interfaces/GetMintedNftsOptions.html @@ -1,12 +1,12 @@ GetMintedNftsOptions | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetMintedNftsOptions

        Optional parameters object for the NftNamespace.getMintedNfts method.

        -

        Hierarchy

        • GetMintedNftsOptions

        Index

        Properties

        contractAddresses?: string[]
        +

        Hierarchy

        • GetMintedNftsOptions

        Index

        Properties

        contractAddresses?: string[]

        List of NFT contract addresses to filter mints by. If omitted, defaults to all contract addresses.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key from an existing TransfersNftResponse to use for pagination.

        -
        tokenType?: ERC721 | ERC1155
        +
        tokenType?: ERC721 | ERC1155

        Filter mints by ERC721 vs ERC1155 contracts. If omitted, defaults to all NFTs.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetMintedNftsResponse.html b/docs/interfaces/GetMintedNftsResponse.html index 2a4e5e48..68456f0a 100644 --- a/docs/interfaces/GetMintedNftsResponse.html +++ b/docs/interfaces/GetMintedNftsResponse.html @@ -1,6 +1,6 @@ GetMintedNftsResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetMintedNftsResponse

        deprecated

        Use TransfersNftResponse instead.

        -

        Hierarchy

        • GetMintedNftsResponse

        Index

        Properties

        Properties

        nfts: Nft[]
        +

        Hierarchy

        • GetMintedNftsResponse

        Index

        Properties

        Properties

        nfts: Nft[]

        An array of the minted NFTs for the provided owner address.

        -
        pageKey?: string
        +
        pageKey?: string

        Key for pagination to use to fetch results from the next page if available.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetNftMetadataOptions.html b/docs/interfaces/GetNftMetadataOptions.html index 99489605..7f8d640c 100644 --- a/docs/interfaces/GetNftMetadataOptions.html +++ b/docs/interfaces/GetNftMetadataOptions.html @@ -1,11 +1,11 @@ GetNftMetadataOptions | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetNftMetadataOptions

        Additional options for the NftNamespace.getNftMetadata method.

        -

        Hierarchy

        • GetNftMetadataOptions

        Index

        Properties

        refreshCache?: boolean
        +

        Hierarchy

        • GetNftMetadataOptions

        Index

        Properties

        refreshCache?: boolean

        Whether to refresh the metadata for the given NFT token before returning the response. Defaults to false for faster response times.

        -
        tokenType?: NftTokenType
        +
        tokenType?: NftTokenType

        Optional field to specify the type of token to speed up the query.

        -
        tokenUriTimeoutInMs?: number
        +
        tokenUriTimeoutInMs?: number

        No set timeout by default - When metadata is requested, this parameter is the timeout (in milliseconds) for the website hosting the metadata to respond. If you want to only access the cache and not live fetch any diff --git a/docs/interfaces/GetNftSalesOptions.html b/docs/interfaces/GetNftSalesOptions.html index 322858cd..674497cc 100644 --- a/docs/interfaces/GetNftSalesOptions.html +++ b/docs/interfaces/GetNftSalesOptions.html @@ -1,23 +1,23 @@ GetNftSalesOptions | alchemy-sdk

        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetNftSalesOptions

        Optional parameters object for the NftNamespace.getNftSales method.

        This interface is used to filter the NFT sales data.

        -

        Hierarchy

        Index

        Properties

        buyerAddress?: string
        +

        Hierarchy

        Index

        Properties

        buyerAddress?: string

        The address of the NFT buyer to filter sales by.

        -
        fromBlock?: number | "latest"
        +
        fromBlock?: number | "latest"

        The block number to start fetching NFT sales data from.

        -
        limit?: number
        +
        limit?: number

        The maximum number of NFT sales to return.

        -
        marketplace?: NftSaleMarketplace
        +
        marketplace?: NftSaleMarketplace

        The NFT marketplace to filter sales by.

        -
        order?: SortingOrder
        +
        order?: SortingOrder

        Whether to return the results in ascending or descending order by block number.

        -
        pageKey?: string
        +
        pageKey?: string

        Key for pagination to use to fetch results from the next page if available.

        -
        sellerAddress?: string
        +
        sellerAddress?: string

        The address of the NFT seller to filter sales by.

        -
        +

        Filter by whether the buyer or seller was the taker in the NFT trade. Defaults to returning both buyer and seller taker trades.

        -
        toBlock?: number | "latest"
        +
        toBlock?: number | "latest"

        The block number limit to fetch NFT sales data from.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetNftSalesOptionsByContractAddress.html b/docs/interfaces/GetNftSalesOptionsByContractAddress.html index cb32dab0..6f34c85a 100644 --- a/docs/interfaces/GetNftSalesOptionsByContractAddress.html +++ b/docs/interfaces/GetNftSalesOptionsByContractAddress.html @@ -2,27 +2,27 @@

        Alternative optional parameters object for the NftNamespace.getNftSales method that allows filtering results by contractAddress.

        This interface is used to filter the NFT sales data.

        -

        Hierarchy

        Index

        Properties

        buyerAddress?: string
        +

        Hierarchy

        Index

        Properties

        buyerAddress?: string

        The address of the NFT buyer to filter sales by.

        -
        contractAddress: string
        +
        contractAddress: string

        The contract address of a NFT collection to filter sales by.

        -
        fromBlock?: number | "latest"
        +
        fromBlock?: number | "latest"

        The block number to start fetching NFT sales data from.

        -
        limit?: number
        +
        limit?: number

        The maximum number of NFT sales to return.

        -
        marketplace?: NftSaleMarketplace
        +
        marketplace?: NftSaleMarketplace

        The NFT marketplace to filter sales by.

        -
        order?: SortingOrder
        +
        order?: SortingOrder

        Whether to return the results in ascending or descending order by block number.

        -
        pageKey?: string
        +
        pageKey?: string

        Key for pagination to use to fetch results from the next page if available.

        -
        sellerAddress?: string
        +
        sellerAddress?: string

        The address of the NFT seller to filter sales by.

        -
        +

        Filter by whether the buyer or seller was the taker in the NFT trade. Defaults to returning both buyer and seller taker trades.

        -
        toBlock?: number | "latest"
        +
        toBlock?: number | "latest"

        The block number limit to fetch NFT sales data from.

        -
        tokenId?: BigNumberish
        +
        tokenId?: BigNumberish

        The token ID of an NFT within the specified contractAddress to filter sales by.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetNftSalesResponse.html b/docs/interfaces/GetNftSalesResponse.html index f765e261..1d686851 100644 --- a/docs/interfaces/GetNftSalesResponse.html +++ b/docs/interfaces/GetNftSalesResponse.html @@ -1,9 +1,9 @@ GetNftSalesResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetNftSalesResponse

        The response for the NftNamespace.getNftSales method.

        -

        Hierarchy

        • GetNftSalesResponse

        Index

        Properties

        nftSales: NftSale[]
        +

        Hierarchy

        • GetNftSalesResponse

        Index

        Properties

        nftSales: NftSale[]

        List of NFT sales that match the query

        -
        pageKey?: string
        +
        pageKey?: string

        The page key to use to fetch the next page if more results are available.

        -
        +

        Block Information of the block as of which the corresponding data is valid.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetNftsForContractOptions.html b/docs/interfaces/GetNftsForContractOptions.html index 2708f370..fe6a93ec 100644 --- a/docs/interfaces/GetNftsForContractOptions.html +++ b/docs/interfaces/GetNftsForContractOptions.html @@ -3,15 +3,15 @@ getNftsForContractIterator functions.

        This interface is used to fetch NFTs with their associated metadata. To get Nfts without their associated metadata, use GetBaseNftsForContractOptions.

        -

        Hierarchy

        • GetNftsForContractOptions

        Index

        Properties

        omitMetadata?: boolean
        +

        Hierarchy

        • GetNftsForContractOptions

        Index

        Properties

        omitMetadata?: boolean

        Optional boolean flag to omit NFT metadata. Defaults to false.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key from an existing NftContractBaseNftsResponse or NftContractNftsResponseto use for pagination.

        -
        pageSize?: number
        +
        pageSize?: number

        Sets the total number of NFTs to return in the response. Defaults to 100. Maximum page size is 100.

        -
        tokenUriTimeoutInMs?: number
        +
        tokenUriTimeoutInMs?: number

        No set timeout by default - When metadata is requested, this parameter is the timeout (in milliseconds) for the website hosting the metadata to respond. If you want to only access the cache and not live fetch any diff --git a/docs/interfaces/GetNftsForOwnerOptions.html b/docs/interfaces/GetNftsForOwnerOptions.html index 1d15fc9b..0371718a 100644 --- a/docs/interfaces/GetNftsForOwnerOptions.html +++ b/docs/interfaces/GetNftsForOwnerOptions.html @@ -3,26 +3,26 @@ getNftsForOwnerIterator functions.

        This interface is used to fetch NFTs with their associated metadata. To get Nfts without their associated metadata, use GetBaseNftsForOwnerOptions.

        -

        Hierarchy

        • GetNftsForOwnerOptions

        Index

        Properties

        contractAddresses?: string[]
        +

        Hierarchy

        • GetNftsForOwnerOptions

        Index

        Properties

        contractAddresses?: string[]

        Optional list of contract addresses to filter the results by. Limit is 20.

        -
        excludeFilters?: NftFilters[]
        +
        excludeFilters?: NftFilters[]

        Optional list of filters applied to the query. NFTs that match one or more of these filters are excluded from the response.

        -
        includeFilters?: NftFilters[]
        +
        includeFilters?: NftFilters[]

        Optional list of filters applied to the query. NFTs that match one or more of these filters are included in the response.

        -
        omitMetadata?: boolean
        +
        omitMetadata?: boolean

        Optional boolean flag to omit NFT metadata. Defaults to false.

        -
        orderBy?: TRANSFERTIME
        +
        orderBy?: TRANSFERTIME

        Order in which to return results. By default, results are ordered by contract address and token ID in lexicographic order.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key from an existing OwnedBaseNftsResponse or OwnedNftsResponseto use for pagination.

        -
        pageSize?: number
        +
        pageSize?: number

        Sets the total number of NFTs to return in the response. Defaults to 100. Maximum page size is 100.

        -
        tokenUriTimeoutInMs?: number
        +
        tokenUriTimeoutInMs?: number

        No set timeout by default - When metadata is requested, this parameter is the timeout (in milliseconds) for the website hosting the metadata to respond. If you want to only access the cache and not live fetch any diff --git a/docs/interfaces/GetOwnersForContractOptions.html b/docs/interfaces/GetOwnersForContractOptions.html index 18de35ee..d7c50816 100644 --- a/docs/interfaces/GetOwnersForContractOptions.html +++ b/docs/interfaces/GetOwnersForContractOptions.html @@ -2,14 +2,14 @@

        Optional parameters object for the getNftsForContract method.

        This interface configures options when fetching the owner addresses of the provided contract.

        -

        Hierarchy

        • GetOwnersForContractOptions

        Index

        Properties

        block?: string
        +

        Hierarchy

        • GetOwnersForContractOptions

        Index

        Properties

        block?: string

        The block number in hex or decimal to fetch owners for.

        -
        includeCount?: boolean
        +
        includeCount?: boolean

        If true, include total count of owners in the response. Only applicable when withTokenBalances is not set to true.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key to paginate the next page for large requests.

        -
        withTokenBalances?: boolean
        +
        withTokenBalances?: boolean

        Whether to include the token balances per token id for each owner. Defaults to false when omitted.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetOwnersForContractResponse.html b/docs/interfaces/GetOwnersForContractResponse.html index ce08d046..e29ea83c 100644 --- a/docs/interfaces/GetOwnersForContractResponse.html +++ b/docs/interfaces/GetOwnersForContractResponse.html @@ -1,10 +1,10 @@ GetOwnersForContractResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetOwnersForContractResponse

        The response object for the getOwnersForContract.

        -

        Hierarchy

        • GetOwnersForContractResponse

        Index

        Properties

        owners: string[]
        +

        Hierarchy

        • GetOwnersForContractResponse

        Index

        Properties

        owners: string[]

        An array of owner addresses for the provided contract address

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key that is returned when a collection has more than 50,000 owners.

        -
        totalCount?: number
        +
        totalCount?: number

        Total count of unique owners. Only present if GetOwnersForContractOptions.includeCount is true.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetOwnersForContractWithTokenBalancesOptions.html b/docs/interfaces/GetOwnersForContractWithTokenBalancesOptions.html index 39b8493a..590c738b 100644 --- a/docs/interfaces/GetOwnersForContractWithTokenBalancesOptions.html +++ b/docs/interfaces/GetOwnersForContractWithTokenBalancesOptions.html @@ -2,11 +2,11 @@

        Optional parameters object for the getNftsForContract method.

        This interface configures options when fetching the owner addresses of the provided contract.

        -

        Hierarchy

        • GetOwnersForContractWithTokenBalancesOptions

        Index

        Properties

        block?: string
        +

        Hierarchy

        • GetOwnersForContractWithTokenBalancesOptions

        Index

        Properties

        block?: string

        The block number in hex or decimal to fetch owners for.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key to paginate the next page for large requests.

        -
        withTokenBalances: true
        +
        withTokenBalances: true

        Whether to include the token balances per token id for each owner. Defaults to false when omitted.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetOwnersForContractWithTokenBalancesResponse.html b/docs/interfaces/GetOwnersForContractWithTokenBalancesResponse.html index 8d5d7ad1..5588aa8e 100644 --- a/docs/interfaces/GetOwnersForContractWithTokenBalancesResponse.html +++ b/docs/interfaces/GetOwnersForContractWithTokenBalancesResponse.html @@ -1,7 +1,7 @@ GetOwnersForContractWithTokenBalancesResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetOwnersForContractWithTokenBalancesResponse

        The response object for the getOwnersForContract.

        -

        Hierarchy

        • GetOwnersForContractWithTokenBalancesResponse

        Index

        Properties

        Properties

        +

        Hierarchy

        • GetOwnersForContractWithTokenBalancesResponse

        Index

        Properties

        Properties

        An array of owner addresses for the provided contract address

        -
        pageKey: string
        +
        pageKey: string

        Optional page key that is returned when a collection has more than 50,000 owners.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetOwnersForNftOptions.html b/docs/interfaces/GetOwnersForNftOptions.html index 65baa53e..b18893c8 100644 --- a/docs/interfaces/GetOwnersForNftOptions.html +++ b/docs/interfaces/GetOwnersForNftOptions.html @@ -2,8 +2,8 @@

        Optional parameters object for the getOwnersForNft method.

        This interface configures options when fetching the owner addresses of the provided NFT contract.

        -

        Hierarchy

        • GetOwnersForNftOptions

        Index

        Properties

        Properties

        pageKey?: string
        +

        Hierarchy

        • GetOwnersForNftOptions

        Index

        Properties

        Properties

        pageKey?: string

        Optional page key to paginate the next page for large requests.

        -
        pageSize?: number
        +
        pageSize?: number

        Sets the total number of owners to return in the response.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetOwnersForNftResponse.html b/docs/interfaces/GetOwnersForNftResponse.html index 02163305..baefe576 100644 --- a/docs/interfaces/GetOwnersForNftResponse.html +++ b/docs/interfaces/GetOwnersForNftResponse.html @@ -1,7 +1,7 @@ GetOwnersForNftResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetOwnersForNftResponse

        The response object for the getOwnersForNft.

        -

        Hierarchy

        • GetOwnersForNftResponse

        Index

        Properties

        Properties

        owners: string[]
        +

        Hierarchy

        • GetOwnersForNftResponse

        Index

        Properties

        Properties

        owners: string[]

        An array of owner addresses for the provided token.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional The key for the next page of results, if applicable.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetTokensForOwnerOptions.html b/docs/interfaces/GetTokensForOwnerOptions.html index 7201eab0..3311aaf4 100644 --- a/docs/interfaces/GetTokensForOwnerOptions.html +++ b/docs/interfaces/GetTokensForOwnerOptions.html @@ -1,9 +1,9 @@ GetTokensForOwnerOptions | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetTokensForOwnerOptions

        Optional params to pass into CoreNamespace.getTokensForOwner.

        -

        Hierarchy

        • GetTokensForOwnerOptions

        Index

        Properties

        contractAddresses?: string[] | TokenBalanceType
        +

        Hierarchy

        • GetTokensForOwnerOptions

        Index

        Properties

        contractAddresses?: string[] | TokenBalanceType

        List of contract addresses to filter by. If omitted, defaults to TokenBalanceType.ERC20.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key from an existing GetTokensForOwnerResponse to use for pagination.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetTokensForOwnerResponse.html b/docs/interfaces/GetTokensForOwnerResponse.html index b0795289..2eeca181 100644 --- a/docs/interfaces/GetTokensForOwnerResponse.html +++ b/docs/interfaces/GetTokensForOwnerResponse.html @@ -1,7 +1,7 @@ GetTokensForOwnerResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetTokensForOwnerResponse

        Response object for CoreNamespace.getTokensForOwner.

        -

        Hierarchy

        • GetTokensForOwnerResponse

        Index

        Properties

        Properties

        pageKey?: string
        +

        Hierarchy

        • GetTokensForOwnerResponse

        Index

        Properties

        Properties

        pageKey?: string

        Page key for the next page of results, if one exists.

        -
        tokens: OwnedToken[]
        +
        tokens: OwnedToken[]

        Owned tokens for the provided addresses along with relevant metadata.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetTransfersForContractOptions.html b/docs/interfaces/GetTransfersForContractOptions.html index f55b8d45..2b4924b1 100644 --- a/docs/interfaces/GetTransfersForContractOptions.html +++ b/docs/interfaces/GetTransfersForContractOptions.html @@ -1,14 +1,14 @@ GetTransfersForContractOptions | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetTransfersForContractOptions

        Optional parameters object for the NftNamespace.getTransfersForOwner method.

        -

        Hierarchy

        • GetTransfersForContractOptions

        Index

        Properties

        fromBlock?: BlockTag
        +

        Hierarchy

        • GetTransfersForContractOptions

        Index

        Properties

        fromBlock?: BlockTag

        Starting block (inclusive) to get transfers from.

        -
        order?: SortingOrder
        +
        order?: SortingOrder

        Whether to return results in ascending or descending order by block number. Defaults to ascending if omitted.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key from an existing TransfersNftResponse to use for pagination.

        -
        toBlock?: BlockTag
        +
        toBlock?: BlockTag

        Ending block (inclusive) to get transfers from.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/GetTransfersForOwnerOptions.html b/docs/interfaces/GetTransfersForOwnerOptions.html index 990d5ca2..3c2a7165 100644 --- a/docs/interfaces/GetTransfersForOwnerOptions.html +++ b/docs/interfaces/GetTransfersForOwnerOptions.html @@ -1,12 +1,12 @@ GetTransfersForOwnerOptions | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetTransfersForOwnerOptions

        Optional parameters object for the NftNamespace.getTransfersForOwner method.

        -

        Hierarchy

        • GetTransfersForOwnerOptions

        Index

        Properties

        contractAddresses?: string[]
        +

        Hierarchy

        • GetTransfersForOwnerOptions

        Index

        Properties

        contractAddresses?: string[]

        List of NFT contract addresses to filter mints by. If omitted, defaults to all contract addresses.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key from an existing TransfersNftResponse to use for pagination.

        -
        tokenType?: ERC721 | ERC1155
        +
        tokenType?: ERC721 | ERC1155

        Filter mints by ERC721 vs ERC1155 contracts. If omitted, defaults to all NFTs.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/Media.html b/docs/interfaces/Media.html index c74f1e2b..9d88b3ae 100644 --- a/docs/interfaces/Media.html +++ b/docs/interfaces/Media.html @@ -1,21 +1,21 @@ Media | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface Media

        Represents the URI information for the NFT's media assets.

        -

        Hierarchy

        • Media

        Index

        Properties

        bytes?: number
        +

        Hierarchy

        • Media

        Index

        Properties

        bytes?: number

        The size of the media asset in bytes.

        -
        format?: string
        +
        format?: string

        The media format (ex: jpg, gif, png) of the gateway and thumbnail assets.

        -
        gateway: string
        +
        gateway: string

        Public gateway URI for the raw URI. Generally offers better performance.

        -
        raw: string
        +
        raw: string

        URI for the location of the NFT's original metadata blob for media (ex: the original IPFS link).

        -
        size?: number
        +
        size?: number

        DEPRECATED - The size of the media asset in bytes

        deprecated
        • Please use bytes instead. This field will be removed in a subsequent release.
        -
        thumbnail?: string
        +
        thumbnail?: string

        URL for a resized thumbnail of the NFT media asset.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/MinedTransactionWebhook.html b/docs/interfaces/MinedTransactionWebhook.html index 715f2cf6..705d891a 100644 --- a/docs/interfaces/MinedTransactionWebhook.html +++ b/docs/interfaces/MinedTransactionWebhook.html @@ -2,23 +2,23 @@

        A Mined Transaction Webhook is used to notify your app whenever a transaction sent through your API key gets successfully mined. This is useful if you want to notify customers that their transaction went through.

        -

        Hierarchy

        Index

        Properties

        appId?: string
        +

        Hierarchy

        Index

        Properties

        appId?: string

        The app id of the app used for the webhook. This field is only present on MinedTransactionWebhook and DroppedTransactionWebhook

        -
        id: string
        +
        id: string

        The webhook's unique id.

        -
        isActive: boolean
        +
        isActive: boolean

        Whether the webhook is currently active

        -
        network: Network
        +
        network: Network

        The network the webhook is on.

        -
        signingKey: string
        +
        signingKey: string

        The signing key used to verify payloads for the webhook.

        -
        timeCreated: string
        +
        timeCreated: string

        The creation time of the webhook as an ISO string.

        -
        +

        The type of webhook.

        -
        url: string
        +
        url: string

        The url that the webhook sends its payload to.

        -
        +

        The webhook version. All newly created webhooks default to V2.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/Nft.html b/docs/interfaces/Nft.html index 8eb63f46..652a956d 100644 --- a/docs/interfaces/Nft.html +++ b/docs/interfaces/Nft.html @@ -3,31 +3,31 @@

        The BaseNft object does not hold any metadata information and only contains the NFT contract and token ID. The Nft object additionally contains the NFT metadata, token URI information, and media.

        -

        Hierarchy

        Index

        Properties

        acquiredAt?: AcquiredAt
        +

        Hierarchy

        Index

        Properties

        acquiredAt?: AcquiredAt

        Time at which the NFT was most recently acquired by the user. Only available when specifying orderBy: NftOrdering.TRANSFERTIME in the request.

        -
        contract: NftContract
        +
        contract: NftContract

        The NFT's underlying contract and relevant contract metadata.

        -
        description: string
        +
        description: string

        The NFT description.

        -
        media: Media[]
        +
        media: Media[]

        URIs for accessing the NFT's media assets.

        -
        metadataError: undefined | string
        +
        metadataError: undefined | string

        Holds an error message if there was an issue fetching metadata.

        -
        rawMetadata: undefined | NftMetadata
        +
        rawMetadata: undefined | NftMetadata

        The raw metadata fetched from the metadata URL specified by the NFT. The field is undefined if Alchemy was unable to fetch metadata.

        -
        spamInfo?: SpamInfo
        +
        spamInfo?: SpamInfo

        Detailed information on why an NFT was classified as spam.

        -
        timeLastUpdated: string
        +
        timeLastUpdated: string

        When the NFT was last updated in the blockchain. Represented in ISO-8601 format.

        -
        title: string
        +
        title: string

        The NFT title.

        -
        tokenId: string
        +
        tokenId: string

        The NFT token ID as an integer string.

        -
        tokenType: NftTokenType
        +
        tokenType: NftTokenType

        The type of ERC token, if known.

        -
        tokenUri: undefined | TokenUri
        +
        tokenUri: undefined | TokenUri

        URIs for accessing the NFT's metadata blob.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftActivityWebhook.html b/docs/interfaces/NftActivityWebhook.html index e7682d3c..27da1300 100644 --- a/docs/interfaces/NftActivityWebhook.html +++ b/docs/interfaces/NftActivityWebhook.html @@ -2,23 +2,23 @@

        The NFT Activity Webhook tracks all ERC721 and ERC1155 activity. This can be used to notify your app with real time state changes when an NFT is transferred between addresses.

        -

        Hierarchy

        Index

        Properties

        appId?: string
        +

        Hierarchy

        Index

        Properties

        appId?: string

        The app id of the app used for the webhook. This field is only present on MinedTransactionWebhook and DroppedTransactionWebhook

        -
        id: string
        +
        id: string

        The webhook's unique id.

        -
        isActive: boolean
        +
        isActive: boolean

        Whether the webhook is currently active

        -
        network: Network
        +
        network: Network

        The network the webhook is on.

        -
        signingKey: string
        +
        signingKey: string

        The signing key used to verify payloads for the webhook.

        -
        timeCreated: string
        +
        timeCreated: string

        The creation time of the webhook as an ISO string.

        -
        +

        The type of webhook.

        -
        url: string
        +
        url: string

        The url that the webhook sends its payload to.

        -
        +

        The webhook version. All newly created webhooks default to V2.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftAttributeRarity.html b/docs/interfaces/NftAttributeRarity.html index 24b476d3..70a95bbc 100644 --- a/docs/interfaces/NftAttributeRarity.html +++ b/docs/interfaces/NftAttributeRarity.html @@ -1,10 +1,10 @@ NftAttributeRarity | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftAttributeRarity

        Information about the rarity of an NFT's attribute in the specified collection.

        -

        Hierarchy

        • NftAttributeRarity

        Index

        Properties

        prevalence: number
        +

        Hierarchy

        • NftAttributeRarity

        Index

        Properties

        prevalence: number

        A number from 0 to 1 representing the prevalence of this value for this trait type in the current collection.

        -
        traitType: string
        +
        traitType: string

        The type of NFT attribute.

        -
        value: string
        +
        value: string

        Name of the NFT's attribute.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftAttributesResponse.html b/docs/interfaces/NftAttributesResponse.html index 98d25af1..b4ad1e0d 100644 --- a/docs/interfaces/NftAttributesResponse.html +++ b/docs/interfaces/NftAttributesResponse.html @@ -1,10 +1,10 @@ NftAttributesResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftAttributesResponse

        Summary of the attribute prevalence for the specified NFT contract.

        -

        Hierarchy

        • NftAttributesResponse

        Index

        Properties

        contractAddress: string
        +

        Hierarchy

        • NftAttributesResponse

        Index

        Properties

        contractAddress: string

        The specified NFT contract's address.

        -
        summary: Record<string, Record<string, number>>
        +
        summary: Record<string, Record<string, number>>

        The attribute prevalence of each trait grouped by the trait type for the provided NFT.

        -
        totalSupply: number
        +
        totalSupply: number

        The specified NFT contract's total supply.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftContract.html b/docs/interfaces/NftContract.html index 208e7730..cad3561a 100644 --- a/docs/interfaces/NftContract.html +++ b/docs/interfaces/NftContract.html @@ -3,21 +3,21 @@

        The BaseNftContract does not hold any metadata information and only contains the address. The NftContract additionally contains the tokenType, name, symbol, and more.

        -

        Hierarchy

        Index

        Properties

        address: string
        +

        Hierarchy

        Index

        Properties

        address: string

        The address of the contract.

        -
        contractDeployer?: string
        +
        contractDeployer?: string

        The address that deployed the NFT contract.

        -
        deployedBlockNumber?: number
        +
        deployedBlockNumber?: number

        The block number the NFT contract deployed in.

        -
        name?: string
        +
        name?: string

        The name of the contract.

        -
        +

        OpenSea's metadata for the contract.

        -
        symbol?: string
        +
        symbol?: string

        The symbol of the contract.

        -
        tokenType: NftTokenType
        +
        tokenType: NftTokenType

        The type of the token in the contract.

        -
        totalSupply?: string
        +
        totalSupply?: string

        The number of NFTs in the contract as an integer string. This field is only available on ERC-721 contracts.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftContractBaseNftsResponse.html b/docs/interfaces/NftContractBaseNftsResponse.html index f48cab9d..3c95b1e8 100644 --- a/docs/interfaces/NftContractBaseNftsResponse.html +++ b/docs/interfaces/NftContractBaseNftsResponse.html @@ -1,9 +1,9 @@ NftContractBaseNftsResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftContractBaseNftsResponse

        The response object for the getNftsForContract function. The object contains the NFTs without metadata inside the NFT contract.

        -

        Hierarchy

        • NftContractBaseNftsResponse

        Index

        Properties

        Properties

        nfts: BaseNft[]
        +

        Hierarchy

        • NftContractBaseNftsResponse

        Index

        Properties

        Properties

        nfts: BaseNft[]

        An array of NFTs without metadata.

        -
        pageKey?: string
        +
        pageKey?: string

        Pagination token that can be passed into another request to fetch the next NFTs. If there is no page key, then there are no more NFTs to fetch.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftContractNftsResponse.html b/docs/interfaces/NftContractNftsResponse.html index 6efc52df..a320c68a 100644 --- a/docs/interfaces/NftContractNftsResponse.html +++ b/docs/interfaces/NftContractNftsResponse.html @@ -1,9 +1,9 @@ NftContractNftsResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftContractNftsResponse

        The response object for the getNftsForContract function. The object contains the NFTs with metadata inside the NFT contract.

        -

        Hierarchy

        • NftContractNftsResponse

        Index

        Properties

        Properties

        nfts: Nft[]
        +

        Hierarchy

        • NftContractNftsResponse

        Index

        Properties

        Properties

        nfts: Nft[]

        An array of NFTs with metadata.

        -
        pageKey?: string
        +
        pageKey?: string

        Pagination token that can be passed into another request to fetch the next NFTs. If there is no page key, then there are no more NFTs to fetch.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftContractOwner.html b/docs/interfaces/NftContractOwner.html index 0e3a6559..840edb04 100644 --- a/docs/interfaces/NftContractOwner.html +++ b/docs/interfaces/NftContractOwner.html @@ -1,8 +1,8 @@ NftContractOwner | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftContractOwner

        An object representing the owner of an NFT and its corresponding token balances in a GetOwnersForContractWithTokenBalancesResponse object.

        -

        Hierarchy

        • NftContractOwner

        Index

        Properties

        ownerAddress: string
        +

        Hierarchy

        • NftContractOwner

        Index

        Properties

        ownerAddress: string

        The NFT's owner address.

        -
        tokenBalances: NftContractTokenBalance[]
        +
        tokenBalances: NftContractTokenBalance[]

        A list of objects containing token balances for the provided NFT contract.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftContractTokenBalance.html b/docs/interfaces/NftContractTokenBalance.html index ba52c79a..1d554fd1 100644 --- a/docs/interfaces/NftContractTokenBalance.html +++ b/docs/interfaces/NftContractTokenBalance.html @@ -1,8 +1,8 @@ NftContractTokenBalance | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftContractTokenBalance

        An object representing the owned token and balance values in a GetOwnersForContractWithTokenBalancesResponse object.

        -

        Hierarchy

        • NftContractTokenBalance

        Index

        Properties

        Properties

        balance: number
        +

        Hierarchy

        • NftContractTokenBalance

        Index

        Properties

        Properties

        balance: number

        The token Id balance for the provided owner.

        -
        tokenId: string
        +
        tokenId: string

        The token id owned in the NFT contract.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftFilter.html b/docs/interfaces/NftFilter.html index b3083ba9..bb5c6990 100644 --- a/docs/interfaces/NftFilter.html +++ b/docs/interfaces/NftFilter.html @@ -1,8 +1,8 @@ NftFilter | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftFilter

        Hierarchy

        • NftFilter

        Index

        Properties

        contractAddress: string
        +

        Hierarchy

        • NftFilter

        Index

        Properties

        contractAddress: string

        The contract address of the NFT.

        -
        tokenId?: BigNumberish
        +
        tokenId?: BigNumberish

        The token id of the NFT to track. If this field is omitted, defaults to tracking all NFTs for the provided contract address.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftFiltersResponse.html b/docs/interfaces/NftFiltersResponse.html index 5db6b463..b3add210 100644 --- a/docs/interfaces/NftFiltersResponse.html +++ b/docs/interfaces/NftFiltersResponse.html @@ -1,9 +1,9 @@ NftFiltersResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftFiltersResponse

        Response object for the NotifyNamespace.getNftFilters method.

        -

        Hierarchy

        • NftFiltersResponse

        Index

        Properties

        filters: NftFilter[]
        +

        Hierarchy

        • NftFiltersResponse

        Index

        Properties

        filters: NftFilter[]

        The NFT filters on the provided webhook.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key used to fetch the remaining filters.

        -
        totalCount: number
        +
        totalCount: number

        The total number of NFT filters on the webhook.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftMetadata.html b/docs/interfaces/NftMetadata.html index f1a74866..0a7109c8 100644 --- a/docs/interfaces/NftMetadata.html +++ b/docs/interfaces/NftMetadata.html @@ -1,17 +1,17 @@ NftMetadata | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftMetadata

        Represents NFT metadata that holds fields. Note that since there is no standard metadata format, the fields are not guaranteed to be present.

        -

        Hierarchy

        • Record<string, any>
          • NftMetadata

        Index

        Properties

        attributes?: Record<string, any>[]
        +

        Hierarchy

        • Record<string, any>
          • NftMetadata

        Index

        Properties

        attributes?: Record<string, any>[]

        The traits, attributes, and characteristics for the NFT asset.

        -
        background_color?: string
        +
        background_color?: string

        Background color of the NFT item. Usually defined as a 6 character hex string.

        -
        description?: string
        +
        description?: string

        A human-readable description of the NFT asset.

        -
        external_url?: string
        +
        external_url?: string

        The image URL that appears along the top of the NFT asset page. This tends to be the highest resolution image.

        -
        image?: string
        +
        image?: string

        URL to the NFT asset image.

        -
        name?: string
        +
        name?: string

        Name of the NFT asset.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftMetadataBatchOptions.html b/docs/interfaces/NftMetadataBatchOptions.html index a1269dd5..b3e0d797 100644 --- a/docs/interfaces/NftMetadataBatchOptions.html +++ b/docs/interfaces/NftMetadataBatchOptions.html @@ -1,9 +1,9 @@ NftMetadataBatchOptions | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftMetadataBatchOptions

        Additional options for the NftNamespace.getNftMetadataBatch method.

        -

        Hierarchy

        • NftMetadataBatchOptions

        Index

        Properties

        refreshCache?: boolean
        +

        Hierarchy

        • NftMetadataBatchOptions

        Index

        Properties

        refreshCache?: boolean

        Whether to refresh the metadata for the given NFT token before returning the response. Defaults to false for faster response times.

        -
        tokenUriTimeoutInMs?: number
        +
        tokenUriTimeoutInMs?: number

        No set timeout by default - When metadata is requested, this parameter is the timeout (in milliseconds) for the website hosting the metadata to respond. If you want to only access the cache and not live fetch any diff --git a/docs/interfaces/NftMetadataBatchToken.html b/docs/interfaces/NftMetadataBatchToken.html index ae67bb9f..cf1ecc4e 100644 --- a/docs/interfaces/NftMetadataBatchToken.html +++ b/docs/interfaces/NftMetadataBatchToken.html @@ -1,10 +1,10 @@ NftMetadataBatchToken | alchemy-sdk

        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftMetadataBatchToken

        Represents an NFT token to fetch metadata for in a NftNamespace.getNftMetadataBatch method.

        -

        Hierarchy

        • NftMetadataBatchToken

        Index

        Properties

        contractAddress: string
        +

        Hierarchy

        • NftMetadataBatchToken

        Index

        Properties

        contractAddress: string

        The NFT contract address. Limited to ERC721 and ERC1155 tokens.

        -
        tokenId: BigNumberish
        +
        tokenId: BigNumberish

        The id of the NFT.

        -
        tokenType?: ERC721 | ERC1155
        +
        tokenType?: ERC721 | ERC1155

        Optional field to specify the type of token to speed up the query.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftMetadataUpdateWebhook.html b/docs/interfaces/NftMetadataUpdateWebhook.html index 4c2ea092..fb143842 100644 --- a/docs/interfaces/NftMetadataUpdateWebhook.html +++ b/docs/interfaces/NftMetadataUpdateWebhook.html @@ -2,23 +2,23 @@

        The NFT Metadata Update Webhook tracks all ERC721 and ERC1155 metadata updates. This can be used to notify your app with real time state changes when an NFT's metadata changes.

        -

        Hierarchy

        Index

        Properties

        appId?: string
        +

        Hierarchy

        Index

        Properties

        appId?: string

        The app id of the app used for the webhook. This field is only present on MinedTransactionWebhook and DroppedTransactionWebhook

        -
        id: string
        +
        id: string

        The webhook's unique id.

        -
        isActive: boolean
        +
        isActive: boolean

        Whether the webhook is currently active

        -
        network: Network
        +
        network: Network

        The network the webhook is on.

        -
        signingKey: string
        +
        signingKey: string

        The signing key used to verify payloads for the webhook.

        -
        timeCreated: string
        +
        timeCreated: string

        The creation time of the webhook as an ISO string.

        -
        +

        The type of webhook.

        -
        url: string
        +
        url: string

        The url that the webhook sends its payload to.

        -
        +

        The webhook version. All newly created webhooks default to V2.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftSale.html b/docs/interfaces/NftSale.html index 1eb63446..7851fe0d 100644 --- a/docs/interfaces/NftSale.html +++ b/docs/interfaces/NftSale.html @@ -1,34 +1,34 @@ NftSale | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftSale

        Represents a single NFT sale data in the GetNftSalesResponse.

        -

        Hierarchy

        • NftSale

        Index

        Properties

        blockNumber: number
        +

        Hierarchy

        • NftSale

        Index

        Properties

        blockNumber: number

        The block number the NFT sale took place in.

        -
        bundleIndex: number
        +
        bundleIndex: number

        The index of the token within the bundle of NFTs sold in the sale.

        -
        buyerAddress: string
        +
        buyerAddress: string

        The address of the buyer in the NFT sale.

        -
        contractAddress: string
        +
        contractAddress: string

        The NFT contract address.

        -
        logIndex: number
        +
        logIndex: number

        The log number of the sale event emitted within the block.

        -
        marketplace: NftSaleMarketplace
        +
        marketplace: NftSaleMarketplace

        The marketplace the sale took place on.

        -
        marketplaceFee?: NftSaleFeeData
        +
        marketplaceFee?: NftSaleFeeData

        The payment from buyer to the marketplace.

        deprecated

        Please use protocolFee instead.

        -
        protocolFee?: NftSaleFeeData
        +
        protocolFee?: NftSaleFeeData

        The payment from buyer to the marketplace.

        -
        quantity: string
        +
        quantity: string

        The number of tokens sold in the sale as a decimal integer string.

        -
        royaltyFee?: NftSaleFeeData
        +
        royaltyFee?: NftSaleFeeData

        The payment from buyer to the royalty address of the NFT collection.

        -
        sellerAddress: string
        +
        sellerAddress: string

        The address of the seller in the NFT sale.

        -
        sellerFee: NftSaleFeeData
        +
        sellerFee: NftSaleFeeData

        The payment from buyer to the seller.

        -
        +

        Whether the price taker in the trade was the buyer or the seller.

        -
        tokenId: string
        +
        tokenId: string

        The decimal token ID of the NFT being sold.

        -
        transactionHash: string
        +
        transactionHash: string

        The transactionHash of the NFT sale.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftSaleFeeData.html b/docs/interfaces/NftSaleFeeData.html index df09acdf..1c70a05f 100644 --- a/docs/interfaces/NftSaleFeeData.html +++ b/docs/interfaces/NftSaleFeeData.html @@ -1,14 +1,14 @@ NftSaleFeeData | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftSaleFeeData

        Fee detail for an NFT sale.

        -

        Hierarchy

        • NftSaleFeeData

        Index

        Properties

        amount: string
        +

        Hierarchy

        • NftSaleFeeData

        Index

        Properties

        amount: string

        The fee payment amount as a decimal integer string.

        -
        decimal: number
        +
        decimal: number

        The number of decimals of the token used for the payment.

        deprecated

        Please use decimals instead. This field contains a typo and will always be undefined. It's been marked as deprecated to avoid breaking changes.

        -
        decimals: number
        +
        decimals: number

        The number of decimals of the token used for the payment.

        -
        symbol: string
        +
        symbol: string

        The symbol of the token used for the payment.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftSaleValidAt.html b/docs/interfaces/NftSaleValidAt.html index 7172cb61..5793354a 100644 --- a/docs/interfaces/NftSaleValidAt.html +++ b/docs/interfaces/NftSaleValidAt.html @@ -1,9 +1,9 @@ NftSaleValidAt | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftSaleValidAt

        The block information at which the NFT sale information is valid at.

        -

        Hierarchy

        • NftSaleValidAt

        Index

        Properties

        blockHash?: string
        +

        Hierarchy

        • NftSaleValidAt

        Index

        Properties

        blockHash?: string

        The block hash. Used to detect reorgs.

        -
        blockNumber: number
        +
        blockNumber: number

        The block number the sale information is valid at.

        -
        blockTimestamp?: string
        +
        blockTimestamp?: string

        The timestamp for the block.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/NftWebhookParams.html b/docs/interfaces/NftWebhookParams.html index 70d6df62..e960684e 100644 --- a/docs/interfaces/NftWebhookParams.html +++ b/docs/interfaces/NftWebhookParams.html @@ -1,9 +1,9 @@ NftWebhookParams | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface NftWebhookParams

        Params to pass in when calling NotifyNamespace.createWebhook in order to create a NftActivityWebhook or NftMetadataUpdateWebhook.

        -

        Hierarchy

        • NftWebhookParams

        Index

        Properties

        Properties

        filters: NftFilter[]
        +

        Hierarchy

        • NftWebhookParams

        Index

        Properties

        Properties

        filters: NftFilter[]

        Array of NFT filters the webhook should track.

        -
        network?: Network
        +
        network?: Network

        Optional network to create the webhook on. If omitted, the webhook will be created on network of the app provided in the api key config.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/OpenSeaCollectionMetadata.html b/docs/interfaces/OpenSeaCollectionMetadata.html index d47b4719..ddb2e8a4 100644 --- a/docs/interfaces/OpenSeaCollectionMetadata.html +++ b/docs/interfaces/OpenSeaCollectionMetadata.html @@ -1,21 +1,21 @@ OpenSeaCollectionMetadata | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface OpenSeaCollectionMetadata

        OpenSea's metadata for an NFT collection.

        -

        Hierarchy

        • OpenSeaCollectionMetadata

        Index

        Properties

        collectionName?: string
        +

        Hierarchy

        • OpenSeaCollectionMetadata

        Index

        Properties

        collectionName?: string

        The name of the collection on OpenSea.

        -
        description?: string
        +
        description?: string

        The description of the collection on OpenSea.

        -
        discordUrl?: string
        +
        discordUrl?: string

        The Discord URL of the collection.

        -
        externalUrl?: string
        +
        externalUrl?: string

        The homepage of the collection as determined by OpenSea.

        -
        floorPrice?: number
        +
        floorPrice?: number

        The floor price of the NFT.

        -
        imageUrl?: string
        +
        imageUrl?: string

        The image URL determined by OpenSea.

        -
        lastIngestedAt?: string
        +
        lastIngestedAt?: string

        Timestamp of when the OpenSea metadata was last ingested by Alchemy.

        -
        safelistRequestStatus?: OpenSeaSafelistRequestStatus
        +
        safelistRequestStatus?: OpenSeaSafelistRequestStatus

        The approval status of the collection on OpenSea.

        -
        twitterUsername?: string
        +
        twitterUsername?: string

        The Twitter handle of the collection.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/OwnedBaseNft.html b/docs/interfaces/OwnedBaseNft.html index 94f516b1..332dd3d2 100644 --- a/docs/interfaces/OwnedBaseNft.html +++ b/docs/interfaces/OwnedBaseNft.html @@ -1,9 +1,9 @@ OwnedBaseNft | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface OwnedBaseNft

        Represents an NFT without metadata owned by an address.

        -

        Hierarchy

        Index

        Properties

        balance: number
        +

        Hierarchy

        Index

        Properties

        balance: number

        The token balance of the NFT.

        -
        contract: BaseNftContract
        tokenId: string
        +
        contract: BaseNftContract
        tokenId: string

        The NFT token ID as an integer string.

        -
        tokenType: NftTokenType
        +
        tokenType: NftTokenType

        The type of ERC token, if known.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/OwnedBaseNftsResponse.html b/docs/interfaces/OwnedBaseNftsResponse.html index cd47db8f..0ac12b03 100644 --- a/docs/interfaces/OwnedBaseNftsResponse.html +++ b/docs/interfaces/OwnedBaseNftsResponse.html @@ -3,13 +3,13 @@ getNftsForOwnerIterator functions. The object contains the NFTs without metadata owned by the provided address, along with pagination information and the total count.

        -

        Hierarchy

        • OwnedBaseNftsResponse

        Index

        Properties

        blockHash: string
        +

        Hierarchy

        • OwnedBaseNftsResponse

        Index

        Properties

        blockHash: string

        The canonical head block hash of when your request was received.

        -
        ownedNfts: OwnedBaseNft[]
        +
        ownedNfts: OwnedBaseNft[]

        The NFTs owned by the provided address.

        -
        pageKey?: string
        +
        pageKey?: string

        Pagination token that can be passed into another request to fetch the next NFTs. If there is no page key, then there are no more NFTs to fetch.

        -
        totalCount: number
        +
        totalCount: number

        The total count of NFTs owned by the provided address.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/OwnedNft.html b/docs/interfaces/OwnedNft.html index 118c43e2..d267fbc8 100644 --- a/docs/interfaces/OwnedNft.html +++ b/docs/interfaces/OwnedNft.html @@ -1,32 +1,32 @@ OwnedNft | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface OwnedNft

        Represents an NFT with metadata owned by an address.

        -

        Hierarchy

        Index

        Properties

        acquiredAt?: AcquiredAt
        +

        Hierarchy

        Index

        Properties

        acquiredAt?: AcquiredAt

        Time at which the NFT was most recently acquired by the user. Only available when specifying orderBy: NftOrdering.TRANSFERTIME in the request.

        -
        balance: number
        +
        balance: number

        The token balance of the NFT.

        -
        contract: NftContract
        +
        contract: NftContract

        The NFT's underlying contract and relevant contract metadata.

        -
        description: string
        +
        description: string

        The NFT description.

        -
        media: Media[]
        +
        media: Media[]

        URIs for accessing the NFT's media assets.

        -
        metadataError: undefined | string
        +
        metadataError: undefined | string

        Holds an error message if there was an issue fetching metadata.

        -
        rawMetadata: undefined | NftMetadata
        +
        rawMetadata: undefined | NftMetadata

        The raw metadata fetched from the metadata URL specified by the NFT. The field is undefined if Alchemy was unable to fetch metadata.

        -
        spamInfo?: SpamInfo
        +
        spamInfo?: SpamInfo

        Detailed information on why an NFT was classified as spam.

        -
        timeLastUpdated: string
        +
        timeLastUpdated: string

        When the NFT was last updated in the blockchain. Represented in ISO-8601 format.

        -
        title: string
        +
        title: string

        The NFT title.

        -
        tokenId: string
        +
        tokenId: string

        The NFT token ID as an integer string.

        -
        tokenType: NftTokenType
        +
        tokenType: NftTokenType

        The type of ERC token, if known.

        -
        tokenUri: undefined | TokenUri
        +
        tokenUri: undefined | TokenUri

        URIs for accessing the NFT's metadata blob.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/OwnedNftsResponse.html b/docs/interfaces/OwnedNftsResponse.html index d04afa3b..557a575a 100644 --- a/docs/interfaces/OwnedNftsResponse.html +++ b/docs/interfaces/OwnedNftsResponse.html @@ -3,13 +3,13 @@ getNftsForOwnerIterator functions. The object contains the NFTs with metadata owned by the provided address, along with pagination information and the total count.

        -

        Hierarchy

        • OwnedNftsResponse

        Index

        Properties

        blockHash: string
        +

        Hierarchy

        • OwnedNftsResponse

        Index

        Properties

        blockHash: string

        The canonical head block hash of when your request was received.

        -
        ownedNfts: OwnedNft[]
        +
        ownedNfts: OwnedNft[]

        The NFTs owned by the provided address.

        -
        pageKey?: string
        +
        pageKey?: string

        Pagination token that can be passed into another request to fetch the next NFTs. If there is no page key, then there are no more NFTs to fetch.

        -
        totalCount: number
        +
        totalCount: number

        The total count of NFTs owned by the provided address.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/OwnedToken.html b/docs/interfaces/OwnedToken.html index d36157d6..ae140782 100644 --- a/docs/interfaces/OwnedToken.html +++ b/docs/interfaces/OwnedToken.html @@ -1,26 +1,26 @@ OwnedToken | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface OwnedToken

        Represents an owned token on a GetTokensForOwnerResponse.

        -

        Hierarchy

        • OwnedToken

        Index

        Properties

        balance?: string
        +

        Hierarchy

        • OwnedToken

        Index

        Properties

        balance?: string

        The formatted value of the balance field as a hex string. This value is undefined if the error field is present, or if the decimals field= is undefined.

        -
        contractAddress: string
        +
        contractAddress: string

        The contract address of the token.

        -
        decimals?: number
        +
        decimals?: number

        The number of decimals of the token. Is undefined if not defined in the contract and not available from other sources.

        -
        error?: string
        +
        error?: string

        Error from fetching the token balances. If this field is defined, none of the other fields will be defined.

        -
        logo?: string
        +
        logo?: string

        URL link to the token's logo. Is undefined if the logo is not available.

        -
        name?: string
        +
        name?: string

        The token's name. Is undefined if the name is not defined in the contract and not available from other sources.

        -
        rawBalance?: string
        +
        rawBalance?: string

        The raw value of the balance field as a hex string. This value is undefined if the error field is present.

        -
        symbol?: string
        +
        symbol?: string

        The token's symbol. Is undefined if the symbol is not defined in the contract and not available from other sources.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/RawContract.html b/docs/interfaces/RawContract.html index 5a605892..5d6374f8 100644 --- a/docs/interfaces/RawContract.html +++ b/docs/interfaces/RawContract.html @@ -1,12 +1,12 @@ RawContract | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface RawContract

        Information about the underlying contract for the asset that was transferred in a AssetTransfersResult object.

        -

        Hierarchy

        • RawContract

        Index

        Properties

        address: null | string
        +

        Hierarchy

        • RawContract

        Index

        Properties

        address: null | string

        The contract address. null if it was an internal or external transfer.

        -
        decimal: null | string
        +
        decimal: null | string

        The number of decimals in the contract as a hex string. null if the value is not in the contract and not available from other sources.

        -
        value: null | string
        +
        value: null | string

        The raw transfer value as a hex string. null if the transfer was for an ERC721 or ERC1155 token.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/RefreshContractResult.html b/docs/interfaces/RefreshContractResult.html index 1f372ad2..9dd62567 100644 --- a/docs/interfaces/RefreshContractResult.html +++ b/docs/interfaces/RefreshContractResult.html @@ -1,10 +1,10 @@ RefreshContractResult | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface RefreshContractResult

        The refresh result response object returned by refreshContract.

        -

        Hierarchy

        • RefreshContractResult

        Index

        Properties

        contractAddress: string
        +

        Hierarchy

        • RefreshContractResult

        Index

        Properties

        contractAddress: string

        The NFT contract address that was passed in to be refreshed.

        -
        progress: null | string
        +
        progress: null | string

        Percentage of tokens currently refreshed, represented as an integer string. Field can be null if the refresh has not occurred.

        -
        refreshState: RefreshState
        +
        refreshState: RefreshState

        The current state of the refresh request.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/SendPrivateTransactionOptions.html b/docs/interfaces/SendPrivateTransactionOptions.html index 2d3b42d3..669053d7 100644 --- a/docs/interfaces/SendPrivateTransactionOptions.html +++ b/docs/interfaces/SendPrivateTransactionOptions.html @@ -1,6 +1,6 @@ SendPrivateTransactionOptions | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface SendPrivateTransactionOptions

        Options for the TransactNamespace.sendPrivateTransaction method.

        -

        Hierarchy

        • SendPrivateTransactionOptions

        Index

        Properties

        Properties

        fast: boolean
        +

        Hierarchy

        • SendPrivateTransactionOptions

        Index

        Properties

        Properties

        fast: boolean

        Whether to use fast-mode. Defaults to false. Please note that fast mode transactions cannot be cancelled using TransactNamespace.cancelPrivateTransaction. method.

        diff --git a/docs/interfaces/SimulateAssetChangesChange.html b/docs/interfaces/SimulateAssetChangesChange.html index 44b683df..1d604e1c 100644 --- a/docs/interfaces/SimulateAssetChangesChange.html +++ b/docs/interfaces/SimulateAssetChangesChange.html @@ -1,37 +1,37 @@ SimulateAssetChangesChange | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface SimulateAssetChangesChange

        Represents an asset change from a call to TransactNamespace.simulateAssetChanges.

        -

        Hierarchy

        • SimulateAssetChangesChange

        Index

        Properties

        amount?: string
        +

        Hierarchy

        • SimulateAssetChangesChange

        Index

        Properties

        amount?: string

        The amount as an integer string. This value is calculated by applying the decimals field to the rawAmount field. Only available on TRANSFER changes for NATIVE and ERC20 assets, or ERC721/ERC1155 disapprove changes (field set to '0').

        -
        +

        The type of asset from the transaction.

        -
        changeType: SimulateChangeType
        +
        changeType: SimulateChangeType

        The type of change from the transaction.

        -
        contractAddress?: string
        +
        contractAddress?: string

        The contract address of the asset. Only applicable to ERC20, ERC721, ERC1155, NFT and SPECIAL_NFT transactions.

        -
        decimals?: number
        +
        decimals?: number

        The number of decimals used by the ERC20 token. Set to 0 for APPROVE changes. Field is undefined if it's not defined in the contract and not available from other sources.

        -
        from: string
        +
        from: string

        The from address.

        -
        logo?: string
        +
        logo?: string

        URL for the logo of the asset, if available. Only applicable to ERC20 transactions.

        -
        name?: string
        +
        name?: string

        The name of the asset transferred, if available.

        -
        rawAmount?: string
        +
        rawAmount?: string

        The raw amount as an integer string. Only available on TRANSFER changes for NATIVE and ERC20 assets, or ERC721/ERC1155 disapprove changes (field set to '0').

        -
        symbol?: string
        +
        symbol?: string

        The symbol of the asset transferred if available.

        -
        to: string
        +
        to: string

        The to address.

        -
        tokenId?: string
        +
        tokenId?: string

        The token id of the asset transferred. Only applicable to ERC721, ERC1155 and SPECIAL_NFT NFTs.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/SimulateAssetChangesError.html b/docs/interfaces/SimulateAssetChangesError.html index 56326f4a..093716b9 100644 --- a/docs/interfaces/SimulateAssetChangesError.html +++ b/docs/interfaces/SimulateAssetChangesError.html @@ -1,6 +1,6 @@ SimulateAssetChangesError | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface SimulateAssetChangesError

        The error field returned in a SimulateAssetChangesResponse if the simulation failed.

        -

        Hierarchy

        • Record<string, any>
          • SimulateAssetChangesError

        Index

        Properties

        Properties

        message: string
        +

        Hierarchy

        • Record<string, any>
          • SimulateAssetChangesError

        Index

        Properties

        Properties

        message: string

        The error message.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/SimulateAssetChangesResponse.html b/docs/interfaces/SimulateAssetChangesResponse.html index 317e2bcd..79b4e670 100644 --- a/docs/interfaces/SimulateAssetChangesResponse.html +++ b/docs/interfaces/SimulateAssetChangesResponse.html @@ -1,10 +1,10 @@ SimulateAssetChangesResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface SimulateAssetChangesResponse

        Response object for the TransactNamespace.simulateAssetChanges method.

        -

        Hierarchy

        • SimulateAssetChangesResponse

        Index

        Properties

        +

        Hierarchy

        • SimulateAssetChangesResponse

        Index

        Properties

        An array of asset changes that resulted from the transaction.

        -
        +

        Optional error field that is present if an error occurred.

        -
        gasUsed?: string
        +
        gasUsed?: string

        The amount of gas used by the transaction represented as a hex string. The field is undefined if an error occurred.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/SimulateExecutionResponse.html b/docs/interfaces/SimulateExecutionResponse.html index c9c9865e..4fc4c2a6 100644 --- a/docs/interfaces/SimulateExecutionResponse.html +++ b/docs/interfaces/SimulateExecutionResponse.html @@ -1,9 +1,9 @@ SimulateExecutionResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface SimulateExecutionResponse

        Response object for the TransactNamespace.simulateExecution method.

        -

        Hierarchy

        • SimulateExecutionResponse

        Index

        Properties

        Properties

        +

        Hierarchy

        • SimulateExecutionResponse

        Index

        Properties

        Properties

        An array of traces generated during simulation that represent the execution of the transaction along with the decoded calls if available.

        -
        +

        An array of logs emitted during simulation along with the decoded logs if available.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/SimulationCallTrace.html b/docs/interfaces/SimulationCallTrace.html index d55e0a09..497483b5 100644 --- a/docs/interfaces/SimulationCallTrace.html +++ b/docs/interfaces/SimulationCallTrace.html @@ -1,23 +1,23 @@ SimulationCallTrace | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface SimulationCallTrace

        Debug call trace in a SimulateExecutionResponse.

        -

        Hierarchy

        Index

        Properties

        +

        Hierarchy

        Index

        Properties

        A decoded version of the call. Provided on a best-effort basis.

        -
        error?: string
        +
        error?: string

        Optional error field.

        -
        from: string
        +
        from: string

        From address of the transaction.

        -
        gas: string
        +
        gas: string

        Gas provided for call as a hex string.

        -
        gasUsed: string
        +
        gasUsed: string

        Gas used during the call as a hex string.

        -
        input: string
        +
        input: string

        Call data.

        -
        output: string
        +
        output: string

        Return data.

        -
        to: string
        +
        to: string

        To address of the transaction.

        -
        +

        The type of call.

        -
        value: string
        +
        value: string

        Amount of value transfer as a hex string.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/SimulationDebugLog.html b/docs/interfaces/SimulationDebugLog.html index e6f0624a..a1f2bf4d 100644 --- a/docs/interfaces/SimulationDebugLog.html +++ b/docs/interfaces/SimulationDebugLog.html @@ -1,11 +1,11 @@ SimulationDebugLog | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface SimulationDebugLog

        Debug log in a SimulateExecutionResponse.

        -

        Hierarchy

        • SimulationDebugLog

        Index

        Properties

        address: string
        +

        Hierarchy

        • SimulationDebugLog

        Index

        Properties

        address: string

        The address of the contract that generated the log.

        -
        data: string
        +
        data: string

        The data included the log.

        -
        decoded?: DecodedLog
        +
        decoded?: DecodedLog

        A decoded version of the log. Provided on a best-effort basis.

        -
        topics: string[]
        +
        topics: string[]

        An array of topics in the log.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/SpamInfo.html b/docs/interfaces/SpamInfo.html index ae150335..60e73c00 100644 --- a/docs/interfaces/SpamInfo.html +++ b/docs/interfaces/SpamInfo.html @@ -1,5 +1,5 @@ SpamInfo | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface SpamInfo

        Detailed information on whether and why an NFT contract was classified as spam.

        -

        Hierarchy

        • SpamInfo

        Index

        Properties

        classifications: NftSpamClassification[]
        +

        Hierarchy

        • SpamInfo

        Index

        Properties

        classifications: NftSpamClassification[]

        A list of reasons why an NFT contract was marked as spam.

        -
        isSpam: boolean

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +
        isSpam: boolean

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/TokenBalanceFailure.html b/docs/interfaces/TokenBalanceFailure.html index 87fb5e71..93e8bc7c 100644 --- a/docs/interfaces/TokenBalanceFailure.html +++ b/docs/interfaces/TokenBalanceFailure.html @@ -1 +1 @@ -TokenBalanceFailure | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TokenBalanceFailure

        Hierarchy

        • TokenBalanceFailure

        Index

        Properties

        contractAddress: string
        error: string
        tokenBalance: null

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +TokenBalanceFailure | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TokenBalanceFailure

        Hierarchy

        • TokenBalanceFailure

        Index

        Properties

        contractAddress: string
        error: string
        tokenBalance: null

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/TokenBalanceSuccess.html b/docs/interfaces/TokenBalanceSuccess.html index e4c214b4..73a61c4e 100644 --- a/docs/interfaces/TokenBalanceSuccess.html +++ b/docs/interfaces/TokenBalanceSuccess.html @@ -1 +1 @@ -TokenBalanceSuccess | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TokenBalanceSuccess

        Hierarchy

        • TokenBalanceSuccess

        Index

        Properties

        contractAddress: string
        error: null
        tokenBalance: string

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +TokenBalanceSuccess | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TokenBalanceSuccess

        Hierarchy

        • TokenBalanceSuccess

        Index

        Properties

        contractAddress: string
        error: null
        tokenBalance: string

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/TokenBalancesOptionsDefaultTokens.html b/docs/interfaces/TokenBalancesOptionsDefaultTokens.html index eb4cf1ab..bb0634fb 100644 --- a/docs/interfaces/TokenBalancesOptionsDefaultTokens.html +++ b/docs/interfaces/TokenBalancesOptionsDefaultTokens.html @@ -1,6 +1,6 @@ TokenBalancesOptionsDefaultTokens | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TokenBalancesOptionsDefaultTokens

        Optional params to pass into getTokenBalances() to fetch the top 100 tokens instead of passing in an array of contract addresses to fetch balances for.

        -

        Hierarchy

        • TokenBalancesOptionsDefaultTokens

        Index

        Properties

        Properties

        +

        Hierarchy

        • TokenBalancesOptionsDefaultTokens

        Index

        Properties

        Properties

        The top 100 token type.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/TokenBalancesOptionsErc20.html b/docs/interfaces/TokenBalancesOptionsErc20.html index e1eba82c..99658781 100644 --- a/docs/interfaces/TokenBalancesOptionsErc20.html +++ b/docs/interfaces/TokenBalancesOptionsErc20.html @@ -1,8 +1,8 @@ TokenBalancesOptionsErc20 | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TokenBalancesOptionsErc20

        Optional params to pass into getTokenBalances() to fetch all ERC-20 tokens instead of passing in an array of contract addresses to fetch balances for.

        -

        Hierarchy

        • TokenBalancesOptionsErc20

        Index

        Properties

        Properties

        pageKey?: string
        +

        Hierarchy

        • TokenBalancesOptionsErc20

        Index

        Properties

        Properties

        pageKey?: string

        Optional page key for pagination (only applicable to TokenBalanceType.ERC20)

        -
        type: ERC20
        +
        type: ERC20

        The ERC-20 token type.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/TokenBalancesResponse.html b/docs/interfaces/TokenBalancesResponse.html index ebd56cd0..34dfb041 100644 --- a/docs/interfaces/TokenBalancesResponse.html +++ b/docs/interfaces/TokenBalancesResponse.html @@ -1 +1 @@ -TokenBalancesResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TokenBalancesResponse

        Hierarchy

        Index

        Properties

        address: string
        tokenBalances: TokenBalance[]

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +TokenBalancesResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TokenBalancesResponse

        Hierarchy

        Index

        Properties

        address: string
        tokenBalances: TokenBalance[]

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/TokenBalancesResponseErc20.html b/docs/interfaces/TokenBalancesResponseErc20.html index b2ca98d8..6bd784f0 100644 --- a/docs/interfaces/TokenBalancesResponseErc20.html +++ b/docs/interfaces/TokenBalancesResponseErc20.html @@ -1,7 +1,7 @@ TokenBalancesResponseErc20 | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TokenBalancesResponseErc20

        Response object for when the TokenBalancesOptionsErc20 options are used. A page key may be returned if the provided address has many transfers.

        -

        Hierarchy

        Index

        Properties

        address: string
        pageKey?: string
        +

        Hierarchy

        Index

        Properties

        address: string
        pageKey?: string

        An optional page key to passed into the next request to fetch the next page of token balances.

        -
        tokenBalances: TokenBalance[]

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +
        tokenBalances: TokenBalance[]

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/TokenMetadataResponse.html b/docs/interfaces/TokenMetadataResponse.html index 8aec7cf1..f5249773 100644 --- a/docs/interfaces/TokenMetadataResponse.html +++ b/docs/interfaces/TokenMetadataResponse.html @@ -1,14 +1,14 @@ TokenMetadataResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TokenMetadataResponse

        Response object for the CoreNamespace.getTokenMetadata method.

        -

        Hierarchy

        • TokenMetadataResponse

        Index

        Properties

        decimals: null | number
        +

        Hierarchy

        • TokenMetadataResponse

        Index

        Properties

        decimals: null | number

        The number of decimals of the token. Returns null if not defined in the contract and not available from other sources.

        -
        logo: null | string
        +
        logo: null | string

        URL link to the token's logo. Is null if the logo is not available.

        -
        name: null | string
        +
        name: null | string

        The token's name. Is null if the name is not defined in the contract and not available from other sources.

        -
        symbol: null | string
        +
        symbol: null | string

        The token's symbol. Is null if the symbol is not defined in the contract and not available from other sources.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/TokenUri.html b/docs/interfaces/TokenUri.html index b959c68f..d1a324d6 100644 --- a/docs/interfaces/TokenUri.html +++ b/docs/interfaces/TokenUri.html @@ -1,8 +1,8 @@ TokenUri | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TokenUri

        Represents the URI information the NFT's metadata.

        -

        Hierarchy

        • TokenUri

        Index

        Properties

        Properties

        gateway: string
        +

        Hierarchy

        • TokenUri

        Index

        Properties

        Properties

        gateway: string

        Public gateway URI for the raw URI. Generally offers better performance.

        -
        raw: string
        +
        raw: string

        URI for the location of the NFT's original metadata blob (ex: the original IPFS link).

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/TransactionReceiptsBlockHash.html b/docs/interfaces/TransactionReceiptsBlockHash.html index 7792ddb5..6f54df05 100644 --- a/docs/interfaces/TransactionReceiptsBlockHash.html +++ b/docs/interfaces/TransactionReceiptsBlockHash.html @@ -1,5 +1,5 @@ TransactionReceiptsBlockHash | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TransactionReceiptsBlockHash

        The parameter field of TransactionReceiptsParams.

        -

        Hierarchy

        • TransactionReceiptsBlockHash

        Index

        Properties

        Properties

        blockHash: string
        +

        Hierarchy

        • TransactionReceiptsBlockHash

        Index

        Properties

        Properties

        blockHash: string

        The block hash to get transaction receipts for.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/TransactionReceiptsBlockNumber.html b/docs/interfaces/TransactionReceiptsBlockNumber.html index 82dd626f..24fcaad6 100644 --- a/docs/interfaces/TransactionReceiptsBlockNumber.html +++ b/docs/interfaces/TransactionReceiptsBlockNumber.html @@ -1,5 +1,5 @@ TransactionReceiptsBlockNumber | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TransactionReceiptsBlockNumber

        The parameter field of TransactionReceiptsParams.

        -

        Hierarchy

        • TransactionReceiptsBlockNumber

        Index

        Properties

        Properties

        blockNumber: string
        +

        Hierarchy

        • TransactionReceiptsBlockNumber

        Index

        Properties

        Properties

        blockNumber: string

        The block number to get transaction receipts for.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/TransactionReceiptsResponse.html b/docs/interfaces/TransactionReceiptsResponse.html index 40f1c1dc..118f556b 100644 --- a/docs/interfaces/TransactionReceiptsResponse.html +++ b/docs/interfaces/TransactionReceiptsResponse.html @@ -1,5 +1,5 @@ TransactionReceiptsResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TransactionReceiptsResponse

        Response object for a CoreNamespace.getTransactionReceipts call.

        -

        Hierarchy

        • TransactionReceiptsResponse

        Index

        Properties

        Properties

        receipts: null | TransactionReceipt[]
        +

        Hierarchy

        • TransactionReceiptsResponse

        Index

        Properties

        Properties

        receipts: null | TransactionReceipt[]

        A list of transaction receipts for the queried block.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/TransactionWebhookParams.html b/docs/interfaces/TransactionWebhookParams.html index 220e5ffb..10e01587 100644 --- a/docs/interfaces/TransactionWebhookParams.html +++ b/docs/interfaces/TransactionWebhookParams.html @@ -6,6 +6,6 @@ After clicking on an app, the app id is the string in the URL following 'apps/'.

        This is a temporary workaround for now. We're planning on detecting the app id from the provided api key directly. Stay tuned!

        -

        Hierarchy

        • TransactionWebhookParams

        Index

        Properties

        Properties

        appId: string
        +

        Hierarchy

        • TransactionWebhookParams

        Index

        Properties

        Properties

        appId: string

        The app id of the project to create the webhook on.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/TransferredNft.html b/docs/interfaces/TransferredNft.html index 5b819bae..759be7e3 100644 --- a/docs/interfaces/TransferredNft.html +++ b/docs/interfaces/TransferredNft.html @@ -1,39 +1,39 @@ TransferredNft | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface TransferredNft

        NFT with extra data for a single NFT that was transferred or minted.

        -

        Hierarchy

        • Nft
          • TransferredNft

        Index

        Properties

        acquiredAt?: AcquiredAt
        +

        Hierarchy

        • Nft
          • TransferredNft

        Index

        Properties

        acquiredAt?: AcquiredAt

        Time at which the NFT was most recently acquired by the user. Only available when specifying orderBy: NftOrdering.TRANSFERTIME in the request.

        -
        blockNumber: string
        +
        blockNumber: string

        The block number as a hex string of when the transfer or mint occurred.

        -
        contract: NftContract
        +
        contract: NftContract

        The NFT's underlying contract and relevant contract metadata.

        -
        description: string
        +
        description: string

        The NFT description.

        -
        from: string
        +
        from: string

        The address the NFT was from. For minted NFTs, this field is the set to 0x0000000000000000000000000000000000000000.

        -
        media: Media[]
        +
        media: Media[]

        URIs for accessing the NFT's media assets.

        -
        metadataError: undefined | string
        +
        metadataError: undefined | string

        Holds an error message if there was an issue fetching metadata.

        -
        rawMetadata: undefined | NftMetadata
        +
        rawMetadata: undefined | NftMetadata

        The raw metadata fetched from the metadata URL specified by the NFT. The field is undefined if Alchemy was unable to fetch metadata.

        -
        spamInfo?: SpamInfo
        +
        spamInfo?: SpamInfo

        Detailed information on why an NFT was classified as spam.

        -
        timeLastUpdated: string
        +
        timeLastUpdated: string

        When the NFT was last updated in the blockchain. Represented in ISO-8601 format.

        -
        title: string
        +
        title: string

        The NFT title.

        -
        to?: string
        +
        to?: string

        The address the NFT was sent or minted to.

        -
        tokenId: string
        +
        tokenId: string

        The NFT token ID as an integer string.

        -
        tokenType: NftTokenType
        +
        tokenType: NftTokenType

        The type of ERC token, if known.

        -
        tokenUri: undefined | TokenUri
        +
        tokenUri: undefined | TokenUri

        URIs for accessing the NFT's metadata blob.

        -
        transactionHash: string
        +
        transactionHash: string

        The transaction hash where the transfer or mint occurred.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/TransfersNftResponse.html b/docs/interfaces/TransfersNftResponse.html index a8aafb66..933fa31e 100644 --- a/docs/interfaces/TransfersNftResponse.html +++ b/docs/interfaces/TransfersNftResponse.html @@ -2,8 +2,8 @@

        Response object for NFT methods that fetch NFTs that were transferred or minted (ex: NftNamespace.getTransfersForOwner or NftNamespace.getMintedNfts).

        -

        Hierarchy

        • TransfersNftResponse

        Index

        Properties

        Properties

        +

        Hierarchy

        • TransfersNftResponse

        Index

        Properties

        Properties

        An array of NFTs.

        -
        pageKey?: string
        +
        pageKey?: string

        Optional page key to use to fetch the next group of NFTs.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/Webhook.html b/docs/interfaces/Webhook.html index a7839ab9..2e4c9ef6 100644 --- a/docs/interfaces/Webhook.html +++ b/docs/interfaces/Webhook.html @@ -1,22 +1,22 @@ Webhook | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface Webhook

        SDK representation of a Webhook in the Notify API.

        -

        Hierarchy

        Index

        Properties

        appId?: string
        +

        Hierarchy

        Index

        Properties

        appId?: string

        The app id of the app used for the webhook. This field is only present on MinedTransactionWebhook and DroppedTransactionWebhook

        -
        id: string
        +
        id: string

        The webhook's unique id.

        -
        isActive: boolean
        +
        isActive: boolean

        Whether the webhook is currently active

        -
        network: Network
        +
        network: Network

        The network the webhook is on.

        -
        signingKey: string
        +
        signingKey: string

        The signing key used to verify payloads for the webhook.

        -
        timeCreated: string
        +
        timeCreated: string

        The creation time of the webhook as an ISO string.

        -
        +

        The type of webhook.

        -
        url: string
        +
        url: string

        The url that the webhook sends its payload to.

        -
        +

        The webhook version. All newly created webhooks default to V2.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/WebhookAddressOverride.html b/docs/interfaces/WebhookAddressOverride.html index ad0fa336..04b9252d 100644 --- a/docs/interfaces/WebhookAddressOverride.html +++ b/docs/interfaces/WebhookAddressOverride.html @@ -1,6 +1,6 @@ WebhookAddressOverride | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface WebhookAddressOverride

        Params object when calling NotifyNamespace.updateWebhook to replace all existing addresses for a AddressActivityWebhook.

        -

        Hierarchy

        • WebhookAddressOverride

        Index

        Properties

        Properties

        newAddresses: string[]
        +

        Hierarchy

        • WebhookAddressOverride

        Index

        Properties

        Properties

        newAddresses: string[]

        The new addresses to track. Existing addresses will be removed.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/WebhookAddressUpdate.html b/docs/interfaces/WebhookAddressUpdate.html index c269132f..e9051e52 100644 --- a/docs/interfaces/WebhookAddressUpdate.html +++ b/docs/interfaces/WebhookAddressUpdate.html @@ -1,8 +1,8 @@ WebhookAddressUpdate | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface WebhookAddressUpdate

        Params object when calling NotifyNamespace.updateWebhook to add and remove addresses for a AddressActivityWebhook.

        -

        Hierarchy

        • WebhookAddressUpdate

        Index

        Properties

        addAddresses: string[]
        +

        Hierarchy

        • WebhookAddressUpdate

        Index

        Properties

        addAddresses: string[]

        The addresses to additionally track.

        -
        removeAddresses: string[]
        +
        removeAddresses: string[]

        Existing addresses to remove.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/WebhookNftFilterUpdate.html b/docs/interfaces/WebhookNftFilterUpdate.html index 5f08c9bf..a50f009b 100644 --- a/docs/interfaces/WebhookNftFilterUpdate.html +++ b/docs/interfaces/WebhookNftFilterUpdate.html @@ -1,8 +1,8 @@ WebhookNftFilterUpdate | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface WebhookNftFilterUpdate

        Params object when calling NotifyNamespace.updateWebhook to add and remove NFT filters for a NftActivityWebhook.

        -

        Hierarchy

        • WebhookNftFilterUpdate

        Index

        Properties

        addFilters: NftFilter[]
        +

        Hierarchy

        • WebhookNftFilterUpdate

        Index

        Properties

        addFilters: NftFilter[]

        The filters to additionally track.

        -
        removeFilters: NftFilter[]
        +
        removeFilters: NftFilter[]

        Existing filters to remove.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/WebhookNftMetadataFilterUpdate.html b/docs/interfaces/WebhookNftMetadataFilterUpdate.html index b64091ef..a080edc0 100644 --- a/docs/interfaces/WebhookNftMetadataFilterUpdate.html +++ b/docs/interfaces/WebhookNftMetadataFilterUpdate.html @@ -1,8 +1,8 @@ WebhookNftMetadataFilterUpdate | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface WebhookNftMetadataFilterUpdate

        Params object when calling NotifyNamespace.updateWebhook to add and remove NFT filters for a NftMetadataUpdateWebhook.

        -

        Hierarchy

        • WebhookNftMetadataFilterUpdate

        Index

        Properties

        addMetadataFilters: NftFilter[]
        +

        Hierarchy

        • WebhookNftMetadataFilterUpdate

        Index

        Properties

        addMetadataFilters: NftFilter[]

        The filters to additionally track.

        -
        removeMetadataFilters: NftFilter[]
        +
        removeMetadataFilters: NftFilter[]

        Existing filters to remove.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/WebhookStatusUpdate.html b/docs/interfaces/WebhookStatusUpdate.html index c9900685..3dbac0f9 100644 --- a/docs/interfaces/WebhookStatusUpdate.html +++ b/docs/interfaces/WebhookStatusUpdate.html @@ -1,6 +1,6 @@ WebhookStatusUpdate | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface WebhookStatusUpdate

        Params object when calling NotifyNamespace.updateWebhook to mark a webhook as active or inactive.

        -

        Hierarchy

        • WebhookStatusUpdate

        Index

        Properties

        Properties

        isActive: boolean
        +

        Hierarchy

        • WebhookStatusUpdate

        Index

        Properties

        Properties

        isActive: boolean

        Whether the webhook is active.

        Legend

        • Constructor
        • Property
        • Method
        • Private property
        • Private method
        • Property
        • Inherited constructor

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html index 9372126f..4fe2a9cd 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -1,49 +1,49 @@ -alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        alchemy-sdk

        Index

        Namespaces

        Enumerations

        Classes

        Interfaces

        Type aliases

        Functions

        Type aliases

        +alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        alchemy-sdk

        Index

        Namespaces

        Enumerations

        Classes

        Interfaces

        Type aliases

        Functions

        Type aliases

        Params object when calling NotifyNamespace.updateWebhook to update a AddressActivityWebhook.

        -
        +

        This type represents the Alchemy's Subscription API endpoints as event filters compatible with other ethers events.

        -
        AlchemyEventType: EventType | AlchemyEventFilter
        +
        AlchemyEventType: EventType | AlchemyEventFilter

        Alchemy's event type that extends the default EventType interface to also include Alchemy's Subscription API.

        -
        AlchemyMinedTransactionsAddress: RequireAtLeastOne<{ from?: string; to?: string }>
        +
        AlchemyMinedTransactionsAddress: RequireAtLeastOne<{ from?: string; to?: string }>

        Address filters for AlchemyMinedTransactionsEventFilter. Requires at least one of the fields to be set.

        -
        BigNumberish: BigNumber | Bytes | bigint | string | number
        BlockIdentifier: string | CommitmentLevel
        +
        BigNumberish: BigNumber | Bytes | bigint | string | number
        BlockIdentifier: string | CommitmentLevel

        The block identifier to specify which block to run a debug call in, used for methods in the DebugNamespace.

        -
        BlockTag: string | number
        CustomGraphqlWebhookUpdate: WebhookStatusUpdate
        +
        BlockTag: string | number
        CustomGraphqlWebhookUpdate: WebhookStatusUpdate

        Params object when calling NotifyNamespace.updateWebhook to update a CustomGraphqlWebhook.

        -
        DebugPrestateTrace: Record<string, DebugPrestate>
        +
        DebugPrestateTrace: Record<string, DebugPrestate>

        Debug result returned by a DebugPrestateTracer.

        The keys are the addresses of the accounts, mapped to its corresponding state.

        -
        EventType: string | (string | string[])[] | EventFilter | ForkEvent
        LogLevel: "debug" | "info" | "warn" | "error" | "silent"
        +
        EventType: string | (string | string[])[] | EventFilter | ForkEvent
        LogLevel: "debug" | "info" | "warn" | "error" | "silent"

        The level of verbosity for the logger.

        -
        +

        Params object when calling NotifyNamespace.updateWebhook to update a NftMetadataUpdateWebhook.

        -
        +

        Params object when calling NotifyNamespace.updateWebhook to update a NftActivityWebhook.

        -
        NonEmptyArray<T>: [T, ...T[]]
        +
        NonEmptyArray<T>: [T, ...T[]]

        Requires an array with at least one value.

        -

        Type parameters

        • T

        RequireAtLeastOne<T>: { [ K in keyof T]-?: Required<Pick<T, K>> & Partial<Pick<T, Exclude<keyof T, K>>> }[keyof T]
        +

        Type parameters

        • T

        RequireAtLeastOne<T>: { [ K in keyof T]-?: Required<Pick<T, K>> & Partial<Pick<T, Exclude<keyof T, K>>> }[keyof T]

        Requires at least one of the properties to be set.

        Type parameters

        • T

        +

        Type parameters

        • T

        The parameters to use with the CoreNamespace.getTransactionReceipts method.

        -
        TransactionRequest: { accessList?: AccessListish; ccipReadEnabled?: boolean; chainId?: number; customData?: Record<string, any>; data?: BytesLike; from?: string; gasLimit?: BigNumberish; gasPrice?: BigNumberish; maxFeePerGas?: BigNumberish; maxPriorityFeePerGas?: BigNumberish; nonce?: BigNumberish; to?: string; type?: number; value?: BigNumberish }

        Type declaration

        • Optional accessList?: AccessListish
        • Optional ccipReadEnabled?: boolean
        • Optional chainId?: number
        • Optional customData?: Record<string, any>
        • Optional data?: BytesLike
        • Optional from?: string
        • Optional gasLimit?: BigNumberish
        • Optional gasPrice?: BigNumberish
        • Optional maxFeePerGas?: BigNumberish
        • Optional maxPriorityFeePerGas?: BigNumberish
        • Optional nonce?: BigNumberish
        • Optional to?: string
        • Optional type?: number
        • Optional value?: BigNumberish

        Functions

        • fromHex(hexString: string): number
        TransactionRequest: { accessList?: AccessListish; ccipReadEnabled?: boolean; chainId?: number; customData?: Record<string, any>; data?: BytesLike; from?: string; gasLimit?: BigNumberish; gasPrice?: BigNumberish; maxFeePerGas?: BigNumberish; maxPriorityFeePerGas?: BigNumberish; nonce?: BigNumberish; to?: string; type?: number; value?: BigNumberish }

        Type declaration

        • Optional accessList?: AccessListish
        • Optional ccipReadEnabled?: boolean
        • Optional chainId?: number
        • Optional customData?: Record<string, any>
        • Optional data?: BytesLike
        • Optional from?: string
        • Optional gasLimit?: BigNumberish
        • Optional gasPrice?: BigNumberish
        • Optional maxFeePerGas?: BigNumberish
        • Optional maxPriorityFeePerGas?: BigNumberish
        • Optional nonce?: BigNumberish
        • Optional to?: string
        • Optional type?: number
        • Optional value?: BigNumberish

        Functions

        • fromHex(hexString: string): number
        • Converts a hex string to a decimal number.

          Parameters

          • hexString: string

            The hex string to convert.

            -

          Returns number

        • isHex(possibleHexString: string): boolean

        Returns number

        • isHex(possibleHexString: string): boolean
        • Checks if a value is a hex string.

          Parameters

          • possibleHexString: string

            The value to check.

            -

          Returns boolean

        Returns boolean

        • Configures the verbosity of logging. The default log level is info.

          Parameters

          • logLevel: LogLevel

            The verbosity of logging. Can be any of the following values:

            @@ -54,7 +54,7 @@
          • error: A logging level for critical issues.
          • silent: Turn off all logging.
          -

        Returns void

        • toHex(num: number): string

        Returns void

        • toHex(num: number): string
        • Converts a number to a hex string.

          Parameters

          • num: number

            The number to convert to hex.

            diff --git a/package.json b/package.json index c0e39ca0..66dd485b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alchemy-sdk", - "version": "2.10.1", + "version": "2.11.0", "description": "Extended Ethers.js SDK for Alchemy APIs", "author": "Alchemy", "license": "MIT", diff --git a/src/version.ts b/src/version.ts index 99cfdea4..2160e18e 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ // This file is autogenerated by injectVersion.js. Any changes will be // overwritten on commit! -export const VERSION = '2.10.1'; +export const VERSION = '2.11.0';