From 4772210607723a0d38cb88d69300d2642434e3d0 Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Mon, 6 Feb 2023 10:26:23 -0800 Subject: [PATCH] v2.4.2 (#263) --- CHANGELOG.md | 6 + docs-md/README.md | 1 + docs-md/classes/Alchemy.md | 16 +-- docs-md/classes/AlchemyConfig.md | 20 +-- docs-md/classes/AlchemyProvider.md | 14 +- docs-md/classes/AlchemyWebSocketProvider.md | 30 ++--- docs-md/classes/CoreNamespace.md | 85 +++++++----- docs-md/classes/DebugNamespace.md | 12 +- docs-md/classes/NftNamespace.md | 64 ++++----- docs-md/classes/NotifyNamespace.md | 34 ++--- docs-md/classes/TransactNamespace.md | 18 +-- docs-md/classes/Wallet.md | 24 ++-- docs-md/classes/WebSocketNamespace.md | 12 +- docs-md/enums/AlchemySubscription.md | 4 +- docs-md/enums/AssetTransfersCategory.md | 12 +- docs-md/enums/AssetTransfersOrder.md | 4 +- docs-md/enums/CommitmentLevel.md | 10 +- docs-md/enums/DebugCallType.md | 8 +- docs-md/enums/DebugTracerType.md | 4 +- docs-md/enums/DecodingAuthority.md | 2 +- .../enums/GetTransfersForOwnerTransferType.md | 4 +- docs-md/enums/Network.md | 28 ++-- docs-md/enums/NftExcludeFilters.md | 4 +- docs-md/enums/NftFilters.md | 4 +- docs-md/enums/NftOrdering.md | 2 +- docs-md/enums/NftSaleMarketplace.md | 30 ++++- docs-md/enums/NftSaleTakerType.md | 4 +- docs-md/enums/NftSpamClassification.md | 10 +- docs-md/enums/NftTokenType.md | 6 +- docs-md/enums/OpenSeaSafelistRequestStatus.md | 8 +- docs-md/enums/RefreshState.md | 12 +- docs-md/enums/SimulateAssetType.md | 10 +- docs-md/enums/SimulateChangeType.md | 4 +- docs-md/enums/SortingOrder.md | 4 +- docs-md/enums/TokenBalanceType.md | 4 +- docs-md/enums/WebhookType.md | 8 +- docs-md/enums/WebhookVersion.md | 4 +- docs-md/interfaces/AddressActivityResponse.md | 6 +- docs-md/interfaces/AddressActivityWebhook.md | 18 +-- docs-md/interfaces/AddressWebhookParams.md | 4 +- .../AlchemyMinedTransactionsEventFilter.md | 8 +- .../AlchemyPendingTransactionsEventFilter.md | 8 +- docs-md/interfaces/AlchemySettings.md | 14 +- docs-md/interfaces/AssetTransfersMetadata.md | 2 +- docs-md/interfaces/AssetTransfersParams.md | 22 ++-- docs-md/interfaces/AssetTransfersResponse.md | 4 +- docs-md/interfaces/AssetTransfersResult.md | 24 ++-- .../AssetTransfersWithMetadataParams.md | 22 ++-- .../AssetTransfersWithMetadataResponse.md | 4 +- .../AssetTransfersWithMetadataResult.md | 26 ++-- docs-md/interfaces/BaseNft.md | 6 +- docs-md/interfaces/BaseNftContract.md | 2 +- docs-md/interfaces/ContractForOwner.md | 26 ++-- docs-md/interfaces/DebugCallTrace.md | 22 ++-- docs-md/interfaces/DebugCallTracer.md | 4 +- docs-md/interfaces/DebugPrestate.md | 8 +- docs-md/interfaces/DebugPrestateTracer.md | 4 +- docs-md/interfaces/DebugTransaction.md | 10 +- docs-md/interfaces/DecodedCallParam.md | 6 +- docs-md/interfaces/DecodedDebugCallTrace.md | 8 +- docs-md/interfaces/DecodedLog.md | 6 +- docs-md/interfaces/DecodedLogInput.md | 8 +- docs-md/interfaces/DeployResult.md | 4 +- .../interfaces/DroppedTransactionWebhook.md | 18 +-- docs-md/interfaces/ERC1155Metadata.md | 4 +- docs-md/interfaces/EventFilter.md | 4 +- docs-md/interfaces/Filter.md | 8 +- docs-md/interfaces/FilterByBlockHash.md | 6 +- docs-md/interfaces/FloorPriceError.md | 2 +- docs-md/interfaces/FloorPriceMarketplace.md | 8 +- docs-md/interfaces/GetAddressesOptions.md | 4 +- docs-md/interfaces/GetAllWebhooksResponse.md | 4 +- .../GetBaseNftsForContractOptions.md | 8 +- .../interfaces/GetBaseNftsForOwnerOptions.md | 16 +-- .../interfaces/GetContractsForOwnerOptions.md | 8 +- .../GetContractsForOwnerResponse.md | 6 +- docs-md/interfaces/GetFloorPriceResponse.md | 4 +- docs-md/interfaces/GetMintedNftsOptions.md | 6 +- docs-md/interfaces/GetMintedNftsResponse.md | 4 +- docs-md/interfaces/GetNftMetadataOptions.md | 6 +- docs-md/interfaces/GetNftSalesOptions.md | 18 +-- .../GetNftSalesOptionsByContractAddress.md | 22 ++-- docs-md/interfaces/GetNftSalesResponse.md | 4 +- .../interfaces/GetNftsForContractOptions.md | 8 +- docs-md/interfaces/GetNftsForOwnerOptions.md | 16 +-- .../interfaces/GetOwnersForContractOptions.md | 6 +- .../GetOwnersForContractResponse.md | 2 +- ...nersForContractWithTokenBalancesOptions.md | 6 +- ...ersForContractWithTokenBalancesResponse.md | 4 +- docs-md/interfaces/GetOwnersForNftResponse.md | 2 +- .../interfaces/GetTokensForOwnerOptions.md | 38 ++++++ .../interfaces/GetTokensForOwnerResponse.md | 36 ++++++ .../GetTransfersForContractOptions.md | 8 +- .../interfaces/GetTransfersForOwnerOptions.md | 6 +- docs-md/interfaces/Media.md | 12 +- docs-md/interfaces/MinedTransactionWebhook.md | 18 +-- docs-md/interfaces/Nft.md | 22 ++-- docs-md/interfaces/NftActivityWebhook.md | 18 +-- docs-md/interfaces/NftAttributeRarity.md | 6 +- docs-md/interfaces/NftAttributesResponse.md | 6 +- docs-md/interfaces/NftContract.md | 16 +-- .../interfaces/NftContractBaseNftsResponse.md | 4 +- docs-md/interfaces/NftContractNftsResponse.md | 4 +- docs-md/interfaces/NftContractOwner.md | 4 +- docs-md/interfaces/NftContractTokenBalance.md | 4 +- docs-md/interfaces/NftFilter.md | 4 +- docs-md/interfaces/NftFiltersResponse.md | 6 +- docs-md/interfaces/NftMetadata.md | 12 +- docs-md/interfaces/NftMetadataBatchOptions.md | 4 +- docs-md/interfaces/NftMetadataBatchToken.md | 6 +- docs-md/interfaces/NftSale.md | 30 ++--- docs-md/interfaces/NftSaleFeeData.md | 6 +- docs-md/interfaces/NftWebhookParams.md | 4 +- .../interfaces/OpenSeaCollectionMetadata.md | 18 +-- docs-md/interfaces/OwnedBaseNft.md | 8 +- docs-md/interfaces/OwnedBaseNftsResponse.md | 19 ++- docs-md/interfaces/OwnedNft.md | 24 ++-- docs-md/interfaces/OwnedNftsResponse.md | 19 ++- docs-md/interfaces/OwnedToken.md | 121 ++++++++++++++++++ docs-md/interfaces/RawContract.md | 6 +- docs-md/interfaces/RefreshContractResult.md | 6 +- .../SendPrivateTransactionOptions.md | 2 +- .../interfaces/SimulateAssetChangesChange.md | 24 ++-- .../interfaces/SimulateAssetChangesError.md | 2 +- .../SimulateAssetChangesResponse.md | 6 +- .../interfaces/SimulateExecutionResponse.md | 4 +- docs-md/interfaces/SimulationCallTrace.md | 20 +-- docs-md/interfaces/SimulationDebugLog.md | 8 +- docs-md/interfaces/SpamInfo.md | 4 +- docs-md/interfaces/TokenBalanceFailure.md | 6 +- docs-md/interfaces/TokenBalanceSuccess.md | 6 +- .../TokenBalancesOptionsDefaultTokens.md | 2 +- .../interfaces/TokenBalancesOptionsErc20.md | 4 +- docs-md/interfaces/TokenBalancesResponse.md | 4 +- .../interfaces/TokenBalancesResponseErc20.md | 6 +- docs-md/interfaces/TokenMetadataResponse.md | 8 +- docs-md/interfaces/TokenUri.md | 4 +- .../TransactionReceiptsBlockHash.md | 2 +- .../TransactionReceiptsBlockNumber.md | 2 +- .../interfaces/TransactionReceiptsResponse.md | 2 +- .../interfaces/TransactionWebhookParams.md | 2 +- docs-md/interfaces/TransferredNft.md | 30 ++--- docs-md/interfaces/TransfersNftResponse.md | 4 +- docs-md/interfaces/Webhook.md | 18 +-- docs-md/interfaces/WebhookAddressOverride.md | 2 +- docs-md/interfaces/WebhookAddressUpdate.md | 4 +- docs-md/interfaces/WebhookNftFilterUpdate.md | 4 +- docs-md/interfaces/WebhookStatusUpdate.md | 2 +- docs-md/modules.md | 35 ++--- docs/assets/search.js | 2 +- docs/classes/Alchemy.html | 14 +- docs/classes/AlchemyConfig.html | 18 +-- docs/classes/AlchemyProvider.html | 6 +- docs/classes/AlchemyWebSocketProvider.html | 22 ++-- docs/classes/CoreNamespace.html | 69 +++++----- docs/classes/DebugNamespace.html | 12 +- docs/classes/NftNamespace.html | 62 ++++----- docs/classes/NotifyNamespace.html | 32 ++--- docs/classes/TransactNamespace.html | 18 +-- docs/classes/Wallet.html | 20 +-- docs/classes/WebSocketNamespace.html | 12 +- docs/enums/AlchemySubscription.html | 2 +- docs/enums/AssetTransfersCategory.html | 12 +- docs/enums/AssetTransfersOrder.html | 2 +- docs/enums/CommitmentLevel.html | 10 +- docs/enums/DebugCallType.html | 2 +- docs/enums/DebugTracerType.html | 2 +- docs/enums/DecodingAuthority.html | 2 +- .../GetTransfersForOwnerTransferType.html | 2 +- docs/enums/Network.html | 12 +- docs/enums/NftExcludeFilters.html | 4 +- docs/enums/NftFilters.html | 4 +- docs/enums/NftOrdering.html | 2 +- docs/enums/NftSaleMarketplace.html | 2 +- docs/enums/NftSaleTakerType.html | 2 +- docs/enums/NftSpamClassification.html | 2 +- docs/enums/NftTokenType.html | 2 +- docs/enums/OpenSeaSafelistRequestStatus.html | 8 +- docs/enums/RefreshState.html | 12 +- docs/enums/SimulateAssetType.html | 10 +- docs/enums/SimulateChangeType.html | 4 +- docs/enums/SortingOrder.html | 2 +- docs/enums/TokenBalanceType.html | 4 +- docs/enums/WebhookType.html | 2 +- docs/enums/WebhookVersion.html | 2 +- docs/index.html | 3 +- docs/interfaces/AddressActivityResponse.html | 6 +- docs/interfaces/AddressActivityWebhook.html | 18 +-- docs/interfaces/AddressWebhookParams.html | 4 +- .../AlchemyMinedTransactionsEventFilter.html | 8 +- ...AlchemyPendingTransactionsEventFilter.html | 6 +- docs/interfaces/AlchemySettings.html | 14 +- docs/interfaces/AssetTransfersMetadata.html | 2 +- docs/interfaces/AssetTransfersParams.html | 22 ++-- docs/interfaces/AssetTransfersResponse.html | 4 +- docs/interfaces/AssetTransfersResult.html | 24 ++-- .../AssetTransfersWithMetadataParams.html | 22 ++-- .../AssetTransfersWithMetadataResponse.html | 2 +- .../AssetTransfersWithMetadataResult.html | 26 ++-- docs/interfaces/BaseNft.html | 4 +- docs/interfaces/BaseNftContract.html | 2 +- docs/interfaces/ContractForOwner.html | 24 ++-- docs/interfaces/DebugCallTrace.html | 22 ++-- docs/interfaces/DebugCallTracer.html | 4 +- docs/interfaces/DebugPrestate.html | 8 +- docs/interfaces/DebugPrestateTracer.html | 4 +- docs/interfaces/DebugTransaction.html | 10 +- docs/interfaces/DecodedCallParam.html | 6 +- docs/interfaces/DecodedDebugCallTrace.html | 8 +- docs/interfaces/DecodedLog.html | 6 +- docs/interfaces/DecodedLogInput.html | 8 +- docs/interfaces/DeployResult.html | 4 +- .../interfaces/DroppedTransactionWebhook.html | 18 +-- docs/interfaces/ERC1155Metadata.html | 2 +- docs/interfaces/EventFilter.html | 4 +- docs/interfaces/Filter.html | 8 +- docs/interfaces/FilterByBlockHash.html | 6 +- docs/interfaces/FloorPriceError.html | 2 +- docs/interfaces/FloorPriceMarketplace.html | 8 +- docs/interfaces/GetAddressesOptions.html | 4 +- docs/interfaces/GetAllWebhooksResponse.html | 4 +- .../GetBaseNftsForContractOptions.html | 8 +- .../GetBaseNftsForOwnerOptions.html | 16 +-- .../GetContractsForOwnerOptions.html | 8 +- .../GetContractsForOwnerResponse.html | 6 +- docs/interfaces/GetFloorPriceResponse.html | 2 +- docs/interfaces/GetMintedNftsOptions.html | 6 +- docs/interfaces/GetMintedNftsResponse.html | 4 +- docs/interfaces/GetNftMetadataOptions.html | 6 +- docs/interfaces/GetNftSalesOptions.html | 18 +-- .../GetNftSalesOptionsByContractAddress.html | 22 ++-- docs/interfaces/GetNftSalesResponse.html | 4 +- .../interfaces/GetNftsForContractOptions.html | 8 +- docs/interfaces/GetNftsForOwnerOptions.html | 16 +-- .../GetOwnersForContractOptions.html | 6 +- .../GetOwnersForContractResponse.html | 2 +- ...rsForContractWithTokenBalancesOptions.html | 6 +- ...sForContractWithTokenBalancesResponse.html | 4 +- docs/interfaces/GetOwnersForNftResponse.html | 2 +- docs/interfaces/GetTokensForOwnerOptions.html | 9 ++ .../interfaces/GetTokensForOwnerResponse.html | 7 + .../GetTransfersForContractOptions.html | 8 +- .../GetTransfersForOwnerOptions.html | 6 +- docs/interfaces/Media.html | 12 +- docs/interfaces/MinedTransactionWebhook.html | 18 +-- docs/interfaces/Nft.html | 22 ++-- docs/interfaces/NftActivityWebhook.html | 18 +-- docs/interfaces/NftAttributeRarity.html | 6 +- docs/interfaces/NftAttributesResponse.html | 6 +- docs/interfaces/NftContract.html | 16 +-- .../NftContractBaseNftsResponse.html | 4 +- docs/interfaces/NftContractNftsResponse.html | 4 +- docs/interfaces/NftContractOwner.html | 4 +- docs/interfaces/NftContractTokenBalance.html | 4 +- docs/interfaces/NftFilter.html | 4 +- docs/interfaces/NftFiltersResponse.html | 6 +- docs/interfaces/NftMetadata.html | 12 +- docs/interfaces/NftMetadataBatchOptions.html | 4 +- docs/interfaces/NftMetadataBatchToken.html | 6 +- docs/interfaces/NftSale.html | 30 ++--- docs/interfaces/NftSaleFeeData.html | 6 +- docs/interfaces/NftWebhookParams.html | 4 +- .../interfaces/OpenSeaCollectionMetadata.html | 18 +-- docs/interfaces/OwnedBaseNft.html | 6 +- docs/interfaces/OwnedBaseNftsResponse.html | 10 +- docs/interfaces/OwnedNft.html | 24 ++-- docs/interfaces/OwnedNftsResponse.html | 10 +- docs/interfaces/OwnedToken.html | 26 ++++ docs/interfaces/RawContract.html | 6 +- docs/interfaces/RefreshContractResult.html | 6 +- .../SendPrivateTransactionOptions.html | 2 +- .../SimulateAssetChangesChange.html | 24 ++-- .../interfaces/SimulateAssetChangesError.html | 2 +- .../SimulateAssetChangesResponse.html | 6 +- .../interfaces/SimulateExecutionResponse.html | 4 +- docs/interfaces/SimulationCallTrace.html | 20 +-- docs/interfaces/SimulationDebugLog.html | 8 +- docs/interfaces/SpamInfo.html | 4 +- docs/interfaces/TokenBalanceFailure.html | 2 +- docs/interfaces/TokenBalanceSuccess.html | 2 +- .../TokenBalancesOptionsDefaultTokens.html | 2 +- .../interfaces/TokenBalancesOptionsErc20.html | 4 +- docs/interfaces/TokenBalancesResponse.html | 2 +- .../TokenBalancesResponseErc20.html | 4 +- docs/interfaces/TokenMetadataResponse.html | 8 +- docs/interfaces/TokenUri.html | 4 +- .../TransactionReceiptsBlockHash.html | 2 +- .../TransactionReceiptsBlockNumber.html | 2 +- .../TransactionReceiptsResponse.html | 2 +- docs/interfaces/TransactionWebhookParams.html | 2 +- docs/interfaces/TransferredNft.html | 30 ++--- docs/interfaces/TransfersNftResponse.html | 4 +- docs/interfaces/Webhook.html | 18 +-- docs/interfaces/WebhookAddressOverride.html | 2 +- docs/interfaces/WebhookAddressUpdate.html | 4 +- docs/interfaces/WebhookNftFilterUpdate.html | 4 +- docs/interfaces/WebhookStatusUpdate.html | 2 +- docs/modules.html | 32 ++--- package.json | 2 +- src/version.ts | 2 +- 300 files changed, 1722 insertions(+), 1390 deletions(-) create mode 100644 docs-md/interfaces/GetTokensForOwnerOptions.md create mode 100644 docs-md/interfaces/GetTokensForOwnerResponse.md create mode 100644 docs-md/interfaces/OwnedToken.md create mode 100644 docs/interfaces/GetTokensForOwnerOptions.html create mode 100644 docs/interfaces/GetTokensForOwnerResponse.html create mode 100644 docs/interfaces/OwnedToken.html diff --git a/CHANGELOG.md b/CHANGELOG.md index f78f7997a..84adac152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ### Major Changes +### Minor Changes + +## 2.4.2 + +### Major Changes + ### Minor Changes - Added the `CoreNamespace.getTokensForOwner()` method to get all the token balances and token metadata for a given address. - Added the `wyvern` and `cryptopunks` marketplaces in the `NftSaleMarketplace` enum to the `NftNamespace.getNftSales()` method. diff --git a/docs-md/README.md b/docs-md/README.md index ad83f93a2..b753d5c56 100644 --- a/docs-md/README.md +++ b/docs-md/README.md @@ -125,6 +125,7 @@ It also includes the majority of Alchemy Enhanced APIs, including: You will also find the following utility methods: - `findContractDeployer()`: Find the contract deployer and block number for a given contract address. +- `getTokensForOwner()`: Get all token balances and metadata for a given owner address ### Accessing the full Ethers.js Provider diff --git a/docs-md/classes/Alchemy.md b/docs-md/classes/Alchemy.md index f0152472a..668f33c53 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/dc20ee4/src/api/alchemy.ts#L63) +[src/api/alchemy.ts:63](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy.ts#L42) +[src/api/alchemy.ts:42](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy.ts#L24) +[src/api/alchemy.ts:24](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy.ts#L54) +[src/api/alchemy.ts:54](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy.ts#L27) +[src/api/alchemy.ts:27](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy.ts#L48) +[src/api/alchemy.ts:48](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy.ts#L36) +[src/api/alchemy.ts:36](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy.ts#L30) +[src/api/alchemy.ts:30](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy.ts#L30) diff --git a/docs-md/classes/AlchemyConfig.md b/docs-md/classes/AlchemyConfig.md index cd8734152..83c62309d 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/dc20ee4/src/api/alchemy-config.ts#L64) +[src/api/alchemy-config.ts:64](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-config.ts#L23) +[src/api/alchemy-config.ts:23](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-config.ts#L41) +[src/api/alchemy-config.ts:41](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-config.ts#L32) +[src/api/alchemy-config.ts:32](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-config.ts#L29) +[src/api/alchemy-config.ts:29](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-config.ts#L26) +[src/api/alchemy-config.ts:26](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-config.ts#L46) +[src/api/alchemy-config.ts:46](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-config.ts#L38) +[src/api/alchemy-config.ts:38](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-config.ts#L107) +[src/api/alchemy-config.ts:107](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-config.ts#L129) +[src/api/alchemy-config.ts:129](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-config.ts#L129) diff --git a/docs-md/classes/AlchemyProvider.md b/docs-md/classes/AlchemyProvider.md index e16711b7f..daa96cbcc 100644 --- a/docs-md/classes/AlchemyProvider.md +++ b/docs-md/classes/AlchemyProvider.md @@ -401,7 +401,7 @@ ___ #### Defined in -[src/api/alchemy-provider.ts:41](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/alchemy-provider.ts#L41) +[src/api/alchemy-provider.ts:41](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-provider.ts#L41) ___ @@ -411,7 +411,7 @@ ___ #### Defined in -[src/api/alchemy-provider.ts:43](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/alchemy-provider.ts#L43) +[src/api/alchemy-provider.ts:43](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-provider.ts#L43) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/api/alchemy-provider.ts:42](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/alchemy-provider.ts#L42) +[src/api/alchemy-provider.ts:42](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-provider.ts#L42) ## Accessors @@ -935,7 +935,7 @@ JsonRpcProvider.\_startPending #### Defined in -[src/api/alchemy-provider.ts:204](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/alchemy-provider.ts#L204) +[src/api/alchemy-provider.ts:209](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-provider.ts#L209) ___ @@ -1135,7 +1135,7 @@ JsonRpcProvider.detectNetwork #### Defined in -[src/api/alchemy-provider.ts:192](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/alchemy-provider.ts#L192) +[src/api/alchemy-provider.ts:197](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-provider.ts#L197) ___ @@ -1614,7 +1614,7 @@ CommunityResourcable.isCommunityResource #### Defined in -[src/api/alchemy-provider.ts:214](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/alchemy-provider.ts#L214) +[src/api/alchemy-provider.ts:219](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-provider.ts#L219) ___ @@ -1974,7 +1974,7 @@ JsonRpcProvider.send #### Defined in -[src/api/alchemy-provider.ts:228](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/alchemy-provider.ts#L228) +[src/api/alchemy-provider.ts:233](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-provider.ts#L233) ___ diff --git a/docs-md/classes/AlchemyWebSocketProvider.md b/docs-md/classes/AlchemyWebSocketProvider.md index fb94546e4..5cd1d7e2e 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/dc20ee4/src/api/alchemy-websocket-provider.ts#L81) +[src/api/alchemy-websocket-provider.ts:81](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-websocket-provider.ts#L82) +[src/api/alchemy-websocket-provider.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-websocket-provider.ts#L947) +[src/api/alchemy-websocket-provider.ts:947](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-websocket-provider.ts#L970) +[src/api/alchemy-websocket-provider.ts:970](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-websocket-provider.ts#L871) +[src/api/alchemy-websocket-provider.ts:871](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-websocket-provider.ts#L911) +[src/api/alchemy-websocket-provider.ts:911](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-websocket-provider.ts#L407) +[src/api/alchemy-websocket-provider.ts:407](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-websocket-provider.ts#L703) +[src/api/alchemy-websocket-provider.ts:703](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-websocket-provider.ts#L419) +[src/api/alchemy-websocket-provider.ts:419](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-websocket-provider.ts#L223) +[src/api/alchemy-websocket-provider.ts:223](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-websocket-provider.ts#L239) +[src/api/alchemy-websocket-provider.ts:239](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-websocket-provider.ts#L191) +[src/api/alchemy-websocket-provider.ts:191](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-websocket-provider.ts#L163) +[src/api/alchemy-websocket-provider.ts:163](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-websocket-provider.ts#L178) +[src/api/alchemy-websocket-provider.ts:178](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-websocket-provider.ts#L207) +[src/api/alchemy-websocket-provider.ts:207](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-websocket-provider.ts#L207) ___ diff --git a/docs-md/classes/CoreNamespace.md b/docs-md/classes/CoreNamespace.md index 4e9cff0cf..4f5b13c01 100644 --- a/docs-md/classes/CoreNamespace.md +++ b/docs-md/classes/CoreNamespace.md @@ -32,6 +32,7 @@ via `alchemy.core`. - [getStorageAt](CoreNamespace.md#getstorageat) - [getTokenBalances](CoreNamespace.md#gettokenbalances) - [getTokenMetadata](CoreNamespace.md#gettokenmetadata) +- [getTokensForOwner](CoreNamespace.md#gettokensforowner) - [getTransaction](CoreNamespace.md#gettransaction) - [getTransactionCount](CoreNamespace.md#gettransactioncount) - [getTransactionReceipt](CoreNamespace.md#gettransactionreceipt) @@ -66,7 +67,7 @@ calling getters on Contracts. #### Defined in -[src/api/core-namespace.ts:225](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L225) +[src/api/core-namespace.ts:229](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L229) ___ @@ -95,7 +96,7 @@ This is an alias for [TransactNamespace.estimateGas](TransactNamespace.md#estima #### Defined in -[src/api/core-namespace.ts:246](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L246) +[src/api/core-namespace.ts:250](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L250) ___ @@ -125,7 +126,7 @@ with this information cached. #### Defined in -[src/api/core-namespace.ts:367](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L367) +[src/api/core-namespace.ts:371](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L371) ___ @@ -153,7 +154,7 @@ response object. #### Defined in -[src/api/core-namespace.ts:526](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L526) +[src/api/core-namespace.ts:588](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L588) ▸ **getAssetTransfers**(`params`): `Promise`<[`AssetTransfersResponse`](../interfaces/AssetTransfersResponse.md)\> @@ -173,7 +174,7 @@ https://docs.alchemy.com/alchemy/enhanced-apis/transfers-api#alchemy_getassettra #### Defined in -[src/api/core-namespace.ts:538](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L538) +[src/api/core-namespace.ts:600](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L600) ___ @@ -196,7 +197,7 @@ Returns the balance of a given address as of the provided block. #### Defined in -[src/api/core-namespace.ts:64](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L64) +[src/api/core-namespace.ts:68](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L68) ___ @@ -221,7 +222,7 @@ hashes. To get the full transaction details on the block, use #### Defined in -[src/api/core-namespace.ts:134](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L134) +[src/api/core-namespace.ts:138](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L138) ___ @@ -237,7 +238,7 @@ Returns the block number of the most recently mined block. #### Defined in -[src/api/core-namespace.ts:171](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L171) +[src/api/core-namespace.ts:175](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L175) ___ @@ -261,7 +262,7 @@ hash. Transactions on the block are represented as an array of #### Defined in -[src/api/core-namespace.ts:149](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L149) +[src/api/core-namespace.ts:153](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L153) ___ @@ -285,7 +286,7 @@ no contract deployed, the result is `0x`. #### Defined in -[src/api/core-namespace.ts:81](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L81) +[src/api/core-namespace.ts:85](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L85) ___ @@ -307,7 +308,7 @@ gasPrice should be used. #### Defined in -[src/api/core-namespace.ts:197](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L197) +[src/api/core-namespace.ts:201](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L201) ___ @@ -323,7 +324,7 @@ Returns the best guess of the current gas price to use in a transaction. #### Defined in -[src/api/core-namespace.ts:181](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L181) +[src/api/core-namespace.ts:185](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L185) ___ @@ -345,7 +346,7 @@ Returns an array of logs that match the provided filter. #### Defined in -[src/api/core-namespace.ts:337](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L337) +[src/api/core-namespace.ts:341](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L341) ___ @@ -361,7 +362,7 @@ Returns the {@link EthersNetworkAlias} Alchemy is connected to. #### Defined in -[src/api/core-namespace.ts:161](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L161) +[src/api/core-namespace.ts:165](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L165) ___ @@ -386,7 +387,7 @@ provided block in `Bytes32` format. #### Defined in -[src/api/core-namespace.ts:99](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L99) +[src/api/core-namespace.ts:103](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L103) ___ @@ -408,7 +409,7 @@ Returns the ERC-20 token balances for a specific owner address. #### Defined in -[src/api/core-namespace.ts:408](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L408) +[src/api/core-namespace.ts:412](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L412) ▸ **getTokenBalances**(`addressOrName`, `contractAddresses?`): `Promise`<[`TokenBalancesResponse`](../interfaces/TokenBalancesResponse.md)\> @@ -427,7 +428,7 @@ Returns the token balances for a specific owner address given a list of contract #### Defined in -[src/api/core-namespace.ts:420](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L420) +[src/api/core-namespace.ts:424](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L424) ▸ **getTokenBalances**(`addressOrName`, `options`): `Promise`<[`TokenBalancesResponseErc20`](../interfaces/TokenBalancesResponseErc20.md)\> @@ -448,7 +449,7 @@ This overload covers the erc-20 token type which includes a page key in the resp #### Defined in -[src/api/core-namespace.ts:434](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L434) +[src/api/core-namespace.ts:438](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L438) ▸ **getTokenBalances**(`addressOrName`, `options`): `Promise`<[`TokenBalancesResponse`](../interfaces/TokenBalancesResponse.md)\> @@ -471,7 +472,7 @@ the response. #### Defined in -[src/api/core-namespace.ts:450](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L450) +[src/api/core-namespace.ts:454](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L454) ___ @@ -493,7 +494,31 @@ Returns metadata for a given token contract address. #### Defined in -[src/api/core-namespace.ts:505](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L505) +[src/api/core-namespace.ts:567](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L567) + +___ + +### getTokensForOwner + +▸ **getTokensForOwner**(`addressOrName`, `options?`): `Promise`<[`GetTokensForOwnerResponse`](../interfaces/GetTokensForOwnerResponse.md)\> + +Returns the tokens that the specified address owns, along with the amount +of each token and the relevant metadata. + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `addressOrName` | `string` | The owner address to get the tokens with balances for. | +| `options?` | [`GetTokensForOwnerOptions`](../interfaces/GetTokensForOwnerOptions.md) | Additional options to pass to the request. | + +#### Returns + +`Promise`<[`GetTokensForOwnerResponse`](../interfaces/GetTokensForOwnerResponse.md)\> + +#### Defined in + +[src/api/core-namespace.ts:512](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L512) ___ @@ -522,7 +547,7 @@ NOTE: This is an alias for [TransactNamespace.getTransaction](TransactNamespace. #### Defined in -[src/api/core-namespace.ts:266](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L266) +[src/api/core-namespace.ts:270](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L270) ___ @@ -547,7 +572,7 @@ transaction from the address sent to the network. #### Defined in -[src/api/core-namespace.ts:117](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L117) +[src/api/core-namespace.ts:121](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L121) ___ @@ -573,7 +598,7 @@ waitForTransaction method below. #### Defined in -[src/api/core-namespace.ts:283](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L283) +[src/api/core-namespace.ts:287](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L287) ___ @@ -595,7 +620,7 @@ Gets all transaction receipts for a given block by number or block hash. #### Defined in -[src/api/core-namespace.ts:553](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L553) +[src/api/core-namespace.ts:615](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L615) ___ @@ -619,7 +644,7 @@ An ENS name requires additional configuration to setup a reverse record, so not #### Defined in -[src/api/core-namespace.ts:577](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L577) +[src/api/core-namespace.ts:639](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L639) ___ @@ -639,7 +664,7 @@ up and running smoothly. #### Defined in -[src/api/core-namespace.ts:211](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L211) +[src/api/core-namespace.ts:215](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L215) ___ @@ -662,7 +687,7 @@ if the ENS name does not have an underlying address. #### Defined in -[src/api/core-namespace.ts:565](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L565) +[src/api/core-namespace.ts:627](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L627) ___ @@ -685,7 +710,7 @@ Allows sending a raw message to the Alchemy backend. #### Defined in -[src/api/core-namespace.ts:350](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L350) +[src/api/core-namespace.ts:354](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L354) ___ @@ -711,7 +736,7 @@ NOTE: This is an alias for [TransactNamespace.getTransaction](TransactNamespace. #### Defined in -[src/api/core-namespace.ts:300](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L300) +[src/api/core-namespace.ts:304](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L304) ___ @@ -742,4 +767,4 @@ NOTE: This is an alias for [TransactNamespace.getTransaction](TransactNamespace. #### Defined in -[src/api/core-namespace.ts:322](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/core-namespace.ts#L322) +[src/api/core-namespace.ts:326](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/core-namespace.ts#L326) diff --git a/docs-md/classes/DebugNamespace.md b/docs-md/classes/DebugNamespace.md index 9e4a19c23..bcb23bdd6 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/dc20ee4/src/api/debug-namespace.ts#L120) +[src/api/debug-namespace.ts:120](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/debug-namespace.ts#L131) +[src/api/debug-namespace.ts:131](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/debug-namespace.ts#L36) +[src/api/debug-namespace.ts:36](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/debug-namespace.ts#L51) +[src/api/debug-namespace.ts:51](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/debug-namespace.ts#L79) +[src/api/debug-namespace.ts:79](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/debug-namespace.ts#L98) +[src/api/debug-namespace.ts:98](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/debug-namespace.ts#L98) diff --git a/docs-md/classes/NftNamespace.md b/docs-md/classes/NftNamespace.md index 7923f8e03..42a161bd7 100644 --- a/docs-md/classes/NftNamespace.md +++ b/docs-md/classes/NftNamespace.md @@ -62,7 +62,7 @@ provided NFTs. #### Defined in -[src/api/nft-namespace.ts:420](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L420) +[src/api/nft-namespace.ts:420](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L420) ___ @@ -85,7 +85,7 @@ Get the rarity of each attribute of an NFT. #### Defined in -[src/api/nft-namespace.ts:509](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L509) +[src/api/nft-namespace.ts:509](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L509) ___ @@ -107,7 +107,7 @@ Get the NFT collection metadata associated with the provided parameters. #### Defined in -[src/api/nft-namespace.ts:153](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L153) +[src/api/nft-namespace.ts:153](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L153) ___ @@ -130,7 +130,7 @@ Gets all NFT contracts held by the specified owner address. #### Defined in -[src/api/nft-namespace.ts:360](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L360) +[src/api/nft-namespace.ts:360](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L360) ___ @@ -154,7 +154,7 @@ Returns the floor prices of a NFT contract by marketplace. #### Defined in -[src/api/nft-namespace.ts:483](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L483) +[src/api/nft-namespace.ts:483](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L483) ___ @@ -177,7 +177,7 @@ Get all the NFTs minted by a specified owner address. #### Defined in -[src/api/nft-namespace.ts:404](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L404) +[src/api/nft-namespace.ts:404](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L404) ___ @@ -205,7 +205,7 @@ will be removed in a subsequent release. #### Defined in -[src/api/nft-namespace.ts:92](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L92) +[src/api/nft-namespace.ts:92](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L92) ▸ **getNftMetadata**(`contractAddress`, `tokenId`, `options?`): `Promise`<[`Nft`](../interfaces/Nft.md)\> @@ -225,7 +225,7 @@ Get the NFT metadata associated with the provided parameters. #### Defined in -[src/api/nft-namespace.ts:107](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L107) +[src/api/nft-namespace.ts:107](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L107) ___ @@ -248,7 +248,7 @@ Gets the NFT metadata for multiple NFT tokens. #### Defined in -[src/api/nft-namespace.ts:140](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L140) +[src/api/nft-namespace.ts:140](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L140) ___ @@ -272,7 +272,7 @@ Returns NFT sales that have happened through on-chain marketplaces. #### Defined in -[src/api/nft-namespace.ts:493](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L493) +[src/api/nft-namespace.ts:493](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L493) ▸ **getNftSales**(`options?`): `Promise`<[`GetNftSalesResponse`](../interfaces/GetNftSalesResponse.md)\> @@ -288,7 +288,7 @@ Returns NFT sales that have happened through on-chain marketplaces. #### Defined in -[src/api/nft-namespace.ts:494](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L494) +[src/api/nft-namespace.ts:494](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L494) ___ @@ -316,7 +316,7 @@ their associated metadata, use [GetBaseNftsForContractOptions](../interfaces/Get #### Defined in -[src/api/nft-namespace.ts:238](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L238) +[src/api/nft-namespace.ts:238](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L238) ▸ **getNftsForContract**(`contractAddress`, `options?`): `Promise`<[`NftContractBaseNftsResponse`](../interfaces/NftContractBaseNftsResponse.md)\> @@ -340,7 +340,7 @@ all NFTs with their associated metadata, use [GetNftsForContractOptions](../inte #### Defined in -[src/api/nft-namespace.ts:252](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L252) +[src/api/nft-namespace.ts:252](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L252) ___ @@ -369,7 +369,7 @@ associated metadata, use [GetBaseNftsForContractOptions](../interfaces/GetBaseNf #### Defined in -[src/api/nft-namespace.ts:274](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L274) +[src/api/nft-namespace.ts:274](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L274) ▸ **getNftsForContractIterator**(`contractAddress`, `options?`): `AsyncIterable`<[`BaseNft`](../interfaces/BaseNft.md)\> @@ -395,7 +395,7 @@ NFTs with their associated metadata, use [GetNftsForContractOptions](../interfac #### Defined in -[src/api/nft-namespace.ts:290](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L290) +[src/api/nft-namespace.ts:290](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L290) ___ @@ -421,7 +421,7 @@ their associated metadata, use [GetBaseNftsForOwnerOptions](../interfaces/GetBas #### Defined in -[src/api/nft-namespace.ts:202](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L202) +[src/api/nft-namespace.ts:202](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L202) ▸ **getNftsForOwner**(`owner`, `options?`): `Promise`<[`OwnedBaseNftsResponse`](../interfaces/OwnedBaseNftsResponse.md)\> @@ -443,7 +443,7 @@ all NFTs with their associated metadata, use [GetNftsForOwnerOptions](../interfa #### Defined in -[src/api/nft-namespace.ts:216](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L216) +[src/api/nft-namespace.ts:216](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L216) ___ @@ -469,7 +469,7 @@ keys until all NFTs have been fetched. #### Defined in -[src/api/nft-namespace.ts:167](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L167) +[src/api/nft-namespace.ts:167](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L167) ▸ **getNftsForOwnerIterator**(`owner`, `options?`): `AsyncIterable`<[`OwnedBaseNft`](../interfaces/OwnedBaseNft.md)\> @@ -491,7 +491,7 @@ pages through all page keys until all NFTs have been fetched. #### Defined in -[src/api/nft-namespace.ts:181](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L181) +[src/api/nft-namespace.ts:181](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L181) ___ @@ -514,7 +514,7 @@ Gets all the owners for a given NFT contract along with the token balance. #### Defined in -[src/api/nft-namespace.ts:308](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L308) +[src/api/nft-namespace.ts:308](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L308) ▸ **getOwnersForContract**(`contractAddress`, `options?`): `Promise`<[`GetOwnersForContractResponse`](../interfaces/GetOwnersForContractResponse.md)\> @@ -537,7 +537,7 @@ which has the `withTokenBalances` field set to `true`. #### Defined in -[src/api/nft-namespace.ts:324](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L324) +[src/api/nft-namespace.ts:324](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L324) ___ @@ -562,7 +562,7 @@ Gets all the owners for a given NFT contract address and token ID. #### Defined in -[src/api/nft-namespace.ts:346](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L346) +[src/api/nft-namespace.ts:346](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L346) ___ @@ -582,7 +582,7 @@ https://docs.alchemy.com/alchemy/enhanced-apis/nft-api/nft-api-faq#nft-spam-clas #### Defined in -[src/api/nft-namespace.ts:473](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L473) +[src/api/nft-namespace.ts:473](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L473) ___ @@ -608,7 +608,7 @@ block range, use [GetTransfersForContractOptions](../interfaces/GetTransfersForC #### Defined in -[src/api/nft-namespace.ts:391](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L391) +[src/api/nft-namespace.ts:391](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L391) ___ @@ -632,7 +632,7 @@ Gets all NFT transfers for a given owner's address. #### Defined in -[src/api/nft-namespace.ts:374](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L374) +[src/api/nft-namespace.ts:374](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L374) ___ @@ -658,7 +658,7 @@ https://docs.alchemy.com/alchemy/enhanced-apis/nft-api/nft-api-faq#nft-spam-clas #### Defined in -[src/api/nft-namespace.ts:462](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L462) +[src/api/nft-namespace.ts:462](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L462) ___ @@ -687,7 +687,7 @@ process. To refresh the metadata for a specific token, use the #### Defined in -[src/api/nft-namespace.ts:569](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L569) +[src/api/nft-namespace.ts:569](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L569) ___ @@ -719,7 +719,7 @@ To trigger a refresh for all NFTs in a contract, use [refreshContract](NftNamesp #### Defined in -[src/api/nft-namespace.ts:551](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L551) +[src/api/nft-namespace.ts:551](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L551) ___ @@ -741,7 +741,7 @@ Search for a keyword across metadata of all ERC-721 and ERC-1155 smart contracts #### Defined in -[src/api/nft-namespace.ts:521](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L521) +[src/api/nft-namespace.ts:521](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L521) ___ @@ -763,7 +763,7 @@ Get a summary of attribute prevalence for an NFT collection. #### Defined in -[src/api/nft-namespace.ts:530](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L530) +[src/api/nft-namespace.ts:530](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L530) ___ @@ -787,7 +787,7 @@ NFT. Returns a boolean indicating whether the owner address owns the provided NF #### Defined in -[src/api/nft-namespace.ts:434](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L434) +[src/api/nft-namespace.ts:434](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L434) ▸ **verifyNftOwnership**(`owner`, `contractAddresses`): `Promise`<{ `[contractAddress: string]`: `boolean`; }\> @@ -807,4 +807,4 @@ contract address to a boolean indicating whether the owner address owns the NFT. #### Defined in -[src/api/nft-namespace.ts:443](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft-namespace.ts#L443) +[src/api/nft-namespace.ts:443](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft-namespace.ts#L443) diff --git a/docs-md/classes/NotifyNamespace.md b/docs-md/classes/NotifyNamespace.md index 4fd2ef6a5..3783ff405 100644 --- a/docs-md/classes/NotifyNamespace.md +++ b/docs-md/classes/NotifyNamespace.md @@ -55,7 +55,7 @@ Note that the webhook will be created in the app network of the provided app id. #### Defined in -[src/api/notify-namespace.ts:276](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L276) +[src/api/notify-namespace.ts:276](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L276) ▸ **createWebhook**(`url`, `type`, `params`): `Promise`<[`DroppedTransactionWebhook`](../interfaces/DroppedTransactionWebhook.md)\> @@ -78,7 +78,7 @@ Note that the webhook will be created in the app network of the provided app id. #### Defined in -[src/api/notify-namespace.ts:293](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L293) +[src/api/notify-namespace.ts:293](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L293) ▸ **createWebhook**(`url`, `type`, `params`): `Promise`<[`NftActivityWebhook`](../interfaces/NftActivityWebhook.md)\> @@ -98,7 +98,7 @@ Create a new [NftActivityWebhook](../interfaces/NftActivityWebhook.md) to track #### Defined in -[src/api/notify-namespace.ts:307](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L307) +[src/api/notify-namespace.ts:307](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L307) ▸ **createWebhook**(`url`, `type`, `params`): `Promise`<[`AddressActivityWebhook`](../interfaces/AddressActivityWebhook.md)\> @@ -118,7 +118,7 @@ Create a new [AddressActivityWebhook](../interfaces/AddressActivityWebhook.md) t #### Defined in -[src/api/notify-namespace.ts:321](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L321) +[src/api/notify-namespace.ts:321](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L321) ___ @@ -140,7 +140,7 @@ Delete the provided webhook. #### Defined in -[src/api/notify-namespace.ts:414](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L414) +[src/api/notify-namespace.ts:414](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L414) ▸ **deleteWebhook**(`webhookId`): `Promise`<`void`\> @@ -158,7 +158,7 @@ Delete the provided webhook. #### Defined in -[src/api/notify-namespace.ts:421](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L421) +[src/api/notify-namespace.ts:421](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L421) ___ @@ -181,7 +181,7 @@ Get all addresses tracked for the provided [AddressActivityWebhook](../interface #### Defined in -[src/api/notify-namespace.ts:84](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L84) +[src/api/notify-namespace.ts:84](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L84) ▸ **getAddresses**(`webhookId`, `options?`): `Promise`<[`AddressActivityResponse`](../interfaces/AddressActivityResponse.md)\> @@ -200,7 +200,7 @@ Get all addresses tracked for the provided [AddressActivityWebhook](../interface #### Defined in -[src/api/notify-namespace.ts:97](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L97) +[src/api/notify-namespace.ts:97](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L97) ___ @@ -221,7 +221,7 @@ This method returns a response object containing all the webhooks #### Defined in -[src/api/notify-namespace.ts:65](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L65) +[src/api/notify-namespace.ts:65](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L65) ___ @@ -244,7 +244,7 @@ Get all NFTs tracked for the provided [NftActivityWebhook](../interfaces/NftActi #### Defined in -[src/api/notify-namespace.ts:126](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L126) +[src/api/notify-namespace.ts:126](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L126) ▸ **getNftFilters**(`webhookId`, `options?`): `Promise`<[`NftFiltersResponse`](../interfaces/NftFiltersResponse.md)\> @@ -263,7 +263,7 @@ Get all NFT filters tracked for the provided [NftActivityWebhook](../interfaces/ #### Defined in -[src/api/notify-namespace.ts:139](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L139) +[src/api/notify-namespace.ts:139](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L139) ___ @@ -292,7 +292,7 @@ ___ #### Defined in -[src/api/notify-namespace.ts:453](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L453) +[src/api/notify-namespace.ts:453](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L453) ___ @@ -315,7 +315,7 @@ Update a [NftActivityWebhook](../interfaces/NftActivityWebhook.md)'s active stat #### Defined in -[src/api/notify-namespace.ts:168](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L168) +[src/api/notify-namespace.ts:168](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L168) ▸ **updateWebhook**(`nftWebhookId`, `update`): `Promise`<`void`\> @@ -334,7 +334,7 @@ Update a [NftActivityWebhook](../interfaces/NftActivityWebhook.md)'s active stat #### Defined in -[src/api/notify-namespace.ts:179](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L179) +[src/api/notify-namespace.ts:179](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L179) ▸ **updateWebhook**(`addressWebhook`, `update`): `Promise`<`void`\> @@ -353,7 +353,7 @@ Update a [AddressActivityWebhook](../interfaces/AddressActivityWebhook.md)'s act #### Defined in -[src/api/notify-namespace.ts:187](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L187) +[src/api/notify-namespace.ts:187](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L187) ▸ **updateWebhook**(`addressWebhookId`, `update`): `Promise`<`void`\> @@ -372,7 +372,7 @@ Update a [AddressActivityWebhook](../interfaces/AddressActivityWebhook.md)'s act #### Defined in -[src/api/notify-namespace.ts:198](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L198) +[src/api/notify-namespace.ts:198](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L198) ___ @@ -386,4 +386,4 @@ ___ #### Defined in -[src/api/notify-namespace.ts:444](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/notify-namespace.ts#L444) +[src/api/notify-namespace.ts:444](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/notify-namespace.ts#L444) diff --git a/docs-md/classes/TransactNamespace.md b/docs-md/classes/TransactNamespace.md index 09294492c..bc03d9f70 100644 --- a/docs-md/classes/TransactNamespace.md +++ b/docs-md/classes/TransactNamespace.md @@ -50,7 +50,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/dc20ee4/src/api/transact-namespace.ts#L86) +[src/api/transact-namespace.ts:86](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/transact-namespace.ts#L86) ___ @@ -79,7 +79,7 @@ This is an alias for [CoreNamespace.estimateGas](CoreNamespace.md#estimategas). #### Defined in -[src/api/transact-namespace.ts:204](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/transact-namespace.ts#L204) +[src/api/transact-namespace.ts:204](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/transact-namespace.ts#L204) ___ @@ -99,7 +99,7 @@ transaction request. #### Defined in -[src/api/transact-namespace.ts:220](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/transact-namespace.ts#L220) +[src/api/transact-namespace.ts:220](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/transact-namespace.ts#L220) ___ @@ -128,7 +128,7 @@ NOTE: This is an alias for [CoreNamespace.getTransaction](CoreNamespace.md#gettr #### Defined in -[src/api/transact-namespace.ts:167](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/transact-namespace.ts#L167) +[src/api/transact-namespace.ts:167](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/transact-namespace.ts#L167) ___ @@ -155,7 +155,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/dc20ee4/src/api/transact-namespace.ts#L54) +[src/api/transact-namespace.ts:54](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/transact-namespace.ts#L54) ___ @@ -181,7 +181,7 @@ NOTE: This is an alias for [CoreNamespace.sendTransaction](CoreNamespace.md#send #### Defined in -[src/api/transact-namespace.ts:184](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/transact-namespace.ts#L184) +[src/api/transact-namespace.ts:184](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/transact-namespace.ts#L184) ___ @@ -208,7 +208,7 @@ blockchain. #### Defined in -[src/api/transact-namespace.ts:110](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/transact-namespace.ts#L110) +[src/api/transact-namespace.ts:110](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/transact-namespace.ts#L110) ___ @@ -234,7 +234,7 @@ Note that this method does not run the transaction on the blockchain. #### Defined in -[src/api/transact-namespace.ts:137](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/transact-namespace.ts#L137) +[src/api/transact-namespace.ts:137](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/transact-namespace.ts#L137) ___ @@ -265,4 +265,4 @@ NOTE: This is an alias for [CoreNamespace.waitForTransaction](CoreNamespace.md#w #### Defined in -[src/api/transact-namespace.ts:245](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/transact-namespace.ts#L245) +[src/api/transact-namespace.ts:245](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/transact-namespace.ts#L245) diff --git a/docs-md/classes/Wallet.md b/docs-md/classes/Wallet.md index b8a9ef9c9..7f02a15f9 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/dc20ee4/src/api/alchemy-wallet.ts#L39) +[src/api/alchemy-wallet.ts:39](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-wallet.ts#L31) +[src/api/alchemy-wallet.ts:31](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-wallet.ts#L102) +[src/api/alchemy-wallet.ts:102](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-wallet.ts#L90) +[src/api/alchemy-wallet.ts:90](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/alchemy-wallet.ts#L66) +[src/api/alchemy-wallet.ts:66](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-wallet.ts#L66) ___ @@ -492,7 +492,7 @@ EthersWallet.getChainId #### Defined in -[src/api/alchemy-wallet.ts:125](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/alchemy-wallet.ts#L125) +[src/api/alchemy-wallet.ts:125](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-wallet.ts#L125) ___ @@ -520,7 +520,7 @@ EthersWallet.getFeeData #### Defined in -[src/api/alchemy-wallet.ts:149](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/alchemy-wallet.ts#L149) +[src/api/alchemy-wallet.ts:149](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-wallet.ts#L149) ___ @@ -542,7 +542,7 @@ EthersWallet.getGasPrice #### Defined in -[src/api/alchemy-wallet.ts:134](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/alchemy-wallet.ts#L134) +[src/api/alchemy-wallet.ts:134](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-wallet.ts#L134) ___ @@ -571,7 +571,7 @@ EthersWallet.getTransactionCount #### Defined in -[src/api/alchemy-wallet.ts:77](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/alchemy-wallet.ts#L77) +[src/api/alchemy-wallet.ts:77](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-wallet.ts#L77) ___ @@ -585,7 +585,7 @@ ___ #### Defined in -[src/api/alchemy-wallet.ts:165](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/alchemy-wallet.ts#L165) +[src/api/alchemy-wallet.ts:165](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-wallet.ts#L165) ___ @@ -639,7 +639,7 @@ EthersWallet.resolveName #### Defined in -[src/api/alchemy-wallet.ts:161](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/alchemy-wallet.ts#L161) +[src/api/alchemy-wallet.ts:161](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-wallet.ts#L161) ___ @@ -667,7 +667,7 @@ EthersWallet.sendTransaction #### Defined in -[src/api/alchemy-wallet.ts:114](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/alchemy-wallet.ts#L114) +[src/api/alchemy-wallet.ts:114](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/alchemy-wallet.ts#L114) ___ diff --git a/docs-md/classes/WebSocketNamespace.md b/docs-md/classes/WebSocketNamespace.md index 221bea15f..4abe6b57f 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/dc20ee4/src/api/websocket-namespace.ts#L104) +[src/api/websocket-namespace.ts:104](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/websocket-namespace.ts#L118) +[src/api/websocket-namespace.ts:118](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/websocket-namespace.ts#L70) +[src/api/websocket-namespace.ts:70](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/websocket-namespace.ts#L35) +[src/api/websocket-namespace.ts:35](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/websocket-namespace.ts#L53) +[src/api/websocket-namespace.ts:53](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/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/dc20ee4/src/api/websocket-namespace.ts#L86) +[src/api/websocket-namespace.ts:86](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/websocket-namespace.ts#L86) diff --git a/docs-md/enums/AlchemySubscription.md b/docs-md/enums/AlchemySubscription.md index 6087fb0ef..5b87e1231 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:1600](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1600) +[src/types/types.ts:1676](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1676) ___ @@ -32,4 +32,4 @@ ___ #### Defined in -[src/types/types.ts:1599](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1599) +[src/types/types.ts:1675](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1675) diff --git a/docs-md/enums/AssetTransfersCategory.md b/docs-md/enums/AssetTransfersCategory.md index 01e288f72..2a8776acd 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:301](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L301) +[src/types/types.ts:369](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L369) ___ @@ -38,7 +38,7 @@ ERC20 transfers. #### Defined in -[src/types/types.ts:295](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L295) +[src/types/types.ts:363](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L363) ___ @@ -50,7 +50,7 @@ ERC721 transfers. #### Defined in -[src/types/types.ts:298](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L298) +[src/types/types.ts:366](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L366) ___ @@ -64,7 +64,7 @@ accessed by users. #### Defined in -[src/types/types.ts:285](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L285) +[src/types/types.ts:353](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L353) ___ @@ -78,7 +78,7 @@ another smart contract or sending #### Defined in -[src/types/types.ts:292](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L292) +[src/types/types.ts:360](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L360) ___ @@ -90,4 +90,4 @@ Special contracts that don't follow ERC 721/1155, (ex: CryptoKitties). #### Defined in -[src/types/types.ts:304](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L304) +[src/types/types.ts:372](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L372) diff --git a/docs-md/enums/AssetTransfersOrder.md b/docs-md/enums/AssetTransfersOrder.md index 97336a777..0f97220be 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:316](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L316) +[src/types/types.ts:384](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L384) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[src/types/types.ts:317](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L317) +[src/types/types.ts:385](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L385) diff --git a/docs-md/enums/CommitmentLevel.md b/docs-md/enums/CommitmentLevel.md index f7d364ba8..ac26290b6 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:2264](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2264) +[src/types/types.ts:2340](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2340) ___ @@ -39,7 +39,7 @@ This block is very unlikely to be re-orged. This is only available on #### Defined in -[src/types/types.ts:2260](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2260) +[src/types/types.ts:2336](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2336) ___ @@ -52,7 +52,7 @@ this block may be re-orged out of the canonical chain. #### Defined in -[src/types/types.ts:2248](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2248) +[src/types/types.ts:2324](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2324) ___ @@ -66,7 +66,7 @@ is a proxy for blocks that have not been mined yet. #### Defined in -[src/types/types.ts:2243](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2243) +[src/types/types.ts:2319](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2319) ___ @@ -80,4 +80,4 @@ only available on [Network.ETH_GOERLI](Network.md#eth_goerli). #### Defined in -[src/types/types.ts:2254](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2254) +[src/types/types.ts:2330](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2330) diff --git a/docs-md/enums/DebugCallType.md b/docs-md/enums/DebugCallType.md index d864f797f..24a65dec4 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:1885](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1885) +[src/types/types.ts:1961](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1961) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/types/types.ts:1884](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1884) +[src/types/types.ts:1960](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1960) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/types/types.ts:1887](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1887) +[src/types/types.ts:1963](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1963) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/types/types.ts:1886](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1886) +[src/types/types.ts:1962](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1962) diff --git a/docs-md/enums/DebugTracerType.md b/docs-md/enums/DebugTracerType.md index 3677ea4bc..7fe6a67f5 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:2278](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2278) +[src/types/types.ts:2354](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2354) ___ @@ -30,4 +30,4 @@ ___ #### Defined in -[src/types/types.ts:2279](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2279) +[src/types/types.ts:2355](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2355) diff --git a/docs-md/enums/DecodingAuthority.md b/docs-md/enums/DecodingAuthority.md index d3c3d143b..bf5c1697e 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:1848](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1848) +[src/types/types.ts:1924](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1924) diff --git a/docs-md/enums/GetTransfersForOwnerTransferType.md b/docs-md/enums/GetTransfersForOwnerTransferType.md index da59cfe1d..e8e581885 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:972](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L972) +[src/types/types.ts:1046](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1046) ___ @@ -30,4 +30,4 @@ ___ #### Defined in -[src/types/types.ts:971](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L971) +[src/types/types.ts:1045](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1045) diff --git a/docs-md/enums/Network.md b/docs-md/enums/Network.md index 5142c04aa..34adc96af 100644 --- a/docs-md/enums/Network.md +++ b/docs-md/enums/Network.md @@ -34,7 +34,7 @@ available on which networks #### Defined in -[src/types/types.ts:90](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L90) +[src/types/types.ts:90](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L90) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/types/types.ts:87](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L87) +[src/types/types.ts:87](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L87) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/types/types.ts:89](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L89) +[src/types/types.ts:89](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L89) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/types/types.ts:93](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L93) +[src/types/types.ts:93](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L93) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/types/types.ts:78](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L78) +[src/types/types.ts:78](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L78) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/types/types.ts:80](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L80) +[src/types/types.ts:80](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L80) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/types/types.ts:75](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L75) +[src/types/types.ts:75](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L75) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/types/types.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L82) +[src/types/types.ts:82](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L82) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/types/types.ts:77](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L77) +[src/types/types.ts:77](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L77) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/types/types.ts:91](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L91) +[src/types/types.ts:91](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L91) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/types/types.ts:92](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L92) +[src/types/types.ts:92](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L92) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/types/types.ts:86](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L86) +[src/types/types.ts:86](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L86) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/types/types.ts:85](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L85) +[src/types/types.ts:85](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L85) ___ @@ -174,4 +174,4 @@ ___ #### Defined in -[src/types/types.ts:83](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L83) +[src/types/types.ts:83](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L83) diff --git a/docs-md/enums/NftExcludeFilters.md b/docs-md/enums/NftExcludeFilters.md index a7ad4c5b6..d5caff3c2 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:652](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L652) +[src/types/types.ts:720](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L720) ___ @@ -39,4 +39,4 @@ Exclude NFTs that have been classified as spam. #### Defined in -[src/types/types.ts:649](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L649) +[src/types/types.ts:717](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L717) diff --git a/docs-md/enums/NftFilters.md b/docs-md/enums/NftFilters.md index 679633882..d3cfa62ae 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:666](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L666) +[src/types/types.ts:734](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L734) ___ @@ -36,4 +36,4 @@ NFTs that have been classified as spam. #### Defined in -[src/types/types.ts:663](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L663) +[src/types/types.ts:731](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L731) diff --git a/docs-md/enums/NftOrdering.md b/docs-md/enums/NftOrdering.md index bce529973..9fa181620 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:676](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L676) +[src/types/types.ts:744](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L744) diff --git a/docs-md/enums/NftSaleMarketplace.md b/docs-md/enums/NftSaleMarketplace.md index fe739aa3f..80fd25744 100644 --- a/docs-md/enums/NftSaleMarketplace.md +++ b/docs-md/enums/NftSaleMarketplace.md @@ -9,20 +9,32 @@ Enum representing the supported NFT marketplaces by the ### Enumeration members +- [CRYPTOPUNKS](NftSaleMarketplace.md#cryptopunks) - [LOOKSRARE](NftSaleMarketplace.md#looksrare) - [SEAPORT](NftSaleMarketplace.md#seaport) - [UNKNOWN](NftSaleMarketplace.md#unknown) +- [WYVERN](NftSaleMarketplace.md#wyvern) - [X2Y2](NftSaleMarketplace.md#x2y2) ## Enumeration members +### CRYPTOPUNKS + +• **CRYPTOPUNKS** = `"cryptopunks"` + +#### Defined in + +[src/types/types.ts:1313](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1313) + +___ + ### LOOKSRARE • **LOOKSRARE** = `"looksrare"` #### Defined in -[src/types/types.ts:1236](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1236) +[src/types/types.ts:1310](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1310) ___ @@ -32,7 +44,7 @@ ___ #### Defined in -[src/types/types.ts:1235](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1235) +[src/types/types.ts:1309](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1309) ___ @@ -42,7 +54,17 @@ ___ #### Defined in -[src/types/types.ts:1238](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1238) +[src/types/types.ts:1314](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1314) + +___ + +### WYVERN + +• **WYVERN** = `"wyvern"` + +#### Defined in + +[src/types/types.ts:1312](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1312) ___ @@ -52,4 +74,4 @@ ___ #### Defined in -[src/types/types.ts:1237](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1237) +[src/types/types.ts:1311](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1311) diff --git a/docs-md/enums/NftSaleTakerType.md b/docs-md/enums/NftSaleTakerType.md index 8a46f883d..7dbe28cf9 100644 --- a/docs-md/enums/NftSaleTakerType.md +++ b/docs-md/enums/NftSaleTakerType.md @@ -20,7 +20,7 @@ method. #### Defined in -[src/types/types.ts:1248](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1248) +[src/types/types.ts:1324](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1324) ___ @@ -30,4 +30,4 @@ ___ #### Defined in -[src/types/types.ts:1249](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1249) +[src/types/types.ts:1325](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1325) diff --git a/docs-md/enums/NftSpamClassification.md b/docs-md/enums/NftSpamClassification.md index c3698d256..727967099 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:515](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L515) +[src/types/types.ts:583](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L583) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/types/types.ts:513](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L513) +[src/types/types.ts:581](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L581) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/types/types.ts:514](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L514) +[src/types/types.ts:582](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L582) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/types/types.ts:516](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L516) +[src/types/types.ts:584](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L584) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/types/types.ts:517](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L517) +[src/types/types.ts:585](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L585) diff --git a/docs-md/enums/NftTokenType.md b/docs-md/enums/NftTokenType.md index cc7840291..f14b685ef 100644 --- a/docs-md/enums/NftTokenType.md +++ b/docs-md/enums/NftTokenType.md @@ -20,7 +20,7 @@ An enum for specifying the token type on NFTs. #### Defined in -[src/types/types.ts:327](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L327) +[src/types/types.ts:395](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L395) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/types/types.ts:326](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L326) +[src/types/types.ts:394](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L394) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/types/types.ts:328](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L328) +[src/types/types.ts:396](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L396) diff --git a/docs-md/enums/OpenSeaSafelistRequestStatus.md b/docs-md/enums/OpenSeaSafelistRequestStatus.md index 6f5f59963..24803e8bb 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:1572](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1572) +[src/types/types.ts:1648](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1648) ___ @@ -35,7 +35,7 @@ Brand new collections. #### Defined in -[src/types/types.ts:1576](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1576) +[src/types/types.ts:1652](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1652) ___ @@ -47,7 +47,7 @@ Collections that requested safelisting on OpenSea. #### Defined in -[src/types/types.ts:1574](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1574) +[src/types/types.ts:1650](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1650) ___ @@ -59,4 +59,4 @@ Verified collection. #### Defined in -[src/types/types.ts:1570](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1570) +[src/types/types.ts:1646](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1646) diff --git a/docs-md/enums/RefreshState.md b/docs-md/enums/RefreshState.md index 1588dd5ca..1c57f4ecc 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:1311](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1311) +[src/types/types.ts:1387](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1387) ___ @@ -37,7 +37,7 @@ The provided contract is not an NFT or does not contain metadata. #### Defined in -[src/types/types.ts:1308](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1308) +[src/types/types.ts:1384](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1384) ___ @@ -49,7 +49,7 @@ The contract refresh is complete. #### Defined in -[src/types/types.ts:1317](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1317) +[src/types/types.ts:1393](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1393) ___ @@ -61,7 +61,7 @@ The contract is currently being refreshed. #### Defined in -[src/types/types.ts:1314](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1314) +[src/types/types.ts:1390](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1390) ___ @@ -73,7 +73,7 @@ The contract refresh has been queued and await execution. #### Defined in -[src/types/types.ts:1320](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1320) +[src/types/types.ts:1396](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1396) ___ @@ -85,4 +85,4 @@ The contract was unable to be queued due to an internal error. #### Defined in -[src/types/types.ts:1323](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1323) +[src/types/types.ts:1399](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1399) diff --git a/docs-md/enums/SimulateAssetType.md b/docs-md/enums/SimulateAssetType.md index 3fcafd2a6..cac73a71a 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:1728](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1728) +[src/types/types.ts:1804](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1804) ___ @@ -38,7 +38,7 @@ ERC20 approval or transfers. #### Defined in -[src/types/types.ts:1724](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1724) +[src/types/types.ts:1800](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1800) ___ @@ -50,7 +50,7 @@ ERC721 approval or transfers. #### Defined in -[src/types/types.ts:1726](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1726) +[src/types/types.ts:1802](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1802) ___ @@ -63,7 +63,7 @@ run on (ex: ETH for Ethereum, MATIC for Polygon, ETH for Arbitrum). #### Defined in -[src/types/types.ts:1722](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1722) +[src/types/types.ts:1798](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1798) ___ @@ -76,4 +76,4 @@ CryptoKitties and CryptoPunks. #### Defined in -[src/types/types.ts:1733](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1733) +[src/types/types.ts:1809](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1809) diff --git a/docs-md/enums/SimulateChangeType.md b/docs-md/enums/SimulateChangeType.md index fc32faf3d..054870a26 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:1748](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1748) +[src/types/types.ts:1824](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1824) ___ @@ -38,4 +38,4 @@ Represents a transaction that transferred tokens from one address to another. #### Defined in -[src/types/types.ts:1753](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1753) +[src/types/types.ts:1829](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1829) diff --git a/docs-md/enums/SortingOrder.md b/docs-md/enums/SortingOrder.md index 44f828226..5264f0de8 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:1224](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1224) +[src/types/types.ts:1298](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1298) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/types/types.ts:1225](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1225) +[src/types/types.ts:1299](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1299) diff --git a/docs-md/enums/TokenBalanceType.md b/docs-md/enums/TokenBalanceType.md index 420a01fc8..edb182f2c 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:102](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L102) +[src/types/types.ts:102](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L102) ___ @@ -36,4 +36,4 @@ all tokens that the address has ever received. #### Defined in -[src/types/types.ts:109](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L109) +[src/types/types.ts:109](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L109) diff --git a/docs-md/enums/WebhookType.md b/docs-md/enums/WebhookType.md index 1d0b7ffa6..b11bdbb2e 100644 --- a/docs-md/enums/WebhookType.md +++ b/docs-md/enums/WebhookType.md @@ -21,7 +21,7 @@ The type of [Webhook](../interfaces/Webhook.md). #### Defined in -[src/types/types.ts:2027](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2027) +[src/types/types.ts:2103](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2103) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/types/types.ts:2026](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2026) +[src/types/types.ts:2102](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2102) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/types/types.ts:2025](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2025) +[src/types/types.ts:2101](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2101) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/types/types.ts:2028](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2028) +[src/types/types.ts:2104](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2104) diff --git a/docs-md/enums/WebhookVersion.md b/docs-md/enums/WebhookVersion.md index ff5cdb439..c1ddc8991 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:2019](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2019) +[src/types/types.ts:2095](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2095) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/types/types.ts:2020](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2020) +[src/types/types.ts:2096](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2096) diff --git a/docs-md/interfaces/AddressActivityResponse.md b/docs-md/interfaces/AddressActivityResponse.md index 2eecd8dbe..280980585 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:2087](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2087) +[src/types/types.ts:2163](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2163) ___ @@ -34,7 +34,7 @@ Optional page key used to fetch the remaining addresses. #### Defined in -[src/types/types.ts:2091](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2091) +[src/types/types.ts:2167](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2167) ___ @@ -46,4 +46,4 @@ The total number of addresses. #### Defined in -[src/types/types.ts:2089](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2089) +[src/types/types.ts:2165](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2165) diff --git a/docs-md/interfaces/AddressActivityWebhook.md b/docs-md/interfaces/AddressActivityWebhook.md index 8017474ac..5ee98e219 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:2014](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2014) +[src/types/types.ts:2090](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2090) ___ @@ -57,7 +57,7 @@ The webhook's unique id. #### Defined in -[src/types/types.ts:1995](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1995) +[src/types/types.ts:2071](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2071) ___ @@ -73,7 +73,7 @@ Whether the webhook is currently active #### Defined in -[src/types/types.ts:2003](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2003) +[src/types/types.ts:2079](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2079) ___ @@ -89,7 +89,7 @@ The network the webhook is on. #### Defined in -[src/types/types.ts:1997](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1997) +[src/types/types.ts:2073](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2073) ___ @@ -105,7 +105,7 @@ The signing key used to verify payloads for the webhook. #### Defined in -[src/types/types.ts:2007](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2007) +[src/types/types.ts:2083](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2083) ___ @@ -121,7 +121,7 @@ The creation time of the webhook as an ISO string. #### Defined in -[src/types/types.ts:2005](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2005) +[src/types/types.ts:2081](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2081) ___ @@ -137,7 +137,7 @@ The type of webhook. #### Defined in -[src/types/types.ts:2055](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2055) +[src/types/types.ts:2131](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2131) ___ @@ -153,7 +153,7 @@ The url that the webhook sends its payload to. #### Defined in -[src/types/types.ts:2001](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2001) +[src/types/types.ts:2077](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2077) ___ @@ -169,4 +169,4 @@ The webhook version. All newly created webhooks default to V2. #### Defined in -[src/types/types.ts:2009](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2009) +[src/types/types.ts:2085](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2085) diff --git a/docs-md/interfaces/AddressWebhookParams.md b/docs-md/interfaces/AddressWebhookParams.md index d7b7017e1..ff3bbe44e 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:2130](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2130) +[src/types/types.ts:2206](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2206) ___ @@ -35,4 +35,4 @@ created on network of the app provided in the api key config. #### Defined in -[src/types/types.ts:2135](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2135) +[src/types/types.ts:2211](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2211) diff --git a/docs-md/interfaces/AlchemyMinedTransactionsEventFilter.md b/docs-md/interfaces/AlchemyMinedTransactionsEventFilter.md index fe224c5dc..59dbf9d87 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:1658](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1658) +[src/types/types.ts:1734](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1734) ___ @@ -47,7 +47,7 @@ the entire transaction response is included). #### Defined in -[src/types/types.ts:1671](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1671) +[src/types/types.ts:1747](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1747) ___ @@ -60,7 +60,7 @@ Defaults to false. #### Defined in -[src/types/types.ts:1664](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1664) +[src/types/types.ts:1740](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1740) ___ @@ -70,4 +70,4 @@ ___ #### Defined in -[src/types/types.ts:1652](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1652) +[src/types/types.ts:1728](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1728) diff --git a/docs-md/interfaces/AlchemyPendingTransactionsEventFilter.md b/docs-md/interfaces/AlchemyPendingTransactionsEventFilter.md index 341f9bf13..8dd321eb4 100644 --- a/docs-md/interfaces/AlchemyPendingTransactionsEventFilter.md +++ b/docs-md/interfaces/AlchemyPendingTransactionsEventFilter.md @@ -32,7 +32,7 @@ Filter pending transactions sent FROM the provided address or array of addresses #### Defined in -[src/types/types.ts:1621](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1621) +[src/types/types.ts:1697](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1697) ___ @@ -49,7 +49,7 @@ response as subscribing to `newPendingTransactions`. #### Defined in -[src/types/types.ts:1634](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1634) +[src/types/types.ts:1710](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1710) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/types/types.ts:1618](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1618) +[src/types/types.ts:1694](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1694) ___ @@ -71,4 +71,4 @@ Filter pending transactions sent TO the provided address or array of addresses. #### Defined in -[src/types/types.ts:1624](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1624) +[src/types/types.ts:1700](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1700) diff --git a/docs-md/interfaces/AlchemySettings.md b/docs-md/interfaces/AlchemySettings.md index af881f9f2..96f56f3e8 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:23](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L23) +[src/types/types.ts:23](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L23) ___ @@ -41,7 +41,7 @@ in the Alchemy Dashboard on the Notify tab. #### Defined in -[src/types/types.ts:49](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L49) +[src/types/types.ts:49](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L49) ___ @@ -56,7 +56,7 @@ This implementation is based on the `JsonRpcBatchProvider` in ethers. #### Defined in -[src/types/types.ts:63](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L63) +[src/types/types.ts:63](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L63) ___ @@ -68,7 +68,7 @@ The maximum number of retries to attempt if a request fails. Defaults to 5. #### Defined in -[src/types/types.ts:34](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L34) +[src/types/types.ts:34](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L34) ___ @@ -83,7 +83,7 @@ Defaults to: Network.ETH_MAINNET #### Defined in -[src/types/types.ts:31](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L31) +[src/types/types.ts:31](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L31) ___ @@ -96,7 +96,7 @@ Default to 0 (No timeout). #### Defined in -[src/types/types.ts:55](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L55) +[src/types/types.ts:55](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L55) ___ @@ -112,4 +112,4 @@ that not all methods will work with custom URLs. #### Defined in -[src/types/types.ts:43](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L43) +[src/types/types.ts:43](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L43) diff --git a/docs-md/interfaces/AssetTransfersMetadata.md b/docs-md/interfaces/AssetTransfersMetadata.md index 785721999..0586a547c 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:427](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L427) +[src/types/types.ts:495](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L495) diff --git a/docs-md/interfaces/AssetTransfersParams.md b/docs-md/interfaces/AssetTransfersParams.md index 7d50be80c..6ee481922 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:245](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L245) +[src/types/types.ts:313](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L313) ___ @@ -49,7 +49,7 @@ List of contract addresses to filter for - only applies to "erc20", #### Defined in -[src/types/types.ts:236](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L236) +[src/types/types.ts:304](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L304) ___ @@ -62,7 +62,7 @@ different than null value. Defaults to `true` if omitted. #### Defined in -[src/types/types.ts:242](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L242) +[src/types/types.ts:310](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L310) ___ @@ -75,7 +75,7 @@ for all addresses if omitted. #### Defined in -[src/types/types.ts:224](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L224) +[src/types/types.ts:292](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L292) ___ @@ -88,7 +88,7 @@ defaults to `0x0` if omitted. #### Defined in -[src/types/types.ts:206](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L206) +[src/types/types.ts:274](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L274) ___ @@ -100,7 +100,7 @@ The maximum number of results to return per page. Defaults to 1000 if omitted. #### Defined in -[src/types/types.ts:248](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L248) +[src/types/types.ts:316](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L316) ___ @@ -113,7 +113,7 @@ Defaults to ascending if omitted. #### Defined in -[src/types/types.ts:218](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L218) +[src/types/types.ts:286](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L286) ___ @@ -126,7 +126,7 @@ Optional page key from an existing [OwnedBaseNftsResponse](OwnedBaseNftsResponse #### Defined in -[src/types/types.ts:254](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L254) +[src/types/types.ts:322](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L322) ___ @@ -139,7 +139,7 @@ for all address if omitted. #### Defined in -[src/types/types.ts:230](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L230) +[src/types/types.ts:298](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L298) ___ @@ -152,7 +152,7 @@ defaults to the latest block if omitted. #### Defined in -[src/types/types.ts:212](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L212) +[src/types/types.ts:280](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L280) ___ @@ -165,4 +165,4 @@ to `false` if omitted. #### Defined in -[src/types/types.ts:260](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L260) +[src/types/types.ts:328](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L328) diff --git a/docs-md/interfaces/AssetTransfersResponse.md b/docs-md/interfaces/AssetTransfersResponse.md index 7eb1413fe..785fe5fce 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:339](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L339) +[src/types/types.ts:407](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L407) ___ @@ -31,4 +31,4 @@ ___ #### Defined in -[src/types/types.ts:337](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L337) +[src/types/types.ts:405](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L405) diff --git a/docs-md/interfaces/AssetTransfersResult.md b/docs-md/interfaces/AssetTransfersResult.md index 948335abf..d022a77b9 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:399](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L399) +[src/types/types.ts:467](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L467) ___ @@ -50,7 +50,7 @@ The block number where the transfer occurred. #### Defined in -[src/types/types.ts:366](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L366) +[src/types/types.ts:434](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L434) ___ @@ -62,7 +62,7 @@ The category of the transfer. #### Defined in -[src/types/types.ts:363](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L363) +[src/types/types.ts:431](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L431) ___ @@ -75,7 +75,7 @@ token. `null` if not an ERC1155 transfer. #### Defined in -[src/types/types.ts:390](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L390) +[src/types/types.ts:458](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L458) ___ @@ -88,7 +88,7 @@ ERC721 transfer. #### Defined in -[src/types/types.ts:384](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L384) +[src/types/types.ts:452](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L452) ___ @@ -100,7 +100,7 @@ The from address of the transfer. #### Defined in -[src/types/types.ts:369](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L369) +[src/types/types.ts:437](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L437) ___ @@ -112,7 +112,7 @@ The transaction hash of the transfer transaction. #### Defined in -[src/types/types.ts:402](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L402) +[src/types/types.ts:470](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L470) ___ @@ -124,7 +124,7 @@ Information about the raw contract of the asset transferred. #### Defined in -[src/types/types.ts:405](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L405) +[src/types/types.ts:473](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L473) ___ @@ -136,7 +136,7 @@ The to address of the transfer. #### Defined in -[src/types/types.ts:372](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L372) +[src/types/types.ts:440](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L440) ___ @@ -148,7 +148,7 @@ The token id of the token transferred. #### Defined in -[src/types/types.ts:393](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L393) +[src/types/types.ts:461](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L461) ___ @@ -160,7 +160,7 @@ The unique ID of the transfer. #### Defined in -[src/types/types.ts:360](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L360) +[src/types/types.ts:428](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L428) ___ @@ -173,4 +173,4 @@ decimal). `null` if ERC721 transfer or contract decimal not available. #### Defined in -[src/types/types.ts:378](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L378) +[src/types/types.ts:446](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L446) diff --git a/docs-md/interfaces/AssetTransfersWithMetadataParams.md b/docs-md/interfaces/AssetTransfersWithMetadataParams.md index 41166d340..59a37c568 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:245](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L245) +[src/types/types.ts:313](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L313) ___ @@ -58,7 +58,7 @@ List of contract addresses to filter for - only applies to "erc20", #### Defined in -[src/types/types.ts:236](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L236) +[src/types/types.ts:304](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L304) ___ @@ -75,7 +75,7 @@ different than null value. Defaults to `true` if omitted. #### Defined in -[src/types/types.ts:242](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L242) +[src/types/types.ts:310](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L310) ___ @@ -92,7 +92,7 @@ for all addresses if omitted. #### Defined in -[src/types/types.ts:224](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L224) +[src/types/types.ts:292](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L292) ___ @@ -109,7 +109,7 @@ defaults to `0x0` if omitted. #### Defined in -[src/types/types.ts:206](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L206) +[src/types/types.ts:274](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L274) ___ @@ -125,7 +125,7 @@ The maximum number of results to return per page. Defaults to 1000 if omitted. #### Defined in -[src/types/types.ts:248](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L248) +[src/types/types.ts:316](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L316) ___ @@ -142,7 +142,7 @@ Defaults to ascending if omitted. #### Defined in -[src/types/types.ts:218](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L218) +[src/types/types.ts:286](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L286) ___ @@ -159,7 +159,7 @@ Optional page key from an existing [OwnedBaseNftsResponse](OwnedBaseNftsResponse #### Defined in -[src/types/types.ts:254](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L254) +[src/types/types.ts:322](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L322) ___ @@ -176,7 +176,7 @@ for all address if omitted. #### Defined in -[src/types/types.ts:230](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L230) +[src/types/types.ts:298](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L298) ___ @@ -193,7 +193,7 @@ defaults to the latest block if omitted. #### Defined in -[src/types/types.ts:212](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L212) +[src/types/types.ts:280](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L280) ___ @@ -210,4 +210,4 @@ to `false` if omitted. #### Defined in -[src/types/types.ts:270](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L270) +[src/types/types.ts:338](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L338) diff --git a/docs-md/interfaces/AssetTransfersWithMetadataResponse.md b/docs-md/interfaces/AssetTransfersWithMetadataResponse.md index ccb9f3595..b753f35ff 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:350](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L350) +[src/types/types.ts:418](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L418) ___ @@ -30,4 +30,4 @@ ___ #### Defined in -[src/types/types.ts:349](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L349) +[src/types/types.ts:417](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L417) diff --git a/docs-md/interfaces/AssetTransfersWithMetadataResult.md b/docs-md/interfaces/AssetTransfersWithMetadataResult.md index 94a057d88..36e64207f 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:399](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L399) +[src/types/types.ts:467](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L467) ___ @@ -60,7 +60,7 @@ The block number where the transfer occurred. #### Defined in -[src/types/types.ts:366](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L366) +[src/types/types.ts:434](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L434) ___ @@ -76,7 +76,7 @@ The category of the transfer. #### Defined in -[src/types/types.ts:363](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L363) +[src/types/types.ts:431](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L431) ___ @@ -93,7 +93,7 @@ token. `null` if not an ERC1155 transfer. #### Defined in -[src/types/types.ts:390](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L390) +[src/types/types.ts:458](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L458) ___ @@ -110,7 +110,7 @@ ERC721 transfer. #### Defined in -[src/types/types.ts:384](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L384) +[src/types/types.ts:452](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L452) ___ @@ -126,7 +126,7 @@ The from address of the transfer. #### Defined in -[src/types/types.ts:369](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L369) +[src/types/types.ts:437](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L437) ___ @@ -142,7 +142,7 @@ The transaction hash of the transfer transaction. #### Defined in -[src/types/types.ts:402](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L402) +[src/types/types.ts:470](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L470) ___ @@ -154,7 +154,7 @@ Additional metadata about the transfer event. #### Defined in -[src/types/types.ts:416](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L416) +[src/types/types.ts:484](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L484) ___ @@ -170,7 +170,7 @@ Information about the raw contract of the asset transferred. #### Defined in -[src/types/types.ts:405](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L405) +[src/types/types.ts:473](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L473) ___ @@ -186,7 +186,7 @@ The to address of the transfer. #### Defined in -[src/types/types.ts:372](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L372) +[src/types/types.ts:440](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L440) ___ @@ -202,7 +202,7 @@ The token id of the token transferred. #### Defined in -[src/types/types.ts:393](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L393) +[src/types/types.ts:461](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L461) ___ @@ -218,7 +218,7 @@ The unique ID of the transfer. #### Defined in -[src/types/types.ts:360](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L360) +[src/types/types.ts:428](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L428) ___ @@ -235,4 +235,4 @@ decimal). `null` if ERC721 transfer or contract decimal not available. #### Defined in -[src/types/types.ts:378](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L378) +[src/types/types.ts:446](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L446) diff --git a/docs-md/interfaces/BaseNft.md b/docs-md/interfaces/BaseNft.md index 52e7b5b40..0aa5f3dc2 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:63](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L63) +[src/api/nft.ts:63](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L63) ___ @@ -44,7 +44,7 @@ The NFT token ID as an integer string. #### Defined in -[src/api/nft.ts:65](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L65) +[src/api/nft.ts:65](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L65) ___ @@ -56,4 +56,4 @@ The type of ERC token, if known. #### Defined in -[src/api/nft.ts:67](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L67) +[src/api/nft.ts:67](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L67) diff --git a/docs-md/interfaces/BaseNftContract.md b/docs-md/interfaces/BaseNftContract.md index 712d897cb..6891178ab 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:21](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L21) +[src/api/nft.ts:21](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L21) diff --git a/docs-md/interfaces/ContractForOwner.md b/docs-md/interfaces/ContractForOwner.md index 2cdf527bb..3f6d6a661 100644 --- a/docs-md/interfaces/ContractForOwner.md +++ b/docs-md/interfaces/ContractForOwner.md @@ -42,7 +42,7 @@ The address of the contract. #### Defined in -[src/api/nft.ts:21](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L21) +[src/api/nft.ts:21](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L21) ___ @@ -58,7 +58,7 @@ The address that deployed the NFT contract. #### Defined in -[src/api/nft.ts:48](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L48) +[src/api/nft.ts:48](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L48) ___ @@ -74,7 +74,7 @@ The block number the NFT contract deployed in. #### Defined in -[src/api/nft.ts:50](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L50) +[src/api/nft.ts:50](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L50) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[src/types/types.ts:957](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L957) +[src/types/types.ts:1031](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1031) ___ @@ -96,7 +96,7 @@ Alternative NFT metadata for this contract to be parsed manually. #### Defined in -[src/types/types.ts:963](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L963) +[src/types/types.ts:1037](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1037) ___ @@ -112,7 +112,7 @@ The name of the contract. #### Defined in -[src/api/nft.ts:37](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L37) +[src/api/nft.ts:37](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L37) ___ @@ -126,7 +126,7 @@ holds some fungible ERC1155 tokens. #### Defined in -[src/types/types.ts:955](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L955) +[src/types/types.ts:1029](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1029) ___ @@ -142,7 +142,7 @@ OpenSea's metadata for the contract. #### Defined in -[src/api/nft.ts:46](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L46) +[src/api/nft.ts:46](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L46) ___ @@ -158,7 +158,7 @@ The symbol of the contract. #### Defined in -[src/api/nft.ts:39](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L39) +[src/api/nft.ts:39](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L39) ___ @@ -170,7 +170,7 @@ One of the tokens from this contract held by the owner. #### Defined in -[src/types/types.ts:960](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L960) +[src/types/types.ts:1034](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1034) ___ @@ -186,7 +186,7 @@ The type of the token in the contract. #### Defined in -[src/api/nft.ts:35](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L35) +[src/api/nft.ts:35](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L35) ___ @@ -200,7 +200,7 @@ it may be higher if the user holds some fungible ERC1155 tokens. #### Defined in -[src/types/types.ts:948](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L948) +[src/types/types.ts:1022](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1022) ___ @@ -217,4 +217,4 @@ available on ERC-721 contracts. #### Defined in -[src/api/nft.ts:44](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L44) +[src/api/nft.ts:44](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L44) diff --git a/docs-md/interfaces/DebugCallTrace.md b/docs-md/interfaces/DebugCallTrace.md index fba1b325a..fa04b7988 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:2350](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2350) +[src/types/types.ts:2426](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2426) ___ @@ -42,7 +42,7 @@ Optional error field. #### Defined in -[src/types/types.ts:2346](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2346) +[src/types/types.ts:2422](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2422) ___ @@ -54,7 +54,7 @@ From address of the transaction. #### Defined in -[src/types/types.ts:2332](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2332) +[src/types/types.ts:2408](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2408) ___ @@ -66,7 +66,7 @@ Gas provided for call as a hex string. #### Defined in -[src/types/types.ts:2338](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2338) +[src/types/types.ts:2414](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2414) ___ @@ -78,7 +78,7 @@ Gas used during the call as a hex string. #### Defined in -[src/types/types.ts:2340](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2340) +[src/types/types.ts:2416](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2416) ___ @@ -90,7 +90,7 @@ Call data. #### Defined in -[src/types/types.ts:2342](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2342) +[src/types/types.ts:2418](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2418) ___ @@ -102,7 +102,7 @@ Return data. #### Defined in -[src/types/types.ts:2344](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2344) +[src/types/types.ts:2420](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2420) ___ @@ -114,7 +114,7 @@ Solidity revert reason, if the call reverted. #### Defined in -[src/types/types.ts:2348](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2348) +[src/types/types.ts:2424](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2424) ___ @@ -126,7 +126,7 @@ To address of the transaction. #### Defined in -[src/types/types.ts:2334](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2334) +[src/types/types.ts:2410](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2410) ___ @@ -138,7 +138,7 @@ The type of call: `CALL` or `CREATE` for the top-level call. #### Defined in -[src/types/types.ts:2330](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2330) +[src/types/types.ts:2406](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2406) ___ @@ -150,4 +150,4 @@ Amount of value transfer as a hex string. #### Defined in -[src/types/types.ts:2336](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2336) +[src/types/types.ts:2412](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2412) diff --git a/docs-md/interfaces/DebugCallTracer.md b/docs-md/interfaces/DebugCallTracer.md index 22c91d973..e38ec494e 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:2302](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2302) +[src/types/types.ts:2378](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2378) ___ @@ -44,4 +44,4 @@ Specified type is `CALL_TRACER`. #### Defined in -[src/types/types.ts:2297](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2297) +[src/types/types.ts:2373](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2373) diff --git a/docs-md/interfaces/DebugPrestate.md b/docs-md/interfaces/DebugPrestate.md index b6974f878..277cfb9c3 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:2393](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2393) +[src/types/types.ts:2469](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2469) ___ @@ -35,7 +35,7 @@ Hex-encoded bytecode. #### Defined in -[src/types/types.ts:2397](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2397) +[src/types/types.ts:2473](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2473) ___ @@ -47,7 +47,7 @@ Nonce #### Defined in -[src/types/types.ts:2395](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2395) +[src/types/types.ts:2471](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2471) ___ @@ -59,4 +59,4 @@ Storage slots of the contract. #### Defined in -[src/types/types.ts:2399](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2399) +[src/types/types.ts:2475](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2475) diff --git a/docs-md/interfaces/DebugPrestateTracer.md b/docs-md/interfaces/DebugPrestateTracer.md index 08517cac0..4499d1c10 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:2322](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2322) +[src/types/types.ts:2398](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2398) ___ @@ -41,4 +41,4 @@ Specified type is `PRESTATE_TRACER`. #### Defined in -[src/types/types.ts:2317](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2317) +[src/types/types.ts:2393](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2393) diff --git a/docs-md/interfaces/DebugTransaction.md b/docs-md/interfaces/DebugTransaction.md index f7cebd863..5b8e1d2c9 100644 --- a/docs-md/interfaces/DebugTransaction.md +++ b/docs-md/interfaces/DebugTransaction.md @@ -24,7 +24,7 @@ The data associated with the transaction. #### Defined in -[src/types/types.ts:2230](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2230) +[src/types/types.ts:2306](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2306) ___ @@ -36,7 +36,7 @@ The address the transaction is sent from. #### Defined in -[src/types/types.ts:2224](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2224) +[src/types/types.ts:2300](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2300) ___ @@ -48,7 +48,7 @@ The gas price to use as a hex string. #### Defined in -[src/types/types.ts:2226](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2226) +[src/types/types.ts:2302](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2302) ___ @@ -60,7 +60,7 @@ The address the transaction is directed to. #### Defined in -[src/types/types.ts:2222](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2222) +[src/types/types.ts:2298](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2298) ___ @@ -72,4 +72,4 @@ The value associated with the transaction as a hex string. #### Defined in -[src/types/types.ts:2228](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2228) +[src/types/types.ts:2304](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2304) diff --git a/docs-md/interfaces/DecodedCallParam.md b/docs-md/interfaces/DecodedCallParam.md index 929becce4..1aa14f21a 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:1856](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1856) +[src/types/types.ts:1932](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1932) ___ @@ -40,7 +40,7 @@ The type of the parameter. #### Defined in -[src/types/types.ts:1858](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1858) +[src/types/types.ts:1934](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1934) ___ @@ -52,4 +52,4 @@ Value of the parameter. #### Defined in -[src/types/types.ts:1854](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1854) +[src/types/types.ts:1930](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1930) diff --git a/docs-md/interfaces/DecodedDebugCallTrace.md b/docs-md/interfaces/DecodedDebugCallTrace.md index 4666f8c8a..30dbdfca7 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:1879](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1879) +[src/types/types.ts:1955](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1955) ___ @@ -36,7 +36,7 @@ Method inputs. #### Defined in -[src/types/types.ts:1875](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1875) +[src/types/types.ts:1951](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1951) ___ @@ -48,7 +48,7 @@ The smart contract method called. #### Defined in -[src/types/types.ts:1873](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1873) +[src/types/types.ts:1949](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1949) ___ @@ -60,4 +60,4 @@ Method outputs. #### Defined in -[src/types/types.ts:1877](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1877) +[src/types/types.ts:1953](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1953) diff --git a/docs-md/interfaces/DecodedLog.md b/docs-md/interfaces/DecodedLog.md index 898bc744b..d3361dc90 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:1912](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1912) +[src/types/types.ts:1988](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1988) ___ @@ -35,7 +35,7 @@ The decoded name of the log event. #### Defined in -[src/types/types.ts:1908](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1908) +[src/types/types.ts:1984](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1984) ___ @@ -47,4 +47,4 @@ The decoded inputs to the log. #### Defined in -[src/types/types.ts:1910](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1910) +[src/types/types.ts:1986](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1986) diff --git a/docs-md/interfaces/DecodedLogInput.md b/docs-md/interfaces/DecodedLogInput.md index 7c80a77e1..78be95230 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:1864](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1864) +[src/types/types.ts:1940](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1940) ___ @@ -45,7 +45,7 @@ The name of the parameter. #### Defined in -[src/types/types.ts:1856](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1856) +[src/types/types.ts:1932](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1932) ___ @@ -61,7 +61,7 @@ The type of the parameter. #### Defined in -[src/types/types.ts:1858](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1858) +[src/types/types.ts:1934](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1934) ___ @@ -77,4 +77,4 @@ Value of the parameter. #### Defined in -[src/types/types.ts:1854](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1854) +[src/types/types.ts:1930](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1930) diff --git a/docs-md/interfaces/DeployResult.md b/docs-md/interfaces/DeployResult.md index 3b9786102..b1f3b7db4 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:1589](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1589) +[src/types/types.ts:1665](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1665) ___ @@ -33,4 +33,4 @@ The address of the contract deployer, if it is available. #### Defined in -[src/types/types.ts:1586](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1586) +[src/types/types.ts:1662](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1662) diff --git a/docs-md/interfaces/DroppedTransactionWebhook.md b/docs-md/interfaces/DroppedTransactionWebhook.md index 37a8e520a..311e642c6 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:2014](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2014) +[src/types/types.ts:2090](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2090) ___ @@ -57,7 +57,7 @@ The webhook's unique id. #### Defined in -[src/types/types.ts:1995](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1995) +[src/types/types.ts:2071](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2071) ___ @@ -73,7 +73,7 @@ Whether the webhook is currently active #### Defined in -[src/types/types.ts:2003](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2003) +[src/types/types.ts:2079](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2079) ___ @@ -89,7 +89,7 @@ The network the webhook is on. #### Defined in -[src/types/types.ts:1997](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1997) +[src/types/types.ts:2073](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2073) ___ @@ -105,7 +105,7 @@ The signing key used to verify payloads for the webhook. #### Defined in -[src/types/types.ts:2007](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2007) +[src/types/types.ts:2083](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2083) ___ @@ -121,7 +121,7 @@ The creation time of the webhook as an ISO string. #### Defined in -[src/types/types.ts:2005](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2005) +[src/types/types.ts:2081](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2081) ___ @@ -137,7 +137,7 @@ The type of webhook. #### Defined in -[src/types/types.ts:2046](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2046) +[src/types/types.ts:2122](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2122) ___ @@ -153,7 +153,7 @@ The url that the webhook sends its payload to. #### Defined in -[src/types/types.ts:2001](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2001) +[src/types/types.ts:2077](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2077) ___ @@ -169,4 +169,4 @@ The webhook version. All newly created webhooks default to V2. #### Defined in -[src/types/types.ts:2009](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2009) +[src/types/types.ts:2085](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2085) diff --git a/docs-md/interfaces/ERC1155Metadata.md b/docs-md/interfaces/ERC1155Metadata.md index a984625c3..eb901821a 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:1372](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1372) +[src/types/types.ts:1448](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1448) ___ @@ -30,4 +30,4 @@ ___ #### Defined in -[src/types/types.ts:1373](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1373) +[src/types/types.ts:1449](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1449) diff --git a/docs-md/interfaces/EventFilter.md b/docs-md/interfaces/EventFilter.md index b12ff4390..b8a1bc565 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:2378](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2378) +[src/types/types.ts:2454](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2454) ___ @@ -41,4 +41,4 @@ The topics to filter by, or null to match any topics. #### Defined in -[src/types/types.ts:2380](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2380) +[src/types/types.ts:2456](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2456) diff --git a/docs-md/interfaces/Filter.md b/docs-md/interfaces/Filter.md index bc8ddcb60..f37683fee 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:2378](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2378) +[src/types/types.ts:2454](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2454) ___ @@ -46,7 +46,7 @@ The starting block (inclusive) to search for logs matching the filter. #### Defined in -[src/types/types.ts:2368](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2368) +[src/types/types.ts:2444](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2444) ___ @@ -58,7 +58,7 @@ The end block (inclusive) to search for logs matching the filter. #### Defined in -[src/types/types.ts:2370](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2370) +[src/types/types.ts:2446](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2446) ___ @@ -74,4 +74,4 @@ The topics to filter by, or null to match any topics. #### Defined in -[src/types/types.ts:2380](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2380) +[src/types/types.ts:2456](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2456) diff --git a/docs-md/interfaces/FilterByBlockHash.md b/docs-md/interfaces/FilterByBlockHash.md index da133d44a..e4e9b847d 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:2378](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2378) +[src/types/types.ts:2454](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2454) ___ @@ -45,7 +45,7 @@ The specific block hash to search for logs matching the filter. #### Defined in -[src/types/types.ts:2359](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2359) +[src/types/types.ts:2435](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2435) ___ @@ -61,4 +61,4 @@ The topics to filter by, or null to match any topics. #### Defined in -[src/types/types.ts:2380](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2380) +[src/types/types.ts:2456](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2456) diff --git a/docs-md/interfaces/FloorPriceError.md b/docs-md/interfaces/FloorPriceError.md index efa05d762..9a3c07fde 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:878](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L878) +[src/types/types.ts:952](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L952) diff --git a/docs-md/interfaces/FloorPriceMarketplace.md b/docs-md/interfaces/FloorPriceMarketplace.md index e82cef555..849947f0c 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:865](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L865) +[src/types/types.ts:939](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L939) ___ @@ -36,7 +36,7 @@ The floor price of the collection on the given marketplace #### Defined in -[src/types/types.ts:861](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L861) +[src/types/types.ts:935](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L935) ___ @@ -48,7 +48,7 @@ The currency in which the floor price is denominated #### Defined in -[src/types/types.ts:863](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L863) +[src/types/types.ts:937](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L937) ___ @@ -60,4 +60,4 @@ UTC timestamp of when the floor price was retrieved from the marketplace #### Defined in -[src/types/types.ts:867](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L867) +[src/types/types.ts:941](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L941) diff --git a/docs-md/interfaces/GetAddressesOptions.md b/docs-md/interfaces/GetAddressesOptions.md index 16861ddee..6e18432be 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:2078](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2078) +[src/types/types.ts:2154](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2154) ___ @@ -33,4 +33,4 @@ Page #### Defined in -[src/types/types.ts:2081](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2081) +[src/types/types.ts:2157](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2157) diff --git a/docs-md/interfaces/GetAllWebhooksResponse.md b/docs-md/interfaces/GetAllWebhooksResponse.md index ecef65fda..08610aedc 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:2072](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2072) +[src/types/types.ts:2148](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2148) ___ @@ -33,4 +33,4 @@ All webhooks attached to the provided auth token. #### Defined in -[src/types/types.ts:2070](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2070) +[src/types/types.ts:2146](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2146) diff --git a/docs-md/interfaces/GetBaseNftsForContractOptions.md b/docs-md/interfaces/GetBaseNftsForContractOptions.md index 8b03bb128..405222423 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:1450](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1450) +[src/types/types.ts:1526](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1526) ___ @@ -40,7 +40,7 @@ Optional page key from an existing [NftContractBaseNftsResponse](NftContractBase #### Defined in -[src/types/types.ts:1447](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1447) +[src/types/types.ts:1523](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1523) ___ @@ -53,7 +53,7 @@ Maximum page size is 100. #### Defined in -[src/types/types.ts:1456](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1456) +[src/types/types.ts:1532](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1532) ___ @@ -68,4 +68,4 @@ metadata for cache misses then set this value to 0. #### Defined in -[src/types/types.ts:1464](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1464) +[src/types/types.ts:1540](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1540) diff --git a/docs-md/interfaces/GetBaseNftsForOwnerOptions.md b/docs-md/interfaces/GetBaseNftsForOwnerOptions.md index 86c773412..80521cb96 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:600](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L600) +[src/types/types.ts:668](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L668) ___ @@ -44,7 +44,7 @@ of these filters are excluded from the response. #### Defined in -[src/types/types.ts:606](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L606) +[src/types/types.ts:674](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L674) ___ @@ -57,7 +57,7 @@ of these filters are included in the response. #### Defined in -[src/types/types.ts:612](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L612) +[src/types/types.ts:680](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L680) ___ @@ -69,7 +69,7 @@ Optional boolean flag to include NFT metadata. Defaults to `false`. #### Defined in -[src/types/types.ts:621](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L621) +[src/types/types.ts:689](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L689) ___ @@ -82,7 +82,7 @@ contract address and token ID in lexicographic order. #### Defined in -[src/types/types.ts:635](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L635) +[src/types/types.ts:703](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L703) ___ @@ -95,7 +95,7 @@ Optional page key from an existing [OwnedBaseNftsResponse](OwnedBaseNftsResponse #### Defined in -[src/types/types.ts:597](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L597) +[src/types/types.ts:665](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L665) ___ @@ -108,7 +108,7 @@ Maximum page size is 100. #### Defined in -[src/types/types.ts:618](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L618) +[src/types/types.ts:686](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L686) ___ @@ -123,4 +123,4 @@ metadata for cache misses then set this value to 0. #### Defined in -[src/types/types.ts:629](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L629) +[src/types/types.ts:697](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L697) diff --git a/docs-md/interfaces/GetContractsForOwnerOptions.md b/docs-md/interfaces/GetContractsForOwnerOptions.md index 8282beead..681fcc91b 100644 --- a/docs-md/interfaces/GetContractsForOwnerOptions.md +++ b/docs-md/interfaces/GetContractsForOwnerOptions.md @@ -25,7 +25,7 @@ conjunction with [includeFilters](GetContractsForOwnerOptions.md#includefilters) #### Defined in -[src/types/types.ts:916](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L916) +[src/types/types.ts:990](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L990) ___ @@ -39,7 +39,7 @@ conjunction with [excludeFilters](GetContractsForOwnerOptions.md#excludefilters) #### Defined in -[src/types/types.ts:909](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L909) +[src/types/types.ts:983](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L983) ___ @@ -52,7 +52,7 @@ contract address and token ID in lexicographic order. #### Defined in -[src/types/types.ts:922](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L922) +[src/types/types.ts:996](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L996) ___ @@ -64,4 +64,4 @@ Key for pagination to use to fetch results from the next page if available. #### Defined in -[src/types/types.ts:902](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L902) +[src/types/types.ts:976](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L976) diff --git a/docs-md/interfaces/GetContractsForOwnerResponse.md b/docs-md/interfaces/GetContractsForOwnerResponse.md index b2f5e9015..c193f5704 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:932](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L932) +[src/types/types.ts:1006](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1006) ___ @@ -34,7 +34,7 @@ Key for pagination to use to fetch results from the next page if available. #### Defined in -[src/types/types.ts:935](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L935) +[src/types/types.ts:1009](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1009) ___ @@ -46,4 +46,4 @@ Total number of NFT contracts held by the given address. #### Defined in -[src/types/types.ts:938](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L938) +[src/types/types.ts:1012](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1012) diff --git a/docs-md/interfaces/GetFloorPriceResponse.md b/docs-md/interfaces/GetFloorPriceResponse.md index c77aed23a..cf9debf6d 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:892](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L892) +[src/types/types.ts:966](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L966) ___ @@ -32,4 +32,4 @@ marketplaces supported: OpenSea, LooksRare #### Defined in -[src/types/types.ts:891](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L891) +[src/types/types.ts:965](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L965) diff --git a/docs-md/interfaces/GetMintedNftsOptions.md b/docs-md/interfaces/GetMintedNftsOptions.md index 2466c6579..1686ec213 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:1056](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1056) +[src/types/types.ts:1130](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1130) ___ @@ -36,7 +36,7 @@ pagination. #### Defined in -[src/types/types.ts:1068](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1068) +[src/types/types.ts:1142](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1142) ___ @@ -49,4 +49,4 @@ NFTs. #### Defined in -[src/types/types.ts:1062](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1062) +[src/types/types.ts:1136](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1136) diff --git a/docs-md/interfaces/GetMintedNftsResponse.md b/docs-md/interfaces/GetMintedNftsResponse.md index beb32c2fa..9a0d75494 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:1076](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1076) +[src/types/types.ts:1150](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1150) ___ @@ -33,4 +33,4 @@ Key for pagination to use to fetch results from the next page if available. #### Defined in -[src/types/types.ts:1079](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1079) +[src/types/types.ts:1153](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1153) diff --git a/docs-md/interfaces/GetNftMetadataOptions.md b/docs-md/interfaces/GetNftMetadataOptions.md index 8003525a8..445e2fac9 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:818](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L818) +[src/types/types.ts:892](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L892) ___ @@ -35,7 +35,7 @@ Optional field to specify the type of token to speed up the query. #### Defined in -[src/types/types.ts:805](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L805) +[src/types/types.ts:879](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L879) ___ @@ -50,4 +50,4 @@ metadata for cache misses then set this value to 0. #### Defined in -[src/types/types.ts:812](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L812) +[src/types/types.ts:886](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L886) diff --git a/docs-md/interfaces/GetNftSalesOptions.md b/docs-md/interfaces/GetNftSalesOptions.md index 360ef9cd0..6d588e842 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:1103](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1103) +[src/types/types.ts:1177](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1177) ___ @@ -48,7 +48,7 @@ The block number to start fetching NFT sales data from. #### Defined in -[src/types/types.ts:1091](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1091) +[src/types/types.ts:1165](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1165) ___ @@ -60,7 +60,7 @@ The maximum number of NFT sales to return. #### Defined in -[src/types/types.ts:1115](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1115) +[src/types/types.ts:1189](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1189) ___ @@ -72,7 +72,7 @@ The NFT marketplace to filter sales by. #### Defined in -[src/types/types.ts:1100](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1100) +[src/types/types.ts:1174](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1174) ___ @@ -84,7 +84,7 @@ Whether to return the results in ascending or descending order by block number. #### Defined in -[src/types/types.ts:1097](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1097) +[src/types/types.ts:1171](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1171) ___ @@ -96,7 +96,7 @@ Key for pagination to use to fetch results from the next page if available. #### Defined in -[src/types/types.ts:1118](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1118) +[src/types/types.ts:1192](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1192) ___ @@ -108,7 +108,7 @@ The address of the NFT seller to filter sales by. #### Defined in -[src/types/types.ts:1106](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1106) +[src/types/types.ts:1180](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1180) ___ @@ -121,7 +121,7 @@ Defaults to returning both buyer and seller taker trades. #### Defined in -[src/types/types.ts:1112](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1112) +[src/types/types.ts:1186](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1186) ___ @@ -133,4 +133,4 @@ The block number limit to fetch NFT sales data from. #### Defined in -[src/types/types.ts:1094](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1094) +[src/types/types.ts:1168](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1168) diff --git a/docs-md/interfaces/GetNftSalesOptionsByContractAddress.md b/docs-md/interfaces/GetNftSalesOptionsByContractAddress.md index cb15fef52..376e34154 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:1103](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1103) +[src/types/types.ts:1177](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1177) ___ @@ -55,7 +55,7 @@ The contract address of a NFT collection to filter sales by. #### Defined in -[src/types/types.ts:1132](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1132) +[src/types/types.ts:1206](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1206) ___ @@ -71,7 +71,7 @@ The block number to start fetching NFT sales data from. #### Defined in -[src/types/types.ts:1091](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1091) +[src/types/types.ts:1165](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1165) ___ @@ -87,7 +87,7 @@ The maximum number of NFT sales to return. #### Defined in -[src/types/types.ts:1115](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1115) +[src/types/types.ts:1189](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1189) ___ @@ -103,7 +103,7 @@ The NFT marketplace to filter sales by. #### Defined in -[src/types/types.ts:1100](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1100) +[src/types/types.ts:1174](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1174) ___ @@ -119,7 +119,7 @@ Whether to return the results in ascending or descending order by block number. #### Defined in -[src/types/types.ts:1097](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1097) +[src/types/types.ts:1171](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1171) ___ @@ -135,7 +135,7 @@ Key for pagination to use to fetch results from the next page if available. #### Defined in -[src/types/types.ts:1118](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1118) +[src/types/types.ts:1192](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1192) ___ @@ -151,7 +151,7 @@ The address of the NFT seller to filter sales by. #### Defined in -[src/types/types.ts:1106](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1106) +[src/types/types.ts:1180](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1180) ___ @@ -168,7 +168,7 @@ Defaults to returning both buyer and seller taker trades. #### Defined in -[src/types/types.ts:1112](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1112) +[src/types/types.ts:1186](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1186) ___ @@ -184,7 +184,7 @@ The block number limit to fetch NFT sales data from. #### Defined in -[src/types/types.ts:1094](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1094) +[src/types/types.ts:1168](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1168) ___ @@ -196,4 +196,4 @@ The token ID of an NFT within the specified contractAddress to filter sales by. #### Defined in -[src/types/types.ts:1135](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1135) +[src/types/types.ts:1209](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1209) diff --git a/docs-md/interfaces/GetNftSalesResponse.md b/docs-md/interfaces/GetNftSalesResponse.md index cc227927e..4d67527d4 100644 --- a/docs-md/interfaces/GetNftSalesResponse.md +++ b/docs-md/interfaces/GetNftSalesResponse.md @@ -21,7 +21,7 @@ List of NFT sales that match the query #### Defined in -[src/types/types.ts:1148](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1148) +[src/types/types.ts:1222](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1222) ___ @@ -33,4 +33,4 @@ The page key to use to fetch the next page if more results are available. #### Defined in -[src/types/types.ts:1145](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1145) +[src/types/types.ts:1219](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1219) diff --git a/docs-md/interfaces/GetNftsForContractOptions.md b/docs-md/interfaces/GetNftsForContractOptions.md index 4761e359e..b17942568 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:1416](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1416) +[src/types/types.ts:1492](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1492) ___ @@ -40,7 +40,7 @@ Optional page key from an existing [NftContractBaseNftsResponse](NftContractBase #### Defined in -[src/types/types.ts:1413](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1413) +[src/types/types.ts:1489](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1489) ___ @@ -53,7 +53,7 @@ Maximum page size is 100. #### Defined in -[src/types/types.ts:1422](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1422) +[src/types/types.ts:1498](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1498) ___ @@ -68,4 +68,4 @@ metadata for cache misses then set this value to 0. #### Defined in -[src/types/types.ts:1430](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1430) +[src/types/types.ts:1506](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1506) diff --git a/docs-md/interfaces/GetNftsForOwnerOptions.md b/docs-md/interfaces/GetNftsForOwnerOptions.md index 47d80f845..5082a7b1c 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:545](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L545) +[src/types/types.ts:613](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L613) ___ @@ -44,7 +44,7 @@ of these filters are excluded from the response. #### Defined in -[src/types/types.ts:551](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L551) +[src/types/types.ts:619](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L619) ___ @@ -57,7 +57,7 @@ of these filters are included in the response. #### Defined in -[src/types/types.ts:557](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L557) +[src/types/types.ts:625](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L625) ___ @@ -69,7 +69,7 @@ Optional boolean flag to omit NFT metadata. Defaults to `false`. #### Defined in -[src/types/types.ts:566](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L566) +[src/types/types.ts:634](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L634) ___ @@ -82,7 +82,7 @@ contract address and token ID in lexicographic order. #### Defined in -[src/types/types.ts:580](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L580) +[src/types/types.ts:648](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L648) ___ @@ -95,7 +95,7 @@ Optional page key from an existing [OwnedBaseNftsResponse](OwnedBaseNftsResponse #### Defined in -[src/types/types.ts:542](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L542) +[src/types/types.ts:610](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L610) ___ @@ -108,7 +108,7 @@ Maximum page size is 100. #### Defined in -[src/types/types.ts:563](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L563) +[src/types/types.ts:631](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L631) ___ @@ -123,4 +123,4 @@ metadata for cache misses then set this value to 0. #### Defined in -[src/types/types.ts:574](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L574) +[src/types/types.ts:642](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L642) diff --git a/docs-md/interfaces/GetOwnersForContractOptions.md b/docs-md/interfaces/GetOwnersForContractOptions.md index 2afc2cfe8..ac649f31e 100644 --- a/docs-md/interfaces/GetOwnersForContractOptions.md +++ b/docs-md/interfaces/GetOwnersForContractOptions.md @@ -25,7 +25,7 @@ The block number in hex or decimal to fetch owners for. #### Defined in -[src/types/types.ts:1483](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1483) +[src/types/types.ts:1559](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1559) ___ @@ -37,7 +37,7 @@ Optional page key to paginate the next page for large requests. #### Defined in -[src/types/types.ts:1486](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1486) +[src/types/types.ts:1562](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1562) ___ @@ -50,4 +50,4 @@ to false when omitted. #### Defined in -[src/types/types.ts:1480](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1480) +[src/types/types.ts:1556](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1556) diff --git a/docs-md/interfaces/GetOwnersForContractResponse.md b/docs-md/interfaces/GetOwnersForContractResponse.md index 2c28dd42f..34b43264d 100644 --- a/docs-md/interfaces/GetOwnersForContractResponse.md +++ b/docs-md/interfaces/GetOwnersForContractResponse.md @@ -20,4 +20,4 @@ An array of owner addresses for the provided contract address #### Defined in -[src/types/types.ts:760](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L760) +[src/types/types.ts:834](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L834) diff --git a/docs-md/interfaces/GetOwnersForContractWithTokenBalancesOptions.md b/docs-md/interfaces/GetOwnersForContractWithTokenBalancesOptions.md index 750480b97..fabd6e39e 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:1505](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1505) +[src/types/types.ts:1581](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1581) ___ @@ -37,7 +37,7 @@ Optional page key to paginate the next page for large requests. #### Defined in -[src/types/types.ts:1508](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1508) +[src/types/types.ts:1584](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1584) ___ @@ -50,4 +50,4 @@ to false when omitted. #### Defined in -[src/types/types.ts:1502](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1502) +[src/types/types.ts:1578](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1578) diff --git a/docs-md/interfaces/GetOwnersForContractWithTokenBalancesResponse.md b/docs-md/interfaces/GetOwnersForContractWithTokenBalancesResponse.md index e8ffe175b..85223cf62 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:770](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L770) +[src/types/types.ts:844](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L844) ___ @@ -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:773](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L773) +[src/types/types.ts:847](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L847) diff --git a/docs-md/interfaces/GetOwnersForNftResponse.md b/docs-md/interfaces/GetOwnersForNftResponse.md index e97c452c0..d4fb8fc22 100644 --- a/docs-md/interfaces/GetOwnersForNftResponse.md +++ b/docs-md/interfaces/GetOwnersForNftResponse.md @@ -20,4 +20,4 @@ An array of owner addresses for the provided token. #### Defined in -[src/types/types.ts:750](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L750) +[src/types/types.ts:824](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L824) diff --git a/docs-md/interfaces/GetTokensForOwnerOptions.md b/docs-md/interfaces/GetTokensForOwnerOptions.md new file mode 100644 index 000000000..d919c1e5e --- /dev/null +++ b/docs-md/interfaces/GetTokensForOwnerOptions.md @@ -0,0 +1,38 @@ +[alchemy-sdk](../README.md) / [Exports](../modules.md) / GetTokensForOwnerOptions + +# Interface: GetTokensForOwnerOptions + +Optional params to pass into [CoreNamespace.getTokensForOwner](../classes/CoreNamespace.md#gettokensforowner). + +## Table of contents + +### Properties + +- [contractAddresses](GetTokensForOwnerOptions.md#contractaddresses) +- [pageKey](GetTokensForOwnerOptions.md#pagekey) + +## Properties + +### contractAddresses + +• `Optional` **contractAddresses**: `string`[] \| [`TokenBalanceType`](../enums/TokenBalanceType.md) + +List of contract addresses to filter by. If omitted, defaults to +[TokenBalanceType.ERC20](../enums/TokenBalanceType.md#erc20). + +#### Defined in + +[src/types/types.ts:176](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L176) + +___ + +### pageKey + +• `Optional` **pageKey**: `string` + +Optional page key from an existing [GetTokensForOwnerResponse](GetTokensForOwnerResponse.md) to use for +pagination. + +#### Defined in + +[src/types/types.ts:181](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L181) diff --git a/docs-md/interfaces/GetTokensForOwnerResponse.md b/docs-md/interfaces/GetTokensForOwnerResponse.md new file mode 100644 index 000000000..2a792577f --- /dev/null +++ b/docs-md/interfaces/GetTokensForOwnerResponse.md @@ -0,0 +1,36 @@ +[alchemy-sdk](../README.md) / [Exports](../modules.md) / GetTokensForOwnerResponse + +# Interface: GetTokensForOwnerResponse + +Response object for [CoreNamespace.getTokensForOwner](../classes/CoreNamespace.md#gettokensforowner). + +## Table of contents + +### Properties + +- [pageKey](GetTokensForOwnerResponse.md#pagekey) +- [tokens](GetTokensForOwnerResponse.md#tokens) + +## Properties + +### pageKey + +• `Optional` **pageKey**: `string` + +Page key for the next page of results, if one exists. + +#### Defined in + +[src/types/types.ts:191](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L191) + +___ + +### tokens + +• **tokens**: [`OwnedToken`](OwnedToken.md)[] + +Owned tokens for the provided addresses along with relevant metadata. + +#### Defined in + +[src/types/types.ts:189](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L189) diff --git a/docs-md/interfaces/GetTransfersForContractOptions.md b/docs-md/interfaces/GetTransfersForContractOptions.md index 71f16396b..4992d9920 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:1004](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1004) +[src/types/types.ts:1078](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1078) ___ @@ -37,7 +37,7 @@ Defaults to ascending if omitted. #### Defined in -[src/types/types.ts:1011](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1011) +[src/types/types.ts:1085](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1085) ___ @@ -50,7 +50,7 @@ pagination. #### Defined in -[src/types/types.ts:1016](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1016) +[src/types/types.ts:1090](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1090) ___ @@ -62,4 +62,4 @@ Ending block (inclusive) to get transfers from. #### Defined in -[src/types/types.ts:1006](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1006) +[src/types/types.ts:1080](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1080) diff --git a/docs-md/interfaces/GetTransfersForOwnerOptions.md b/docs-md/interfaces/GetTransfersForOwnerOptions.md index 6417373e9..850e04306 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:983](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L983) +[src/types/types.ts:1057](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1057) ___ @@ -36,7 +36,7 @@ pagination. #### Defined in -[src/types/types.ts:995](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L995) +[src/types/types.ts:1069](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1069) ___ @@ -49,4 +49,4 @@ NFTs. #### Defined in -[src/types/types.ts:989](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L989) +[src/types/types.ts:1063](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1063) diff --git a/docs-md/interfaces/Media.md b/docs-md/interfaces/Media.md index 26e864f96..c150ce70a 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:508](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L508) +[src/types/types.ts:576](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L576) ___ @@ -38,7 +38,7 @@ The media format (ex: jpg, gif, png) of the [gateway](Media.md#gateway) and #### Defined in -[src/types/types.ts:497](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L497) +[src/types/types.ts:565](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L565) ___ @@ -50,7 +50,7 @@ Public gateway URI for the raw URI. Generally offers better performance. #### Defined in -[src/types/types.ts:488](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L488) +[src/types/types.ts:556](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L556) ___ @@ -63,7 +63,7 @@ original IPFS link). #### Defined in -[src/types/types.ts:485](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L485) +[src/types/types.ts:553](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L553) ___ @@ -78,7 +78,7 @@ DEPRECATED - The size of the media asset in bytes #### Defined in -[src/types/types.ts:505](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L505) +[src/types/types.ts:573](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L573) ___ @@ -90,4 +90,4 @@ URL for a resized thumbnail of the NFT media asset. #### Defined in -[src/types/types.ts:491](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L491) +[src/types/types.ts:559](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L559) diff --git a/docs-md/interfaces/MinedTransactionWebhook.md b/docs-md/interfaces/MinedTransactionWebhook.md index 422fa23cf..4bf42e95e 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:2014](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2014) +[src/types/types.ts:2090](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2090) ___ @@ -57,7 +57,7 @@ The webhook's unique id. #### Defined in -[src/types/types.ts:1995](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1995) +[src/types/types.ts:2071](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2071) ___ @@ -73,7 +73,7 @@ Whether the webhook is currently active #### Defined in -[src/types/types.ts:2003](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2003) +[src/types/types.ts:2079](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2079) ___ @@ -89,7 +89,7 @@ The network the webhook is on. #### Defined in -[src/types/types.ts:1997](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1997) +[src/types/types.ts:2073](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2073) ___ @@ -105,7 +105,7 @@ The signing key used to verify payloads for the webhook. #### Defined in -[src/types/types.ts:2007](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2007) +[src/types/types.ts:2083](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2083) ___ @@ -121,7 +121,7 @@ The creation time of the webhook as an ISO string. #### Defined in -[src/types/types.ts:2005](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2005) +[src/types/types.ts:2081](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2081) ___ @@ -137,7 +137,7 @@ The type of webhook. #### Defined in -[src/types/types.ts:2037](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2037) +[src/types/types.ts:2113](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2113) ___ @@ -153,7 +153,7 @@ The url that the webhook sends its payload to. #### Defined in -[src/types/types.ts:2001](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2001) +[src/types/types.ts:2077](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2077) ___ @@ -169,4 +169,4 @@ The webhook version. All newly created webhooks default to V2. #### Defined in -[src/types/types.ts:2009](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2009) +[src/types/types.ts:2085](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2085) diff --git a/docs-md/interfaces/Nft.md b/docs-md/interfaces/Nft.md index 9fa1850b9..f391932cd 100644 --- a/docs-md/interfaces/Nft.md +++ b/docs-md/interfaces/Nft.md @@ -48,7 +48,7 @@ The NFT's underlying contract and relevant contract metadata. #### Defined in -[src/api/nft.ts:81](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L81) +[src/api/nft.ts:81](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L81) ___ @@ -60,7 +60,7 @@ The NFT description. #### Defined in -[src/api/nft.ts:87](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L87) +[src/api/nft.ts:87](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L87) ___ @@ -72,7 +72,7 @@ URIs for accessing the NFT's media assets. #### Defined in -[src/api/nft.ts:105](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L105) +[src/api/nft.ts:105](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L105) ___ @@ -84,7 +84,7 @@ Holds an error message if there was an issue fetching metadata. #### Defined in -[src/api/nft.ts:93](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L93) +[src/api/nft.ts:93](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L93) ___ @@ -97,7 +97,7 @@ field is undefined if Alchemy was unable to fetch metadata. #### Defined in -[src/api/nft.ts:99](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L99) +[src/api/nft.ts:99](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L99) ___ @@ -109,7 +109,7 @@ Detailed information on why an NFT was classified as spam. #### Defined in -[src/api/nft.ts:108](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L108) +[src/api/nft.ts:108](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L108) ___ @@ -121,7 +121,7 @@ When the NFT was last updated in the blockchain. Represented in ISO-8601 format. #### Defined in -[src/api/nft.ts:90](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L90) +[src/api/nft.ts:90](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L90) ___ @@ -133,7 +133,7 @@ The NFT title. #### Defined in -[src/api/nft.ts:84](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L84) +[src/api/nft.ts:84](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L84) ___ @@ -149,7 +149,7 @@ The NFT token ID as an integer string. #### Defined in -[src/api/nft.ts:65](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L65) +[src/api/nft.ts:65](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L65) ___ @@ -165,7 +165,7 @@ The type of ERC token, if known. #### Defined in -[src/api/nft.ts:67](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L67) +[src/api/nft.ts:67](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L67) ___ @@ -177,4 +177,4 @@ URIs for accessing the NFT's metadata blob. #### Defined in -[src/api/nft.ts:102](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L102) +[src/api/nft.ts:102](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L102) diff --git a/docs-md/interfaces/NftActivityWebhook.md b/docs-md/interfaces/NftActivityWebhook.md index b1a482de2..089691974 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:2014](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2014) +[src/types/types.ts:2090](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2090) ___ @@ -57,7 +57,7 @@ The webhook's unique id. #### Defined in -[src/types/types.ts:1995](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1995) +[src/types/types.ts:2071](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2071) ___ @@ -73,7 +73,7 @@ Whether the webhook is currently active #### Defined in -[src/types/types.ts:2003](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2003) +[src/types/types.ts:2079](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2079) ___ @@ -89,7 +89,7 @@ The network the webhook is on. #### Defined in -[src/types/types.ts:1997](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1997) +[src/types/types.ts:2073](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2073) ___ @@ -105,7 +105,7 @@ The signing key used to verify payloads for the webhook. #### Defined in -[src/types/types.ts:2007](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2007) +[src/types/types.ts:2083](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2083) ___ @@ -121,7 +121,7 @@ The creation time of the webhook as an ISO string. #### Defined in -[src/types/types.ts:2005](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2005) +[src/types/types.ts:2081](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2081) ___ @@ -137,7 +137,7 @@ The type of webhook. #### Defined in -[src/types/types.ts:2064](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2064) +[src/types/types.ts:2140](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2140) ___ @@ -153,7 +153,7 @@ The url that the webhook sends its payload to. #### Defined in -[src/types/types.ts:2001](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2001) +[src/types/types.ts:2077](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2077) ___ @@ -169,4 +169,4 @@ The webhook version. All newly created webhooks default to V2. #### Defined in -[src/types/types.ts:2009](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2009) +[src/types/types.ts:2085](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2085) diff --git a/docs-md/interfaces/NftAttributeRarity.md b/docs-md/interfaces/NftAttributeRarity.md index f0fbc147f..c80439576 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:1268](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1268) +[src/types/types.ts:1344](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1344) ___ @@ -35,7 +35,7 @@ The type of NFT attribute. #### Defined in -[src/types/types.ts:1262](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1262) +[src/types/types.ts:1338](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1338) ___ @@ -47,4 +47,4 @@ Name of the NFT's attribute. #### Defined in -[src/types/types.ts:1259](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1259) +[src/types/types.ts:1335](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1335) diff --git a/docs-md/interfaces/NftAttributesResponse.md b/docs-md/interfaces/NftAttributesResponse.md index e0f4137fd..61ef4869b 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:1278](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1278) +[src/types/types.ts:1354](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1354) ___ @@ -35,7 +35,7 @@ provided NFT. #### Defined in -[src/types/types.ts:1287](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1287) +[src/types/types.ts:1363](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1363) ___ @@ -47,4 +47,4 @@ The specified NFT contract's total supply. #### Defined in -[src/types/types.ts:1281](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1281) +[src/types/types.ts:1357](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1357) diff --git a/docs-md/interfaces/NftContract.md b/docs-md/interfaces/NftContract.md index c95cd114b..90006ee36 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:21](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L21) +[src/api/nft.ts:21](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L21) ___ @@ -55,7 +55,7 @@ The address that deployed the NFT contract. #### Defined in -[src/api/nft.ts:48](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L48) +[src/api/nft.ts:48](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L48) ___ @@ -67,7 +67,7 @@ The block number the NFT contract deployed in. #### Defined in -[src/api/nft.ts:50](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L50) +[src/api/nft.ts:50](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L50) ___ @@ -79,7 +79,7 @@ The name of the contract. #### Defined in -[src/api/nft.ts:37](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L37) +[src/api/nft.ts:37](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L37) ___ @@ -91,7 +91,7 @@ OpenSea's metadata for the contract. #### Defined in -[src/api/nft.ts:46](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L46) +[src/api/nft.ts:46](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L46) ___ @@ -103,7 +103,7 @@ The symbol of the contract. #### Defined in -[src/api/nft.ts:39](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L39) +[src/api/nft.ts:39](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L39) ___ @@ -115,7 +115,7 @@ The type of the token in the contract. #### Defined in -[src/api/nft.ts:35](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L35) +[src/api/nft.ts:35](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L35) ___ @@ -128,4 +128,4 @@ available on ERC-721 contracts. #### Defined in -[src/api/nft.ts:44](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L44) +[src/api/nft.ts:44](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L44) diff --git a/docs-md/interfaces/NftContractBaseNftsResponse.md b/docs-md/interfaces/NftContractBaseNftsResponse.md index 135f86a8a..659f92785 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:1519](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1519) +[src/types/types.ts:1595](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1595) ___ @@ -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:1525](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1525) +[src/types/types.ts:1601](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1601) diff --git a/docs-md/interfaces/NftContractNftsResponse.md b/docs-md/interfaces/NftContractNftsResponse.md index 4680218ba..bb00c185d 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:1536](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1536) +[src/types/types.ts:1612](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1612) ___ @@ -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:1542](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1542) +[src/types/types.ts:1618](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1618) diff --git a/docs-md/interfaces/NftContractOwner.md b/docs-md/interfaces/NftContractOwner.md index 29b18b95e..2e35fe61f 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:782](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L782) +[src/types/types.ts:856](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L856) ___ @@ -34,4 +34,4 @@ A list of objects containing token balances for the provided NFT contract. #### Defined in -[src/types/types.ts:785](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L785) +[src/types/types.ts:859](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L859) diff --git a/docs-md/interfaces/NftContractTokenBalance.md b/docs-md/interfaces/NftContractTokenBalance.md index c00895717..c95678133 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:797](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L797) +[src/types/types.ts:871](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L871) ___ @@ -34,4 +34,4 @@ The token id owned in the NFT contract. #### Defined in -[src/types/types.ts:794](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L794) +[src/types/types.ts:868](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L868) diff --git a/docs-md/interfaces/NftFilter.md b/docs-md/interfaces/NftFilter.md index 424df43ff..32b08ef34 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:2141](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2141) +[src/types/types.ts:2217](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2217) ___ @@ -34,4 +34,4 @@ tracking all NFTs for the provided contract address. #### Defined in -[src/types/types.ts:2146](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2146) +[src/types/types.ts:2222](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2222) diff --git a/docs-md/interfaces/NftFiltersResponse.md b/docs-md/interfaces/NftFiltersResponse.md index eb379ce93..ae744992c 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:2152](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2152) +[src/types/types.ts:2228](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2228) ___ @@ -34,7 +34,7 @@ Optional page key used to fetch the remaining filters. #### Defined in -[src/types/types.ts:2156](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2156) +[src/types/types.ts:2232](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2232) ___ @@ -46,4 +46,4 @@ The total number of NFT filters on the webhook. #### Defined in -[src/types/types.ts:2154](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2154) +[src/types/types.ts:2230](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2230) diff --git a/docs-md/interfaces/NftMetadata.md b/docs-md/interfaces/NftMetadata.md index 35109fc9a..11fa745aa 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:456](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L456) +[src/types/types.ts:524](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L524) ___ @@ -44,7 +44,7 @@ Background color of the NFT item. Usually defined as a 6 character hex string. #### Defined in -[src/types/types.ts:453](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L453) +[src/types/types.ts:521](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L521) ___ @@ -56,7 +56,7 @@ A human-readable description of the NFT asset. #### Defined in -[src/types/types.ts:441](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L441) +[src/types/types.ts:509](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L509) ___ @@ -69,7 +69,7 @@ to be the highest resolution image. #### Defined in -[src/types/types.ts:450](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L450) +[src/types/types.ts:518](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L518) ___ @@ -81,7 +81,7 @@ URL to the NFT asset image. #### Defined in -[src/types/types.ts:444](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L444) +[src/types/types.ts:512](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L512) ___ @@ -93,4 +93,4 @@ Name of the NFT asset. #### Defined in -[src/types/types.ts:438](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L438) +[src/types/types.ts:506](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L506) diff --git a/docs-md/interfaces/NftMetadataBatchOptions.md b/docs-md/interfaces/NftMetadataBatchOptions.md index c1b62caa5..149365936 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:850](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L850) +[src/types/types.ts:924](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L924) ___ @@ -37,4 +37,4 @@ metadata for cache misses then set this value to 0. #### Defined in -[src/types/types.ts:844](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L844) +[src/types/types.ts:918](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L918) diff --git a/docs-md/interfaces/NftMetadataBatchToken.md b/docs-md/interfaces/NftMetadataBatchToken.md index 393e29132..5a6a7781c 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:827](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L827) +[src/types/types.ts:901](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L901) ___ @@ -35,7 +35,7 @@ The id of the NFT. #### Defined in -[src/types/types.ts:830](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L830) +[src/types/types.ts:904](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L904) ___ @@ -47,4 +47,4 @@ Optional field to specify the type of token to speed up the query. #### Defined in -[src/types/types.ts:833](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L833) +[src/types/types.ts:907](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L907) diff --git a/docs-md/interfaces/NftSale.md b/docs-md/interfaces/NftSale.md index cebde86d1..a1352b24e 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:1190](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1190) +[src/types/types.ts:1264](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1264) ___ @@ -46,7 +46,7 @@ The index of the token within the bundle of NFTs sold in the sale. #### Defined in -[src/types/types.ts:1196](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1196) +[src/types/types.ts:1270](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1270) ___ @@ -58,7 +58,7 @@ The address of the buyer in the NFT sale. #### Defined in -[src/types/types.ts:1166](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1166) +[src/types/types.ts:1240](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1240) ___ @@ -70,7 +70,7 @@ The NFT contract address. #### Defined in -[src/types/types.ts:1157](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1157) +[src/types/types.ts:1231](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1231) ___ @@ -82,7 +82,7 @@ The log number of the sale event emitted within the block. #### Defined in -[src/types/types.ts:1193](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1193) +[src/types/types.ts:1267](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1267) ___ @@ -94,7 +94,7 @@ The marketplace the sale took place on. #### Defined in -[src/types/types.ts:1154](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1154) +[src/types/types.ts:1228](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1228) ___ @@ -108,7 +108,7 @@ The payment from buyer to the marketplace. #### Defined in -[src/types/types.ts:1181](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1181) +[src/types/types.ts:1255](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1255) ___ @@ -120,7 +120,7 @@ The payment from buyer to the marketplace. #### Defined in -[src/types/types.ts:1184](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1184) +[src/types/types.ts:1258](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1258) ___ @@ -132,7 +132,7 @@ The number of tokens sold in the sale as a decimal integer string. #### Defined in -[src/types/types.ts:1163](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1163) +[src/types/types.ts:1237](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1237) ___ @@ -144,7 +144,7 @@ The payment from buyer to the royalty address of the NFT collection. #### Defined in -[src/types/types.ts:1187](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1187) +[src/types/types.ts:1261](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1261) ___ @@ -156,7 +156,7 @@ The address of the seller in the NFT sale. #### Defined in -[src/types/types.ts:1169](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1169) +[src/types/types.ts:1243](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1243) ___ @@ -168,7 +168,7 @@ The payment from buyer to the seller. #### Defined in -[src/types/types.ts:1175](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1175) +[src/types/types.ts:1249](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1249) ___ @@ -180,7 +180,7 @@ Whether the price taker in the trade was the buyer or the seller. #### Defined in -[src/types/types.ts:1172](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1172) +[src/types/types.ts:1246](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1246) ___ @@ -192,7 +192,7 @@ The decimal token ID of the NFT being sold. #### Defined in -[src/types/types.ts:1160](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1160) +[src/types/types.ts:1234](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1234) ___ @@ -204,4 +204,4 @@ The transactionHash of the NFT sale. #### Defined in -[src/types/types.ts:1199](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1199) +[src/types/types.ts:1273](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1273) diff --git a/docs-md/interfaces/NftSaleFeeData.md b/docs-md/interfaces/NftSaleFeeData.md index 6d31717f0..de6aac2f2 100644 --- a/docs-md/interfaces/NftSaleFeeData.md +++ b/docs-md/interfaces/NftSaleFeeData.md @@ -22,7 +22,7 @@ The fee payment amount as a decimal integer string. #### Defined in -[src/types/types.ts:1209](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1209) +[src/types/types.ts:1283](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1283) ___ @@ -34,7 +34,7 @@ The number of decimals of the token used for the payment. #### Defined in -[src/types/types.ts:1215](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1215) +[src/types/types.ts:1289](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1289) ___ @@ -46,4 +46,4 @@ The symbol of the token used for the payment. #### Defined in -[src/types/types.ts:1212](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1212) +[src/types/types.ts:1286](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1286) diff --git a/docs-md/interfaces/NftWebhookParams.md b/docs-md/interfaces/NftWebhookParams.md index a949a898c..7c756daba 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:2116](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2116) +[src/types/types.ts:2192](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2192) ___ @@ -35,4 +35,4 @@ created on network of the app provided in the api key config. #### Defined in -[src/types/types.ts:2121](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2121) +[src/types/types.ts:2197](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2197) diff --git a/docs-md/interfaces/OpenSeaCollectionMetadata.md b/docs-md/interfaces/OpenSeaCollectionMetadata.md index 62fe6ac4a..f35470f3e 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:1550](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1550) +[src/types/types.ts:1626](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1626) ___ @@ -40,7 +40,7 @@ The description of the collection on OpenSea. #### Defined in -[src/types/types.ts:1556](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1556) +[src/types/types.ts:1632](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1632) ___ @@ -52,7 +52,7 @@ The Discord URL of the collection. #### Defined in -[src/types/types.ts:1562](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1562) +[src/types/types.ts:1638](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1638) ___ @@ -64,7 +64,7 @@ The homepage of the collection as determined by OpenSea. #### Defined in -[src/types/types.ts:1558](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1558) +[src/types/types.ts:1634](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1634) ___ @@ -76,7 +76,7 @@ The floor price of the NFT. #### Defined in -[src/types/types.ts:1548](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1548) +[src/types/types.ts:1624](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1624) ___ @@ -88,7 +88,7 @@ The image URL determined by OpenSea. #### Defined in -[src/types/types.ts:1554](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1554) +[src/types/types.ts:1630](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1630) ___ @@ -100,7 +100,7 @@ Timestamp of when the OpenSea metadata was last ingested by Alchemy. #### Defined in -[src/types/types.ts:1564](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1564) +[src/types/types.ts:1640](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1640) ___ @@ -112,7 +112,7 @@ The approval status of the collection on OpenSea. #### Defined in -[src/types/types.ts:1552](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1552) +[src/types/types.ts:1628](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1628) ___ @@ -124,4 +124,4 @@ The Twitter handle of the collection. #### Defined in -[src/types/types.ts:1560](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1560) +[src/types/types.ts:1636](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1636) diff --git a/docs-md/interfaces/OwnedBaseNft.md b/docs-md/interfaces/OwnedBaseNft.md index 4e86cc117..73fe9bddd 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:740](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L740) +[src/types/types.ts:814](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L814) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/api/nft.ts:63](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L63) +[src/api/nft.ts:63](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L63) ___ @@ -59,7 +59,7 @@ The NFT token ID as an integer string. #### Defined in -[src/api/nft.ts:65](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L65) +[src/api/nft.ts:65](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L65) ___ @@ -75,4 +75,4 @@ The type of ERC token, if known. #### Defined in -[src/api/nft.ts:67](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L67) +[src/api/nft.ts:67](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L67) diff --git a/docs-md/interfaces/OwnedBaseNftsResponse.md b/docs-md/interfaces/OwnedBaseNftsResponse.md index db9942032..5bbc7e42a 100644 --- a/docs-md/interfaces/OwnedBaseNftsResponse.md +++ b/docs-md/interfaces/OwnedBaseNftsResponse.md @@ -11,12 +11,25 @@ information and the total count. ### Properties +- [blockHash](OwnedBaseNftsResponse.md#blockhash) - [ownedNfts](OwnedBaseNftsResponse.md#ownednfts) - [pageKey](OwnedBaseNftsResponse.md#pagekey) - [totalCount](OwnedBaseNftsResponse.md#totalcount) ## Properties +### blockHash + +• **blockHash**: `string` + +The canonical head block hash of when your request was received. + +#### Defined in + +[src/types/types.ts:794](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L794) + +___ + ### ownedNfts • `Readonly` **ownedNfts**: [`OwnedBaseNft`](OwnedBaseNft.md)[] @@ -25,7 +38,7 @@ The NFTs owned by the provided address. #### Defined in -[src/types/types.ts:711](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L711) +[src/types/types.ts:782](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L782) ___ @@ -38,7 +51,7 @@ NFTs. If there is no page key, then there are no more NFTs to fetch. #### Defined in -[src/types/types.ts:717](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L717) +[src/types/types.ts:788](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L788) ___ @@ -50,4 +63,4 @@ The total count of NFTs owned by the provided address. #### Defined in -[src/types/types.ts:720](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L720) +[src/types/types.ts:791](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L791) diff --git a/docs-md/interfaces/OwnedNft.md b/docs-md/interfaces/OwnedNft.md index c2e88d566..bff1f5122 100644 --- a/docs-md/interfaces/OwnedNft.md +++ b/docs-md/interfaces/OwnedNft.md @@ -37,7 +37,7 @@ The token balance of the NFT. #### Defined in -[src/types/types.ts:730](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L730) +[src/types/types.ts:804](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L804) ___ @@ -53,7 +53,7 @@ The NFT's underlying contract and relevant contract metadata. #### Defined in -[src/api/nft.ts:81](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L81) +[src/api/nft.ts:81](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L81) ___ @@ -69,7 +69,7 @@ The NFT description. #### Defined in -[src/api/nft.ts:87](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L87) +[src/api/nft.ts:87](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L87) ___ @@ -85,7 +85,7 @@ URIs for accessing the NFT's media assets. #### Defined in -[src/api/nft.ts:105](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L105) +[src/api/nft.ts:105](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L105) ___ @@ -101,7 +101,7 @@ Holds an error message if there was an issue fetching metadata. #### Defined in -[src/api/nft.ts:93](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L93) +[src/api/nft.ts:93](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L93) ___ @@ -118,7 +118,7 @@ field is undefined if Alchemy was unable to fetch metadata. #### Defined in -[src/api/nft.ts:99](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L99) +[src/api/nft.ts:99](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L99) ___ @@ -134,7 +134,7 @@ Detailed information on why an NFT was classified as spam. #### Defined in -[src/api/nft.ts:108](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L108) +[src/api/nft.ts:108](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L108) ___ @@ -150,7 +150,7 @@ When the NFT was last updated in the blockchain. Represented in ISO-8601 format. #### Defined in -[src/api/nft.ts:90](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L90) +[src/api/nft.ts:90](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L90) ___ @@ -166,7 +166,7 @@ The NFT title. #### Defined in -[src/api/nft.ts:84](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L84) +[src/api/nft.ts:84](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L84) ___ @@ -182,7 +182,7 @@ The NFT token ID as an integer string. #### Defined in -[src/api/nft.ts:65](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L65) +[src/api/nft.ts:65](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L65) ___ @@ -198,7 +198,7 @@ The type of ERC token, if known. #### Defined in -[src/api/nft.ts:67](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L67) +[src/api/nft.ts:67](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L67) ___ @@ -214,4 +214,4 @@ URIs for accessing the NFT's metadata blob. #### Defined in -[src/api/nft.ts:102](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L102) +[src/api/nft.ts:102](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L102) diff --git a/docs-md/interfaces/OwnedNftsResponse.md b/docs-md/interfaces/OwnedNftsResponse.md index 200551cb6..02156a4fa 100644 --- a/docs-md/interfaces/OwnedNftsResponse.md +++ b/docs-md/interfaces/OwnedNftsResponse.md @@ -11,12 +11,25 @@ the total count. ### Properties +- [blockHash](OwnedNftsResponse.md#blockhash) - [ownedNfts](OwnedNftsResponse.md#ownednfts) - [pageKey](OwnedNftsResponse.md#pagekey) - [totalCount](OwnedNftsResponse.md#totalcount) ## Properties +### blockHash + +• **blockHash**: `string` + +The canonical head block hash of when your request was received. + +#### Defined in + +[src/types/types.ts:769](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L769) + +___ + ### ownedNfts • `Readonly` **ownedNfts**: [`OwnedNft`](OwnedNft.md)[] @@ -25,7 +38,7 @@ The NFTs owned by the provided address. #### Defined in -[src/types/types.ts:689](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L689) +[src/types/types.ts:757](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L757) ___ @@ -38,7 +51,7 @@ NFTs. If there is no page key, then there are no more NFTs to fetch. #### Defined in -[src/types/types.ts:695](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L695) +[src/types/types.ts:763](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L763) ___ @@ -50,4 +63,4 @@ The total count of NFTs owned by the provided address. #### Defined in -[src/types/types.ts:698](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L698) +[src/types/types.ts:766](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L766) diff --git a/docs-md/interfaces/OwnedToken.md b/docs-md/interfaces/OwnedToken.md new file mode 100644 index 000000000..2f0b40f2a --- /dev/null +++ b/docs-md/interfaces/OwnedToken.md @@ -0,0 +1,121 @@ +[alchemy-sdk](../README.md) / [Exports](../modules.md) / OwnedToken + +# Interface: OwnedToken + +Represents an owned token on a [GetTokensForOwnerResponse](GetTokensForOwnerResponse.md). + +## Table of contents + +### Properties + +- [balance](OwnedToken.md#balance) +- [contractAddress](OwnedToken.md#contractaddress) +- [decimals](OwnedToken.md#decimals) +- [error](OwnedToken.md#error) +- [logo](OwnedToken.md#logo) +- [name](OwnedToken.md#name) +- [rawBalance](OwnedToken.md#rawbalance) +- [symbol](OwnedToken.md#symbol) + +## Properties + +### balance + +• `Optional` **balance**: `string` + +The formatted value of the balance field as a hex string. This value is +undefined if the [error](OwnedToken.md#error) field is present, or if the `decimals` field= +is undefined. + +#### Defined in + +[src/types/types.ts:210](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L210) + +___ + +### contractAddress + +• **contractAddress**: `string` + +The contract address of the token. + +#### Defined in + +[src/types/types.ts:199](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L199) + +___ + +### decimals + +• `Optional` **decimals**: `number` + +The number of decimals of the token. Is undefined if not defined in the +contract and not available from other sources. + +#### Defined in + +[src/types/types.ts:226](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L226) + +___ + +### error + +• `Optional` **error**: `string` + +Error from fetching the token balances. If this field is defined, none of +the other fields will be defined. + +#### Defined in + +[src/types/types.ts:233](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L233) + +___ + +### logo + +• `Optional` **logo**: `string` + +URL link to the token's logo. Is undefined if the logo is not available. + +#### Defined in + +[src/types/types.ts:228](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L228) + +___ + +### name + +• `Optional` **name**: `string` + +The token's name. Is undefined if the name is not defined in the contract and +not available from other sources. + +#### Defined in + +[src/types/types.ts:216](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L216) + +___ + +### rawBalance + +• `Optional` **rawBalance**: `string` + +The raw value of the balance field as a hex string. This value is undefined +if the [error](OwnedToken.md#error) field is present. + +#### Defined in + +[src/types/types.ts:204](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L204) + +___ + +### symbol + +• `Optional` **symbol**: `string` + +The token's symbol. Is undefined if the symbol is not defined in the contract +and not available from other sources. + +#### Defined in + +[src/types/types.ts:221](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L221) diff --git a/docs-md/interfaces/RawContract.md b/docs-md/interfaces/RawContract.md index f71969c70..9cb6d8ad3 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:1390](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1390) +[src/types/types.ts:1466](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1466) ___ @@ -36,7 +36,7 @@ is not in the contract and not available from other sources. #### Defined in -[src/types/types.ts:1396](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1396) +[src/types/types.ts:1472](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1472) ___ @@ -49,4 +49,4 @@ ERC721 or ERC1155 token. #### Defined in -[src/types/types.ts:1387](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1387) +[src/types/types.ts:1463](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1463) diff --git a/docs-md/interfaces/RefreshContractResult.md b/docs-md/interfaces/RefreshContractResult.md index 0730c0db0..0ecc21dee 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:1293](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1293) +[src/types/types.ts:1369](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1369) ___ @@ -35,7 +35,7 @@ Field can be null if the refresh has not occurred. #### Defined in -[src/types/types.ts:1302](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1302) +[src/types/types.ts:1378](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1378) ___ @@ -47,4 +47,4 @@ The current state of the refresh request. #### Defined in -[src/types/types.ts:1296](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1296) +[src/types/types.ts:1372](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1372) diff --git a/docs-md/interfaces/SendPrivateTransactionOptions.md b/docs-md/interfaces/SendPrivateTransactionOptions.md index 17726af7d..febc07ea7 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:1709](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1709) +[src/types/types.ts:1785](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1785) diff --git a/docs-md/interfaces/SimulateAssetChangesChange.md b/docs-md/interfaces/SimulateAssetChangesChange.md index 4493e22cb..02bf3dcf1 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:1795](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1795) +[src/types/types.ts:1871](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1871) ___ @@ -47,7 +47,7 @@ The type of asset from the transaction. #### Defined in -[src/types/types.ts:1771](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1771) +[src/types/types.ts:1847](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1847) ___ @@ -59,7 +59,7 @@ The type of change from the transaction. #### Defined in -[src/types/types.ts:1774](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1774) +[src/types/types.ts:1850](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1850) ___ @@ -72,7 +72,7 @@ ERC1155, NFT and SPECIAL_NFT transactions. #### Defined in -[src/types/types.ts:1814](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1814) +[src/types/types.ts:1890](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1890) ___ @@ -86,7 +86,7 @@ available from other sources. #### Defined in -[src/types/types.ts:1808](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1808) +[src/types/types.ts:1884](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1884) ___ @@ -98,7 +98,7 @@ The from address. #### Defined in -[src/types/types.ts:1777](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1777) +[src/types/types.ts:1853](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1853) ___ @@ -110,7 +110,7 @@ URL for the logo of the asset, if available. Only applicable to ERC20 transactio #### Defined in -[src/types/types.ts:1819](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1819) +[src/types/types.ts:1895](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1895) ___ @@ -122,7 +122,7 @@ The name of the asset transferred, if available. #### Defined in -[src/types/types.ts:1798](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1798) +[src/types/types.ts:1874](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1874) ___ @@ -136,7 +136,7 @@ NATIVE and ERC20 assets, or ERC721/ERC1155 disapprove changes (field set to #### Defined in -[src/types/types.ts:1787](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1787) +[src/types/types.ts:1863](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1863) ___ @@ -148,7 +148,7 @@ The symbol of the asset transferred if available. #### Defined in -[src/types/types.ts:1801](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1801) +[src/types/types.ts:1877](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1877) ___ @@ -160,7 +160,7 @@ The to address. #### Defined in -[src/types/types.ts:1780](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1780) +[src/types/types.ts:1856](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1856) ___ @@ -173,4 +173,4 @@ ERC1155 and SPECIAL_NFT NFTs. #### Defined in -[src/types/types.ts:1825](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1825) +[src/types/types.ts:1901](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1901) diff --git a/docs-md/interfaces/SimulateAssetChangesError.md b/docs-md/interfaces/SimulateAssetChangesError.md index 47adda835..c79a15bfc 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:1762](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1762) +[src/types/types.ts:1838](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1838) diff --git a/docs-md/interfaces/SimulateAssetChangesResponse.md b/docs-md/interfaces/SimulateAssetChangesResponse.md index dd7c86bc6..b480b9420 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:1833](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1833) +[src/types/types.ts:1909](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1909) ___ @@ -34,7 +34,7 @@ Optional error field that is present if an error occurred. #### Defined in -[src/types/types.ts:1840](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1840) +[src/types/types.ts:1916](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1916) ___ @@ -47,4 +47,4 @@ field is undefined if an error occurred. #### Defined in -[src/types/types.ts:1838](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1838) +[src/types/types.ts:1914](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1914) diff --git a/docs-md/interfaces/SimulateExecutionResponse.md b/docs-md/interfaces/SimulateExecutionResponse.md index 271f3a8af..b75cb7513 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:1935](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1935) +[src/types/types.ts:2011](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2011) ___ @@ -35,4 +35,4 @@ available. #### Defined in -[src/types/types.ts:1941](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1941) +[src/types/types.ts:2017](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2017) diff --git a/docs-md/interfaces/SimulationCallTrace.md b/docs-md/interfaces/SimulationCallTrace.md index 15c55fb22..72f4a85ed 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:1898](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1898) +[src/types/types.ts:1974](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1974) ___ @@ -51,7 +51,7 @@ Omit.error #### Defined in -[src/types/types.ts:2346](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2346) +[src/types/types.ts:2422](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2422) ___ @@ -67,7 +67,7 @@ Omit.from #### Defined in -[src/types/types.ts:2332](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2332) +[src/types/types.ts:2408](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2408) ___ @@ -83,7 +83,7 @@ Omit.gas #### Defined in -[src/types/types.ts:2338](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2338) +[src/types/types.ts:2414](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2414) ___ @@ -99,7 +99,7 @@ Omit.gasUsed #### Defined in -[src/types/types.ts:2340](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2340) +[src/types/types.ts:2416](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2416) ___ @@ -115,7 +115,7 @@ Omit.input #### Defined in -[src/types/types.ts:2342](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2342) +[src/types/types.ts:2418](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2418) ___ @@ -131,7 +131,7 @@ Omit.output #### Defined in -[src/types/types.ts:2344](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2344) +[src/types/types.ts:2420](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2420) ___ @@ -147,7 +147,7 @@ Omit.to #### Defined in -[src/types/types.ts:2334](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2334) +[src/types/types.ts:2410](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2410) ___ @@ -163,7 +163,7 @@ Omit.type #### Defined in -[src/types/types.ts:1896](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1896) +[src/types/types.ts:1972](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1972) ___ @@ -179,4 +179,4 @@ Omit.value #### Defined in -[src/types/types.ts:2336](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2336) +[src/types/types.ts:2412](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2412) diff --git a/docs-md/interfaces/SimulationDebugLog.md b/docs-md/interfaces/SimulationDebugLog.md index f27a46b44..4ccf35db3 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:1922](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1922) +[src/types/types.ts:1998](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1998) ___ @@ -35,7 +35,7 @@ The data included the log. #### Defined in -[src/types/types.ts:1924](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1924) +[src/types/types.ts:2000](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2000) ___ @@ -47,7 +47,7 @@ A decoded version of the log. Provided on a best-effort basis. #### Defined in -[src/types/types.ts:1926](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1926) +[src/types/types.ts:2002](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2002) ___ @@ -59,4 +59,4 @@ An array of topics in the log. #### Defined in -[src/types/types.ts:1920](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1920) +[src/types/types.ts:1996](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1996) diff --git a/docs-md/interfaces/SpamInfo.md b/docs-md/interfaces/SpamInfo.md index 46f3e9c10..8636cda2a 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:525](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L525) +[src/types/types.ts:593](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L593) ___ @@ -31,4 +31,4 @@ ___ #### Defined in -[src/types/types.ts:522](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L522) +[src/types/types.ts:590](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L590) diff --git a/docs-md/interfaces/TokenBalanceFailure.md b/docs-md/interfaces/TokenBalanceFailure.md index fd8fc2b29..208b8a34c 100644 --- a/docs-md/interfaces/TokenBalanceFailure.md +++ b/docs-md/interfaces/TokenBalanceFailure.md @@ -18,7 +18,7 @@ #### Defined in -[src/types/types.ts:163](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L163) +[src/types/types.ts:163](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L163) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/types/types.ts:165](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L165) +[src/types/types.ts:165](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L165) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/types/types.ts:164](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L164) +[src/types/types.ts:164](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L164) diff --git a/docs-md/interfaces/TokenBalanceSuccess.md b/docs-md/interfaces/TokenBalanceSuccess.md index cca0cb802..592b05540 100644 --- a/docs-md/interfaces/TokenBalanceSuccess.md +++ b/docs-md/interfaces/TokenBalanceSuccess.md @@ -18,7 +18,7 @@ #### Defined in -[src/types/types.ts:156](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L156) +[src/types/types.ts:156](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L156) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/types/types.ts:158](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L158) +[src/types/types.ts:158](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L158) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/types/types.ts:157](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L157) +[src/types/types.ts:157](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L157) diff --git a/docs-md/interfaces/TokenBalancesOptionsDefaultTokens.md b/docs-md/interfaces/TokenBalancesOptionsDefaultTokens.md index 4c335896e..2853ffc1d 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:130](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L130) +[src/types/types.ts:130](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L130) diff --git a/docs-md/interfaces/TokenBalancesOptionsErc20.md b/docs-md/interfaces/TokenBalancesOptionsErc20.md index 37e0da3fb..8afd1dbac 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:121](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L121) +[src/types/types.ts:121](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L121) ___ @@ -34,4 +34,4 @@ The ERC-20 token type. #### Defined in -[src/types/types.ts:118](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L118) +[src/types/types.ts:118](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L118) diff --git a/docs-md/interfaces/TokenBalancesResponse.md b/docs-md/interfaces/TokenBalancesResponse.md index 796dcdee0..13613b321 100644 --- a/docs-md/interfaces/TokenBalancesResponse.md +++ b/docs-md/interfaces/TokenBalancesResponse.md @@ -23,7 +23,7 @@ #### Defined in -[src/types/types.ts:147](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L147) +[src/types/types.ts:147](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L147) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[src/types/types.ts:148](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L148) +[src/types/types.ts:148](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L148) diff --git a/docs-md/interfaces/TokenBalancesResponseErc20.md b/docs-md/interfaces/TokenBalancesResponseErc20.md index b7421215a..c5f8ee494 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:147](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L147) +[src/types/types.ts:147](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L147) ___ @@ -44,7 +44,7 @@ of token balances. #### Defined in -[src/types/types.ts:142](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L142) +[src/types/types.ts:142](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L142) ___ @@ -58,4 +58,4 @@ ___ #### Defined in -[src/types/types.ts:148](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L148) +[src/types/types.ts:148](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L148) diff --git a/docs-md/interfaces/TokenMetadataResponse.md b/docs-md/interfaces/TokenMetadataResponse.md index 02fccd22d..910c1dddd 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:190](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L190) +[src/types/types.ts:258](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L258) ___ @@ -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:193](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L193) +[src/types/types.ts:261](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L261) ___ @@ -49,7 +49,7 @@ not available from other sources. #### Defined in -[src/types/types.ts:178](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L178) +[src/types/types.ts:246](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L246) ___ @@ -62,4 +62,4 @@ and not available from other sources. #### Defined in -[src/types/types.ts:184](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L184) +[src/types/types.ts:252](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L252) diff --git a/docs-md/interfaces/TokenUri.md b/docs-md/interfaces/TokenUri.md index 289a59021..24d63b2fe 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:472](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L472) +[src/types/types.ts:540](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L540) ___ @@ -34,4 +34,4 @@ IPFS link). #### Defined in -[src/types/types.ts:469](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L469) +[src/types/types.ts:537](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L537) diff --git a/docs-md/interfaces/TransactionReceiptsBlockHash.md b/docs-md/interfaces/TransactionReceiptsBlockHash.md index 884926bd6..d30311d76 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:1343](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1343) +[src/types/types.ts:1419](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1419) diff --git a/docs-md/interfaces/TransactionReceiptsBlockNumber.md b/docs-md/interfaces/TransactionReceiptsBlockNumber.md index 30af4b591..30c6a049d 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:1333](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1333) +[src/types/types.ts:1409](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1409) diff --git a/docs-md/interfaces/TransactionReceiptsResponse.md b/docs-md/interfaces/TransactionReceiptsResponse.md index e77fc768f..8c6762c5f 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:1362](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1362) +[src/types/types.ts:1438](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1438) diff --git a/docs-md/interfaces/TransactionWebhookParams.md b/docs-md/interfaces/TransactionWebhookParams.md index 4589010da..733ee29f0 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:2107](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2107) +[src/types/types.ts:2183](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2183) diff --git a/docs-md/interfaces/TransferredNft.md b/docs-md/interfaces/TransferredNft.md index 735273ea3..9242e4420 100644 --- a/docs-md/interfaces/TransferredNft.md +++ b/docs-md/interfaces/TransferredNft.md @@ -40,7 +40,7 @@ The block number as a hex string of when the transfer or mint occurred. #### Defined in -[src/types/types.ts:1045](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1045) +[src/types/types.ts:1119](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1119) ___ @@ -56,7 +56,7 @@ The NFT's underlying contract and relevant contract metadata. #### Defined in -[src/api/nft.ts:81](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L81) +[src/api/nft.ts:81](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L81) ___ @@ -72,7 +72,7 @@ The NFT description. #### Defined in -[src/api/nft.ts:87](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L87) +[src/api/nft.ts:87](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L87) ___ @@ -85,7 +85,7 @@ The address the NFT was from. For minted NFTs, this field is the set to #### Defined in -[src/types/types.ts:1039](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1039) +[src/types/types.ts:1113](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1113) ___ @@ -101,7 +101,7 @@ URIs for accessing the NFT's media assets. #### Defined in -[src/api/nft.ts:105](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L105) +[src/api/nft.ts:105](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L105) ___ @@ -117,7 +117,7 @@ Holds an error message if there was an issue fetching metadata. #### Defined in -[src/api/nft.ts:93](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L93) +[src/api/nft.ts:93](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L93) ___ @@ -134,7 +134,7 @@ field is undefined if Alchemy was unable to fetch metadata. #### Defined in -[src/api/nft.ts:99](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L99) +[src/api/nft.ts:99](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L99) ___ @@ -150,7 +150,7 @@ Detailed information on why an NFT was classified as spam. #### Defined in -[src/api/nft.ts:108](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L108) +[src/api/nft.ts:108](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L108) ___ @@ -166,7 +166,7 @@ When the NFT was last updated in the blockchain. Represented in ISO-8601 format. #### Defined in -[src/api/nft.ts:90](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L90) +[src/api/nft.ts:90](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L90) ___ @@ -182,7 +182,7 @@ The NFT title. #### Defined in -[src/api/nft.ts:84](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L84) +[src/api/nft.ts:84](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L84) ___ @@ -194,7 +194,7 @@ The address the NFT was sent or minted to. #### Defined in -[src/types/types.ts:1041](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1041) +[src/types/types.ts:1115](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1115) ___ @@ -210,7 +210,7 @@ The NFT token ID as an integer string. #### Defined in -[src/api/nft.ts:65](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L65) +[src/api/nft.ts:65](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L65) ___ @@ -226,7 +226,7 @@ The type of ERC token, if known. #### Defined in -[src/api/nft.ts:67](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L67) +[src/api/nft.ts:67](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L67) ___ @@ -242,7 +242,7 @@ URIs for accessing the NFT's metadata blob. #### Defined in -[src/api/nft.ts:102](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/nft.ts#L102) +[src/api/nft.ts:102](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/nft.ts#L102) ___ @@ -254,4 +254,4 @@ The transaction hash where the transfer or mint occurred. #### Defined in -[src/types/types.ts:1043](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1043) +[src/types/types.ts:1117](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1117) diff --git a/docs-md/interfaces/TransfersNftResponse.md b/docs-md/interfaces/TransfersNftResponse.md index 297a550ed..883b1a518 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:1026](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1026) +[src/types/types.ts:1100](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1100) ___ @@ -35,4 +35,4 @@ Optional page key to use to fetch the next group of NFTs. #### Defined in -[src/types/types.ts:1028](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1028) +[src/types/types.ts:1102](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1102) diff --git a/docs-md/interfaces/Webhook.md b/docs-md/interfaces/Webhook.md index 94fa295fa..f3c949c78 100644 --- a/docs-md/interfaces/Webhook.md +++ b/docs-md/interfaces/Webhook.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:2014](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2014) +[src/types/types.ts:2090](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2090) ___ @@ -53,7 +53,7 @@ The webhook's unique id. #### Defined in -[src/types/types.ts:1995](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1995) +[src/types/types.ts:2071](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2071) ___ @@ -65,7 +65,7 @@ Whether the webhook is currently active #### Defined in -[src/types/types.ts:2003](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2003) +[src/types/types.ts:2079](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2079) ___ @@ -77,7 +77,7 @@ The network the webhook is on. #### Defined in -[src/types/types.ts:1997](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1997) +[src/types/types.ts:2073](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2073) ___ @@ -89,7 +89,7 @@ The signing key used to verify payloads for the webhook. #### Defined in -[src/types/types.ts:2007](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2007) +[src/types/types.ts:2083](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2083) ___ @@ -101,7 +101,7 @@ The creation time of the webhook as an ISO string. #### Defined in -[src/types/types.ts:2005](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2005) +[src/types/types.ts:2081](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2081) ___ @@ -113,7 +113,7 @@ The type of webhook. #### Defined in -[src/types/types.ts:1999](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1999) +[src/types/types.ts:2075](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2075) ___ @@ -125,7 +125,7 @@ The url that the webhook sends its payload to. #### Defined in -[src/types/types.ts:2001](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2001) +[src/types/types.ts:2077](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2077) ___ @@ -137,4 +137,4 @@ The webhook version. All newly created webhooks default to V2. #### Defined in -[src/types/types.ts:2009](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2009) +[src/types/types.ts:2085](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2085) diff --git a/docs-md/interfaces/WebhookAddressOverride.md b/docs-md/interfaces/WebhookAddressOverride.md index 4a984b6a1..dbad9cd0b 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:2196](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2196) +[src/types/types.ts:2272](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2272) diff --git a/docs-md/interfaces/WebhookAddressUpdate.md b/docs-md/interfaces/WebhookAddressUpdate.md index 74d19bf73..17197dd87 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:2185](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2185) +[src/types/types.ts:2261](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2261) ___ @@ -34,4 +34,4 @@ Existing addresses to remove. #### Defined in -[src/types/types.ts:2187](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2187) +[src/types/types.ts:2263](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2263) diff --git a/docs-md/interfaces/WebhookNftFilterUpdate.md b/docs-md/interfaces/WebhookNftFilterUpdate.md index 126dc650e..45e99b8c0 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:2174](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2174) +[src/types/types.ts:2250](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2250) ___ @@ -34,4 +34,4 @@ Existing filters to remove. #### Defined in -[src/types/types.ts:2176](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2176) +[src/types/types.ts:2252](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2252) diff --git a/docs-md/interfaces/WebhookStatusUpdate.md b/docs-md/interfaces/WebhookStatusUpdate.md index 9dbd6e561..be0863183 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:2165](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2165) +[src/types/types.ts:2241](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2241) diff --git a/docs-md/modules.md b/docs-md/modules.md index ef08a19e2..7f2fe7f9b 100644 --- a/docs-md/modules.md +++ b/docs-md/modules.md @@ -106,6 +106,8 @@ - [GetOwnersForContractWithTokenBalancesOptions](interfaces/GetOwnersForContractWithTokenBalancesOptions.md) - [GetOwnersForContractWithTokenBalancesResponse](interfaces/GetOwnersForContractWithTokenBalancesResponse.md) - [GetOwnersForNftResponse](interfaces/GetOwnersForNftResponse.md) +- [GetTokensForOwnerOptions](interfaces/GetTokensForOwnerOptions.md) +- [GetTokensForOwnerResponse](interfaces/GetTokensForOwnerResponse.md) - [GetTransfersForContractOptions](interfaces/GetTransfersForContractOptions.md) - [GetTransfersForOwnerOptions](interfaces/GetTransfersForOwnerOptions.md) - [Media](interfaces/Media.md) @@ -132,6 +134,7 @@ - [OwnedBaseNftsResponse](interfaces/OwnedBaseNftsResponse.md) - [OwnedNft](interfaces/OwnedNft.md) - [OwnedNftsResponse](interfaces/OwnedNftsResponse.md) +- [OwnedToken](interfaces/OwnedToken.md) - [RawContract](interfaces/RawContract.md) - [RefreshContractResult](interfaces/RefreshContractResult.md) - [SendPrivateTransactionOptions](interfaces/SendPrivateTransactionOptions.md) @@ -195,7 +198,7 @@ Params object when calling [NotifyNamespace.updateWebhook](classes/NotifyNamespa #### Defined in -[src/types/types.ts:2212](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2212) +[src/types/types.ts:2288](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2288) ___ @@ -208,7 +211,7 @@ filters compatible with other ethers events. #### Defined in -[src/types/types.ts:1695](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1695) +[src/types/types.ts:1771](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1771) ___ @@ -221,7 +224,7 @@ also include Alchemy's Subscription API. #### Defined in -[src/types/types.ts:1689](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1689) +[src/types/types.ts:1765](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1765) ___ @@ -234,7 +237,7 @@ least one of the fields to be set. #### Defined in -[src/types/types.ts:1678](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1678) +[src/types/types.ts:1754](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1754) ___ @@ -247,7 +250,7 @@ methods in the [DebugNamespace](classes/DebugNamespace.md). #### Defined in -[src/types/types.ts:2271](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2271) +[src/types/types.ts:2347](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2347) ___ @@ -261,7 +264,7 @@ The keys are the addresses of the accounts, mapped to its corresponding state. #### Defined in -[src/types/types.ts:2388](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2388) +[src/types/types.ts:2464](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2464) ___ @@ -273,7 +276,7 @@ The level of verbosity for the logger. #### Defined in -[src/util/logger.ts:22](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/util/logger.ts#L22) +[src/util/logger.ts:22](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/util/logger.ts#L22) ___ @@ -286,7 +289,7 @@ Params object when calling [NotifyNamespace.updateWebhook](classes/NotifyNamespa #### Defined in -[src/types/types.ts:2204](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2204) +[src/types/types.ts:2280](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2280) ___ @@ -304,7 +307,7 @@ Requires an array with at least one value. #### Defined in -[src/types/types.ts:2414](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2414) +[src/types/types.ts:2490](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2490) ___ @@ -325,7 +328,7 @@ Implementation copied over from #### Defined in -[src/types/types.ts:2408](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L2408) +[src/types/types.ts:2484](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L2484) ___ @@ -335,7 +338,7 @@ ___ #### Defined in -[src/types/types.ts:152](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L152) +[src/types/types.ts:152](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L152) ___ @@ -347,7 +350,7 @@ The parameters to use with the [CoreNamespace.getTransactionReceipts](classes/Co #### Defined in -[src/types/types.ts:1351](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/types/types.ts#L1351) +[src/types/types.ts:1427](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/types/types.ts#L1427) ## Functions @@ -369,7 +372,7 @@ Converts a hex string to a decimal number. #### Defined in -[src/api/util.ts:9](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/util.ts#L9) +[src/api/util.ts:9](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/util.ts#L9) ___ @@ -391,7 +394,7 @@ Checks if a value is a hex string. #### Defined in -[src/api/util.ts:29](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/util.ts#L29) +[src/api/util.ts:29](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/util.ts#L29) ___ @@ -413,7 +416,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/dc20ee4/src/util/logger.ts#L56) +[src/util/logger.ts:56](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/util/logger.ts#L56) ___ @@ -435,4 +438,4 @@ Converts a number to a hex string. #### Defined in -[src/api/util.ts:19](https://github.com/alchemyplatform/alchemy-sdk-js/blob/dc20ee4/src/api/util.ts#L19) +[src/api/util.ts:19](https://github.com/alchemyplatform/alchemy-sdk-js/blob/a8bc079/src/api/util.ts#L19) diff --git a/docs/assets/search.js b/docs/assets/search.js index a08cac24f..d930dfbd4 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\":\"sendTransaction\",\"url\":\"classes/Wallet.html#sendTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":18,\"kind\":2048,\"name\":\"getChainId\",\"url\":\"classes/Wallet.html#getChainId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":19,\"kind\":2048,\"name\":\"getGasPrice\",\"url\":\"classes/Wallet.html#getGasPrice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":20,\"kind\":2048,\"name\":\"getFeeData\",\"url\":\"classes/Wallet.html#getFeeData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":21,\"kind\":2048,\"name\":\"resolveName\",\"url\":\"classes/Wallet.html#resolveName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":22,\"kind\":2048,\"name\":\"getWallet\",\"url\":\"classes/Wallet.html#getWallet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Wallet\"},{\"id\":23,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Wallet.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Wallet\"},{\"id\":24,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Wallet.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Wallet\"},{\"id\":25,\"kind\":128,\"name\":\"Contract\",\"url\":\"classes/Contract.html\",\"classes\":\"tsd-kind-class\"},{\"id\":26,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Contract.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Contract\"},{\"id\":27,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":28,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":29,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":30,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":31,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":32,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":33,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":34,\"kind\":128,\"name\":\"ContractFactory\",\"url\":\"classes/ContractFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":35,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContractFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContractFactory\"},{\"id\":36,\"kind\":128,\"name\":\"AlchemyConfig\",\"url\":\"classes/AlchemyConfig.html\",\"classes\":\"tsd-kind-class\"},{\"id\":37,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AlchemyConfig.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":38,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"classes/AlchemyConfig.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":39,\"kind\":1024,\"name\":\"network\",\"url\":\"classes/AlchemyConfig.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":40,\"kind\":1024,\"name\":\"maxRetries\",\"url\":\"classes/AlchemyConfig.html#maxRetries\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":41,\"kind\":1024,\"name\":\"batchRequests\",\"url\":\"classes/AlchemyConfig.html#batchRequests\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":42,\"kind\":1024,\"name\":\"url\",\"url\":\"classes/AlchemyConfig.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":43,\"kind\":1024,\"name\":\"authToken\",\"url\":\"classes/AlchemyConfig.html#authToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":44,\"kind\":1024,\"name\":\"requestTimeout\",\"url\":\"classes/AlchemyConfig.html#requestTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":45,\"kind\":2048,\"name\":\"getProvider\",\"url\":\"classes/AlchemyConfig.html#getProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":46,\"kind\":2048,\"name\":\"getWebSocketProvider\",\"url\":\"classes/AlchemyConfig.html#getWebSocketProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":47,\"kind\":128,\"name\":\"AlchemyProvider\",\"url\":\"classes/AlchemyProvider.html\",\"classes\":\"tsd-kind-class\"},{\"id\":48,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"classes/AlchemyProvider.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":49,\"kind\":1024,\"name\":\"maxRetries\",\"url\":\"classes/AlchemyProvider.html#maxRetries\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":50,\"kind\":1024,\"name\":\"batchRequests\",\"url\":\"classes/AlchemyProvider.html#batchRequests\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":51,\"kind\":2048,\"name\":\"detectNetwork\",\"url\":\"classes/AlchemyProvider.html#detectNetwork\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyProvider\"},{\"id\":52,\"kind\":2048,\"name\":\"_startPending\",\"url\":\"classes/AlchemyProvider.html#_startPending\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyProvider\"},{\"id\":53,\"kind\":2048,\"name\":\"isCommunityResource\",\"url\":\"classes/AlchemyProvider.html#isCommunityResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":54,\"kind\":2048,\"name\":\"send\",\"url\":\"classes/AlchemyProvider.html#send\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyProvider\"},{\"id\":55,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyProvider.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":56,\"kind\":128,\"name\":\"AlchemyWebSocketProvider\",\"url\":\"classes/AlchemyWebSocketProvider.html\",\"classes\":\"tsd-kind-class\"},{\"id\":57,\"kind\":1024,\"name\":\"_events\",\"url\":\"classes/AlchemyWebSocketProvider.html#_events\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":58,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"classes/AlchemyWebSocketProvider.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":59,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/AlchemyWebSocketProvider.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":60,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/AlchemyWebSocketProvider.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":61,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/AlchemyWebSocketProvider.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":62,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":63,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/AlchemyWebSocketProvider.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":64,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":65,\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/AlchemyWebSocketProvider.html#destroy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":66,\"kind\":2048,\"name\":\"isCommunityResource\",\"url\":\"classes/AlchemyWebSocketProvider.html#isCommunityResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":67,\"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\":68,\"kind\":2048,\"name\":\"_off\",\"url\":\"classes/AlchemyWebSocketProvider.html#_off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":69,\"kind\":2048,\"name\":\"_removeAllListeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#_removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":70,\"kind\":2048,\"name\":\"_listenerCount\",\"url\":\"classes/AlchemyWebSocketProvider.html#_listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":71,\"kind\":2048,\"name\":\"_listeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#_listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":72,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":73,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":74,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":75,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":76,\"kind\":128,\"name\":\"NftNamespace\",\"url\":\"classes/NftNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":77,\"kind\":2048,\"name\":\"getNftMetadata\",\"url\":\"classes/NftNamespace.html#getNftMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":78,\"kind\":2048,\"name\":\"getNftMetadataBatch\",\"url\":\"classes/NftNamespace.html#getNftMetadataBatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":79,\"kind\":2048,\"name\":\"getContractMetadata\",\"url\":\"classes/NftNamespace.html#getContractMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":80,\"kind\":2048,\"name\":\"getNftsForOwnerIterator\",\"url\":\"classes/NftNamespace.html#getNftsForOwnerIterator\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":81,\"kind\":2048,\"name\":\"getNftsForOwner\",\"url\":\"classes/NftNamespace.html#getNftsForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":82,\"kind\":2048,\"name\":\"getNftsForContract\",\"url\":\"classes/NftNamespace.html#getNftsForContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":83,\"kind\":2048,\"name\":\"getNftsForContractIterator\",\"url\":\"classes/NftNamespace.html#getNftsForContractIterator\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":84,\"kind\":2048,\"name\":\"getOwnersForContract\",\"url\":\"classes/NftNamespace.html#getOwnersForContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":85,\"kind\":2048,\"name\":\"getOwnersForNft\",\"url\":\"classes/NftNamespace.html#getOwnersForNft\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":86,\"kind\":2048,\"name\":\"getContractsForOwner\",\"url\":\"classes/NftNamespace.html#getContractsForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":87,\"kind\":2048,\"name\":\"getTransfersForOwner\",\"url\":\"classes/NftNamespace.html#getTransfersForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":88,\"kind\":2048,\"name\":\"getTransfersForContract\",\"url\":\"classes/NftNamespace.html#getTransfersForContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":89,\"kind\":2048,\"name\":\"getMintedNfts\",\"url\":\"classes/NftNamespace.html#getMintedNfts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":90,\"kind\":2048,\"name\":\"checkNftOwnership\",\"url\":\"classes/NftNamespace.html#checkNftOwnership\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":91,\"kind\":2048,\"name\":\"verifyNftOwnership\",\"url\":\"classes/NftNamespace.html#verifyNftOwnership\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":92,\"kind\":2048,\"name\":\"isSpamContract\",\"url\":\"classes/NftNamespace.html#isSpamContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":93,\"kind\":2048,\"name\":\"getSpamContracts\",\"url\":\"classes/NftNamespace.html#getSpamContracts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":94,\"kind\":2048,\"name\":\"getFloorPrice\",\"url\":\"classes/NftNamespace.html#getFloorPrice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":95,\"kind\":2048,\"name\":\"getNftSales\",\"url\":\"classes/NftNamespace.html#getNftSales\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":96,\"kind\":2048,\"name\":\"computeRarity\",\"url\":\"classes/NftNamespace.html#computeRarity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":97,\"kind\":2048,\"name\":\"searchContractMetadata\",\"url\":\"classes/NftNamespace.html#searchContractMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":98,\"kind\":2048,\"name\":\"summarizeNftAttributes\",\"url\":\"classes/NftNamespace.html#summarizeNftAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":99,\"kind\":2048,\"name\":\"refreshNftMetadata\",\"url\":\"classes/NftNamespace.html#refreshNftMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":100,\"kind\":2048,\"name\":\"refreshContract\",\"url\":\"classes/NftNamespace.html#refreshContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":101,\"kind\":128,\"name\":\"WebSocketNamespace\",\"url\":\"classes/WebSocketNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":102,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/WebSocketNamespace.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":103,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/WebSocketNamespace.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":104,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/WebSocketNamespace.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":105,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/WebSocketNamespace.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":106,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/WebSocketNamespace.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":107,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/WebSocketNamespace.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":108,\"kind\":128,\"name\":\"CoreNamespace\",\"url\":\"classes/CoreNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":109,\"kind\":2048,\"name\":\"getBalance\",\"url\":\"classes/CoreNamespace.html#getBalance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":110,\"kind\":2048,\"name\":\"getCode\",\"url\":\"classes/CoreNamespace.html#getCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":111,\"kind\":2048,\"name\":\"getStorageAt\",\"url\":\"classes/CoreNamespace.html#getStorageAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":112,\"kind\":2048,\"name\":\"getTransactionCount\",\"url\":\"classes/CoreNamespace.html#getTransactionCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":113,\"kind\":2048,\"name\":\"getBlock\",\"url\":\"classes/CoreNamespace.html#getBlock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":114,\"kind\":2048,\"name\":\"getBlockWithTransactions\",\"url\":\"classes/CoreNamespace.html#getBlockWithTransactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":115,\"kind\":2048,\"name\":\"getNetwork\",\"url\":\"classes/CoreNamespace.html#getNetwork\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":116,\"kind\":2048,\"name\":\"getBlockNumber\",\"url\":\"classes/CoreNamespace.html#getBlockNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":117,\"kind\":2048,\"name\":\"getGasPrice\",\"url\":\"classes/CoreNamespace.html#getGasPrice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":118,\"kind\":2048,\"name\":\"getFeeData\",\"url\":\"classes/CoreNamespace.html#getFeeData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":119,\"kind\":2048,\"name\":\"ready\",\"url\":\"classes/CoreNamespace.html#ready\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":120,\"kind\":2048,\"name\":\"call\",\"url\":\"classes/CoreNamespace.html#call\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":121,\"kind\":2048,\"name\":\"estimateGas\",\"url\":\"classes/CoreNamespace.html#estimateGas\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":122,\"kind\":2048,\"name\":\"getTransaction\",\"url\":\"classes/CoreNamespace.html#getTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":123,\"kind\":2048,\"name\":\"getTransactionReceipt\",\"url\":\"classes/CoreNamespace.html#getTransactionReceipt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":124,\"kind\":2048,\"name\":\"sendTransaction\",\"url\":\"classes/CoreNamespace.html#sendTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":125,\"kind\":2048,\"name\":\"waitForTransaction\",\"url\":\"classes/CoreNamespace.html#waitForTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":126,\"kind\":2048,\"name\":\"getLogs\",\"url\":\"classes/CoreNamespace.html#getLogs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":127,\"kind\":2048,\"name\":\"send\",\"url\":\"classes/CoreNamespace.html#send\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":128,\"kind\":2048,\"name\":\"findContractDeployer\",\"url\":\"classes/CoreNamespace.html#findContractDeployer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":129,\"kind\":2048,\"name\":\"getTokenBalances\",\"url\":\"classes/CoreNamespace.html#getTokenBalances\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":130,\"kind\":2048,\"name\":\"getTokenMetadata\",\"url\":\"classes/CoreNamespace.html#getTokenMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":131,\"kind\":2048,\"name\":\"getAssetTransfers\",\"url\":\"classes/CoreNamespace.html#getAssetTransfers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":132,\"kind\":2048,\"name\":\"getTransactionReceipts\",\"url\":\"classes/CoreNamespace.html#getTransactionReceipts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":133,\"kind\":2048,\"name\":\"resolveName\",\"url\":\"classes/CoreNamespace.html#resolveName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":134,\"kind\":2048,\"name\":\"lookupAddress\",\"url\":\"classes/CoreNamespace.html#lookupAddress\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":135,\"kind\":128,\"name\":\"TransactNamespace\",\"url\":\"classes/TransactNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":136,\"kind\":2048,\"name\":\"sendPrivateTransaction\",\"url\":\"classes/TransactNamespace.html#sendPrivateTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":137,\"kind\":2048,\"name\":\"cancelPrivateTransaction\",\"url\":\"classes/TransactNamespace.html#cancelPrivateTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":138,\"kind\":2048,\"name\":\"simulateAssetChanges\",\"url\":\"classes/TransactNamespace.html#simulateAssetChanges\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":139,\"kind\":2048,\"name\":\"simulateExecution\",\"url\":\"classes/TransactNamespace.html#simulateExecution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":140,\"kind\":2048,\"name\":\"getTransaction\",\"url\":\"classes/TransactNamespace.html#getTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":141,\"kind\":2048,\"name\":\"sendTransaction\",\"url\":\"classes/TransactNamespace.html#sendTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":142,\"kind\":2048,\"name\":\"estimateGas\",\"url\":\"classes/TransactNamespace.html#estimateGas\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":143,\"kind\":2048,\"name\":\"getMaxPriorityFeePerGas\",\"url\":\"classes/TransactNamespace.html#getMaxPriorityFeePerGas\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":144,\"kind\":2048,\"name\":\"waitForTransaction\",\"url\":\"classes/TransactNamespace.html#waitForTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":145,\"kind\":128,\"name\":\"NotifyNamespace\",\"url\":\"classes/NotifyNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":146,\"kind\":2048,\"name\":\"getAllWebhooks\",\"url\":\"classes/NotifyNamespace.html#getAllWebhooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":147,\"kind\":2048,\"name\":\"getAddresses\",\"url\":\"classes/NotifyNamespace.html#getAddresses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":148,\"kind\":2048,\"name\":\"getNftFilters\",\"url\":\"classes/NotifyNamespace.html#getNftFilters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":149,\"kind\":2048,\"name\":\"updateWebhook\",\"url\":\"classes/NotifyNamespace.html#updateWebhook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":150,\"kind\":2048,\"name\":\"createWebhook\",\"url\":\"classes/NotifyNamespace.html#createWebhook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":151,\"kind\":2048,\"name\":\"deleteWebhook\",\"url\":\"classes/NotifyNamespace.html#deleteWebhook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":152,\"kind\":2048,\"name\":\"verifyConfig\",\"url\":\"classes/NotifyNamespace.html#verifyConfig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"NotifyNamespace\"},{\"id\":153,\"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\":154,\"kind\":128,\"name\":\"DebugNamespace\",\"url\":\"classes/DebugNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":155,\"kind\":2048,\"name\":\"traceCall\",\"url\":\"classes/DebugNamespace.html#traceCall\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugNamespace\"},{\"id\":156,\"kind\":2048,\"name\":\"traceTransaction\",\"url\":\"classes/DebugNamespace.html#traceTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugNamespace\"},{\"id\":157,\"kind\":2048,\"name\":\"traceBlock\",\"url\":\"classes/DebugNamespace.html#traceBlock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugNamespace\"},{\"id\":158,\"kind\":256,\"name\":\"BaseNftContract\",\"url\":\"interfaces/BaseNftContract.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":159,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/BaseNftContract.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNftContract\"},{\"id\":160,\"kind\":256,\"name\":\"NftContract\",\"url\":\"interfaces/NftContract.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":161,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/NftContract.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":162,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/NftContract.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":163,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/NftContract.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":164,\"kind\":1024,\"name\":\"totalSupply\",\"url\":\"interfaces/NftContract.html#totalSupply\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":165,\"kind\":1024,\"name\":\"openSea\",\"url\":\"interfaces/NftContract.html#openSea\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":166,\"kind\":1024,\"name\":\"contractDeployer\",\"url\":\"interfaces/NftContract.html#contractDeployer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":167,\"kind\":1024,\"name\":\"deployedBlockNumber\",\"url\":\"interfaces/NftContract.html#deployedBlockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":168,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/NftContract.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftContract\"},{\"id\":169,\"kind\":256,\"name\":\"Nft\",\"url\":\"interfaces/Nft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":170,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/Nft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"Nft\"},{\"id\":171,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/Nft.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":172,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/Nft.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":173,\"kind\":1024,\"name\":\"timeLastUpdated\",\"url\":\"interfaces/Nft.html#timeLastUpdated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":174,\"kind\":1024,\"name\":\"metadataError\",\"url\":\"interfaces/Nft.html#metadataError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":175,\"kind\":1024,\"name\":\"rawMetadata\",\"url\":\"interfaces/Nft.html#rawMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":176,\"kind\":1024,\"name\":\"tokenUri\",\"url\":\"interfaces/Nft.html#tokenUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":177,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/Nft.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":178,\"kind\":1024,\"name\":\"spamInfo\",\"url\":\"interfaces/Nft.html#spamInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":179,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/Nft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Nft\"},{\"id\":180,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/Nft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Nft\"},{\"id\":181,\"kind\":256,\"name\":\"BaseNft\",\"url\":\"interfaces/BaseNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":182,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/BaseNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNft\"},{\"id\":183,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/BaseNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNft\"},{\"id\":184,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/BaseNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNft\"},{\"id\":185,\"kind\":64,\"name\":\"fromHex\",\"url\":\"modules.html#fromHex\",\"classes\":\"tsd-kind-function\"},{\"id\":186,\"kind\":64,\"name\":\"toHex\",\"url\":\"modules.html#toHex\",\"classes\":\"tsd-kind-function\"},{\"id\":187,\"kind\":64,\"name\":\"isHex\",\"url\":\"modules.html#isHex\",\"classes\":\"tsd-kind-function\"},{\"id\":188,\"kind\":64,\"name\":\"setLogLevel\",\"url\":\"modules.html#setLogLevel\",\"classes\":\"tsd-kind-function\"},{\"id\":189,\"kind\":4194304,\"name\":\"LogLevel\",\"url\":\"modules.html#LogLevel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":190,\"kind\":256,\"name\":\"AlchemySettings\",\"url\":\"interfaces/AlchemySettings.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":191,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"interfaces/AlchemySettings.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":192,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/AlchemySettings.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":193,\"kind\":1024,\"name\":\"maxRetries\",\"url\":\"interfaces/AlchemySettings.html#maxRetries\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":194,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/AlchemySettings.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":195,\"kind\":1024,\"name\":\"authToken\",\"url\":\"interfaces/AlchemySettings.html#authToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":196,\"kind\":1024,\"name\":\"requestTimeout\",\"url\":\"interfaces/AlchemySettings.html#requestTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":197,\"kind\":1024,\"name\":\"batchRequests\",\"url\":\"interfaces/AlchemySettings.html#batchRequests\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":198,\"kind\":8,\"name\":\"Network\",\"url\":\"enums/Network.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":199,\"kind\":16,\"name\":\"ETH_MAINNET\",\"url\":\"enums/Network.html#ETH_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":200,\"kind\":16,\"name\":\"ETH_ROPSTEN\",\"url\":\"enums/Network.html#ETH_ROPSTEN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":201,\"kind\":16,\"name\":\"ETH_GOERLI\",\"url\":\"enums/Network.html#ETH_GOERLI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":202,\"kind\":16,\"name\":\"ETH_KOVAN\",\"url\":\"enums/Network.html#ETH_KOVAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":203,\"kind\":16,\"name\":\"ETH_RINKEBY\",\"url\":\"enums/Network.html#ETH_RINKEBY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":204,\"kind\":16,\"name\":\"OPT_MAINNET\",\"url\":\"enums/Network.html#OPT_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":205,\"kind\":16,\"name\":\"OPT_KOVAN\",\"url\":\"enums/Network.html#OPT_KOVAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":206,\"kind\":16,\"name\":\"OPT_GOERLI\",\"url\":\"enums/Network.html#OPT_GOERLI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":207,\"kind\":16,\"name\":\"ARB_MAINNET\",\"url\":\"enums/Network.html#ARB_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":208,\"kind\":16,\"name\":\"ARB_RINKEBY\",\"url\":\"enums/Network.html#ARB_RINKEBY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":209,\"kind\":16,\"name\":\"ARB_GOERLI\",\"url\":\"enums/Network.html#ARB_GOERLI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":210,\"kind\":16,\"name\":\"MATIC_MAINNET\",\"url\":\"enums/Network.html#MATIC_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":211,\"kind\":16,\"name\":\"MATIC_MUMBAI\",\"url\":\"enums/Network.html#MATIC_MUMBAI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":212,\"kind\":16,\"name\":\"ASTAR_MAINNET\",\"url\":\"enums/Network.html#ASTAR_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":213,\"kind\":8,\"name\":\"TokenBalanceType\",\"url\":\"enums/TokenBalanceType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":214,\"kind\":16,\"name\":\"DEFAULT_TOKENS\",\"url\":\"enums/TokenBalanceType.html#DEFAULT_TOKENS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TokenBalanceType\"},{\"id\":215,\"kind\":16,\"name\":\"ERC20\",\"url\":\"enums/TokenBalanceType.html#ERC20\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TokenBalanceType\"},{\"id\":216,\"kind\":256,\"name\":\"TokenBalancesOptionsErc20\",\"url\":\"interfaces/TokenBalancesOptionsErc20.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":217,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/TokenBalancesOptionsErc20.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesOptionsErc20\"},{\"id\":218,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/TokenBalancesOptionsErc20.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesOptionsErc20\"},{\"id\":219,\"kind\":256,\"name\":\"TokenBalancesOptionsDefaultTokens\",\"url\":\"interfaces/TokenBalancesOptionsDefaultTokens.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":220,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/TokenBalancesOptionsDefaultTokens.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesOptionsDefaultTokens\"},{\"id\":221,\"kind\":256,\"name\":\"TokenBalancesResponseErc20\",\"url\":\"interfaces/TokenBalancesResponseErc20.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":222,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/TokenBalancesResponseErc20.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesResponseErc20\"},{\"id\":223,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/TokenBalancesResponseErc20.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TokenBalancesResponseErc20\"},{\"id\":224,\"kind\":1024,\"name\":\"tokenBalances\",\"url\":\"interfaces/TokenBalancesResponseErc20.html#tokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TokenBalancesResponseErc20\"},{\"id\":225,\"kind\":256,\"name\":\"TokenBalancesResponse\",\"url\":\"interfaces/TokenBalancesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":226,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/TokenBalancesResponse.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesResponse\"},{\"id\":227,\"kind\":1024,\"name\":\"tokenBalances\",\"url\":\"interfaces/TokenBalancesResponse.html#tokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesResponse\"},{\"id\":228,\"kind\":4194304,\"name\":\"TokenBalance\",\"url\":\"modules.html#TokenBalance\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":229,\"kind\":256,\"name\":\"TokenBalanceSuccess\",\"url\":\"interfaces/TokenBalanceSuccess.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":230,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/TokenBalanceSuccess.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceSuccess\"},{\"id\":231,\"kind\":1024,\"name\":\"tokenBalance\",\"url\":\"interfaces/TokenBalanceSuccess.html#tokenBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceSuccess\"},{\"id\":232,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/TokenBalanceSuccess.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceSuccess\"},{\"id\":233,\"kind\":256,\"name\":\"TokenBalanceFailure\",\"url\":\"interfaces/TokenBalanceFailure.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":234,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/TokenBalanceFailure.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceFailure\"},{\"id\":235,\"kind\":1024,\"name\":\"tokenBalance\",\"url\":\"interfaces/TokenBalanceFailure.html#tokenBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceFailure\"},{\"id\":236,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/TokenBalanceFailure.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceFailure\"},{\"id\":237,\"kind\":256,\"name\":\"TokenMetadataResponse\",\"url\":\"interfaces/TokenMetadataResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":238,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/TokenMetadataResponse.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":239,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/TokenMetadataResponse.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":240,\"kind\":1024,\"name\":\"decimals\",\"url\":\"interfaces/TokenMetadataResponse.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":241,\"kind\":1024,\"name\":\"logo\",\"url\":\"interfaces/TokenMetadataResponse.html#logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":242,\"kind\":256,\"name\":\"AssetTransfersParams\",\"url\":\"interfaces/AssetTransfersParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":243,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/AssetTransfersParams.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":244,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/AssetTransfersParams.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":245,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/AssetTransfersParams.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":246,\"kind\":1024,\"name\":\"fromAddress\",\"url\":\"interfaces/AssetTransfersParams.html#fromAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":247,\"kind\":1024,\"name\":\"toAddress\",\"url\":\"interfaces/AssetTransfersParams.html#toAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":248,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/AssetTransfersParams.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":249,\"kind\":1024,\"name\":\"excludeZeroValue\",\"url\":\"interfaces/AssetTransfersParams.html#excludeZeroValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":250,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersParams.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":251,\"kind\":1024,\"name\":\"maxCount\",\"url\":\"interfaces/AssetTransfersParams.html#maxCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":252,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersParams.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":253,\"kind\":1024,\"name\":\"withMetadata\",\"url\":\"interfaces/AssetTransfersParams.html#withMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":254,\"kind\":256,\"name\":\"AssetTransfersWithMetadataParams\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":255,\"kind\":1024,\"name\":\"withMetadata\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#withMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":256,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":257,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":258,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":259,\"kind\":1024,\"name\":\"fromAddress\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#fromAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":260,\"kind\":1024,\"name\":\"toAddress\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#toAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":261,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":262,\"kind\":1024,\"name\":\"excludeZeroValue\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#excludeZeroValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":263,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":264,\"kind\":1024,\"name\":\"maxCount\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#maxCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":265,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":266,\"kind\":8,\"name\":\"AssetTransfersCategory\",\"url\":\"enums/AssetTransfersCategory.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":267,\"kind\":16,\"name\":\"EXTERNAL\",\"url\":\"enums/AssetTransfersCategory.html#EXTERNAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":268,\"kind\":16,\"name\":\"INTERNAL\",\"url\":\"enums/AssetTransfersCategory.html#INTERNAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":269,\"kind\":16,\"name\":\"ERC20\",\"url\":\"enums/AssetTransfersCategory.html#ERC20\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":270,\"kind\":16,\"name\":\"ERC721\",\"url\":\"enums/AssetTransfersCategory.html#ERC721\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":271,\"kind\":16,\"name\":\"ERC1155\",\"url\":\"enums/AssetTransfersCategory.html#ERC1155\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":272,\"kind\":16,\"name\":\"SPECIALNFT\",\"url\":\"enums/AssetTransfersCategory.html#SPECIALNFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":273,\"kind\":8,\"name\":\"AssetTransfersOrder\",\"url\":\"enums/AssetTransfersOrder.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":274,\"kind\":16,\"name\":\"ASCENDING\",\"url\":\"enums/AssetTransfersOrder.html#ASCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersOrder\"},{\"id\":275,\"kind\":16,\"name\":\"DESCENDING\",\"url\":\"enums/AssetTransfersOrder.html#DESCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersOrder\"},{\"id\":276,\"kind\":8,\"name\":\"NftTokenType\",\"url\":\"enums/NftTokenType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":277,\"kind\":16,\"name\":\"ERC721\",\"url\":\"enums/NftTokenType.html#ERC721\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":278,\"kind\":16,\"name\":\"ERC1155\",\"url\":\"enums/NftTokenType.html#ERC1155\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":279,\"kind\":16,\"name\":\"UNKNOWN\",\"url\":\"enums/NftTokenType.html#UNKNOWN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":280,\"kind\":256,\"name\":\"AssetTransfersResponse\",\"url\":\"interfaces/AssetTransfersResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":281,\"kind\":1024,\"name\":\"transfers\",\"url\":\"interfaces/AssetTransfersResponse.html#transfers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResponse\"},{\"id\":282,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResponse\"},{\"id\":283,\"kind\":256,\"name\":\"AssetTransfersWithMetadataResponse\",\"url\":\"interfaces/AssetTransfersWithMetadataResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":284,\"kind\":1024,\"name\":\"transfers\",\"url\":\"interfaces/AssetTransfersWithMetadataResponse.html#transfers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersWithMetadataResponse\"},{\"id\":285,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersWithMetadataResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersWithMetadataResponse\"},{\"id\":286,\"kind\":256,\"name\":\"AssetTransfersResult\",\"url\":\"interfaces/AssetTransfersResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":287,\"kind\":1024,\"name\":\"uniqueId\",\"url\":\"interfaces/AssetTransfersResult.html#uniqueId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":288,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersResult.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":289,\"kind\":1024,\"name\":\"blockNum\",\"url\":\"interfaces/AssetTransfersResult.html#blockNum\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":290,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/AssetTransfersResult.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":291,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/AssetTransfersResult.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":292,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/AssetTransfersResult.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":293,\"kind\":1024,\"name\":\"erc721TokenId\",\"url\":\"interfaces/AssetTransfersResult.html#erc721TokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":294,\"kind\":1024,\"name\":\"erc1155Metadata\",\"url\":\"interfaces/AssetTransfersResult.html#erc1155Metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":295,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/AssetTransfersResult.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":296,\"kind\":1024,\"name\":\"asset\",\"url\":\"interfaces/AssetTransfersResult.html#asset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":297,\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/AssetTransfersResult.html#hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":298,\"kind\":1024,\"name\":\"rawContract\",\"url\":\"interfaces/AssetTransfersResult.html#rawContract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":299,\"kind\":256,\"name\":\"AssetTransfersWithMetadataResult\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":300,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":301,\"kind\":1024,\"name\":\"uniqueId\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#uniqueId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":302,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":303,\"kind\":1024,\"name\":\"blockNum\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#blockNum\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":304,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":305,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":306,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":307,\"kind\":1024,\"name\":\"erc721TokenId\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#erc721TokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":308,\"kind\":1024,\"name\":\"erc1155Metadata\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#erc1155Metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":309,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":310,\"kind\":1024,\"name\":\"asset\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#asset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":311,\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":312,\"kind\":1024,\"name\":\"rawContract\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#rawContract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":313,\"kind\":256,\"name\":\"AssetTransfersMetadata\",\"url\":\"interfaces/AssetTransfersMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":314,\"kind\":1024,\"name\":\"blockTimestamp\",\"url\":\"interfaces/AssetTransfersMetadata.html#blockTimestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersMetadata\"},{\"id\":315,\"kind\":256,\"name\":\"NftMetadata\",\"url\":\"interfaces/NftMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":316,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/NftMetadata.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":317,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/NftMetadata.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":318,\"kind\":1024,\"name\":\"image\",\"url\":\"interfaces/NftMetadata.html#image\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":319,\"kind\":1024,\"name\":\"external_url\",\"url\":\"interfaces/NftMetadata.html#external_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":320,\"kind\":1024,\"name\":\"background_color\",\"url\":\"interfaces/NftMetadata.html#background_color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":321,\"kind\":1024,\"name\":\"attributes\",\"url\":\"interfaces/NftMetadata.html#attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":322,\"kind\":256,\"name\":\"TokenUri\",\"url\":\"interfaces/TokenUri.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":323,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/TokenUri.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenUri\"},{\"id\":324,\"kind\":1024,\"name\":\"gateway\",\"url\":\"interfaces/TokenUri.html#gateway\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenUri\"},{\"id\":325,\"kind\":256,\"name\":\"Media\",\"url\":\"interfaces/Media.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":326,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/Media.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":327,\"kind\":1024,\"name\":\"gateway\",\"url\":\"interfaces/Media.html#gateway\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":328,\"kind\":1024,\"name\":\"thumbnail\",\"url\":\"interfaces/Media.html#thumbnail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":329,\"kind\":1024,\"name\":\"format\",\"url\":\"interfaces/Media.html#format\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":330,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/Media.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":331,\"kind\":1024,\"name\":\"bytes\",\"url\":\"interfaces/Media.html#bytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":332,\"kind\":8,\"name\":\"NftSpamClassification\",\"url\":\"enums/NftSpamClassification.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":333,\"kind\":16,\"name\":\"Erc721TooManyOwners\",\"url\":\"enums/NftSpamClassification.html#Erc721TooManyOwners\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":334,\"kind\":16,\"name\":\"Erc721TooManyTokens\",\"url\":\"enums/NftSpamClassification.html#Erc721TooManyTokens\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":335,\"kind\":16,\"name\":\"Erc721DishonestTotalSupply\",\"url\":\"enums/NftSpamClassification.html#Erc721DishonestTotalSupply\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":336,\"kind\":16,\"name\":\"MostlyHoneyPotOwners\",\"url\":\"enums/NftSpamClassification.html#MostlyHoneyPotOwners\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":337,\"kind\":16,\"name\":\"OwnedByMostHoneyPots\",\"url\":\"enums/NftSpamClassification.html#OwnedByMostHoneyPots\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":338,\"kind\":256,\"name\":\"SpamInfo\",\"url\":\"interfaces/SpamInfo.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":339,\"kind\":1024,\"name\":\"isSpam\",\"url\":\"interfaces/SpamInfo.html#isSpam\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SpamInfo\"},{\"id\":340,\"kind\":1024,\"name\":\"classifications\",\"url\":\"interfaces/SpamInfo.html#classifications\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SpamInfo\"},{\"id\":341,\"kind\":256,\"name\":\"GetNftsForOwnerOptions\",\"url\":\"interfaces/GetNftsForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":342,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":343,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":344,\"kind\":1024,\"name\":\"excludeFilters\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#excludeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":345,\"kind\":1024,\"name\":\"includeFilters\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#includeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":346,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":347,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":348,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":349,\"kind\":1024,\"name\":\"orderBy\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#orderBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":350,\"kind\":256,\"name\":\"GetBaseNftsForOwnerOptions\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":351,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":352,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":353,\"kind\":1024,\"name\":\"excludeFilters\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#excludeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":354,\"kind\":1024,\"name\":\"includeFilters\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#includeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":355,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":356,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":357,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":358,\"kind\":1024,\"name\":\"orderBy\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#orderBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":359,\"kind\":8,\"name\":\"NftExcludeFilters\",\"url\":\"enums/NftExcludeFilters.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":360,\"kind\":16,\"name\":\"SPAM\",\"url\":\"enums/NftExcludeFilters.html#SPAM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftExcludeFilters\"},{\"id\":361,\"kind\":16,\"name\":\"AIRDROPS\",\"url\":\"enums/NftExcludeFilters.html#AIRDROPS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftExcludeFilters\"},{\"id\":362,\"kind\":8,\"name\":\"NftFilters\",\"url\":\"enums/NftFilters.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":363,\"kind\":16,\"name\":\"SPAM\",\"url\":\"enums/NftFilters.html#SPAM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftFilters\"},{\"id\":364,\"kind\":16,\"name\":\"AIRDROPS\",\"url\":\"enums/NftFilters.html#AIRDROPS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftFilters\"},{\"id\":365,\"kind\":8,\"name\":\"NftOrdering\",\"url\":\"enums/NftOrdering.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":366,\"kind\":16,\"name\":\"TRANSFERTIME\",\"url\":\"enums/NftOrdering.html#TRANSFERTIME\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftOrdering\"},{\"id\":367,\"kind\":256,\"name\":\"OwnedNftsResponse\",\"url\":\"interfaces/OwnedNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":368,\"kind\":1024,\"name\":\"ownedNfts\",\"url\":\"interfaces/OwnedNftsResponse.html#ownedNfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":369,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/OwnedNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":370,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/OwnedNftsResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":371,\"kind\":256,\"name\":\"OwnedBaseNftsResponse\",\"url\":\"interfaces/OwnedBaseNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":372,\"kind\":1024,\"name\":\"ownedNfts\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#ownedNfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":373,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":374,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":375,\"kind\":256,\"name\":\"OwnedNft\",\"url\":\"interfaces/OwnedNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":376,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/OwnedNft.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNft\"},{\"id\":377,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/OwnedNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":378,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/OwnedNft.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":379,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/OwnedNft.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":380,\"kind\":1024,\"name\":\"timeLastUpdated\",\"url\":\"interfaces/OwnedNft.html#timeLastUpdated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":381,\"kind\":1024,\"name\":\"metadataError\",\"url\":\"interfaces/OwnedNft.html#metadataError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":382,\"kind\":1024,\"name\":\"rawMetadata\",\"url\":\"interfaces/OwnedNft.html#rawMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":383,\"kind\":1024,\"name\":\"tokenUri\",\"url\":\"interfaces/OwnedNft.html#tokenUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":384,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/OwnedNft.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":385,\"kind\":1024,\"name\":\"spamInfo\",\"url\":\"interfaces/OwnedNft.html#spamInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":386,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/OwnedNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":387,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/OwnedNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":388,\"kind\":256,\"name\":\"OwnedBaseNft\",\"url\":\"interfaces/OwnedBaseNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":389,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/OwnedBaseNft.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNft\"},{\"id\":390,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/OwnedBaseNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedBaseNft\"},{\"id\":391,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/OwnedBaseNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedBaseNft\"},{\"id\":392,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/OwnedBaseNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedBaseNft\"},{\"id\":393,\"kind\":256,\"name\":\"GetOwnersForNftResponse\",\"url\":\"interfaces/GetOwnersForNftResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":394,\"kind\":1024,\"name\":\"owners\",\"url\":\"interfaces/GetOwnersForNftResponse.html#owners\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForNftResponse\"},{\"id\":395,\"kind\":256,\"name\":\"GetOwnersForContractResponse\",\"url\":\"interfaces/GetOwnersForContractResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":396,\"kind\":1024,\"name\":\"owners\",\"url\":\"interfaces/GetOwnersForContractResponse.html#owners\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractResponse\"},{\"id\":397,\"kind\":256,\"name\":\"GetOwnersForContractWithTokenBalancesResponse\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":398,\"kind\":1024,\"name\":\"owners\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesResponse.html#owners\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesResponse\"},{\"id\":399,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesResponse\"},{\"id\":400,\"kind\":256,\"name\":\"NftContractOwner\",\"url\":\"interfaces/NftContractOwner.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":401,\"kind\":1024,\"name\":\"ownerAddress\",\"url\":\"interfaces/NftContractOwner.html#ownerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractOwner\"},{\"id\":402,\"kind\":1024,\"name\":\"tokenBalances\",\"url\":\"interfaces/NftContractOwner.html#tokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractOwner\"},{\"id\":403,\"kind\":256,\"name\":\"NftContractTokenBalance\",\"url\":\"interfaces/NftContractTokenBalance.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":404,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftContractTokenBalance.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractTokenBalance\"},{\"id\":405,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/NftContractTokenBalance.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractTokenBalance\"},{\"id\":406,\"kind\":256,\"name\":\"GetNftMetadataOptions\",\"url\":\"interfaces/GetNftMetadataOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":407,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/GetNftMetadataOptions.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftMetadataOptions\"},{\"id\":408,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetNftMetadataOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftMetadataOptions\"},{\"id\":409,\"kind\":1024,\"name\":\"refreshCache\",\"url\":\"interfaces/GetNftMetadataOptions.html#refreshCache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftMetadataOptions\"},{\"id\":410,\"kind\":256,\"name\":\"NftMetadataBatchToken\",\"url\":\"interfaces/NftMetadataBatchToken.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":411,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftMetadataBatchToken.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchToken\"},{\"id\":412,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftMetadataBatchToken.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchToken\"},{\"id\":413,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/NftMetadataBatchToken.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchToken\"},{\"id\":414,\"kind\":256,\"name\":\"NftMetadataBatchOptions\",\"url\":\"interfaces/NftMetadataBatchOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":415,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/NftMetadataBatchOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchOptions\"},{\"id\":416,\"kind\":1024,\"name\":\"refreshCache\",\"url\":\"interfaces/NftMetadataBatchOptions.html#refreshCache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchOptions\"},{\"id\":417,\"kind\":256,\"name\":\"FloorPriceMarketplace\",\"url\":\"interfaces/FloorPriceMarketplace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":418,\"kind\":1024,\"name\":\"floorPrice\",\"url\":\"interfaces/FloorPriceMarketplace.html#floorPrice\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":419,\"kind\":1024,\"name\":\"priceCurrency\",\"url\":\"interfaces/FloorPriceMarketplace.html#priceCurrency\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":420,\"kind\":1024,\"name\":\"collectionUrl\",\"url\":\"interfaces/FloorPriceMarketplace.html#collectionUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":421,\"kind\":1024,\"name\":\"retrievedAt\",\"url\":\"interfaces/FloorPriceMarketplace.html#retrievedAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":422,\"kind\":256,\"name\":\"FloorPriceError\",\"url\":\"interfaces/FloorPriceError.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":423,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/FloorPriceError.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceError\"},{\"id\":424,\"kind\":256,\"name\":\"GetFloorPriceResponse\",\"url\":\"interfaces/GetFloorPriceResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":425,\"kind\":1024,\"name\":\"openSea\",\"url\":\"interfaces/GetFloorPriceResponse.html#openSea\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetFloorPriceResponse\"},{\"id\":426,\"kind\":1024,\"name\":\"looksRare\",\"url\":\"interfaces/GetFloorPriceResponse.html#looksRare\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetFloorPriceResponse\"},{\"id\":427,\"kind\":256,\"name\":\"GetContractsForOwnerOptions\",\"url\":\"interfaces/GetContractsForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":428,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":429,\"kind\":1024,\"name\":\"includeFilters\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#includeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":430,\"kind\":1024,\"name\":\"excludeFilters\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#excludeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":431,\"kind\":1024,\"name\":\"orderBy\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#orderBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":432,\"kind\":256,\"name\":\"GetContractsForOwnerResponse\",\"url\":\"interfaces/GetContractsForOwnerResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":433,\"kind\":1024,\"name\":\"contracts\",\"url\":\"interfaces/GetContractsForOwnerResponse.html#contracts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerResponse\"},{\"id\":434,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetContractsForOwnerResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerResponse\"},{\"id\":435,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/GetContractsForOwnerResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerResponse\"},{\"id\":436,\"kind\":256,\"name\":\"ContractForOwner\",\"url\":\"interfaces/ContractForOwner.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":437,\"kind\":1024,\"name\":\"totalBalance\",\"url\":\"interfaces/ContractForOwner.html#totalBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":438,\"kind\":1024,\"name\":\"numDistinctTokensOwned\",\"url\":\"interfaces/ContractForOwner.html#numDistinctTokensOwned\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":439,\"kind\":1024,\"name\":\"isSpam\",\"url\":\"interfaces/ContractForOwner.html#isSpam\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":440,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/ContractForOwner.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":441,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/ContractForOwner.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":442,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/ContractForOwner.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":443,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ContractForOwner.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":444,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/ContractForOwner.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":445,\"kind\":1024,\"name\":\"totalSupply\",\"url\":\"interfaces/ContractForOwner.html#totalSupply\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":446,\"kind\":1024,\"name\":\"openSea\",\"url\":\"interfaces/ContractForOwner.html#openSea\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":447,\"kind\":1024,\"name\":\"contractDeployer\",\"url\":\"interfaces/ContractForOwner.html#contractDeployer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":448,\"kind\":1024,\"name\":\"deployedBlockNumber\",\"url\":\"interfaces/ContractForOwner.html#deployedBlockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":449,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/ContractForOwner.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":450,\"kind\":8,\"name\":\"GetTransfersForOwnerTransferType\",\"url\":\"enums/GetTransfersForOwnerTransferType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":451,\"kind\":16,\"name\":\"TO\",\"url\":\"enums/GetTransfersForOwnerTransferType.html#TO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"GetTransfersForOwnerTransferType\"},{\"id\":452,\"kind\":16,\"name\":\"FROM\",\"url\":\"enums/GetTransfersForOwnerTransferType.html#FROM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"GetTransfersForOwnerTransferType\"},{\"id\":453,\"kind\":256,\"name\":\"GetTransfersForOwnerOptions\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":454,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForOwnerOptions\"},{\"id\":455,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForOwnerOptions\"},{\"id\":456,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForOwnerOptions\"},{\"id\":457,\"kind\":256,\"name\":\"GetTransfersForContractOptions\",\"url\":\"interfaces/GetTransfersForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":458,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/GetTransfersForContractOptions.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":459,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/GetTransfersForContractOptions.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":460,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/GetTransfersForContractOptions.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":461,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetTransfersForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":462,\"kind\":256,\"name\":\"TransfersNftResponse\",\"url\":\"interfaces/TransfersNftResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":463,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/TransfersNftResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransfersNftResponse\"},{\"id\":464,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/TransfersNftResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransfersNftResponse\"},{\"id\":465,\"kind\":256,\"name\":\"TransferredNft\",\"url\":\"interfaces/TransferredNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":466,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/TransferredNft.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":467,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/TransferredNft.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":468,\"kind\":1024,\"name\":\"transactionHash\",\"url\":\"interfaces/TransferredNft.html#transactionHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":469,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/TransferredNft.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":470,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/TransferredNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":471,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/TransferredNft.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":472,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/TransferredNft.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":473,\"kind\":1024,\"name\":\"timeLastUpdated\",\"url\":\"interfaces/TransferredNft.html#timeLastUpdated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":474,\"kind\":1024,\"name\":\"metadataError\",\"url\":\"interfaces/TransferredNft.html#metadataError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":475,\"kind\":1024,\"name\":\"rawMetadata\",\"url\":\"interfaces/TransferredNft.html#rawMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":476,\"kind\":1024,\"name\":\"tokenUri\",\"url\":\"interfaces/TransferredNft.html#tokenUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":477,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/TransferredNft.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":478,\"kind\":1024,\"name\":\"spamInfo\",\"url\":\"interfaces/TransferredNft.html#spamInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":479,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/TransferredNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":480,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/TransferredNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":481,\"kind\":256,\"name\":\"GetMintedNftsOptions\",\"url\":\"interfaces/GetMintedNftsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":482,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetMintedNftsOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsOptions\"},{\"id\":483,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/GetMintedNftsOptions.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsOptions\"},{\"id\":484,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetMintedNftsOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsOptions\"},{\"id\":485,\"kind\":256,\"name\":\"GetMintedNftsResponse\",\"url\":\"interfaces/GetMintedNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":486,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/GetMintedNftsResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsResponse\"},{\"id\":487,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetMintedNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsResponse\"},{\"id\":488,\"kind\":256,\"name\":\"GetNftSalesOptions\",\"url\":\"interfaces/GetNftSalesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":489,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/GetNftSalesOptions.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":490,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/GetNftSalesOptions.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":491,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/GetNftSalesOptions.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":492,\"kind\":1024,\"name\":\"marketplace\",\"url\":\"interfaces/GetNftSalesOptions.html#marketplace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":493,\"kind\":1024,\"name\":\"buyerAddress\",\"url\":\"interfaces/GetNftSalesOptions.html#buyerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":494,\"kind\":1024,\"name\":\"sellerAddress\",\"url\":\"interfaces/GetNftSalesOptions.html#sellerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":495,\"kind\":1024,\"name\":\"taker\",\"url\":\"interfaces/GetNftSalesOptions.html#taker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":496,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/GetNftSalesOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":497,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftSalesOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":498,\"kind\":256,\"name\":\"GetNftSalesOptionsByContractAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":499,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":500,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":501,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":502,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":503,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":504,\"kind\":1024,\"name\":\"marketplace\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#marketplace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":505,\"kind\":1024,\"name\":\"buyerAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#buyerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":506,\"kind\":1024,\"name\":\"sellerAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#sellerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":507,\"kind\":1024,\"name\":\"taker\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#taker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":508,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":509,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":510,\"kind\":256,\"name\":\"GetNftSalesResponse\",\"url\":\"interfaces/GetNftSalesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":511,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftSalesResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesResponse\"},{\"id\":512,\"kind\":1024,\"name\":\"nftSales\",\"url\":\"interfaces/GetNftSalesResponse.html#nftSales\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesResponse\"},{\"id\":513,\"kind\":256,\"name\":\"NftSale\",\"url\":\"interfaces/NftSale.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":514,\"kind\":1024,\"name\":\"marketplace\",\"url\":\"interfaces/NftSale.html#marketplace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":515,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftSale.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":516,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftSale.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":517,\"kind\":1024,\"name\":\"quantity\",\"url\":\"interfaces/NftSale.html#quantity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":518,\"kind\":1024,\"name\":\"buyerAddress\",\"url\":\"interfaces/NftSale.html#buyerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":519,\"kind\":1024,\"name\":\"sellerAddress\",\"url\":\"interfaces/NftSale.html#sellerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":520,\"kind\":1024,\"name\":\"taker\",\"url\":\"interfaces/NftSale.html#taker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":521,\"kind\":1024,\"name\":\"sellerFee\",\"url\":\"interfaces/NftSale.html#sellerFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":522,\"kind\":1024,\"name\":\"marketplaceFee\",\"url\":\"interfaces/NftSale.html#marketplaceFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":523,\"kind\":1024,\"name\":\"protocolFee\",\"url\":\"interfaces/NftSale.html#protocolFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":524,\"kind\":1024,\"name\":\"royaltyFee\",\"url\":\"interfaces/NftSale.html#royaltyFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":525,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/NftSale.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":526,\"kind\":1024,\"name\":\"logIndex\",\"url\":\"interfaces/NftSale.html#logIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":527,\"kind\":1024,\"name\":\"bundleIndex\",\"url\":\"interfaces/NftSale.html#bundleIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":528,\"kind\":1024,\"name\":\"transactionHash\",\"url\":\"interfaces/NftSale.html#transactionHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":529,\"kind\":256,\"name\":\"NftSaleFeeData\",\"url\":\"interfaces/NftSaleFeeData.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":530,\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/NftSaleFeeData.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleFeeData\"},{\"id\":531,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/NftSaleFeeData.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleFeeData\"},{\"id\":532,\"kind\":1024,\"name\":\"decimal\",\"url\":\"interfaces/NftSaleFeeData.html#decimal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleFeeData\"},{\"id\":533,\"kind\":8,\"name\":\"SortingOrder\",\"url\":\"enums/SortingOrder.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":534,\"kind\":16,\"name\":\"ASCENDING\",\"url\":\"enums/SortingOrder.html#ASCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SortingOrder\"},{\"id\":535,\"kind\":16,\"name\":\"DESCENDING\",\"url\":\"enums/SortingOrder.html#DESCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SortingOrder\"},{\"id\":536,\"kind\":8,\"name\":\"NftSaleMarketplace\",\"url\":\"enums/NftSaleMarketplace.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":537,\"kind\":16,\"name\":\"SEAPORT\",\"url\":\"enums/NftSaleMarketplace.html#SEAPORT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":538,\"kind\":16,\"name\":\"LOOKSRARE\",\"url\":\"enums/NftSaleMarketplace.html#LOOKSRARE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":539,\"kind\":16,\"name\":\"X2Y2\",\"url\":\"enums/NftSaleMarketplace.html#X2Y2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":540,\"kind\":16,\"name\":\"UNKNOWN\",\"url\":\"enums/NftSaleMarketplace.html#UNKNOWN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":541,\"kind\":8,\"name\":\"NftSaleTakerType\",\"url\":\"enums/NftSaleTakerType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":542,\"kind\":16,\"name\":\"BUYER\",\"url\":\"enums/NftSaleTakerType.html#BUYER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleTakerType\"},{\"id\":543,\"kind\":16,\"name\":\"SELLER\",\"url\":\"enums/NftSaleTakerType.html#SELLER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleTakerType\"},{\"id\":544,\"kind\":256,\"name\":\"NftAttributeRarity\",\"url\":\"interfaces/NftAttributeRarity.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":545,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/NftAttributeRarity.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributeRarity\"},{\"id\":546,\"kind\":1024,\"name\":\"traitType\",\"url\":\"interfaces/NftAttributeRarity.html#traitType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributeRarity\"},{\"id\":547,\"kind\":1024,\"name\":\"prevalence\",\"url\":\"interfaces/NftAttributeRarity.html#prevalence\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributeRarity\"},{\"id\":548,\"kind\":256,\"name\":\"NftAttributesResponse\",\"url\":\"interfaces/NftAttributesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":549,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftAttributesResponse.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributesResponse\"},{\"id\":550,\"kind\":1024,\"name\":\"totalSupply\",\"url\":\"interfaces/NftAttributesResponse.html#totalSupply\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributesResponse\"},{\"id\":551,\"kind\":1024,\"name\":\"summary\",\"url\":\"interfaces/NftAttributesResponse.html#summary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributesResponse\"},{\"id\":552,\"kind\":256,\"name\":\"RefreshContractResult\",\"url\":\"interfaces/RefreshContractResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":553,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/RefreshContractResult.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RefreshContractResult\"},{\"id\":554,\"kind\":1024,\"name\":\"refreshState\",\"url\":\"interfaces/RefreshContractResult.html#refreshState\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RefreshContractResult\"},{\"id\":555,\"kind\":1024,\"name\":\"progress\",\"url\":\"interfaces/RefreshContractResult.html#progress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RefreshContractResult\"},{\"id\":556,\"kind\":8,\"name\":\"RefreshState\",\"url\":\"enums/RefreshState.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":557,\"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\":558,\"kind\":16,\"name\":\"ALREADY_QUEUED\",\"url\":\"enums/RefreshState.html#ALREADY_QUEUED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":559,\"kind\":16,\"name\":\"IN_PROGRESS\",\"url\":\"enums/RefreshState.html#IN_PROGRESS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":560,\"kind\":16,\"name\":\"FINISHED\",\"url\":\"enums/RefreshState.html#FINISHED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":561,\"kind\":16,\"name\":\"QUEUED\",\"url\":\"enums/RefreshState.html#QUEUED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":562,\"kind\":16,\"name\":\"QUEUE_FAILED\",\"url\":\"enums/RefreshState.html#QUEUE_FAILED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":563,\"kind\":256,\"name\":\"TransactionReceiptsBlockNumber\",\"url\":\"interfaces/TransactionReceiptsBlockNumber.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":564,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/TransactionReceiptsBlockNumber.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionReceiptsBlockNumber\"},{\"id\":565,\"kind\":256,\"name\":\"TransactionReceiptsBlockHash\",\"url\":\"interfaces/TransactionReceiptsBlockHash.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":566,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/TransactionReceiptsBlockHash.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionReceiptsBlockHash\"},{\"id\":567,\"kind\":4194304,\"name\":\"TransactionReceiptsParams\",\"url\":\"modules.html#TransactionReceiptsParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":568,\"kind\":256,\"name\":\"TransactionReceiptsResponse\",\"url\":\"interfaces/TransactionReceiptsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":569,\"kind\":1024,\"name\":\"receipts\",\"url\":\"interfaces/TransactionReceiptsResponse.html#receipts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionReceiptsResponse\"},{\"id\":570,\"kind\":256,\"name\":\"ERC1155Metadata\",\"url\":\"interfaces/ERC1155Metadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":571,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/ERC1155Metadata.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ERC1155Metadata\"},{\"id\":572,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/ERC1155Metadata.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ERC1155Metadata\"},{\"id\":573,\"kind\":256,\"name\":\"RawContract\",\"url\":\"interfaces/RawContract.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":574,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/RawContract.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RawContract\"},{\"id\":575,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/RawContract.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RawContract\"},{\"id\":576,\"kind\":1024,\"name\":\"decimal\",\"url\":\"interfaces/RawContract.html#decimal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RawContract\"},{\"id\":577,\"kind\":256,\"name\":\"GetNftsForContractOptions\",\"url\":\"interfaces/GetNftsForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":578,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftsForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":579,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetNftsForContractOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":580,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetNftsForContractOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":581,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetNftsForContractOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":582,\"kind\":256,\"name\":\"GetBaseNftsForContractOptions\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":583,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":584,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":585,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":586,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":587,\"kind\":256,\"name\":\"GetOwnersForContractOptions\",\"url\":\"interfaces/GetOwnersForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":588,\"kind\":1024,\"name\":\"withTokenBalances\",\"url\":\"interfaces/GetOwnersForContractOptions.html#withTokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractOptions\"},{\"id\":589,\"kind\":1024,\"name\":\"block\",\"url\":\"interfaces/GetOwnersForContractOptions.html#block\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractOptions\"},{\"id\":590,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractOptions\"},{\"id\":591,\"kind\":256,\"name\":\"GetOwnersForContractWithTokenBalancesOptions\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":592,\"kind\":1024,\"name\":\"withTokenBalances\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html#withTokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesOptions\"},{\"id\":593,\"kind\":1024,\"name\":\"block\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html#block\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesOptions\"},{\"id\":594,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesOptions\"},{\"id\":595,\"kind\":256,\"name\":\"NftContractBaseNftsResponse\",\"url\":\"interfaces/NftContractBaseNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":596,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/NftContractBaseNftsResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractBaseNftsResponse\"},{\"id\":597,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/NftContractBaseNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractBaseNftsResponse\"},{\"id\":598,\"kind\":256,\"name\":\"NftContractNftsResponse\",\"url\":\"interfaces/NftContractNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":599,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/NftContractNftsResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractNftsResponse\"},{\"id\":600,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/NftContractNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractNftsResponse\"},{\"id\":601,\"kind\":256,\"name\":\"OpenSeaCollectionMetadata\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":602,\"kind\":1024,\"name\":\"floorPrice\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#floorPrice\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":603,\"kind\":1024,\"name\":\"collectionName\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#collectionName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":604,\"kind\":1024,\"name\":\"safelistRequestStatus\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#safelistRequestStatus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":605,\"kind\":1024,\"name\":\"imageUrl\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#imageUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":606,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":607,\"kind\":1024,\"name\":\"externalUrl\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#externalUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":608,\"kind\":1024,\"name\":\"twitterUsername\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#twitterUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":609,\"kind\":1024,\"name\":\"discordUrl\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#discordUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":610,\"kind\":1024,\"name\":\"lastIngestedAt\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#lastIngestedAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":611,\"kind\":8,\"name\":\"OpenSeaSafelistRequestStatus\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":612,\"kind\":16,\"name\":\"VERIFIED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#VERIFIED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":613,\"kind\":16,\"name\":\"APPROVED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#APPROVED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":614,\"kind\":16,\"name\":\"REQUESTED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#REQUESTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":615,\"kind\":16,\"name\":\"NOT_REQUESTED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#NOT_REQUESTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":616,\"kind\":256,\"name\":\"DeployResult\",\"url\":\"interfaces/DeployResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":617,\"kind\":1024,\"name\":\"deployerAddress\",\"url\":\"interfaces/DeployResult.html#deployerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeployResult\"},{\"id\":618,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/DeployResult.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeployResult\"},{\"id\":619,\"kind\":8,\"name\":\"AlchemySubscription\",\"url\":\"enums/AlchemySubscription.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":620,\"kind\":16,\"name\":\"PENDING_TRANSACTIONS\",\"url\":\"enums/AlchemySubscription.html#PENDING_TRANSACTIONS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlchemySubscription\"},{\"id\":621,\"kind\":16,\"name\":\"MINED_TRANSACTIONS\",\"url\":\"enums/AlchemySubscription.html#MINED_TRANSACTIONS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlchemySubscription\"},{\"id\":622,\"kind\":256,\"name\":\"AlchemyPendingTransactionsEventFilter\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":623,\"kind\":1024,\"name\":\"method\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#method\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":624,\"kind\":1024,\"name\":\"fromAddress\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#fromAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":625,\"kind\":1024,\"name\":\"toAddress\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#toAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":626,\"kind\":1024,\"name\":\"hashesOnly\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#hashesOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":627,\"kind\":256,\"name\":\"AlchemyMinedTransactionsEventFilter\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":628,\"kind\":1024,\"name\":\"method\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#method\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":629,\"kind\":1024,\"name\":\"addresses\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#addresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":630,\"kind\":1024,\"name\":\"includeRemoved\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#includeRemoved\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":631,\"kind\":1024,\"name\":\"hashesOnly\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#hashesOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":632,\"kind\":4194304,\"name\":\"AlchemyMinedTransactionsAddress\",\"url\":\"modules.html#AlchemyMinedTransactionsAddress\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":633,\"kind\":4194304,\"name\":\"AlchemyEventType\",\"url\":\"modules.html#AlchemyEventType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":634,\"kind\":4194304,\"name\":\"AlchemyEventFilter\",\"url\":\"modules.html#AlchemyEventFilter\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":635,\"kind\":256,\"name\":\"SendPrivateTransactionOptions\",\"url\":\"interfaces/SendPrivateTransactionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":636,\"kind\":1024,\"name\":\"fast\",\"url\":\"interfaces/SendPrivateTransactionOptions.html#fast\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SendPrivateTransactionOptions\"},{\"id\":637,\"kind\":8,\"name\":\"SimulateAssetType\",\"url\":\"enums/SimulateAssetType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":638,\"kind\":16,\"name\":\"NATIVE\",\"url\":\"enums/SimulateAssetType.html#NATIVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":639,\"kind\":16,\"name\":\"ERC20\",\"url\":\"enums/SimulateAssetType.html#ERC20\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":640,\"kind\":16,\"name\":\"ERC721\",\"url\":\"enums/SimulateAssetType.html#ERC721\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":641,\"kind\":16,\"name\":\"ERC1155\",\"url\":\"enums/SimulateAssetType.html#ERC1155\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":642,\"kind\":16,\"name\":\"SPECIAL_NFT\",\"url\":\"enums/SimulateAssetType.html#SPECIAL_NFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":643,\"kind\":8,\"name\":\"SimulateChangeType\",\"url\":\"enums/SimulateChangeType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":644,\"kind\":16,\"name\":\"APPROVE\",\"url\":\"enums/SimulateChangeType.html#APPROVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateChangeType\"},{\"id\":645,\"kind\":16,\"name\":\"TRANSFER\",\"url\":\"enums/SimulateChangeType.html#TRANSFER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateChangeType\"},{\"id\":646,\"kind\":256,\"name\":\"SimulateAssetChangesError\",\"url\":\"interfaces/SimulateAssetChangesError.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":647,\"kind\":1024,\"name\":\"message\",\"url\":\"interfaces/SimulateAssetChangesError.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesError\"},{\"id\":648,\"kind\":256,\"name\":\"SimulateAssetChangesChange\",\"url\":\"interfaces/SimulateAssetChangesChange.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":649,\"kind\":1024,\"name\":\"assetType\",\"url\":\"interfaces/SimulateAssetChangesChange.html#assetType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":650,\"kind\":1024,\"name\":\"changeType\",\"url\":\"interfaces/SimulateAssetChangesChange.html#changeType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":651,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/SimulateAssetChangesChange.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":652,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/SimulateAssetChangesChange.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":653,\"kind\":1024,\"name\":\"rawAmount\",\"url\":\"interfaces/SimulateAssetChangesChange.html#rawAmount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":654,\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/SimulateAssetChangesChange.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":655,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/SimulateAssetChangesChange.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":656,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/SimulateAssetChangesChange.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":657,\"kind\":1024,\"name\":\"decimals\",\"url\":\"interfaces/SimulateAssetChangesChange.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":658,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/SimulateAssetChangesChange.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":659,\"kind\":1024,\"name\":\"logo\",\"url\":\"interfaces/SimulateAssetChangesChange.html#logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":660,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/SimulateAssetChangesChange.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":661,\"kind\":256,\"name\":\"SimulateAssetChangesResponse\",\"url\":\"interfaces/SimulateAssetChangesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":662,\"kind\":1024,\"name\":\"changes\",\"url\":\"interfaces/SimulateAssetChangesResponse.html#changes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesResponse\"},{\"id\":663,\"kind\":1024,\"name\":\"gasUsed\",\"url\":\"interfaces/SimulateAssetChangesResponse.html#gasUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesResponse\"},{\"id\":664,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/SimulateAssetChangesResponse.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesResponse\"},{\"id\":665,\"kind\":8,\"name\":\"DecodingAuthority\",\"url\":\"enums/DecodingAuthority.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":666,\"kind\":16,\"name\":\"ETHERSCAN\",\"url\":\"enums/DecodingAuthority.html#ETHERSCAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DecodingAuthority\"},{\"id\":667,\"kind\":256,\"name\":\"DecodedCallParam\",\"url\":\"interfaces/DecodedCallParam.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":668,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DecodedCallParam.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedCallParam\"},{\"id\":669,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/DecodedCallParam.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedCallParam\"},{\"id\":670,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DecodedCallParam.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedCallParam\"},{\"id\":671,\"kind\":256,\"name\":\"DecodedLogInput\",\"url\":\"interfaces/DecodedLogInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":672,\"kind\":1024,\"name\":\"indexed\",\"url\":\"interfaces/DecodedLogInput.html#indexed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLogInput\"},{\"id\":673,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DecodedLogInput.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DecodedLogInput\"},{\"id\":674,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/DecodedLogInput.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DecodedLogInput\"},{\"id\":675,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DecodedLogInput.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DecodedLogInput\"},{\"id\":676,\"kind\":256,\"name\":\"DecodedDebugCallTrace\",\"url\":\"interfaces/DecodedDebugCallTrace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":677,\"kind\":1024,\"name\":\"methodName\",\"url\":\"interfaces/DecodedDebugCallTrace.html#methodName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":678,\"kind\":1024,\"name\":\"inputs\",\"url\":\"interfaces/DecodedDebugCallTrace.html#inputs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":679,\"kind\":1024,\"name\":\"outputs\",\"url\":\"interfaces/DecodedDebugCallTrace.html#outputs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":680,\"kind\":1024,\"name\":\"authority\",\"url\":\"interfaces/DecodedDebugCallTrace.html#authority\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":681,\"kind\":8,\"name\":\"DebugCallType\",\"url\":\"enums/DebugCallType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":682,\"kind\":16,\"name\":\"CREATE\",\"url\":\"enums/DebugCallType.html#CREATE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":683,\"kind\":16,\"name\":\"CALL\",\"url\":\"enums/DebugCallType.html#CALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":684,\"kind\":16,\"name\":\"STATICCALL\",\"url\":\"enums/DebugCallType.html#STATICCALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":685,\"kind\":16,\"name\":\"DELEGATECALL\",\"url\":\"enums/DebugCallType.html#DELEGATECALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":686,\"kind\":256,\"name\":\"SimulationCallTrace\",\"url\":\"interfaces/SimulationCallTrace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":687,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/SimulationCallTrace.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"SimulationCallTrace\"},{\"id\":688,\"kind\":1024,\"name\":\"decoded\",\"url\":\"interfaces/SimulationCallTrace.html#decoded\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationCallTrace\"},{\"id\":689,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/SimulationCallTrace.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":690,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/SimulationCallTrace.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":691,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/SimulationCallTrace.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":692,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/SimulationCallTrace.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":693,\"kind\":1024,\"name\":\"gas\",\"url\":\"interfaces/SimulationCallTrace.html#gas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":694,\"kind\":1024,\"name\":\"gasUsed\",\"url\":\"interfaces/SimulationCallTrace.html#gasUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":695,\"kind\":1024,\"name\":\"input\",\"url\":\"interfaces/SimulationCallTrace.html#input\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":696,\"kind\":1024,\"name\":\"output\",\"url\":\"interfaces/SimulationCallTrace.html#output\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":697,\"kind\":256,\"name\":\"DecodedLog\",\"url\":\"interfaces/DecodedLog.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":698,\"kind\":1024,\"name\":\"eventName\",\"url\":\"interfaces/DecodedLog.html#eventName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLog\"},{\"id\":699,\"kind\":1024,\"name\":\"inputs\",\"url\":\"interfaces/DecodedLog.html#inputs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLog\"},{\"id\":700,\"kind\":1024,\"name\":\"authority\",\"url\":\"interfaces/DecodedLog.html#authority\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLog\"},{\"id\":701,\"kind\":256,\"name\":\"SimulationDebugLog\",\"url\":\"interfaces/SimulationDebugLog.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":702,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/SimulationDebugLog.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":703,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/SimulationDebugLog.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":704,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/SimulationDebugLog.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":705,\"kind\":1024,\"name\":\"decoded\",\"url\":\"interfaces/SimulationDebugLog.html#decoded\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":706,\"kind\":256,\"name\":\"SimulateExecutionResponse\",\"url\":\"interfaces/SimulateExecutionResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":707,\"kind\":1024,\"name\":\"calls\",\"url\":\"interfaces/SimulateExecutionResponse.html#calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateExecutionResponse\"},{\"id\":708,\"kind\":1024,\"name\":\"logs\",\"url\":\"interfaces/SimulateExecutionResponse.html#logs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateExecutionResponse\"},{\"id\":709,\"kind\":256,\"name\":\"Webhook\",\"url\":\"interfaces/Webhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":710,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/Webhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":711,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/Webhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":712,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/Webhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":713,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/Webhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":714,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/Webhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":715,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/Webhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":716,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/Webhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":717,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/Webhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":718,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/Webhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":719,\"kind\":8,\"name\":\"WebhookVersion\",\"url\":\"enums/WebhookVersion.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":720,\"kind\":16,\"name\":\"V1\",\"url\":\"enums/WebhookVersion.html#V1\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookVersion\"},{\"id\":721,\"kind\":16,\"name\":\"V2\",\"url\":\"enums/WebhookVersion.html#V2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookVersion\"},{\"id\":722,\"kind\":8,\"name\":\"WebhookType\",\"url\":\"enums/WebhookType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":723,\"kind\":16,\"name\":\"MINED_TRANSACTION\",\"url\":\"enums/WebhookType.html#MINED_TRANSACTION\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":724,\"kind\":16,\"name\":\"DROPPED_TRANSACTION\",\"url\":\"enums/WebhookType.html#DROPPED_TRANSACTION\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":725,\"kind\":16,\"name\":\"ADDRESS_ACTIVITY\",\"url\":\"enums/WebhookType.html#ADDRESS_ACTIVITY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":726,\"kind\":16,\"name\":\"NFT_ACTIVITY\",\"url\":\"enums/WebhookType.html#NFT_ACTIVITY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":727,\"kind\":256,\"name\":\"MinedTransactionWebhook\",\"url\":\"interfaces/MinedTransactionWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":728,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/MinedTransactionWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":729,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/MinedTransactionWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":730,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/MinedTransactionWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":731,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/MinedTransactionWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":732,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/MinedTransactionWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":733,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/MinedTransactionWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":734,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/MinedTransactionWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":735,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/MinedTransactionWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":736,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/MinedTransactionWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":737,\"kind\":256,\"name\":\"DroppedTransactionWebhook\",\"url\":\"interfaces/DroppedTransactionWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":738,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DroppedTransactionWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":739,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/DroppedTransactionWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":740,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/DroppedTransactionWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":741,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/DroppedTransactionWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":742,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/DroppedTransactionWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":743,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/DroppedTransactionWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":744,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/DroppedTransactionWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":745,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/DroppedTransactionWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":746,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/DroppedTransactionWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":747,\"kind\":256,\"name\":\"AddressActivityWebhook\",\"url\":\"interfaces/AddressActivityWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":748,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/AddressActivityWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"AddressActivityWebhook\"},{\"id\":749,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/AddressActivityWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":750,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/AddressActivityWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":751,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/AddressActivityWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":752,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/AddressActivityWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":753,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/AddressActivityWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":754,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/AddressActivityWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":755,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/AddressActivityWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":756,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/AddressActivityWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":757,\"kind\":256,\"name\":\"NftActivityWebhook\",\"url\":\"interfaces/NftActivityWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":758,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/NftActivityWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"NftActivityWebhook\"},{\"id\":759,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/NftActivityWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":760,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/NftActivityWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":761,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/NftActivityWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":762,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/NftActivityWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":763,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/NftActivityWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":764,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/NftActivityWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":765,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/NftActivityWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":766,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/NftActivityWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":767,\"kind\":256,\"name\":\"GetAllWebhooksResponse\",\"url\":\"interfaces/GetAllWebhooksResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":768,\"kind\":1024,\"name\":\"webhooks\",\"url\":\"interfaces/GetAllWebhooksResponse.html#webhooks\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAllWebhooksResponse\"},{\"id\":769,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/GetAllWebhooksResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAllWebhooksResponse\"},{\"id\":770,\"kind\":256,\"name\":\"GetAddressesOptions\",\"url\":\"interfaces/GetAddressesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":771,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/GetAddressesOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAddressesOptions\"},{\"id\":772,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetAddressesOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAddressesOptions\"},{\"id\":773,\"kind\":256,\"name\":\"AddressActivityResponse\",\"url\":\"interfaces/AddressActivityResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":774,\"kind\":1024,\"name\":\"addresses\",\"url\":\"interfaces/AddressActivityResponse.html#addresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressActivityResponse\"},{\"id\":775,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/AddressActivityResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressActivityResponse\"},{\"id\":776,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AddressActivityResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressActivityResponse\"},{\"id\":777,\"kind\":256,\"name\":\"TransactionWebhookParams\",\"url\":\"interfaces/TransactionWebhookParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":778,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/TransactionWebhookParams.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionWebhookParams\"},{\"id\":779,\"kind\":256,\"name\":\"NftWebhookParams\",\"url\":\"interfaces/NftWebhookParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":780,\"kind\":1024,\"name\":\"filters\",\"url\":\"interfaces/NftWebhookParams.html#filters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftWebhookParams\"},{\"id\":781,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/NftWebhookParams.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftWebhookParams\"},{\"id\":782,\"kind\":256,\"name\":\"AddressWebhookParams\",\"url\":\"interfaces/AddressWebhookParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":783,\"kind\":1024,\"name\":\"addresses\",\"url\":\"interfaces/AddressWebhookParams.html#addresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressWebhookParams\"},{\"id\":784,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/AddressWebhookParams.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressWebhookParams\"},{\"id\":785,\"kind\":256,\"name\":\"NftFilter\",\"url\":\"interfaces/NftFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":786,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftFilter.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFilter\"},{\"id\":787,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftFilter.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFilter\"},{\"id\":788,\"kind\":256,\"name\":\"NftFiltersResponse\",\"url\":\"interfaces/NftFiltersResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":789,\"kind\":1024,\"name\":\"filters\",\"url\":\"interfaces/NftFiltersResponse.html#filters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFiltersResponse\"},{\"id\":790,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/NftFiltersResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFiltersResponse\"},{\"id\":791,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/NftFiltersResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFiltersResponse\"},{\"id\":792,\"kind\":256,\"name\":\"WebhookStatusUpdate\",\"url\":\"interfaces/WebhookStatusUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":793,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/WebhookStatusUpdate.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookStatusUpdate\"},{\"id\":794,\"kind\":256,\"name\":\"WebhookNftFilterUpdate\",\"url\":\"interfaces/WebhookNftFilterUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":795,\"kind\":1024,\"name\":\"addFilters\",\"url\":\"interfaces/WebhookNftFilterUpdate.html#addFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookNftFilterUpdate\"},{\"id\":796,\"kind\":1024,\"name\":\"removeFilters\",\"url\":\"interfaces/WebhookNftFilterUpdate.html#removeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookNftFilterUpdate\"},{\"id\":797,\"kind\":256,\"name\":\"WebhookAddressUpdate\",\"url\":\"interfaces/WebhookAddressUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":798,\"kind\":1024,\"name\":\"addAddresses\",\"url\":\"interfaces/WebhookAddressUpdate.html#addAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookAddressUpdate\"},{\"id\":799,\"kind\":1024,\"name\":\"removeAddresses\",\"url\":\"interfaces/WebhookAddressUpdate.html#removeAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookAddressUpdate\"},{\"id\":800,\"kind\":256,\"name\":\"WebhookAddressOverride\",\"url\":\"interfaces/WebhookAddressOverride.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":801,\"kind\":1024,\"name\":\"newAddresses\",\"url\":\"interfaces/WebhookAddressOverride.html#newAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookAddressOverride\"},{\"id\":802,\"kind\":4194304,\"name\":\"NftWebhookUpdate\",\"url\":\"modules.html#NftWebhookUpdate\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":803,\"kind\":4194304,\"name\":\"AddressWebhookUpdate\",\"url\":\"modules.html#AddressWebhookUpdate\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":804,\"kind\":256,\"name\":\"DebugTransaction\",\"url\":\"interfaces/DebugTransaction.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":805,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/DebugTransaction.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":806,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/DebugTransaction.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":807,\"kind\":1024,\"name\":\"gasPrice\",\"url\":\"interfaces/DebugTransaction.html#gasPrice\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":808,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DebugTransaction.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":809,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/DebugTransaction.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":810,\"kind\":8,\"name\":\"CommitmentLevel\",\"url\":\"enums/CommitmentLevel.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":811,\"kind\":16,\"name\":\"PENDING\",\"url\":\"enums/CommitmentLevel.html#PENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":812,\"kind\":16,\"name\":\"LATEST\",\"url\":\"enums/CommitmentLevel.html#LATEST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":813,\"kind\":16,\"name\":\"SAFE\",\"url\":\"enums/CommitmentLevel.html#SAFE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":814,\"kind\":16,\"name\":\"FINALIZED\",\"url\":\"enums/CommitmentLevel.html#FINALIZED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":815,\"kind\":16,\"name\":\"EARLIEST\",\"url\":\"enums/CommitmentLevel.html#EARLIEST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":816,\"kind\":4194304,\"name\":\"BlockIdentifier\",\"url\":\"modules.html#BlockIdentifier\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":817,\"kind\":8,\"name\":\"DebugTracerType\",\"url\":\"enums/DebugTracerType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":818,\"kind\":16,\"name\":\"CALL_TRACER\",\"url\":\"enums/DebugTracerType.html#CALL_TRACER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugTracerType\"},{\"id\":819,\"kind\":16,\"name\":\"PRESTATE_TRACER\",\"url\":\"enums/DebugTracerType.html#PRESTATE_TRACER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugTracerType\"},{\"id\":820,\"kind\":256,\"name\":\"DebugCallTracer\",\"url\":\"interfaces/DebugCallTracer.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":821,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DebugCallTracer.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTracer\"},{\"id\":822,\"kind\":1024,\"name\":\"onlyTopCall\",\"url\":\"interfaces/DebugCallTracer.html#onlyTopCall\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTracer\"},{\"id\":823,\"kind\":256,\"name\":\"DebugPrestateTracer\",\"url\":\"interfaces/DebugPrestateTracer.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":824,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DebugPrestateTracer.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestateTracer\"},{\"id\":825,\"kind\":1024,\"name\":\"onlyTopCall\",\"url\":\"interfaces/DebugPrestateTracer.html#onlyTopCall\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestateTracer\"},{\"id\":826,\"kind\":256,\"name\":\"DebugCallTrace\",\"url\":\"interfaces/DebugCallTrace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":827,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DebugCallTrace.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":828,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/DebugCallTrace.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":829,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/DebugCallTrace.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":830,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DebugCallTrace.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":831,\"kind\":1024,\"name\":\"gas\",\"url\":\"interfaces/DebugCallTrace.html#gas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":832,\"kind\":1024,\"name\":\"gasUsed\",\"url\":\"interfaces/DebugCallTrace.html#gasUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":833,\"kind\":1024,\"name\":\"input\",\"url\":\"interfaces/DebugCallTrace.html#input\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":834,\"kind\":1024,\"name\":\"output\",\"url\":\"interfaces/DebugCallTrace.html#output\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":835,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/DebugCallTrace.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":836,\"kind\":1024,\"name\":\"revertReason\",\"url\":\"interfaces/DebugCallTrace.html#revertReason\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":837,\"kind\":1024,\"name\":\"calls\",\"url\":\"interfaces/DebugCallTrace.html#calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":838,\"kind\":256,\"name\":\"FilterByBlockHash\",\"url\":\"interfaces/FilterByBlockHash.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":839,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/FilterByBlockHash.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterByBlockHash\"},{\"id\":840,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/FilterByBlockHash.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FilterByBlockHash\"},{\"id\":841,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/FilterByBlockHash.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FilterByBlockHash\"},{\"id\":842,\"kind\":256,\"name\":\"Filter\",\"url\":\"interfaces/Filter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":843,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/Filter.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Filter\"},{\"id\":844,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/Filter.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Filter\"},{\"id\":845,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/Filter.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Filter\"},{\"id\":846,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/Filter.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Filter\"},{\"id\":847,\"kind\":256,\"name\":\"EventFilter\",\"url\":\"interfaces/EventFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":848,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/EventFilter.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EventFilter\"},{\"id\":849,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/EventFilter.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EventFilter\"},{\"id\":850,\"kind\":4194304,\"name\":\"DebugPrestateTrace\",\"url\":\"modules.html#DebugPrestateTrace\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":851,\"kind\":256,\"name\":\"DebugPrestate\",\"url\":\"interfaces/DebugPrestate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":852,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/DebugPrestate.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":853,\"kind\":1024,\"name\":\"nonce\",\"url\":\"interfaces/DebugPrestate.html#nonce\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":854,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/DebugPrestate.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":855,\"kind\":1024,\"name\":\"storage\",\"url\":\"interfaces/DebugPrestate.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":856,\"kind\":4194304,\"name\":\"RequireAtLeastOne\",\"url\":\"modules.html#RequireAtLeastOne\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":857,\"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,63.503]],[\"parent/0\",[]],[\"name/1\",[1,45.045]],[\"parent/1\",[]],[\"name/2\",[2,50.51]],[\"parent/2\",[1,4.113]],[\"name/3\",[3,63.503]],[\"parent/3\",[1,4.113]],[\"name/4\",[4,41.531]],[\"parent/4\",[1,4.113]],[\"name/5\",[5,63.503]],[\"parent/5\",[1,4.113]],[\"name/6\",[6,63.503]],[\"parent/6\",[1,4.113]],[\"name/7\",[7,63.503]],[\"parent/7\",[1,4.113]],[\"name/8\",[8,63.503]],[\"parent/8\",[1,4.113]],[\"name/9\",[9,63.503]],[\"parent/9\",[1,4.113]],[\"name/10\",[10,40.149]],[\"parent/10\",[]],[\"name/11\",[2,50.51]],[\"parent/11\",[10,3.666]],[\"name/12\",[11,63.503]],[\"parent/12\",[10,3.666]],[\"name/13\",[12,58.395]],[\"parent/13\",[10,3.666]],[\"name/14\",[13,58.395]],[\"parent/14\",[10,3.666]],[\"name/15\",[14,55.03]],[\"parent/15\",[10,3.666]],[\"name/16\",[15,55.03]],[\"parent/16\",[10,3.666]],[\"name/17\",[16,55.03]],[\"parent/17\",[10,3.666]],[\"name/18\",[17,63.503]],[\"parent/18\",[10,3.666]],[\"name/19\",[18,58.395]],[\"parent/19\",[10,3.666]],[\"name/20\",[19,58.395]],[\"parent/20\",[10,3.666]],[\"name/21\",[20,58.395]],[\"parent/21\",[10,3.666]],[\"name/22\",[21,63.503]],[\"parent/22\",[10,3.666]],[\"name/23\",[22,40.816]],[\"parent/23\",[10,3.666]],[\"name/24\",[22,40.816]],[\"parent/24\",[10,3.666]],[\"name/25\",[23,40.816]],[\"parent/25\",[]],[\"name/26\",[2,50.51]],[\"parent/26\",[23,3.727]],[\"name/27\",[22,40.816]],[\"parent/27\",[23,3.727]],[\"name/28\",[22,40.816]],[\"parent/28\",[23,3.727]],[\"name/29\",[22,40.816]],[\"parent/29\",[23,3.727]],[\"name/30\",[22,40.816]],[\"parent/30\",[23,3.727]],[\"name/31\",[22,40.816]],[\"parent/31\",[23,3.727]],[\"name/32\",[22,40.816]],[\"parent/32\",[23,3.727]],[\"name/33\",[22,40.816]],[\"parent/33\",[23,3.727]],[\"name/34\",[24,58.395]],[\"parent/34\",[]],[\"name/35\",[2,50.51]],[\"parent/35\",[24,5.332]],[\"name/36\",[25,43.134]],[\"parent/36\",[]],[\"name/37\",[2,50.51]],[\"parent/37\",[25,3.938]],[\"name/38\",[26,52.517]],[\"parent/38\",[25,3.938]],[\"name/39\",[27,35.571]],[\"parent/39\",[25,3.938]],[\"name/40\",[28,55.03]],[\"parent/40\",[25,3.938]],[\"name/41\",[29,55.03]],[\"parent/41\",[25,3.938]],[\"name/42\",[30,47.409]],[\"parent/42\",[25,3.938]],[\"name/43\",[31,58.395]],[\"parent/43\",[25,3.938]],[\"name/44\",[32,58.395]],[\"parent/44\",[25,3.938]],[\"name/45\",[33,63.503]],[\"parent/45\",[25,3.938]],[\"name/46\",[34,63.503]],[\"parent/46\",[25,3.938]],[\"name/47\",[35,45.045]],[\"parent/47\",[]],[\"name/48\",[26,52.517]],[\"parent/48\",[35,4.113]],[\"name/49\",[28,55.03]],[\"parent/49\",[35,4.113]],[\"name/50\",[29,55.03]],[\"parent/50\",[35,4.113]],[\"name/51\",[36,63.503]],[\"parent/51\",[35,4.113]],[\"name/52\",[37,63.503]],[\"parent/52\",[35,4.113]],[\"name/53\",[38,58.395]],[\"parent/53\",[35,4.113]],[\"name/54\",[39,58.395]],[\"parent/54\",[35,4.113]],[\"name/55\",[22,40.816]],[\"parent/55\",[35,4.113]],[\"name/56\",[40,37.353]],[\"parent/56\",[]],[\"name/57\",[41,63.503]],[\"parent/57\",[40,3.411]],[\"name/58\",[26,52.517]],[\"parent/58\",[40,3.411]],[\"name/59\",[42,58.395]],[\"parent/59\",[40,3.411]],[\"name/60\",[43,58.395]],[\"parent/60\",[40,3.411]],[\"name/61\",[44,58.395]],[\"parent/61\",[40,3.411]],[\"name/62\",[45,58.395]],[\"parent/62\",[40,3.411]],[\"name/63\",[46,58.395]],[\"parent/63\",[40,3.411]],[\"name/64\",[47,58.395]],[\"parent/64\",[40,3.411]],[\"name/65\",[48,63.503]],[\"parent/65\",[40,3.411]],[\"name/66\",[38,58.395]],[\"parent/66\",[40,3.411]],[\"name/67\",[49,63.503]],[\"parent/67\",[40,3.411]],[\"name/68\",[50,63.503]],[\"parent/68\",[40,3.411]],[\"name/69\",[51,63.503]],[\"parent/69\",[40,3.411]],[\"name/70\",[52,63.503]],[\"parent/70\",[40,3.411]],[\"name/71\",[53,63.503]],[\"parent/71\",[40,3.411]],[\"name/72\",[22,40.816]],[\"parent/72\",[40,3.411]],[\"name/73\",[22,40.816]],[\"parent/73\",[40,3.411]],[\"name/74\",[22,40.816]],[\"parent/74\",[40,3.411]],[\"name/75\",[22,40.816]],[\"parent/75\",[40,3.411]],[\"name/76\",[54,35.171]],[\"parent/76\",[]],[\"name/77\",[55,63.503]],[\"parent/77\",[54,3.211]],[\"name/78\",[56,63.503]],[\"parent/78\",[54,3.211]],[\"name/79\",[57,63.503]],[\"parent/79\",[54,3.211]],[\"name/80\",[58,63.503]],[\"parent/80\",[54,3.211]],[\"name/81\",[59,63.503]],[\"parent/81\",[54,3.211]],[\"name/82\",[60,63.503]],[\"parent/82\",[54,3.211]],[\"name/83\",[61,63.503]],[\"parent/83\",[54,3.211]],[\"name/84\",[62,63.503]],[\"parent/84\",[54,3.211]],[\"name/85\",[63,63.503]],[\"parent/85\",[54,3.211]],[\"name/86\",[64,63.503]],[\"parent/86\",[54,3.211]],[\"name/87\",[65,63.503]],[\"parent/87\",[54,3.211]],[\"name/88\",[66,63.503]],[\"parent/88\",[54,3.211]],[\"name/89\",[67,63.503]],[\"parent/89\",[54,3.211]],[\"name/90\",[68,63.503]],[\"parent/90\",[54,3.211]],[\"name/91\",[69,63.503]],[\"parent/91\",[54,3.211]],[\"name/92\",[70,63.503]],[\"parent/92\",[54,3.211]],[\"name/93\",[71,63.503]],[\"parent/93\",[54,3.211]],[\"name/94\",[72,63.503]],[\"parent/94\",[54,3.211]],[\"name/95\",[73,63.503]],[\"parent/95\",[54,3.211]],[\"name/96\",[74,63.503]],[\"parent/96\",[54,3.211]],[\"name/97\",[75,63.503]],[\"parent/97\",[54,3.211]],[\"name/98\",[76,63.503]],[\"parent/98\",[54,3.211]],[\"name/99\",[77,63.503]],[\"parent/99\",[54,3.211]],[\"name/100\",[78,63.503]],[\"parent/100\",[54,3.211]],[\"name/101\",[79,47.409]],[\"parent/101\",[]],[\"name/102\",[42,58.395]],[\"parent/102\",[79,4.329]],[\"name/103\",[43,58.395]],[\"parent/103\",[79,4.329]],[\"name/104\",[44,58.395]],[\"parent/104\",[79,4.329]],[\"name/105\",[45,58.395]],[\"parent/105\",[79,4.329]],[\"name/106\",[46,58.395]],[\"parent/106\",[79,4.329]],[\"name/107\",[47,58.395]],[\"parent/107\",[79,4.329]],[\"name/108\",[80,34.416]],[\"parent/108\",[]],[\"name/109\",[12,58.395]],[\"parent/109\",[80,3.142]],[\"name/110\",[81,63.503]],[\"parent/110\",[80,3.142]],[\"name/111\",[82,63.503]],[\"parent/111\",[80,3.142]],[\"name/112\",[13,58.395]],[\"parent/112\",[80,3.142]],[\"name/113\",[83,63.503]],[\"parent/113\",[80,3.142]],[\"name/114\",[84,63.503]],[\"parent/114\",[80,3.142]],[\"name/115\",[85,63.503]],[\"parent/115\",[80,3.142]],[\"name/116\",[86,63.503]],[\"parent/116\",[80,3.142]],[\"name/117\",[18,58.395]],[\"parent/117\",[80,3.142]],[\"name/118\",[19,58.395]],[\"parent/118\",[80,3.142]],[\"name/119\",[87,63.503]],[\"parent/119\",[80,3.142]],[\"name/120\",[15,55.03]],[\"parent/120\",[80,3.142]],[\"name/121\",[14,55.03]],[\"parent/121\",[80,3.142]],[\"name/122\",[88,58.395]],[\"parent/122\",[80,3.142]],[\"name/123\",[89,63.503]],[\"parent/123\",[80,3.142]],[\"name/124\",[16,55.03]],[\"parent/124\",[80,3.142]],[\"name/125\",[90,58.395]],[\"parent/125\",[80,3.142]],[\"name/126\",[91,63.503]],[\"parent/126\",[80,3.142]],[\"name/127\",[39,58.395]],[\"parent/127\",[80,3.142]],[\"name/128\",[92,63.503]],[\"parent/128\",[80,3.142]],[\"name/129\",[93,63.503]],[\"parent/129\",[80,3.142]],[\"name/130\",[94,63.503]],[\"parent/130\",[80,3.142]],[\"name/131\",[95,63.503]],[\"parent/131\",[80,3.142]],[\"name/132\",[96,63.503]],[\"parent/132\",[80,3.142]],[\"name/133\",[20,58.395]],[\"parent/133\",[80,3.142]],[\"name/134\",[97,63.503]],[\"parent/134\",[80,3.142]],[\"name/135\",[98,44.044]],[\"parent/135\",[]],[\"name/136\",[99,63.503]],[\"parent/136\",[98,4.021]],[\"name/137\",[100,63.503]],[\"parent/137\",[98,4.021]],[\"name/138\",[101,63.503]],[\"parent/138\",[98,4.021]],[\"name/139\",[102,63.503]],[\"parent/139\",[98,4.021]],[\"name/140\",[88,58.395]],[\"parent/140\",[98,4.021]],[\"name/141\",[16,55.03]],[\"parent/141\",[98,4.021]],[\"name/142\",[14,55.03]],[\"parent/142\",[98,4.021]],[\"name/143\",[103,63.503]],[\"parent/143\",[98,4.021]],[\"name/144\",[90,58.395]],[\"parent/144\",[98,4.021]],[\"name/145\",[104,45.045]],[\"parent/145\",[]],[\"name/146\",[105,63.503]],[\"parent/146\",[104,4.113]],[\"name/147\",[106,63.503]],[\"parent/147\",[104,4.113]],[\"name/148\",[107,63.503]],[\"parent/148\",[104,4.113]],[\"name/149\",[108,63.503]],[\"parent/149\",[104,4.113]],[\"name/150\",[109,63.503]],[\"parent/150\",[104,4.113]],[\"name/151\",[110,63.503]],[\"parent/151\",[104,4.113]],[\"name/152\",[111,63.503]],[\"parent/152\",[104,4.113]],[\"name/153\",[112,63.503]],[\"parent/153\",[104,4.113]],[\"name/154\",[113,52.517]],[\"parent/154\",[]],[\"name/155\",[114,63.503]],[\"parent/155\",[113,4.795]],[\"name/156\",[115,63.503]],[\"parent/156\",[113,4.795]],[\"name/157\",[116,63.503]],[\"parent/157\",[113,4.795]],[\"name/158\",[117,58.395]],[\"parent/158\",[]],[\"name/159\",[118,44.044]],[\"parent/159\",[117,5.332]],[\"name/160\",[119,45.045]],[\"parent/160\",[]],[\"name/161\",[120,43.134]],[\"parent/161\",[119,4.113]],[\"name/162\",[121,47.409]],[\"parent/162\",[119,4.113]],[\"name/163\",[122,50.51]],[\"parent/163\",[119,4.113]],[\"name/164\",[123,55.03]],[\"parent/164\",[119,4.113]],[\"name/165\",[124,55.03]],[\"parent/165\",[119,4.113]],[\"name/166\",[125,58.395]],[\"parent/166\",[119,4.113]],[\"name/167\",[126,58.395]],[\"parent/167\",[119,4.113]],[\"name/168\",[118,44.044]],[\"parent/168\",[119,4.113]],[\"name/169\",[4,41.531]],[\"parent/169\",[]],[\"name/170\",[23,40.816]],[\"parent/170\",[4,3.792]],[\"name/171\",[127,55.03]],[\"parent/171\",[4,3.792]],[\"name/172\",[128,50.51]],[\"parent/172\",[4,3.792]],[\"name/173\",[129,55.03]],[\"parent/173\",[4,3.792]],[\"name/174\",[130,55.03]],[\"parent/174\",[4,3.792]],[\"name/175\",[131,55.03]],[\"parent/175\",[4,3.792]],[\"name/176\",[132,48.84]],[\"parent/176\",[4,3.792]],[\"name/177\",[133,43.134]],[\"parent/177\",[4,3.792]],[\"name/178\",[134,48.84]],[\"parent/178\",[4,3.792]],[\"name/179\",[135,40.149]],[\"parent/179\",[4,3.792]],[\"name/180\",[120,43.134]],[\"parent/180\",[4,3.792]],[\"name/181\",[136,52.517]],[\"parent/181\",[]],[\"name/182\",[23,40.816]],[\"parent/182\",[136,4.795]],[\"name/183\",[135,40.149]],[\"parent/183\",[136,4.795]],[\"name/184\",[120,43.134]],[\"parent/184\",[136,4.795]],[\"name/185\",[137,63.503]],[\"parent/185\",[]],[\"name/186\",[138,63.503]],[\"parent/186\",[]],[\"name/187\",[139,63.503]],[\"parent/187\",[]],[\"name/188\",[140,63.503]],[\"parent/188\",[]],[\"name/189\",[141,63.503]],[\"parent/189\",[]],[\"name/190\",[142,46.157]],[\"parent/190\",[]],[\"name/191\",[26,52.517]],[\"parent/191\",[142,4.214]],[\"name/192\",[27,35.571]],[\"parent/192\",[142,4.214]],[\"name/193\",[28,55.03]],[\"parent/193\",[142,4.214]],[\"name/194\",[30,47.409]],[\"parent/194\",[142,4.214]],[\"name/195\",[31,58.395]],[\"parent/195\",[142,4.214]],[\"name/196\",[32,58.395]],[\"parent/196\",[142,4.214]],[\"name/197\",[29,55.03]],[\"parent/197\",[142,4.214]],[\"name/198\",[27,35.571]],[\"parent/198\",[]],[\"name/199\",[143,63.503]],[\"parent/199\",[27,3.248]],[\"name/200\",[144,63.503]],[\"parent/200\",[27,3.248]],[\"name/201\",[145,63.503]],[\"parent/201\",[27,3.248]],[\"name/202\",[146,63.503]],[\"parent/202\",[27,3.248]],[\"name/203\",[147,63.503]],[\"parent/203\",[27,3.248]],[\"name/204\",[148,63.503]],[\"parent/204\",[27,3.248]],[\"name/205\",[149,63.503]],[\"parent/205\",[27,3.248]],[\"name/206\",[150,63.503]],[\"parent/206\",[27,3.248]],[\"name/207\",[151,63.503]],[\"parent/207\",[27,3.248]],[\"name/208\",[152,63.503]],[\"parent/208\",[27,3.248]],[\"name/209\",[153,63.503]],[\"parent/209\",[27,3.248]],[\"name/210\",[154,63.503]],[\"parent/210\",[27,3.248]],[\"name/211\",[155,63.503]],[\"parent/211\",[27,3.248]],[\"name/212\",[156,63.503]],[\"parent/212\",[27,3.248]],[\"name/213\",[157,55.03]],[\"parent/213\",[]],[\"name/214\",[158,63.503]],[\"parent/214\",[157,5.025]],[\"name/215\",[159,55.03]],[\"parent/215\",[157,5.025]],[\"name/216\",[160,55.03]],[\"parent/216\",[]],[\"name/217\",[161,41.531]],[\"parent/217\",[160,5.025]],[\"name/218\",[162,33.38]],[\"parent/218\",[160,5.025]],[\"name/219\",[163,58.395]],[\"parent/219\",[]],[\"name/220\",[161,41.531]],[\"parent/220\",[163,5.332]],[\"name/221\",[164,52.517]],[\"parent/221\",[]],[\"name/222\",[162,33.38]],[\"parent/222\",[164,4.795]],[\"name/223\",[118,44.044]],[\"parent/223\",[164,4.795]],[\"name/224\",[165,55.03]],[\"parent/224\",[164,4.795]],[\"name/225\",[166,55.03]],[\"parent/225\",[]],[\"name/226\",[118,44.044]],[\"parent/226\",[166,5.025]],[\"name/227\",[165,55.03]],[\"parent/227\",[166,5.025]],[\"name/228\",[167,55.03]],[\"parent/228\",[]],[\"name/229\",[168,52.517]],[\"parent/229\",[]],[\"name/230\",[169,45.045]],[\"parent/230\",[168,4.795]],[\"name/231\",[167,55.03]],[\"parent/231\",[168,4.795]],[\"name/232\",[170,48.84]],[\"parent/232\",[168,4.795]],[\"name/233\",[171,52.517]],[\"parent/233\",[]],[\"name/234\",[169,45.045]],[\"parent/234\",[171,4.795]],[\"name/235\",[167,55.03]],[\"parent/235\",[171,4.795]],[\"name/236\",[170,48.84]],[\"parent/236\",[171,4.795]],[\"name/237\",[172,50.51]],[\"parent/237\",[]],[\"name/238\",[121,47.409]],[\"parent/238\",[172,4.612]],[\"name/239\",[122,50.51]],[\"parent/239\",[172,4.612]],[\"name/240\",[173,58.395]],[\"parent/240\",[172,4.612]],[\"name/241\",[174,58.395]],[\"parent/241\",[172,4.612]],[\"name/242\",[175,42.3]],[\"parent/242\",[]],[\"name/243\",[176,48.84]],[\"parent/243\",[175,3.862]],[\"name/244\",[177,48.84]],[\"parent/244\",[175,3.862]],[\"name/245\",[178,50.51]],[\"parent/245\",[175,3.862]],[\"name/246\",[179,55.03]],[\"parent/246\",[175,3.862]],[\"name/247\",[180,55.03]],[\"parent/247\",[175,3.862]],[\"name/248\",[181,48.84]],[\"parent/248\",[175,3.862]],[\"name/249\",[182,58.395]],[\"parent/249\",[175,3.862]],[\"name/250\",[183,52.517]],[\"parent/250\",[175,3.862]],[\"name/251\",[184,58.395]],[\"parent/251\",[175,3.862]],[\"name/252\",[162,33.38]],[\"parent/252\",[175,3.862]],[\"name/253\",[185,58.395]],[\"parent/253\",[175,3.862]],[\"name/254\",[186,42.3]],[\"parent/254\",[]],[\"name/255\",[185,58.395]],[\"parent/255\",[186,3.862]],[\"name/256\",[176,48.84]],[\"parent/256\",[186,3.862]],[\"name/257\",[177,48.84]],[\"parent/257\",[186,3.862]],[\"name/258\",[178,50.51]],[\"parent/258\",[186,3.862]],[\"name/259\",[179,55.03]],[\"parent/259\",[186,3.862]],[\"name/260\",[180,55.03]],[\"parent/260\",[186,3.862]],[\"name/261\",[181,48.84]],[\"parent/261\",[186,3.862]],[\"name/262\",[182,58.395]],[\"parent/262\",[186,3.862]],[\"name/263\",[183,52.517]],[\"parent/263\",[186,3.862]],[\"name/264\",[184,58.395]],[\"parent/264\",[186,3.862]],[\"name/265\",[162,33.38]],[\"parent/265\",[186,3.862]],[\"name/266\",[187,47.409]],[\"parent/266\",[]],[\"name/267\",[188,63.503]],[\"parent/267\",[187,4.329]],[\"name/268\",[189,63.503]],[\"parent/268\",[187,4.329]],[\"name/269\",[159,55.03]],[\"parent/269\",[187,4.329]],[\"name/270\",[190,55.03]],[\"parent/270\",[187,4.329]],[\"name/271\",[191,55.03]],[\"parent/271\",[187,4.329]],[\"name/272\",[192,63.503]],[\"parent/272\",[187,4.329]],[\"name/273\",[193,55.03]],[\"parent/273\",[]],[\"name/274\",[194,58.395]],[\"parent/274\",[193,5.025]],[\"name/275\",[195,58.395]],[\"parent/275\",[193,5.025]],[\"name/276\",[196,52.517]],[\"parent/276\",[]],[\"name/277\",[190,55.03]],[\"parent/277\",[196,4.795]],[\"name/278\",[191,55.03]],[\"parent/278\",[196,4.795]],[\"name/279\",[197,58.395]],[\"parent/279\",[196,4.795]],[\"name/280\",[198,55.03]],[\"parent/280\",[]],[\"name/281\",[199,58.395]],[\"parent/281\",[198,5.025]],[\"name/282\",[162,33.38]],[\"parent/282\",[198,5.025]],[\"name/283\",[200,55.03]],[\"parent/283\",[]],[\"name/284\",[199,58.395]],[\"parent/284\",[200,5.025]],[\"name/285\",[162,33.38]],[\"parent/285\",[200,5.025]],[\"name/286\",[201,41.531]],[\"parent/286\",[]],[\"name/287\",[202,58.395]],[\"parent/287\",[201,3.792]],[\"name/288\",[183,52.517]],[\"parent/288\",[201,3.792]],[\"name/289\",[203,58.395]],[\"parent/289\",[201,3.792]],[\"name/290\",[204,46.157]],[\"parent/290\",[201,3.792]],[\"name/291\",[205,46.157]],[\"parent/291\",[201,3.792]],[\"name/292\",[206,44.044]],[\"parent/292\",[201,3.792]],[\"name/293\",[207,58.395]],[\"parent/293\",[201,3.792]],[\"name/294\",[208,50.51]],[\"parent/294\",[201,3.792]],[\"name/295\",[135,40.149]],[\"parent/295\",[201,3.792]],[\"name/296\",[209,58.395]],[\"parent/296\",[201,3.792]],[\"name/297\",[210,58.395]],[\"parent/297\",[201,3.792]],[\"name/298\",[211,48.84]],[\"parent/298\",[201,3.792]],[\"name/299\",[212,40.816]],[\"parent/299\",[]],[\"name/300\",[213,63.503]],[\"parent/300\",[212,3.727]],[\"name/301\",[202,58.395]],[\"parent/301\",[212,3.727]],[\"name/302\",[183,52.517]],[\"parent/302\",[212,3.727]],[\"name/303\",[203,58.395]],[\"parent/303\",[212,3.727]],[\"name/304\",[204,46.157]],[\"parent/304\",[212,3.727]],[\"name/305\",[205,46.157]],[\"parent/305\",[212,3.727]],[\"name/306\",[206,44.044]],[\"parent/306\",[212,3.727]],[\"name/307\",[207,58.395]],[\"parent/307\",[212,3.727]],[\"name/308\",[208,50.51]],[\"parent/308\",[212,3.727]],[\"name/309\",[135,40.149]],[\"parent/309\",[212,3.727]],[\"name/310\",[209,58.395]],[\"parent/310\",[212,3.727]],[\"name/311\",[210,58.395]],[\"parent/311\",[212,3.727]],[\"name/312\",[211,48.84]],[\"parent/312\",[212,3.727]],[\"name/313\",[214,58.395]],[\"parent/313\",[]],[\"name/314\",[215,63.503]],[\"parent/314\",[214,5.332]],[\"name/315\",[216,47.409]],[\"parent/315\",[]],[\"name/316\",[121,47.409]],[\"parent/316\",[216,4.329]],[\"name/317\",[128,50.51]],[\"parent/317\",[216,4.329]],[\"name/318\",[217,63.503]],[\"parent/318\",[216,4.329]],[\"name/319\",[218,63.503]],[\"parent/319\",[216,4.329]],[\"name/320\",[219,63.503]],[\"parent/320\",[216,4.329]],[\"name/321\",[220,63.503]],[\"parent/321\",[216,4.329]],[\"name/322\",[132,48.84]],[\"parent/322\",[]],[\"name/323\",[221,58.395]],[\"parent/323\",[132,4.459]],[\"name/324\",[222,58.395]],[\"parent/324\",[132,4.459]],[\"name/325\",[133,43.134]],[\"parent/325\",[]],[\"name/326\",[221,58.395]],[\"parent/326\",[133,3.938]],[\"name/327\",[222,58.395]],[\"parent/327\",[133,3.938]],[\"name/328\",[223,63.503]],[\"parent/328\",[133,3.938]],[\"name/329\",[224,63.503]],[\"parent/329\",[133,3.938]],[\"name/330\",[225,63.503]],[\"parent/330\",[133,3.938]],[\"name/331\",[226,63.503]],[\"parent/331\",[133,3.938]],[\"name/332\",[227,48.84]],[\"parent/332\",[]],[\"name/333\",[228,63.503]],[\"parent/333\",[227,4.459]],[\"name/334\",[229,63.503]],[\"parent/334\",[227,4.459]],[\"name/335\",[230,63.503]],[\"parent/335\",[227,4.459]],[\"name/336\",[231,63.503]],[\"parent/336\",[227,4.459]],[\"name/337\",[232,63.503]],[\"parent/337\",[227,4.459]],[\"name/338\",[134,48.84]],[\"parent/338\",[]],[\"name/339\",[233,58.395]],[\"parent/339\",[134,4.459]],[\"name/340\",[234,63.503]],[\"parent/340\",[134,4.459]],[\"name/341\",[235,45.045]],[\"parent/341\",[]],[\"name/342\",[162,33.38]],[\"parent/342\",[235,4.113]],[\"name/343\",[181,48.84]],[\"parent/343\",[235,4.113]],[\"name/344\",[236,55.03]],[\"parent/344\",[235,4.113]],[\"name/345\",[237,55.03]],[\"parent/345\",[235,4.113]],[\"name/346\",[238,52.517]],[\"parent/346\",[235,4.113]],[\"name/347\",[239,52.517]],[\"parent/347\",[235,4.113]],[\"name/348\",[240,48.84]],[\"parent/348\",[235,4.113]],[\"name/349\",[241,55.03]],[\"parent/349\",[235,4.113]],[\"name/350\",[242,45.045]],[\"parent/350\",[]],[\"name/351\",[162,33.38]],[\"parent/351\",[242,4.113]],[\"name/352\",[181,48.84]],[\"parent/352\",[242,4.113]],[\"name/353\",[236,55.03]],[\"parent/353\",[242,4.113]],[\"name/354\",[237,55.03]],[\"parent/354\",[242,4.113]],[\"name/355\",[238,52.517]],[\"parent/355\",[242,4.113]],[\"name/356\",[239,52.517]],[\"parent/356\",[242,4.113]],[\"name/357\",[240,48.84]],[\"parent/357\",[242,4.113]],[\"name/358\",[241,55.03]],[\"parent/358\",[242,4.113]],[\"name/359\",[243,55.03]],[\"parent/359\",[]],[\"name/360\",[244,58.395]],[\"parent/360\",[243,5.025]],[\"name/361\",[245,58.395]],[\"parent/361\",[243,5.025]],[\"name/362\",[246,55.03]],[\"parent/362\",[]],[\"name/363\",[244,58.395]],[\"parent/363\",[246,5.025]],[\"name/364\",[245,58.395]],[\"parent/364\",[246,5.025]],[\"name/365\",[247,58.395]],[\"parent/365\",[]],[\"name/366\",[248,63.503]],[\"parent/366\",[247,5.332]],[\"name/367\",[249,52.517]],[\"parent/367\",[]],[\"name/368\",[250,58.395]],[\"parent/368\",[249,4.795]],[\"name/369\",[162,33.38]],[\"parent/369\",[249,4.795]],[\"name/370\",[251,48.84]],[\"parent/370\",[249,4.795]],[\"name/371\",[252,52.517]],[\"parent/371\",[]],[\"name/372\",[250,58.395]],[\"parent/372\",[252,4.795]],[\"name/373\",[162,33.38]],[\"parent/373\",[252,4.795]],[\"name/374\",[251,48.84]],[\"parent/374\",[252,4.795]],[\"name/375\",[253,41.531]],[\"parent/375\",[]],[\"name/376\",[254,52.517]],[\"parent/376\",[253,3.792]],[\"name/377\",[23,40.816]],[\"parent/377\",[253,3.792]],[\"name/378\",[127,55.03]],[\"parent/378\",[253,3.792]],[\"name/379\",[128,50.51]],[\"parent/379\",[253,3.792]],[\"name/380\",[129,55.03]],[\"parent/380\",[253,3.792]],[\"name/381\",[130,55.03]],[\"parent/381\",[253,3.792]],[\"name/382\",[131,55.03]],[\"parent/382\",[253,3.792]],[\"name/383\",[132,48.84]],[\"parent/383\",[253,3.792]],[\"name/384\",[133,43.134]],[\"parent/384\",[253,3.792]],[\"name/385\",[134,48.84]],[\"parent/385\",[253,3.792]],[\"name/386\",[135,40.149]],[\"parent/386\",[253,3.792]],[\"name/387\",[120,43.134]],[\"parent/387\",[253,3.792]],[\"name/388\",[255,50.51]],[\"parent/388\",[]],[\"name/389\",[254,52.517]],[\"parent/389\",[255,4.612]],[\"name/390\",[23,40.816]],[\"parent/390\",[255,4.612]],[\"name/391\",[135,40.149]],[\"parent/391\",[255,4.612]],[\"name/392\",[120,43.134]],[\"parent/392\",[255,4.612]],[\"name/393\",[256,58.395]],[\"parent/393\",[]],[\"name/394\",[257,55.03]],[\"parent/394\",[256,5.332]],[\"name/395\",[258,58.395]],[\"parent/395\",[]],[\"name/396\",[257,55.03]],[\"parent/396\",[258,5.332]],[\"name/397\",[259,55.03]],[\"parent/397\",[]],[\"name/398\",[257,55.03]],[\"parent/398\",[259,5.025]],[\"name/399\",[162,33.38]],[\"parent/399\",[259,5.025]],[\"name/400\",[260,55.03]],[\"parent/400\",[]],[\"name/401\",[261,63.503]],[\"parent/401\",[260,5.025]],[\"name/402\",[165,55.03]],[\"parent/402\",[260,5.025]],[\"name/403\",[262,55.03]],[\"parent/403\",[]],[\"name/404\",[135,40.149]],[\"parent/404\",[262,5.025]],[\"name/405\",[254,52.517]],[\"parent/405\",[262,5.025]],[\"name/406\",[263,52.517]],[\"parent/406\",[]],[\"name/407\",[120,43.134]],[\"parent/407\",[263,4.795]],[\"name/408\",[240,48.84]],[\"parent/408\",[263,4.795]],[\"name/409\",[264,58.395]],[\"parent/409\",[263,4.795]],[\"name/410\",[265,52.517]],[\"parent/410\",[]],[\"name/411\",[169,45.045]],[\"parent/411\",[265,4.795]],[\"name/412\",[135,40.149]],[\"parent/412\",[265,4.795]],[\"name/413\",[120,43.134]],[\"parent/413\",[265,4.795]],[\"name/414\",[266,55.03]],[\"parent/414\",[]],[\"name/415\",[240,48.84]],[\"parent/415\",[266,5.025]],[\"name/416\",[264,58.395]],[\"parent/416\",[266,5.025]],[\"name/417\",[267,50.51]],[\"parent/417\",[]],[\"name/418\",[268,58.395]],[\"parent/418\",[267,4.612]],[\"name/419\",[269,63.503]],[\"parent/419\",[267,4.612]],[\"name/420\",[270,63.503]],[\"parent/420\",[267,4.612]],[\"name/421\",[271,63.503]],[\"parent/421\",[267,4.612]],[\"name/422\",[272,58.395]],[\"parent/422\",[]],[\"name/423\",[170,48.84]],[\"parent/423\",[272,5.332]],[\"name/424\",[273,55.03]],[\"parent/424\",[]],[\"name/425\",[124,55.03]],[\"parent/425\",[273,5.025]],[\"name/426\",[274,58.395]],[\"parent/426\",[273,5.025]],[\"name/427\",[275,50.51]],[\"parent/427\",[]],[\"name/428\",[162,33.38]],[\"parent/428\",[275,4.612]],[\"name/429\",[237,55.03]],[\"parent/429\",[275,4.612]],[\"name/430\",[236,55.03]],[\"parent/430\",[275,4.612]],[\"name/431\",[241,55.03]],[\"parent/431\",[275,4.612]],[\"name/432\",[276,52.517]],[\"parent/432\",[]],[\"name/433\",[277,63.503]],[\"parent/433\",[276,4.795]],[\"name/434\",[162,33.38]],[\"parent/434\",[276,4.795]],[\"name/435\",[251,48.84]],[\"parent/435\",[276,4.795]],[\"name/436\",[278,40.816]],[\"parent/436\",[]],[\"name/437\",[279,63.503]],[\"parent/437\",[278,3.727]],[\"name/438\",[280,63.503]],[\"parent/438\",[278,3.727]],[\"name/439\",[233,58.395]],[\"parent/439\",[278,3.727]],[\"name/440\",[135,40.149]],[\"parent/440\",[278,3.727]],[\"name/441\",[133,43.134]],[\"parent/441\",[278,3.727]],[\"name/442\",[120,43.134]],[\"parent/442\",[278,3.727]],[\"name/443\",[121,47.409]],[\"parent/443\",[278,3.727]],[\"name/444\",[122,50.51]],[\"parent/444\",[278,3.727]],[\"name/445\",[123,55.03]],[\"parent/445\",[278,3.727]],[\"name/446\",[124,55.03]],[\"parent/446\",[278,3.727]],[\"name/447\",[125,58.395]],[\"parent/447\",[278,3.727]],[\"name/448\",[126,58.395]],[\"parent/448\",[278,3.727]],[\"name/449\",[118,44.044]],[\"parent/449\",[278,3.727]],[\"name/450\",[281,55.03]],[\"parent/450\",[]],[\"name/451\",[205,46.157]],[\"parent/451\",[281,5.025]],[\"name/452\",[204,46.157]],[\"parent/452\",[281,5.025]],[\"name/453\",[282,52.517]],[\"parent/453\",[]],[\"name/454\",[181,48.84]],[\"parent/454\",[282,4.795]],[\"name/455\",[120,43.134]],[\"parent/455\",[282,4.795]],[\"name/456\",[162,33.38]],[\"parent/456\",[282,4.795]],[\"name/457\",[283,50.51]],[\"parent/457\",[]],[\"name/458\",[176,48.84]],[\"parent/458\",[283,4.612]],[\"name/459\",[177,48.84]],[\"parent/459\",[283,4.612]],[\"name/460\",[178,50.51]],[\"parent/460\",[283,4.612]],[\"name/461\",[162,33.38]],[\"parent/461\",[283,4.612]],[\"name/462\",[284,55.03]],[\"parent/462\",[]],[\"name/463\",[285,52.517]],[\"parent/463\",[284,5.025]],[\"name/464\",[162,33.38]],[\"parent/464\",[284,5.025]],[\"name/465\",[286,39.524]],[\"parent/465\",[]],[\"name/466\",[204,46.157]],[\"parent/466\",[286,3.609]],[\"name/467\",[205,46.157]],[\"parent/467\",[286,3.609]],[\"name/468\",[287,58.395]],[\"parent/468\",[286,3.609]],[\"name/469\",[288,52.517]],[\"parent/469\",[286,3.609]],[\"name/470\",[23,40.816]],[\"parent/470\",[286,3.609]],[\"name/471\",[127,55.03]],[\"parent/471\",[286,3.609]],[\"name/472\",[128,50.51]],[\"parent/472\",[286,3.609]],[\"name/473\",[129,55.03]],[\"parent/473\",[286,3.609]],[\"name/474\",[130,55.03]],[\"parent/474\",[286,3.609]],[\"name/475\",[131,55.03]],[\"parent/475\",[286,3.609]],[\"name/476\",[132,48.84]],[\"parent/476\",[286,3.609]],[\"name/477\",[133,43.134]],[\"parent/477\",[286,3.609]],[\"name/478\",[134,48.84]],[\"parent/478\",[286,3.609]],[\"name/479\",[135,40.149]],[\"parent/479\",[286,3.609]],[\"name/480\",[120,43.134]],[\"parent/480\",[286,3.609]],[\"name/481\",[289,52.517]],[\"parent/481\",[]],[\"name/482\",[181,48.84]],[\"parent/482\",[289,4.795]],[\"name/483\",[120,43.134]],[\"parent/483\",[289,4.795]],[\"name/484\",[162,33.38]],[\"parent/484\",[289,4.795]],[\"name/485\",[290,55.03]],[\"parent/485\",[]],[\"name/486\",[285,52.517]],[\"parent/486\",[290,5.025]],[\"name/487\",[162,33.38]],[\"parent/487\",[290,5.025]],[\"name/488\",[291,44.044]],[\"parent/488\",[]],[\"name/489\",[176,48.84]],[\"parent/489\",[291,4.021]],[\"name/490\",[177,48.84]],[\"parent/490\",[291,4.021]],[\"name/491\",[178,50.51]],[\"parent/491\",[291,4.021]],[\"name/492\",[292,55.03]],[\"parent/492\",[291,4.021]],[\"name/493\",[293,55.03]],[\"parent/493\",[291,4.021]],[\"name/494\",[294,55.03]],[\"parent/494\",[291,4.021]],[\"name/495\",[295,55.03]],[\"parent/495\",[291,4.021]],[\"name/496\",[296,55.03]],[\"parent/496\",[291,4.021]],[\"name/497\",[162,33.38]],[\"parent/497\",[291,4.021]],[\"name/498\",[297,42.3]],[\"parent/498\",[]],[\"name/499\",[169,45.045]],[\"parent/499\",[297,3.862]],[\"name/500\",[135,40.149]],[\"parent/500\",[297,3.862]],[\"name/501\",[176,48.84]],[\"parent/501\",[297,3.862]],[\"name/502\",[177,48.84]],[\"parent/502\",[297,3.862]],[\"name/503\",[178,50.51]],[\"parent/503\",[297,3.862]],[\"name/504\",[292,55.03]],[\"parent/504\",[297,3.862]],[\"name/505\",[293,55.03]],[\"parent/505\",[297,3.862]],[\"name/506\",[294,55.03]],[\"parent/506\",[297,3.862]],[\"name/507\",[295,55.03]],[\"parent/507\",[297,3.862]],[\"name/508\",[296,55.03]],[\"parent/508\",[297,3.862]],[\"name/509\",[162,33.38]],[\"parent/509\",[297,3.862]],[\"name/510\",[298,55.03]],[\"parent/510\",[]],[\"name/511\",[162,33.38]],[\"parent/511\",[298,5.025]],[\"name/512\",[299,63.503]],[\"parent/512\",[298,5.025]],[\"name/513\",[300,39.524]],[\"parent/513\",[]],[\"name/514\",[292,55.03]],[\"parent/514\",[300,3.609]],[\"name/515\",[169,45.045]],[\"parent/515\",[300,3.609]],[\"name/516\",[135,40.149]],[\"parent/516\",[300,3.609]],[\"name/517\",[301,63.503]],[\"parent/517\",[300,3.609]],[\"name/518\",[293,55.03]],[\"parent/518\",[300,3.609]],[\"name/519\",[294,55.03]],[\"parent/519\",[300,3.609]],[\"name/520\",[295,55.03]],[\"parent/520\",[300,3.609]],[\"name/521\",[302,63.503]],[\"parent/521\",[300,3.609]],[\"name/522\",[303,63.503]],[\"parent/522\",[300,3.609]],[\"name/523\",[304,63.503]],[\"parent/523\",[300,3.609]],[\"name/524\",[305,63.503]],[\"parent/524\",[300,3.609]],[\"name/525\",[288,52.517]],[\"parent/525\",[300,3.609]],[\"name/526\",[306,63.503]],[\"parent/526\",[300,3.609]],[\"name/527\",[307,63.503]],[\"parent/527\",[300,3.609]],[\"name/528\",[287,58.395]],[\"parent/528\",[300,3.609]],[\"name/529\",[308,52.517]],[\"parent/529\",[]],[\"name/530\",[309,58.395]],[\"parent/530\",[308,4.795]],[\"name/531\",[122,50.51]],[\"parent/531\",[308,4.795]],[\"name/532\",[310,58.395]],[\"parent/532\",[308,4.795]],[\"name/533\",[311,55.03]],[\"parent/533\",[]],[\"name/534\",[194,58.395]],[\"parent/534\",[311,5.025]],[\"name/535\",[195,58.395]],[\"parent/535\",[311,5.025]],[\"name/536\",[312,50.51]],[\"parent/536\",[]],[\"name/537\",[313,63.503]],[\"parent/537\",[312,4.612]],[\"name/538\",[274,58.395]],[\"parent/538\",[312,4.612]],[\"name/539\",[314,63.503]],[\"parent/539\",[312,4.612]],[\"name/540\",[197,58.395]],[\"parent/540\",[312,4.612]],[\"name/541\",[315,55.03]],[\"parent/541\",[]],[\"name/542\",[316,63.503]],[\"parent/542\",[315,5.025]],[\"name/543\",[317,63.503]],[\"parent/543\",[315,5.025]],[\"name/544\",[318,52.517]],[\"parent/544\",[]],[\"name/545\",[206,44.044]],[\"parent/545\",[318,4.795]],[\"name/546\",[319,63.503]],[\"parent/546\",[318,4.795]],[\"name/547\",[320,63.503]],[\"parent/547\",[318,4.795]],[\"name/548\",[321,52.517]],[\"parent/548\",[]],[\"name/549\",[169,45.045]],[\"parent/549\",[321,4.795]],[\"name/550\",[123,55.03]],[\"parent/550\",[321,4.795]],[\"name/551\",[322,63.503]],[\"parent/551\",[321,4.795]],[\"name/552\",[323,52.517]],[\"parent/552\",[]],[\"name/553\",[169,45.045]],[\"parent/553\",[323,4.795]],[\"name/554\",[324,46.157]],[\"parent/554\",[323,4.795]],[\"name/555\",[325,63.503]],[\"parent/555\",[323,4.795]],[\"name/556\",[324,46.157]],[\"parent/556\",[]],[\"name/557\",[326,63.503]],[\"parent/557\",[324,4.214]],[\"name/558\",[327,63.503]],[\"parent/558\",[324,4.214]],[\"name/559\",[328,63.503]],[\"parent/559\",[324,4.214]],[\"name/560\",[329,63.503]],[\"parent/560\",[324,4.214]],[\"name/561\",[330,63.503]],[\"parent/561\",[324,4.214]],[\"name/562\",[331,63.503]],[\"parent/562\",[324,4.214]],[\"name/563\",[332,58.395]],[\"parent/563\",[]],[\"name/564\",[288,52.517]],[\"parent/564\",[332,5.332]],[\"name/565\",[333,58.395]],[\"parent/565\",[]],[\"name/566\",[334,58.395]],[\"parent/566\",[333,5.332]],[\"name/567\",[335,63.503]],[\"parent/567\",[]],[\"name/568\",[336,58.395]],[\"parent/568\",[]],[\"name/569\",[337,63.503]],[\"parent/569\",[336,5.332]],[\"name/570\",[208,50.51]],[\"parent/570\",[]],[\"name/571\",[135,40.149]],[\"parent/571\",[208,4.612]],[\"name/572\",[206,44.044]],[\"parent/572\",[208,4.612]],[\"name/573\",[211,48.84]],[\"parent/573\",[]],[\"name/574\",[206,44.044]],[\"parent/574\",[211,4.459]],[\"name/575\",[118,44.044]],[\"parent/575\",[211,4.459]],[\"name/576\",[310,58.395]],[\"parent/576\",[211,4.459]],[\"name/577\",[338,50.51]],[\"parent/577\",[]],[\"name/578\",[162,33.38]],[\"parent/578\",[338,4.612]],[\"name/579\",[239,52.517]],[\"parent/579\",[338,4.612]],[\"name/580\",[238,52.517]],[\"parent/580\",[338,4.612]],[\"name/581\",[240,48.84]],[\"parent/581\",[338,4.612]],[\"name/582\",[339,50.51]],[\"parent/582\",[]],[\"name/583\",[162,33.38]],[\"parent/583\",[339,4.612]],[\"name/584\",[239,52.517]],[\"parent/584\",[339,4.612]],[\"name/585\",[238,52.517]],[\"parent/585\",[339,4.612]],[\"name/586\",[240,48.84]],[\"parent/586\",[339,4.612]],[\"name/587\",[340,52.517]],[\"parent/587\",[]],[\"name/588\",[341,58.395]],[\"parent/588\",[340,4.795]],[\"name/589\",[342,58.395]],[\"parent/589\",[340,4.795]],[\"name/590\",[162,33.38]],[\"parent/590\",[340,4.795]],[\"name/591\",[343,52.517]],[\"parent/591\",[]],[\"name/592\",[341,58.395]],[\"parent/592\",[343,4.795]],[\"name/593\",[342,58.395]],[\"parent/593\",[343,4.795]],[\"name/594\",[162,33.38]],[\"parent/594\",[343,4.795]],[\"name/595\",[344,55.03]],[\"parent/595\",[]],[\"name/596\",[285,52.517]],[\"parent/596\",[344,5.025]],[\"name/597\",[162,33.38]],[\"parent/597\",[344,5.025]],[\"name/598\",[345,55.03]],[\"parent/598\",[]],[\"name/599\",[285,52.517]],[\"parent/599\",[345,5.025]],[\"name/600\",[162,33.38]],[\"parent/600\",[345,5.025]],[\"name/601\",[346,44.044]],[\"parent/601\",[]],[\"name/602\",[268,58.395]],[\"parent/602\",[346,4.021]],[\"name/603\",[347,63.503]],[\"parent/603\",[346,4.021]],[\"name/604\",[348,63.503]],[\"parent/604\",[346,4.021]],[\"name/605\",[349,63.503]],[\"parent/605\",[346,4.021]],[\"name/606\",[128,50.51]],[\"parent/606\",[346,4.021]],[\"name/607\",[350,63.503]],[\"parent/607\",[346,4.021]],[\"name/608\",[351,63.503]],[\"parent/608\",[346,4.021]],[\"name/609\",[352,63.503]],[\"parent/609\",[346,4.021]],[\"name/610\",[353,63.503]],[\"parent/610\",[346,4.021]],[\"name/611\",[354,50.51]],[\"parent/611\",[]],[\"name/612\",[355,63.503]],[\"parent/612\",[354,4.612]],[\"name/613\",[356,63.503]],[\"parent/613\",[354,4.612]],[\"name/614\",[357,63.503]],[\"parent/614\",[354,4.612]],[\"name/615\",[358,63.503]],[\"parent/615\",[354,4.612]],[\"name/616\",[359,55.03]],[\"parent/616\",[]],[\"name/617\",[360,63.503]],[\"parent/617\",[359,5.025]],[\"name/618\",[288,52.517]],[\"parent/618\",[359,5.025]],[\"name/619\",[361,55.03]],[\"parent/619\",[]],[\"name/620\",[362,63.503]],[\"parent/620\",[361,5.025]],[\"name/621\",[363,63.503]],[\"parent/621\",[361,5.025]],[\"name/622\",[364,50.51]],[\"parent/622\",[]],[\"name/623\",[365,58.395]],[\"parent/623\",[364,4.612]],[\"name/624\",[179,55.03]],[\"parent/624\",[364,4.612]],[\"name/625\",[180,55.03]],[\"parent/625\",[364,4.612]],[\"name/626\",[366,58.395]],[\"parent/626\",[364,4.612]],[\"name/627\",[367,50.51]],[\"parent/627\",[]],[\"name/628\",[365,58.395]],[\"parent/628\",[367,4.612]],[\"name/629\",[368,55.03]],[\"parent/629\",[367,4.612]],[\"name/630\",[369,63.503]],[\"parent/630\",[367,4.612]],[\"name/631\",[366,58.395]],[\"parent/631\",[367,4.612]],[\"name/632\",[370,63.503]],[\"parent/632\",[]],[\"name/633\",[371,63.503]],[\"parent/633\",[]],[\"name/634\",[372,63.503]],[\"parent/634\",[]],[\"name/635\",[373,58.395]],[\"parent/635\",[]],[\"name/636\",[374,63.503]],[\"parent/636\",[373,5.332]],[\"name/637\",[375,48.84]],[\"parent/637\",[]],[\"name/638\",[376,63.503]],[\"parent/638\",[375,4.459]],[\"name/639\",[159,55.03]],[\"parent/639\",[375,4.459]],[\"name/640\",[190,55.03]],[\"parent/640\",[375,4.459]],[\"name/641\",[191,55.03]],[\"parent/641\",[375,4.459]],[\"name/642\",[377,63.503]],[\"parent/642\",[375,4.459]],[\"name/643\",[378,55.03]],[\"parent/643\",[]],[\"name/644\",[379,63.503]],[\"parent/644\",[378,5.025]],[\"name/645\",[380,63.503]],[\"parent/645\",[378,5.025]],[\"name/646\",[381,58.395]],[\"parent/646\",[]],[\"name/647\",[382,63.503]],[\"parent/647\",[381,5.332]],[\"name/648\",[383,41.531]],[\"parent/648\",[]],[\"name/649\",[384,63.503]],[\"parent/649\",[383,3.792]],[\"name/650\",[385,63.503]],[\"parent/650\",[383,3.792]],[\"name/651\",[204,46.157]],[\"parent/651\",[383,3.792]],[\"name/652\",[205,46.157]],[\"parent/652\",[383,3.792]],[\"name/653\",[386,63.503]],[\"parent/653\",[383,3.792]],[\"name/654\",[309,58.395]],[\"parent/654\",[383,3.792]],[\"name/655\",[121,47.409]],[\"parent/655\",[383,3.792]],[\"name/656\",[122,50.51]],[\"parent/656\",[383,3.792]],[\"name/657\",[173,58.395]],[\"parent/657\",[383,3.792]],[\"name/658\",[169,45.045]],[\"parent/658\",[383,3.792]],[\"name/659\",[174,58.395]],[\"parent/659\",[383,3.792]],[\"name/660\",[135,40.149]],[\"parent/660\",[383,3.792]],[\"name/661\",[387,52.517]],[\"parent/661\",[]],[\"name/662\",[388,63.503]],[\"parent/662\",[387,4.795]],[\"name/663\",[389,55.03]],[\"parent/663\",[387,4.795]],[\"name/664\",[170,48.84]],[\"parent/664\",[387,4.795]],[\"name/665\",[390,58.395]],[\"parent/665\",[]],[\"name/666\",[391,63.503]],[\"parent/666\",[390,5.332]],[\"name/667\",[392,52.517]],[\"parent/667\",[]],[\"name/668\",[206,44.044]],[\"parent/668\",[392,4.795]],[\"name/669\",[121,47.409]],[\"parent/669\",[392,4.795]],[\"name/670\",[161,41.531]],[\"parent/670\",[392,4.795]],[\"name/671\",[393,50.51]],[\"parent/671\",[]],[\"name/672\",[394,63.503]],[\"parent/672\",[393,4.612]],[\"name/673\",[206,44.044]],[\"parent/673\",[393,4.612]],[\"name/674\",[121,47.409]],[\"parent/674\",[393,4.612]],[\"name/675\",[161,41.531]],[\"parent/675\",[393,4.612]],[\"name/676\",[395,50.51]],[\"parent/676\",[]],[\"name/677\",[396,63.503]],[\"parent/677\",[395,4.612]],[\"name/678\",[397,58.395]],[\"parent/678\",[395,4.612]],[\"name/679\",[398,63.503]],[\"parent/679\",[395,4.612]],[\"name/680\",[399,58.395]],[\"parent/680\",[395,4.612]],[\"name/681\",[400,50.51]],[\"parent/681\",[]],[\"name/682\",[401,63.503]],[\"parent/682\",[400,4.612]],[\"name/683\",[15,55.03]],[\"parent/683\",[400,4.612]],[\"name/684\",[402,63.503]],[\"parent/684\",[400,4.612]],[\"name/685\",[403,63.503]],[\"parent/685\",[400,4.612]],[\"name/686\",[404,43.134]],[\"parent/686\",[]],[\"name/687\",[161,41.531]],[\"parent/687\",[404,3.938]],[\"name/688\",[405,58.395]],[\"parent/688\",[404,3.938]],[\"name/689\",[170,48.84]],[\"parent/689\",[404,3.938]],[\"name/690\",[205,46.157]],[\"parent/690\",[404,3.938]],[\"name/691\",[204,46.157]],[\"parent/691\",[404,3.938]],[\"name/692\",[206,44.044]],[\"parent/692\",[404,3.938]],[\"name/693\",[406,58.395]],[\"parent/693\",[404,3.938]],[\"name/694\",[389,55.03]],[\"parent/694\",[404,3.938]],[\"name/695\",[407,58.395]],[\"parent/695\",[404,3.938]],[\"name/696\",[408,58.395]],[\"parent/696\",[404,3.938]],[\"name/697\",[409,52.517]],[\"parent/697\",[]],[\"name/698\",[410,63.503]],[\"parent/698\",[409,4.795]],[\"name/699\",[397,58.395]],[\"parent/699\",[409,4.795]],[\"name/700\",[399,58.395]],[\"parent/700\",[409,4.795]],[\"name/701\",[411,50.51]],[\"parent/701\",[]],[\"name/702\",[412,52.517]],[\"parent/702\",[411,4.612]],[\"name/703\",[118,44.044]],[\"parent/703\",[411,4.612]],[\"name/704\",[413,58.395]],[\"parent/704\",[411,4.612]],[\"name/705\",[405,58.395]],[\"parent/705\",[411,4.612]],[\"name/706\",[414,55.03]],[\"parent/706\",[]],[\"name/707\",[415,58.395]],[\"parent/707\",[414,5.025]],[\"name/708\",[416,63.503]],[\"parent/708\",[414,5.025]],[\"name/709\",[417,44.044]],[\"parent/709\",[]],[\"name/710\",[418,50.51]],[\"parent/710\",[417,4.021]],[\"name/711\",[27,35.571]],[\"parent/711\",[417,4.021]],[\"name/712\",[161,41.531]],[\"parent/712\",[417,4.021]],[\"name/713\",[30,47.409]],[\"parent/713\",[417,4.021]],[\"name/714\",[419,48.84]],[\"parent/714\",[417,4.021]],[\"name/715\",[420,50.51]],[\"parent/715\",[417,4.021]],[\"name/716\",[421,50.51]],[\"parent/716\",[417,4.021]],[\"name/717\",[422,50.51]],[\"parent/717\",[417,4.021]],[\"name/718\",[423,48.84]],[\"parent/718\",[417,4.021]],[\"name/719\",[424,55.03]],[\"parent/719\",[]],[\"name/720\",[425,63.503]],[\"parent/720\",[424,5.025]],[\"name/721\",[426,63.503]],[\"parent/721\",[424,5.025]],[\"name/722\",[427,50.51]],[\"parent/722\",[]],[\"name/723\",[428,63.503]],[\"parent/723\",[427,4.612]],[\"name/724\",[429,63.503]],[\"parent/724\",[427,4.612]],[\"name/725\",[430,63.503]],[\"parent/725\",[427,4.612]],[\"name/726\",[431,63.503]],[\"parent/726\",[427,4.612]],[\"name/727\",[432,44.044]],[\"parent/727\",[]],[\"name/728\",[161,41.531]],[\"parent/728\",[432,4.021]],[\"name/729\",[418,50.51]],[\"parent/729\",[432,4.021]],[\"name/730\",[27,35.571]],[\"parent/730\",[432,4.021]],[\"name/731\",[30,47.409]],[\"parent/731\",[432,4.021]],[\"name/732\",[419,48.84]],[\"parent/732\",[432,4.021]],[\"name/733\",[420,50.51]],[\"parent/733\",[432,4.021]],[\"name/734\",[421,50.51]],[\"parent/734\",[432,4.021]],[\"name/735\",[422,50.51]],[\"parent/735\",[432,4.021]],[\"name/736\",[423,48.84]],[\"parent/736\",[432,4.021]],[\"name/737\",[433,44.044]],[\"parent/737\",[]],[\"name/738\",[161,41.531]],[\"parent/738\",[433,4.021]],[\"name/739\",[418,50.51]],[\"parent/739\",[433,4.021]],[\"name/740\",[27,35.571]],[\"parent/740\",[433,4.021]],[\"name/741\",[30,47.409]],[\"parent/741\",[433,4.021]],[\"name/742\",[419,48.84]],[\"parent/742\",[433,4.021]],[\"name/743\",[420,50.51]],[\"parent/743\",[433,4.021]],[\"name/744\",[421,50.51]],[\"parent/744\",[433,4.021]],[\"name/745\",[422,50.51]],[\"parent/745\",[433,4.021]],[\"name/746\",[423,48.84]],[\"parent/746\",[433,4.021]],[\"name/747\",[434,44.044]],[\"parent/747\",[]],[\"name/748\",[161,41.531]],[\"parent/748\",[434,4.021]],[\"name/749\",[418,50.51]],[\"parent/749\",[434,4.021]],[\"name/750\",[27,35.571]],[\"parent/750\",[434,4.021]],[\"name/751\",[30,47.409]],[\"parent/751\",[434,4.021]],[\"name/752\",[419,48.84]],[\"parent/752\",[434,4.021]],[\"name/753\",[420,50.51]],[\"parent/753\",[434,4.021]],[\"name/754\",[421,50.51]],[\"parent/754\",[434,4.021]],[\"name/755\",[422,50.51]],[\"parent/755\",[434,4.021]],[\"name/756\",[423,48.84]],[\"parent/756\",[434,4.021]],[\"name/757\",[435,44.044]],[\"parent/757\",[]],[\"name/758\",[161,41.531]],[\"parent/758\",[435,4.021]],[\"name/759\",[418,50.51]],[\"parent/759\",[435,4.021]],[\"name/760\",[27,35.571]],[\"parent/760\",[435,4.021]],[\"name/761\",[30,47.409]],[\"parent/761\",[435,4.021]],[\"name/762\",[419,48.84]],[\"parent/762\",[435,4.021]],[\"name/763\",[420,50.51]],[\"parent/763\",[435,4.021]],[\"name/764\",[421,50.51]],[\"parent/764\",[435,4.021]],[\"name/765\",[422,50.51]],[\"parent/765\",[435,4.021]],[\"name/766\",[423,48.84]],[\"parent/766\",[435,4.021]],[\"name/767\",[436,55.03]],[\"parent/767\",[]],[\"name/768\",[437,63.503]],[\"parent/768\",[436,5.025]],[\"name/769\",[251,48.84]],[\"parent/769\",[436,5.025]],[\"name/770\",[438,55.03]],[\"parent/770\",[]],[\"name/771\",[296,55.03]],[\"parent/771\",[438,5.025]],[\"name/772\",[162,33.38]],[\"parent/772\",[438,5.025]],[\"name/773\",[439,52.517]],[\"parent/773\",[]],[\"name/774\",[368,55.03]],[\"parent/774\",[439,4.795]],[\"name/775\",[251,48.84]],[\"parent/775\",[439,4.795]],[\"name/776\",[162,33.38]],[\"parent/776\",[439,4.795]],[\"name/777\",[440,58.395]],[\"parent/777\",[]],[\"name/778\",[423,48.84]],[\"parent/778\",[440,5.332]],[\"name/779\",[441,55.03]],[\"parent/779\",[]],[\"name/780\",[442,58.395]],[\"parent/780\",[441,5.025]],[\"name/781\",[27,35.571]],[\"parent/781\",[441,5.025]],[\"name/782\",[443,55.03]],[\"parent/782\",[]],[\"name/783\",[368,55.03]],[\"parent/783\",[443,5.025]],[\"name/784\",[27,35.571]],[\"parent/784\",[443,5.025]],[\"name/785\",[444,55.03]],[\"parent/785\",[]],[\"name/786\",[169,45.045]],[\"parent/786\",[444,5.025]],[\"name/787\",[135,40.149]],[\"parent/787\",[444,5.025]],[\"name/788\",[445,52.517]],[\"parent/788\",[]],[\"name/789\",[442,58.395]],[\"parent/789\",[445,4.795]],[\"name/790\",[251,48.84]],[\"parent/790\",[445,4.795]],[\"name/791\",[162,33.38]],[\"parent/791\",[445,4.795]],[\"name/792\",[446,58.395]],[\"parent/792\",[]],[\"name/793\",[419,48.84]],[\"parent/793\",[446,5.332]],[\"name/794\",[447,55.03]],[\"parent/794\",[]],[\"name/795\",[448,63.503]],[\"parent/795\",[447,5.025]],[\"name/796\",[449,63.503]],[\"parent/796\",[447,5.025]],[\"name/797\",[450,55.03]],[\"parent/797\",[]],[\"name/798\",[451,63.503]],[\"parent/798\",[450,5.025]],[\"name/799\",[452,63.503]],[\"parent/799\",[450,5.025]],[\"name/800\",[453,58.395]],[\"parent/800\",[]],[\"name/801\",[454,63.503]],[\"parent/801\",[453,5.332]],[\"name/802\",[455,63.503]],[\"parent/802\",[]],[\"name/803\",[456,63.503]],[\"parent/803\",[]],[\"name/804\",[457,48.84]],[\"parent/804\",[]],[\"name/805\",[205,46.157]],[\"parent/805\",[457,4.459]],[\"name/806\",[204,46.157]],[\"parent/806\",[457,4.459]],[\"name/807\",[458,63.503]],[\"parent/807\",[457,4.459]],[\"name/808\",[206,44.044]],[\"parent/808\",[457,4.459]],[\"name/809\",[413,58.395]],[\"parent/809\",[457,4.459]],[\"name/810\",[459,48.84]],[\"parent/810\",[]],[\"name/811\",[460,63.503]],[\"parent/811\",[459,4.459]],[\"name/812\",[461,63.503]],[\"parent/812\",[459,4.459]],[\"name/813\",[462,63.503]],[\"parent/813\",[459,4.459]],[\"name/814\",[463,63.503]],[\"parent/814\",[459,4.459]],[\"name/815\",[464,63.503]],[\"parent/815\",[459,4.459]],[\"name/816\",[465,63.503]],[\"parent/816\",[]],[\"name/817\",[466,55.03]],[\"parent/817\",[]],[\"name/818\",[467,63.503]],[\"parent/818\",[466,5.025]],[\"name/819\",[468,63.503]],[\"parent/819\",[466,5.025]],[\"name/820\",[469,55.03]],[\"parent/820\",[]],[\"name/821\",[161,41.531]],[\"parent/821\",[469,5.025]],[\"name/822\",[470,58.395]],[\"parent/822\",[469,5.025]],[\"name/823\",[471,55.03]],[\"parent/823\",[]],[\"name/824\",[161,41.531]],[\"parent/824\",[471,5.025]],[\"name/825\",[470,58.395]],[\"parent/825\",[471,5.025]],[\"name/826\",[472,42.3]],[\"parent/826\",[]],[\"name/827\",[161,41.531]],[\"parent/827\",[472,3.862]],[\"name/828\",[204,46.157]],[\"parent/828\",[472,3.862]],[\"name/829\",[205,46.157]],[\"parent/829\",[472,3.862]],[\"name/830\",[206,44.044]],[\"parent/830\",[472,3.862]],[\"name/831\",[406,58.395]],[\"parent/831\",[472,3.862]],[\"name/832\",[389,55.03]],[\"parent/832\",[472,3.862]],[\"name/833\",[407,58.395]],[\"parent/833\",[472,3.862]],[\"name/834\",[408,58.395]],[\"parent/834\",[472,3.862]],[\"name/835\",[170,48.84]],[\"parent/835\",[472,3.862]],[\"name/836\",[473,63.503]],[\"parent/836\",[472,3.862]],[\"name/837\",[415,58.395]],[\"parent/837\",[472,3.862]],[\"name/838\",[474,52.517]],[\"parent/838\",[]],[\"name/839\",[334,58.395]],[\"parent/839\",[474,4.795]],[\"name/840\",[118,44.044]],[\"parent/840\",[474,4.795]],[\"name/841\",[412,52.517]],[\"parent/841\",[474,4.795]],[\"name/842\",[475,50.51]],[\"parent/842\",[]],[\"name/843\",[176,48.84]],[\"parent/843\",[475,4.612]],[\"name/844\",[177,48.84]],[\"parent/844\",[475,4.612]],[\"name/845\",[118,44.044]],[\"parent/845\",[475,4.612]],[\"name/846\",[412,52.517]],[\"parent/846\",[475,4.612]],[\"name/847\",[476,55.03]],[\"parent/847\",[]],[\"name/848\",[118,44.044]],[\"parent/848\",[476,5.025]],[\"name/849\",[412,52.517]],[\"parent/849\",[476,5.025]],[\"name/850\",[477,63.503]],[\"parent/850\",[]],[\"name/851\",[478,50.51]],[\"parent/851\",[]],[\"name/852\",[254,52.517]],[\"parent/852\",[478,4.612]],[\"name/853\",[479,63.503]],[\"parent/853\",[478,4.612]],[\"name/854\",[480,63.503]],[\"parent/854\",[478,4.612]],[\"name/855\",[481,63.503]],[\"parent/855\",[478,4.612]],[\"name/856\",[482,63.503]],[\"parent/856\",[]],[\"name/857\",[483,63.503]],[\"parent/857\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":22,\"name\":{\"23\":{},\"24\":{},\"27\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{},\"55\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{}},\"parent\":{}}],[\"_events\",{\"_index\":41,\"name\":{\"57\":{}},\"parent\":{}}],[\"_listenercount\",{\"_index\":52,\"name\":{\"70\":{}},\"parent\":{}}],[\"_listeners\",{\"_index\":53,\"name\":{\"71\":{}},\"parent\":{}}],[\"_off\",{\"_index\":50,\"name\":{\"68\":{}},\"parent\":{}}],[\"_removealllisteners\",{\"_index\":51,\"name\":{\"69\":{}},\"parent\":{}}],[\"_startpending\",{\"_index\":37,\"name\":{\"52\":{}},\"parent\":{}}],[\"addaddresses\",{\"_index\":451,\"name\":{\"798\":{}},\"parent\":{}}],[\"addfilters\",{\"_index\":448,\"name\":{\"795\":{}},\"parent\":{}}],[\"address\",{\"_index\":118,\"name\":{\"159\":{},\"168\":{},\"223\":{},\"226\":{},\"449\":{},\"575\":{},\"703\":{},\"840\":{},\"845\":{},\"848\":{}},\"parent\":{}}],[\"address_activity\",{\"_index\":430,\"name\":{\"725\":{}},\"parent\":{}}],[\"addressactivityresponse\",{\"_index\":439,\"name\":{\"773\":{}},\"parent\":{\"774\":{},\"775\":{},\"776\":{}}}],[\"addressactivitywebhook\",{\"_index\":434,\"name\":{\"747\":{}},\"parent\":{\"748\":{},\"749\":{},\"750\":{},\"751\":{},\"752\":{},\"753\":{},\"754\":{},\"755\":{},\"756\":{}}}],[\"addresses\",{\"_index\":368,\"name\":{\"629\":{},\"774\":{},\"783\":{}},\"parent\":{}}],[\"addresswebhookparams\",{\"_index\":443,\"name\":{\"782\":{}},\"parent\":{\"783\":{},\"784\":{}}}],[\"addresswebhookupdate\",{\"_index\":456,\"name\":{\"803\":{}},\"parent\":{}}],[\"airdrops\",{\"_index\":245,\"name\":{\"361\":{},\"364\":{}},\"parent\":{}}],[\"alchemy\",{\"_index\":1,\"name\":{\"1\":{}},\"parent\":{\"2\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"8\":{},\"9\":{}}}],[\"alchemyconfig\",{\"_index\":25,\"name\":{\"36\":{}},\"parent\":{\"37\":{},\"38\":{},\"39\":{},\"40\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{},\"46\":{}}}],[\"alchemyeventfilter\",{\"_index\":372,\"name\":{\"634\":{}},\"parent\":{}}],[\"alchemyeventtype\",{\"_index\":371,\"name\":{\"633\":{}},\"parent\":{}}],[\"alchemyminedtransactionsaddress\",{\"_index\":370,\"name\":{\"632\":{}},\"parent\":{}}],[\"alchemyminedtransactionseventfilter\",{\"_index\":367,\"name\":{\"627\":{}},\"parent\":{\"628\":{},\"629\":{},\"630\":{},\"631\":{}}}],[\"alchemypendingtransactionseventfilter\",{\"_index\":364,\"name\":{\"622\":{}},\"parent\":{\"623\":{},\"624\":{},\"625\":{},\"626\":{}}}],[\"alchemyprovider\",{\"_index\":35,\"name\":{\"47\":{}},\"parent\":{\"48\":{},\"49\":{},\"50\":{},\"51\":{},\"52\":{},\"53\":{},\"54\":{},\"55\":{}}}],[\"alchemyproviderpromise\",{\"_index\":11,\"name\":{\"12\":{}},\"parent\":{}}],[\"alchemysettings\",{\"_index\":142,\"name\":{\"190\":{}},\"parent\":{\"191\":{},\"192\":{},\"193\":{},\"194\":{},\"195\":{},\"196\":{},\"197\":{}}}],[\"alchemysubscription\",{\"_index\":361,\"name\":{\"619\":{}},\"parent\":{\"620\":{},\"621\":{}}}],[\"alchemywebsocketprovider\",{\"_index\":40,\"name\":{\"56\":{}},\"parent\":{\"57\":{},\"58\":{},\"59\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"68\":{},\"69\":{},\"70\":{},\"71\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{}}}],[\"already_queued\",{\"_index\":327,\"name\":{\"558\":{}},\"parent\":{}}],[\"amount\",{\"_index\":309,\"name\":{\"530\":{},\"654\":{}},\"parent\":{}}],[\"apikey\",{\"_index\":26,\"name\":{\"38\":{},\"48\":{},\"58\":{},\"191\":{}},\"parent\":{}}],[\"appid\",{\"_index\":423,\"name\":{\"718\":{},\"736\":{},\"746\":{},\"756\":{},\"766\":{},\"778\":{}},\"parent\":{}}],[\"approve\",{\"_index\":379,\"name\":{\"644\":{}},\"parent\":{}}],[\"approved\",{\"_index\":356,\"name\":{\"613\":{}},\"parent\":{}}],[\"arb_goerli\",{\"_index\":153,\"name\":{\"209\":{}},\"parent\":{}}],[\"arb_mainnet\",{\"_index\":151,\"name\":{\"207\":{}},\"parent\":{}}],[\"arb_rinkeby\",{\"_index\":152,\"name\":{\"208\":{}},\"parent\":{}}],[\"ascending\",{\"_index\":194,\"name\":{\"274\":{},\"534\":{}},\"parent\":{}}],[\"asset\",{\"_index\":209,\"name\":{\"296\":{},\"310\":{}},\"parent\":{}}],[\"assettransferscategory\",{\"_index\":187,\"name\":{\"266\":{}},\"parent\":{\"267\":{},\"268\":{},\"269\":{},\"270\":{},\"271\":{},\"272\":{}}}],[\"assettransfersmetadata\",{\"_index\":214,\"name\":{\"313\":{}},\"parent\":{\"314\":{}}}],[\"assettransfersorder\",{\"_index\":193,\"name\":{\"273\":{}},\"parent\":{\"274\":{},\"275\":{}}}],[\"assettransfersparams\",{\"_index\":175,\"name\":{\"242\":{}},\"parent\":{\"243\":{},\"244\":{},\"245\":{},\"246\":{},\"247\":{},\"248\":{},\"249\":{},\"250\":{},\"251\":{},\"252\":{},\"253\":{}}}],[\"assettransfersresponse\",{\"_index\":198,\"name\":{\"280\":{}},\"parent\":{\"281\":{},\"282\":{}}}],[\"assettransfersresult\",{\"_index\":201,\"name\":{\"286\":{}},\"parent\":{\"287\":{},\"288\":{},\"289\":{},\"290\":{},\"291\":{},\"292\":{},\"293\":{},\"294\":{},\"295\":{},\"296\":{},\"297\":{},\"298\":{}}}],[\"assettransferswithmetadataparams\",{\"_index\":186,\"name\":{\"254\":{}},\"parent\":{\"255\":{},\"256\":{},\"257\":{},\"258\":{},\"259\":{},\"260\":{},\"261\":{},\"262\":{},\"263\":{},\"264\":{},\"265\":{}}}],[\"assettransferswithmetadataresponse\",{\"_index\":200,\"name\":{\"283\":{}},\"parent\":{\"284\":{},\"285\":{}}}],[\"assettransferswithmetadataresult\",{\"_index\":212,\"name\":{\"299\":{}},\"parent\":{\"300\":{},\"301\":{},\"302\":{},\"303\":{},\"304\":{},\"305\":{},\"306\":{},\"307\":{},\"308\":{},\"309\":{},\"310\":{},\"311\":{},\"312\":{}}}],[\"assettype\",{\"_index\":384,\"name\":{\"649\":{}},\"parent\":{}}],[\"astar_mainnet\",{\"_index\":156,\"name\":{\"212\":{}},\"parent\":{}}],[\"attributes\",{\"_index\":220,\"name\":{\"321\":{}},\"parent\":{}}],[\"authority\",{\"_index\":399,\"name\":{\"680\":{},\"700\":{}},\"parent\":{}}],[\"authtoken\",{\"_index\":31,\"name\":{\"43\":{},\"195\":{}},\"parent\":{}}],[\"background_color\",{\"_index\":219,\"name\":{\"320\":{}},\"parent\":{}}],[\"balance\",{\"_index\":254,\"name\":{\"376\":{},\"389\":{},\"405\":{},\"852\":{}},\"parent\":{}}],[\"basenft\",{\"_index\":136,\"name\":{\"181\":{}},\"parent\":{\"182\":{},\"183\":{},\"184\":{}}}],[\"basenftcontract\",{\"_index\":117,\"name\":{\"158\":{}},\"parent\":{\"159\":{}}}],[\"batchrequests\",{\"_index\":29,\"name\":{\"41\":{},\"50\":{},\"197\":{}},\"parent\":{}}],[\"block\",{\"_index\":342,\"name\":{\"589\":{},\"593\":{}},\"parent\":{}}],[\"blockhash\",{\"_index\":334,\"name\":{\"566\":{},\"839\":{}},\"parent\":{}}],[\"blockidentifier\",{\"_index\":465,\"name\":{\"816\":{}},\"parent\":{}}],[\"blocknum\",{\"_index\":203,\"name\":{\"289\":{},\"303\":{}},\"parent\":{}}],[\"blocknumber\",{\"_index\":288,\"name\":{\"469\":{},\"525\":{},\"564\":{},\"618\":{}},\"parent\":{}}],[\"blocktimestamp\",{\"_index\":215,\"name\":{\"314\":{}},\"parent\":{}}],[\"bundleindex\",{\"_index\":307,\"name\":{\"527\":{}},\"parent\":{}}],[\"buyer\",{\"_index\":316,\"name\":{\"542\":{}},\"parent\":{}}],[\"buyeraddress\",{\"_index\":293,\"name\":{\"493\":{},\"505\":{},\"518\":{}},\"parent\":{}}],[\"bytes\",{\"_index\":226,\"name\":{\"331\":{}},\"parent\":{}}],[\"call\",{\"_index\":15,\"name\":{\"16\":{},\"120\":{},\"683\":{}},\"parent\":{}}],[\"call_tracer\",{\"_index\":467,\"name\":{\"818\":{}},\"parent\":{}}],[\"calls\",{\"_index\":415,\"name\":{\"707\":{},\"837\":{}},\"parent\":{}}],[\"cancelprivatetransaction\",{\"_index\":100,\"name\":{\"137\":{}},\"parent\":{}}],[\"category\",{\"_index\":183,\"name\":{\"250\":{},\"263\":{},\"288\":{},\"302\":{}},\"parent\":{}}],[\"changes\",{\"_index\":388,\"name\":{\"662\":{}},\"parent\":{}}],[\"changetype\",{\"_index\":385,\"name\":{\"650\":{}},\"parent\":{}}],[\"checknftownership\",{\"_index\":68,\"name\":{\"90\":{}},\"parent\":{}}],[\"classifications\",{\"_index\":234,\"name\":{\"340\":{}},\"parent\":{}}],[\"code\",{\"_index\":480,\"name\":{\"854\":{}},\"parent\":{}}],[\"collectionname\",{\"_index\":347,\"name\":{\"603\":{}},\"parent\":{}}],[\"collectionurl\",{\"_index\":270,\"name\":{\"420\":{}},\"parent\":{}}],[\"commitmentlevel\",{\"_index\":459,\"name\":{\"810\":{}},\"parent\":{\"811\":{},\"812\":{},\"813\":{},\"814\":{},\"815\":{}}}],[\"computerarity\",{\"_index\":74,\"name\":{\"96\":{}},\"parent\":{}}],[\"config\",{\"_index\":7,\"name\":{\"7\":{}},\"parent\":{}}],[\"constructor\",{\"_index\":2,\"name\":{\"2\":{},\"11\":{},\"26\":{},\"35\":{},\"37\":{}},\"parent\":{}}],[\"contract\",{\"_index\":23,\"name\":{\"25\":{},\"170\":{},\"182\":{},\"377\":{},\"390\":{},\"470\":{}},\"parent\":{\"26\":{},\"27\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{}}}],[\"contractaddress\",{\"_index\":169,\"name\":{\"230\":{},\"234\":{},\"411\":{},\"499\":{},\"515\":{},\"549\":{},\"553\":{},\"658\":{},\"786\":{}},\"parent\":{}}],[\"contractaddresses\",{\"_index\":181,\"name\":{\"248\":{},\"261\":{},\"343\":{},\"352\":{},\"454\":{},\"482\":{}},\"parent\":{}}],[\"contractdeployer\",{\"_index\":125,\"name\":{\"166\":{},\"447\":{}},\"parent\":{}}],[\"contractfactory\",{\"_index\":24,\"name\":{\"34\":{}},\"parent\":{\"35\":{}}}],[\"contractforowner\",{\"_index\":278,\"name\":{\"436\":{}},\"parent\":{\"437\":{},\"438\":{},\"439\":{},\"440\":{},\"441\":{},\"442\":{},\"443\":{},\"444\":{},\"445\":{},\"446\":{},\"447\":{},\"448\":{},\"449\":{}}}],[\"contracts\",{\"_index\":277,\"name\":{\"433\":{}},\"parent\":{}}],[\"core\",{\"_index\":3,\"name\":{\"3\":{}},\"parent\":{}}],[\"corenamespace\",{\"_index\":80,\"name\":{\"108\":{}},\"parent\":{\"109\":{},\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"124\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{},\"129\":{},\"130\":{},\"131\":{},\"132\":{},\"133\":{},\"134\":{}}}],[\"create\",{\"_index\":401,\"name\":{\"682\":{}},\"parent\":{}}],[\"createwebhook\",{\"_index\":109,\"name\":{\"150\":{}},\"parent\":{}}],[\"data\",{\"_index\":413,\"name\":{\"704\":{},\"809\":{}},\"parent\":{}}],[\"debug\",{\"_index\":9,\"name\":{\"9\":{}},\"parent\":{}}],[\"debugcalltrace\",{\"_index\":472,\"name\":{\"826\":{}},\"parent\":{\"827\":{},\"828\":{},\"829\":{},\"830\":{},\"831\":{},\"832\":{},\"833\":{},\"834\":{},\"835\":{},\"836\":{},\"837\":{}}}],[\"debugcalltracer\",{\"_index\":469,\"name\":{\"820\":{}},\"parent\":{\"821\":{},\"822\":{}}}],[\"debugcalltype\",{\"_index\":400,\"name\":{\"681\":{}},\"parent\":{\"682\":{},\"683\":{},\"684\":{},\"685\":{}}}],[\"debugnamespace\",{\"_index\":113,\"name\":{\"154\":{}},\"parent\":{\"155\":{},\"156\":{},\"157\":{}}}],[\"debugprestate\",{\"_index\":478,\"name\":{\"851\":{}},\"parent\":{\"852\":{},\"853\":{},\"854\":{},\"855\":{}}}],[\"debugprestatetrace\",{\"_index\":477,\"name\":{\"850\":{}},\"parent\":{}}],[\"debugprestatetracer\",{\"_index\":471,\"name\":{\"823\":{}},\"parent\":{\"824\":{},\"825\":{}}}],[\"debugtracertype\",{\"_index\":466,\"name\":{\"817\":{}},\"parent\":{\"818\":{},\"819\":{}}}],[\"debugtransaction\",{\"_index\":457,\"name\":{\"804\":{}},\"parent\":{\"805\":{},\"806\":{},\"807\":{},\"808\":{},\"809\":{}}}],[\"decimal\",{\"_index\":310,\"name\":{\"532\":{},\"576\":{}},\"parent\":{}}],[\"decimals\",{\"_index\":173,\"name\":{\"240\":{},\"657\":{}},\"parent\":{}}],[\"decoded\",{\"_index\":405,\"name\":{\"688\":{},\"705\":{}},\"parent\":{}}],[\"decodedcallparam\",{\"_index\":392,\"name\":{\"667\":{}},\"parent\":{\"668\":{},\"669\":{},\"670\":{}}}],[\"decodeddebugcalltrace\",{\"_index\":395,\"name\":{\"676\":{}},\"parent\":{\"677\":{},\"678\":{},\"679\":{},\"680\":{}}}],[\"decodedlog\",{\"_index\":409,\"name\":{\"697\":{}},\"parent\":{\"698\":{},\"699\":{},\"700\":{}}}],[\"decodedloginput\",{\"_index\":393,\"name\":{\"671\":{}},\"parent\":{\"672\":{},\"673\":{},\"674\":{},\"675\":{}}}],[\"decodingauthority\",{\"_index\":390,\"name\":{\"665\":{}},\"parent\":{\"666\":{}}}],[\"default_tokens\",{\"_index\":158,\"name\":{\"214\":{}},\"parent\":{}}],[\"delegatecall\",{\"_index\":403,\"name\":{\"685\":{}},\"parent\":{}}],[\"deletewebhook\",{\"_index\":110,\"name\":{\"151\":{}},\"parent\":{}}],[\"deployedblocknumber\",{\"_index\":126,\"name\":{\"167\":{},\"448\":{}},\"parent\":{}}],[\"deployeraddress\",{\"_index\":360,\"name\":{\"617\":{}},\"parent\":{}}],[\"deployresult\",{\"_index\":359,\"name\":{\"616\":{}},\"parent\":{\"617\":{},\"618\":{}}}],[\"descending\",{\"_index\":195,\"name\":{\"275\":{},\"535\":{}},\"parent\":{}}],[\"description\",{\"_index\":128,\"name\":{\"172\":{},\"317\":{},\"379\":{},\"472\":{},\"606\":{}},\"parent\":{}}],[\"destroy\",{\"_index\":48,\"name\":{\"65\":{}},\"parent\":{}}],[\"detectnetwork\",{\"_index\":36,\"name\":{\"51\":{}},\"parent\":{}}],[\"discordurl\",{\"_index\":352,\"name\":{\"609\":{}},\"parent\":{}}],[\"does_not_exist\",{\"_index\":326,\"name\":{\"557\":{}},\"parent\":{}}],[\"dropped_transaction\",{\"_index\":429,\"name\":{\"724\":{}},\"parent\":{}}],[\"droppedtransactionwebhook\",{\"_index\":433,\"name\":{\"737\":{}},\"parent\":{\"738\":{},\"739\":{},\"740\":{},\"741\":{},\"742\":{},\"743\":{},\"744\":{},\"745\":{},\"746\":{}}}],[\"earliest\",{\"_index\":464,\"name\":{\"815\":{}},\"parent\":{}}],[\"emitevent\",{\"_index\":49,\"name\":{\"67\":{}},\"parent\":{}}],[\"erc1155\",{\"_index\":191,\"name\":{\"271\":{},\"278\":{},\"641\":{}},\"parent\":{}}],[\"erc1155metadata\",{\"_index\":208,\"name\":{\"294\":{},\"308\":{},\"570\":{}},\"parent\":{\"571\":{},\"572\":{}}}],[\"erc20\",{\"_index\":159,\"name\":{\"215\":{},\"269\":{},\"639\":{}},\"parent\":{}}],[\"erc721\",{\"_index\":190,\"name\":{\"270\":{},\"277\":{},\"640\":{}},\"parent\":{}}],[\"erc721dishonesttotalsupply\",{\"_index\":230,\"name\":{\"335\":{}},\"parent\":{}}],[\"erc721tokenid\",{\"_index\":207,\"name\":{\"293\":{},\"307\":{}},\"parent\":{}}],[\"erc721toomanyowners\",{\"_index\":228,\"name\":{\"333\":{}},\"parent\":{}}],[\"erc721toomanytokens\",{\"_index\":229,\"name\":{\"334\":{}},\"parent\":{}}],[\"error\",{\"_index\":170,\"name\":{\"232\":{},\"236\":{},\"423\":{},\"664\":{},\"689\":{},\"835\":{}},\"parent\":{}}],[\"estimategas\",{\"_index\":14,\"name\":{\"15\":{},\"121\":{},\"142\":{}},\"parent\":{}}],[\"eth_goerli\",{\"_index\":145,\"name\":{\"201\":{}},\"parent\":{}}],[\"eth_kovan\",{\"_index\":146,\"name\":{\"202\":{}},\"parent\":{}}],[\"eth_mainnet\",{\"_index\":143,\"name\":{\"199\":{}},\"parent\":{}}],[\"eth_rinkeby\",{\"_index\":147,\"name\":{\"203\":{}},\"parent\":{}}],[\"eth_ropsten\",{\"_index\":144,\"name\":{\"200\":{}},\"parent\":{}}],[\"etherscan\",{\"_index\":391,\"name\":{\"666\":{}},\"parent\":{}}],[\"eventfilter\",{\"_index\":476,\"name\":{\"847\":{}},\"parent\":{\"848\":{},\"849\":{}}}],[\"eventname\",{\"_index\":410,\"name\":{\"698\":{}},\"parent\":{}}],[\"excludefilters\",{\"_index\":236,\"name\":{\"344\":{},\"353\":{},\"430\":{}},\"parent\":{}}],[\"excludezerovalue\",{\"_index\":182,\"name\":{\"249\":{},\"262\":{}},\"parent\":{}}],[\"external\",{\"_index\":188,\"name\":{\"267\":{}},\"parent\":{}}],[\"external_url\",{\"_index\":218,\"name\":{\"319\":{}},\"parent\":{}}],[\"externalurl\",{\"_index\":350,\"name\":{\"607\":{}},\"parent\":{}}],[\"fast\",{\"_index\":374,\"name\":{\"636\":{}},\"parent\":{}}],[\"filter\",{\"_index\":475,\"name\":{\"842\":{}},\"parent\":{\"843\":{},\"844\":{},\"845\":{},\"846\":{}}}],[\"filterbyblockhash\",{\"_index\":474,\"name\":{\"838\":{}},\"parent\":{\"839\":{},\"840\":{},\"841\":{}}}],[\"filters\",{\"_index\":442,\"name\":{\"780\":{},\"789\":{}},\"parent\":{}}],[\"finalized\",{\"_index\":463,\"name\":{\"814\":{}},\"parent\":{}}],[\"findcontractdeployer\",{\"_index\":92,\"name\":{\"128\":{}},\"parent\":{}}],[\"finished\",{\"_index\":329,\"name\":{\"560\":{}},\"parent\":{}}],[\"floorprice\",{\"_index\":268,\"name\":{\"418\":{},\"602\":{}},\"parent\":{}}],[\"floorpriceerror\",{\"_index\":272,\"name\":{\"422\":{}},\"parent\":{\"423\":{}}}],[\"floorpricemarketplace\",{\"_index\":267,\"name\":{\"417\":{}},\"parent\":{\"418\":{},\"419\":{},\"420\":{},\"421\":{}}}],[\"format\",{\"_index\":224,\"name\":{\"329\":{}},\"parent\":{}}],[\"from\",{\"_index\":204,\"name\":{\"290\":{},\"304\":{},\"452\":{},\"466\":{},\"651\":{},\"691\":{},\"806\":{},\"828\":{}},\"parent\":{}}],[\"fromaddress\",{\"_index\":179,\"name\":{\"246\":{},\"259\":{},\"624\":{}},\"parent\":{}}],[\"fromblock\",{\"_index\":176,\"name\":{\"243\":{},\"256\":{},\"458\":{},\"489\":{},\"501\":{},\"843\":{}},\"parent\":{}}],[\"fromhex\",{\"_index\":137,\"name\":{\"185\":{}},\"parent\":{}}],[\"gas\",{\"_index\":406,\"name\":{\"693\":{},\"831\":{}},\"parent\":{}}],[\"gasprice\",{\"_index\":458,\"name\":{\"807\":{}},\"parent\":{}}],[\"gasused\",{\"_index\":389,\"name\":{\"663\":{},\"694\":{},\"832\":{}},\"parent\":{}}],[\"gateway\",{\"_index\":222,\"name\":{\"324\":{},\"327\":{}},\"parent\":{}}],[\"getaddresses\",{\"_index\":106,\"name\":{\"147\":{}},\"parent\":{}}],[\"getaddressesoptions\",{\"_index\":438,\"name\":{\"770\":{}},\"parent\":{\"771\":{},\"772\":{}}}],[\"getallwebhooks\",{\"_index\":105,\"name\":{\"146\":{}},\"parent\":{}}],[\"getallwebhooksresponse\",{\"_index\":436,\"name\":{\"767\":{}},\"parent\":{\"768\":{},\"769\":{}}}],[\"getassettransfers\",{\"_index\":95,\"name\":{\"131\":{}},\"parent\":{}}],[\"getbalance\",{\"_index\":12,\"name\":{\"13\":{},\"109\":{}},\"parent\":{}}],[\"getbasenftsforcontractoptions\",{\"_index\":339,\"name\":{\"582\":{}},\"parent\":{\"583\":{},\"584\":{},\"585\":{},\"586\":{}}}],[\"getbasenftsforowneroptions\",{\"_index\":242,\"name\":{\"350\":{}},\"parent\":{\"351\":{},\"352\":{},\"353\":{},\"354\":{},\"355\":{},\"356\":{},\"357\":{},\"358\":{}}}],[\"getblock\",{\"_index\":83,\"name\":{\"113\":{}},\"parent\":{}}],[\"getblocknumber\",{\"_index\":86,\"name\":{\"116\":{}},\"parent\":{}}],[\"getblockwithtransactions\",{\"_index\":84,\"name\":{\"114\":{}},\"parent\":{}}],[\"getchainid\",{\"_index\":17,\"name\":{\"18\":{}},\"parent\":{}}],[\"getcode\",{\"_index\":81,\"name\":{\"110\":{}},\"parent\":{}}],[\"getcontractmetadata\",{\"_index\":57,\"name\":{\"79\":{}},\"parent\":{}}],[\"getcontractsforowner\",{\"_index\":64,\"name\":{\"86\":{}},\"parent\":{}}],[\"getcontractsforowneroptions\",{\"_index\":275,\"name\":{\"427\":{}},\"parent\":{\"428\":{},\"429\":{},\"430\":{},\"431\":{}}}],[\"getcontractsforownerresponse\",{\"_index\":276,\"name\":{\"432\":{}},\"parent\":{\"433\":{},\"434\":{},\"435\":{}}}],[\"getfeedata\",{\"_index\":19,\"name\":{\"20\":{},\"118\":{}},\"parent\":{}}],[\"getfloorprice\",{\"_index\":72,\"name\":{\"94\":{}},\"parent\":{}}],[\"getfloorpriceresponse\",{\"_index\":273,\"name\":{\"424\":{}},\"parent\":{\"425\":{},\"426\":{}}}],[\"getgasprice\",{\"_index\":18,\"name\":{\"19\":{},\"117\":{}},\"parent\":{}}],[\"getlogs\",{\"_index\":91,\"name\":{\"126\":{}},\"parent\":{}}],[\"getmaxpriorityfeepergas\",{\"_index\":103,\"name\":{\"143\":{}},\"parent\":{}}],[\"getmintednfts\",{\"_index\":67,\"name\":{\"89\":{}},\"parent\":{}}],[\"getmintednftsoptions\",{\"_index\":289,\"name\":{\"481\":{}},\"parent\":{\"482\":{},\"483\":{},\"484\":{}}}],[\"getmintednftsresponse\",{\"_index\":290,\"name\":{\"485\":{}},\"parent\":{\"486\":{},\"487\":{}}}],[\"getnetwork\",{\"_index\":85,\"name\":{\"115\":{}},\"parent\":{}}],[\"getnftfilters\",{\"_index\":107,\"name\":{\"148\":{}},\"parent\":{}}],[\"getnftmetadata\",{\"_index\":55,\"name\":{\"77\":{}},\"parent\":{}}],[\"getnftmetadatabatch\",{\"_index\":56,\"name\":{\"78\":{}},\"parent\":{}}],[\"getnftmetadataoptions\",{\"_index\":263,\"name\":{\"406\":{}},\"parent\":{\"407\":{},\"408\":{},\"409\":{}}}],[\"getnftsales\",{\"_index\":73,\"name\":{\"95\":{}},\"parent\":{}}],[\"getnftsalesoptions\",{\"_index\":291,\"name\":{\"488\":{}},\"parent\":{\"489\":{},\"490\":{},\"491\":{},\"492\":{},\"493\":{},\"494\":{},\"495\":{},\"496\":{},\"497\":{}}}],[\"getnftsalesoptionsbycontractaddress\",{\"_index\":297,\"name\":{\"498\":{}},\"parent\":{\"499\":{},\"500\":{},\"501\":{},\"502\":{},\"503\":{},\"504\":{},\"505\":{},\"506\":{},\"507\":{},\"508\":{},\"509\":{}}}],[\"getnftsalesresponse\",{\"_index\":298,\"name\":{\"510\":{}},\"parent\":{\"511\":{},\"512\":{}}}],[\"getnftsforcontract\",{\"_index\":60,\"name\":{\"82\":{}},\"parent\":{}}],[\"getnftsforcontractiterator\",{\"_index\":61,\"name\":{\"83\":{}},\"parent\":{}}],[\"getnftsforcontractoptions\",{\"_index\":338,\"name\":{\"577\":{}},\"parent\":{\"578\":{},\"579\":{},\"580\":{},\"581\":{}}}],[\"getnftsforowner\",{\"_index\":59,\"name\":{\"81\":{}},\"parent\":{}}],[\"getnftsforowneriterator\",{\"_index\":58,\"name\":{\"80\":{}},\"parent\":{}}],[\"getnftsforowneroptions\",{\"_index\":235,\"name\":{\"341\":{}},\"parent\":{\"342\":{},\"343\":{},\"344\":{},\"345\":{},\"346\":{},\"347\":{},\"348\":{},\"349\":{}}}],[\"getownersforcontract\",{\"_index\":62,\"name\":{\"84\":{}},\"parent\":{}}],[\"getownersforcontractoptions\",{\"_index\":340,\"name\":{\"587\":{}},\"parent\":{\"588\":{},\"589\":{},\"590\":{}}}],[\"getownersforcontractresponse\",{\"_index\":258,\"name\":{\"395\":{}},\"parent\":{\"396\":{}}}],[\"getownersforcontractwithtokenbalancesoptions\",{\"_index\":343,\"name\":{\"591\":{}},\"parent\":{\"592\":{},\"593\":{},\"594\":{}}}],[\"getownersforcontractwithtokenbalancesresponse\",{\"_index\":259,\"name\":{\"397\":{}},\"parent\":{\"398\":{},\"399\":{}}}],[\"getownersfornft\",{\"_index\":63,\"name\":{\"85\":{}},\"parent\":{}}],[\"getownersfornftresponse\",{\"_index\":256,\"name\":{\"393\":{}},\"parent\":{\"394\":{}}}],[\"getprovider\",{\"_index\":33,\"name\":{\"45\":{}},\"parent\":{}}],[\"getspamcontracts\",{\"_index\":71,\"name\":{\"93\":{}},\"parent\":{}}],[\"getstorageat\",{\"_index\":82,\"name\":{\"111\":{}},\"parent\":{}}],[\"gettokenbalances\",{\"_index\":93,\"name\":{\"129\":{}},\"parent\":{}}],[\"gettokenmetadata\",{\"_index\":94,\"name\":{\"130\":{}},\"parent\":{}}],[\"gettransaction\",{\"_index\":88,\"name\":{\"122\":{},\"140\":{}},\"parent\":{}}],[\"gettransactioncount\",{\"_index\":13,\"name\":{\"14\":{},\"112\":{}},\"parent\":{}}],[\"gettransactionreceipt\",{\"_index\":89,\"name\":{\"123\":{}},\"parent\":{}}],[\"gettransactionreceipts\",{\"_index\":96,\"name\":{\"132\":{}},\"parent\":{}}],[\"gettransfersforcontract\",{\"_index\":66,\"name\":{\"88\":{}},\"parent\":{}}],[\"gettransfersforcontractoptions\",{\"_index\":283,\"name\":{\"457\":{}},\"parent\":{\"458\":{},\"459\":{},\"460\":{},\"461\":{}}}],[\"gettransfersforowner\",{\"_index\":65,\"name\":{\"87\":{}},\"parent\":{}}],[\"gettransfersforowneroptions\",{\"_index\":282,\"name\":{\"453\":{}},\"parent\":{\"454\":{},\"455\":{},\"456\":{}}}],[\"gettransfersforownertransfertype\",{\"_index\":281,\"name\":{\"450\":{}},\"parent\":{\"451\":{},\"452\":{}}}],[\"getwallet\",{\"_index\":21,\"name\":{\"22\":{}},\"parent\":{}}],[\"getwebsocketprovider\",{\"_index\":34,\"name\":{\"46\":{}},\"parent\":{}}],[\"hash\",{\"_index\":210,\"name\":{\"297\":{},\"311\":{}},\"parent\":{}}],[\"hashesonly\",{\"_index\":366,\"name\":{\"626\":{},\"631\":{}},\"parent\":{}}],[\"id\",{\"_index\":418,\"name\":{\"710\":{},\"729\":{},\"739\":{},\"749\":{},\"759\":{}},\"parent\":{}}],[\"image\",{\"_index\":217,\"name\":{\"318\":{}},\"parent\":{}}],[\"imageurl\",{\"_index\":349,\"name\":{\"605\":{}},\"parent\":{}}],[\"in_progress\",{\"_index\":328,\"name\":{\"559\":{}},\"parent\":{}}],[\"includefilters\",{\"_index\":237,\"name\":{\"345\":{},\"354\":{},\"429\":{}},\"parent\":{}}],[\"includeremoved\",{\"_index\":369,\"name\":{\"630\":{}},\"parent\":{}}],[\"indexed\",{\"_index\":394,\"name\":{\"672\":{}},\"parent\":{}}],[\"input\",{\"_index\":407,\"name\":{\"695\":{},\"833\":{}},\"parent\":{}}],[\"inputs\",{\"_index\":397,\"name\":{\"678\":{},\"699\":{}},\"parent\":{}}],[\"internal\",{\"_index\":189,\"name\":{\"268\":{}},\"parent\":{}}],[\"isactive\",{\"_index\":419,\"name\":{\"714\":{},\"732\":{},\"742\":{},\"752\":{},\"762\":{},\"793\":{}},\"parent\":{}}],[\"iscommunityresource\",{\"_index\":38,\"name\":{\"53\":{},\"66\":{}},\"parent\":{}}],[\"ishex\",{\"_index\":139,\"name\":{\"187\":{}},\"parent\":{}}],[\"isspam\",{\"_index\":233,\"name\":{\"339\":{},\"439\":{}},\"parent\":{}}],[\"isspamcontract\",{\"_index\":70,\"name\":{\"92\":{}},\"parent\":{}}],[\"lastingestedat\",{\"_index\":353,\"name\":{\"610\":{}},\"parent\":{}}],[\"latest\",{\"_index\":461,\"name\":{\"812\":{}},\"parent\":{}}],[\"limit\",{\"_index\":296,\"name\":{\"496\":{},\"508\":{},\"771\":{}},\"parent\":{}}],[\"listenercount\",{\"_index\":46,\"name\":{\"63\":{},\"106\":{}},\"parent\":{}}],[\"listeners\",{\"_index\":47,\"name\":{\"64\":{},\"107\":{}},\"parent\":{}}],[\"logindex\",{\"_index\":306,\"name\":{\"526\":{}},\"parent\":{}}],[\"loglevel\",{\"_index\":141,\"name\":{\"189\":{}},\"parent\":{}}],[\"logo\",{\"_index\":174,\"name\":{\"241\":{},\"659\":{}},\"parent\":{}}],[\"logs\",{\"_index\":416,\"name\":{\"708\":{}},\"parent\":{}}],[\"looksrare\",{\"_index\":274,\"name\":{\"426\":{},\"538\":{}},\"parent\":{}}],[\"lookupaddress\",{\"_index\":97,\"name\":{\"134\":{}},\"parent\":{}}],[\"marketplace\",{\"_index\":292,\"name\":{\"492\":{},\"504\":{},\"514\":{}},\"parent\":{}}],[\"marketplacefee\",{\"_index\":303,\"name\":{\"522\":{}},\"parent\":{}}],[\"matic_mainnet\",{\"_index\":154,\"name\":{\"210\":{}},\"parent\":{}}],[\"matic_mumbai\",{\"_index\":155,\"name\":{\"211\":{}},\"parent\":{}}],[\"maxcount\",{\"_index\":184,\"name\":{\"251\":{},\"264\":{}},\"parent\":{}}],[\"maxretries\",{\"_index\":28,\"name\":{\"40\":{},\"49\":{},\"193\":{}},\"parent\":{}}],[\"media\",{\"_index\":133,\"name\":{\"177\":{},\"325\":{},\"384\":{},\"441\":{},\"477\":{}},\"parent\":{\"326\":{},\"327\":{},\"328\":{},\"329\":{},\"330\":{},\"331\":{}}}],[\"message\",{\"_index\":382,\"name\":{\"647\":{}},\"parent\":{}}],[\"metadata\",{\"_index\":213,\"name\":{\"300\":{}},\"parent\":{}}],[\"metadataerror\",{\"_index\":130,\"name\":{\"174\":{},\"381\":{},\"474\":{}},\"parent\":{}}],[\"method\",{\"_index\":365,\"name\":{\"623\":{},\"628\":{}},\"parent\":{}}],[\"methodname\",{\"_index\":396,\"name\":{\"677\":{}},\"parent\":{}}],[\"mined_transaction\",{\"_index\":428,\"name\":{\"723\":{}},\"parent\":{}}],[\"mined_transactions\",{\"_index\":363,\"name\":{\"621\":{}},\"parent\":{}}],[\"minedtransactionwebhook\",{\"_index\":432,\"name\":{\"727\":{}},\"parent\":{\"728\":{},\"729\":{},\"730\":{},\"731\":{},\"732\":{},\"733\":{},\"734\":{},\"735\":{},\"736\":{}}}],[\"mostlyhoneypotowners\",{\"_index\":231,\"name\":{\"336\":{}},\"parent\":{}}],[\"name\",{\"_index\":121,\"name\":{\"162\":{},\"238\":{},\"316\":{},\"443\":{},\"655\":{},\"669\":{},\"674\":{}},\"parent\":{}}],[\"native\",{\"_index\":376,\"name\":{\"638\":{}},\"parent\":{}}],[\"network\",{\"_index\":27,\"name\":{\"39\":{},\"192\":{},\"198\":{},\"711\":{},\"730\":{},\"740\":{},\"750\":{},\"760\":{},\"781\":{},\"784\":{}},\"parent\":{\"199\":{},\"200\":{},\"201\":{},\"202\":{},\"203\":{},\"204\":{},\"205\":{},\"206\":{},\"207\":{},\"208\":{},\"209\":{},\"210\":{},\"211\":{},\"212\":{}}}],[\"newaddresses\",{\"_index\":454,\"name\":{\"801\":{}},\"parent\":{}}],[\"nft\",{\"_index\":4,\"name\":{\"4\":{},\"169\":{}},\"parent\":{\"170\":{},\"171\":{},\"172\":{},\"173\":{},\"174\":{},\"175\":{},\"176\":{},\"177\":{},\"178\":{},\"179\":{},\"180\":{}}}],[\"nft_activity\",{\"_index\":431,\"name\":{\"726\":{}},\"parent\":{}}],[\"nftactivitywebhook\",{\"_index\":435,\"name\":{\"757\":{}},\"parent\":{\"758\":{},\"759\":{},\"760\":{},\"761\":{},\"762\":{},\"763\":{},\"764\":{},\"765\":{},\"766\":{}}}],[\"nftattributerarity\",{\"_index\":318,\"name\":{\"544\":{}},\"parent\":{\"545\":{},\"546\":{},\"547\":{}}}],[\"nftattributesresponse\",{\"_index\":321,\"name\":{\"548\":{}},\"parent\":{\"549\":{},\"550\":{},\"551\":{}}}],[\"nftcontract\",{\"_index\":119,\"name\":{\"160\":{}},\"parent\":{\"161\":{},\"162\":{},\"163\":{},\"164\":{},\"165\":{},\"166\":{},\"167\":{},\"168\":{}}}],[\"nftcontractbasenftsresponse\",{\"_index\":344,\"name\":{\"595\":{}},\"parent\":{\"596\":{},\"597\":{}}}],[\"nftcontractnftsresponse\",{\"_index\":345,\"name\":{\"598\":{}},\"parent\":{\"599\":{},\"600\":{}}}],[\"nftcontractowner\",{\"_index\":260,\"name\":{\"400\":{}},\"parent\":{\"401\":{},\"402\":{}}}],[\"nftcontracttokenbalance\",{\"_index\":262,\"name\":{\"403\":{}},\"parent\":{\"404\":{},\"405\":{}}}],[\"nftexcludefilters\",{\"_index\":243,\"name\":{\"359\":{}},\"parent\":{\"360\":{},\"361\":{}}}],[\"nftfilter\",{\"_index\":444,\"name\":{\"785\":{}},\"parent\":{\"786\":{},\"787\":{}}}],[\"nftfilters\",{\"_index\":246,\"name\":{\"362\":{}},\"parent\":{\"363\":{},\"364\":{}}}],[\"nftfiltersresponse\",{\"_index\":445,\"name\":{\"788\":{}},\"parent\":{\"789\":{},\"790\":{},\"791\":{}}}],[\"nftmetadata\",{\"_index\":216,\"name\":{\"315\":{}},\"parent\":{\"316\":{},\"317\":{},\"318\":{},\"319\":{},\"320\":{},\"321\":{}}}],[\"nftmetadatabatchoptions\",{\"_index\":266,\"name\":{\"414\":{}},\"parent\":{\"415\":{},\"416\":{}}}],[\"nftmetadatabatchtoken\",{\"_index\":265,\"name\":{\"410\":{}},\"parent\":{\"411\":{},\"412\":{},\"413\":{}}}],[\"nftnamespace\",{\"_index\":54,\"name\":{\"76\":{}},\"parent\":{\"77\":{},\"78\":{},\"79\":{},\"80\":{},\"81\":{},\"82\":{},\"83\":{},\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{},\"89\":{},\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"95\":{},\"96\":{},\"97\":{},\"98\":{},\"99\":{},\"100\":{}}}],[\"nftordering\",{\"_index\":247,\"name\":{\"365\":{}},\"parent\":{\"366\":{}}}],[\"nfts\",{\"_index\":285,\"name\":{\"463\":{},\"486\":{},\"596\":{},\"599\":{}},\"parent\":{}}],[\"nftsale\",{\"_index\":300,\"name\":{\"513\":{}},\"parent\":{\"514\":{},\"515\":{},\"516\":{},\"517\":{},\"518\":{},\"519\":{},\"520\":{},\"521\":{},\"522\":{},\"523\":{},\"524\":{},\"525\":{},\"526\":{},\"527\":{},\"528\":{}}}],[\"nftsalefeedata\",{\"_index\":308,\"name\":{\"529\":{}},\"parent\":{\"530\":{},\"531\":{},\"532\":{}}}],[\"nftsalemarketplace\",{\"_index\":312,\"name\":{\"536\":{}},\"parent\":{\"537\":{},\"538\":{},\"539\":{},\"540\":{}}}],[\"nftsales\",{\"_index\":299,\"name\":{\"512\":{}},\"parent\":{}}],[\"nftsaletakertype\",{\"_index\":315,\"name\":{\"541\":{}},\"parent\":{\"542\":{},\"543\":{}}}],[\"nftspamclassification\",{\"_index\":227,\"name\":{\"332\":{}},\"parent\":{\"333\":{},\"334\":{},\"335\":{},\"336\":{},\"337\":{}}}],[\"nfttokentype\",{\"_index\":196,\"name\":{\"276\":{}},\"parent\":{\"277\":{},\"278\":{},\"279\":{}}}],[\"nftwebhookparams\",{\"_index\":441,\"name\":{\"779\":{}},\"parent\":{\"780\":{},\"781\":{}}}],[\"nftwebhookupdate\",{\"_index\":455,\"name\":{\"802\":{}},\"parent\":{}}],[\"nonce\",{\"_index\":479,\"name\":{\"853\":{}},\"parent\":{}}],[\"nonemptyarray\",{\"_index\":483,\"name\":{\"857\":{}},\"parent\":{}}],[\"not_requested\",{\"_index\":358,\"name\":{\"615\":{}},\"parent\":{}}],[\"notify\",{\"_index\":8,\"name\":{\"8\":{}},\"parent\":{}}],[\"notifynamespace\",{\"_index\":104,\"name\":{\"145\":{}},\"parent\":{\"146\":{},\"147\":{},\"148\":{},\"149\":{},\"150\":{},\"151\":{},\"152\":{},\"153\":{}}}],[\"numdistincttokensowned\",{\"_index\":280,\"name\":{\"438\":{}},\"parent\":{}}],[\"off\",{\"_index\":44,\"name\":{\"61\":{},\"104\":{}},\"parent\":{}}],[\"omitmetadata\",{\"_index\":239,\"name\":{\"347\":{},\"356\":{},\"579\":{},\"584\":{}},\"parent\":{}}],[\"on\",{\"_index\":42,\"name\":{\"59\":{},\"102\":{}},\"parent\":{}}],[\"once\",{\"_index\":43,\"name\":{\"60\":{},\"103\":{}},\"parent\":{}}],[\"onlytopcall\",{\"_index\":470,\"name\":{\"822\":{},\"825\":{}},\"parent\":{}}],[\"opensea\",{\"_index\":124,\"name\":{\"165\":{},\"425\":{},\"446\":{}},\"parent\":{}}],[\"openseacollectionmetadata\",{\"_index\":346,\"name\":{\"601\":{}},\"parent\":{\"602\":{},\"603\":{},\"604\":{},\"605\":{},\"606\":{},\"607\":{},\"608\":{},\"609\":{},\"610\":{}}}],[\"openseasafelistrequeststatus\",{\"_index\":354,\"name\":{\"611\":{}},\"parent\":{\"612\":{},\"613\":{},\"614\":{},\"615\":{}}}],[\"opt_goerli\",{\"_index\":150,\"name\":{\"206\":{}},\"parent\":{}}],[\"opt_kovan\",{\"_index\":149,\"name\":{\"205\":{}},\"parent\":{}}],[\"opt_mainnet\",{\"_index\":148,\"name\":{\"204\":{}},\"parent\":{}}],[\"order\",{\"_index\":178,\"name\":{\"245\":{},\"258\":{},\"460\":{},\"491\":{},\"503\":{}},\"parent\":{}}],[\"orderby\",{\"_index\":241,\"name\":{\"349\":{},\"358\":{},\"431\":{}},\"parent\":{}}],[\"output\",{\"_index\":408,\"name\":{\"696\":{},\"834\":{}},\"parent\":{}}],[\"outputs\",{\"_index\":398,\"name\":{\"679\":{}},\"parent\":{}}],[\"ownedbasenft\",{\"_index\":255,\"name\":{\"388\":{}},\"parent\":{\"389\":{},\"390\":{},\"391\":{},\"392\":{}}}],[\"ownedbasenftsresponse\",{\"_index\":252,\"name\":{\"371\":{}},\"parent\":{\"372\":{},\"373\":{},\"374\":{}}}],[\"ownedbymosthoneypots\",{\"_index\":232,\"name\":{\"337\":{}},\"parent\":{}}],[\"ownednft\",{\"_index\":253,\"name\":{\"375\":{}},\"parent\":{\"376\":{},\"377\":{},\"378\":{},\"379\":{},\"380\":{},\"381\":{},\"382\":{},\"383\":{},\"384\":{},\"385\":{},\"386\":{},\"387\":{}}}],[\"ownednfts\",{\"_index\":250,\"name\":{\"368\":{},\"372\":{}},\"parent\":{}}],[\"ownednftsresponse\",{\"_index\":249,\"name\":{\"367\":{}},\"parent\":{\"368\":{},\"369\":{},\"370\":{}}}],[\"owneraddress\",{\"_index\":261,\"name\":{\"401\":{}},\"parent\":{}}],[\"owners\",{\"_index\":257,\"name\":{\"394\":{},\"396\":{},\"398\":{}},\"parent\":{}}],[\"pagekey\",{\"_index\":162,\"name\":{\"218\":{},\"222\":{},\"252\":{},\"265\":{},\"282\":{},\"285\":{},\"342\":{},\"351\":{},\"369\":{},\"373\":{},\"399\":{},\"428\":{},\"434\":{},\"456\":{},\"461\":{},\"464\":{},\"484\":{},\"487\":{},\"497\":{},\"509\":{},\"511\":{},\"578\":{},\"583\":{},\"590\":{},\"594\":{},\"597\":{},\"600\":{},\"772\":{},\"776\":{},\"791\":{}},\"parent\":{}}],[\"pagesize\",{\"_index\":238,\"name\":{\"346\":{},\"355\":{},\"580\":{},\"585\":{}},\"parent\":{}}],[\"pending\",{\"_index\":460,\"name\":{\"811\":{}},\"parent\":{}}],[\"pending_transactions\",{\"_index\":362,\"name\":{\"620\":{}},\"parent\":{}}],[\"prestate_tracer\",{\"_index\":468,\"name\":{\"819\":{}},\"parent\":{}}],[\"prevalence\",{\"_index\":320,\"name\":{\"547\":{}},\"parent\":{}}],[\"pricecurrency\",{\"_index\":269,\"name\":{\"419\":{}},\"parent\":{}}],[\"progress\",{\"_index\":325,\"name\":{\"555\":{}},\"parent\":{}}],[\"protocolfee\",{\"_index\":304,\"name\":{\"523\":{}},\"parent\":{}}],[\"quantity\",{\"_index\":301,\"name\":{\"517\":{}},\"parent\":{}}],[\"queue_failed\",{\"_index\":331,\"name\":{\"562\":{}},\"parent\":{}}],[\"queued\",{\"_index\":330,\"name\":{\"561\":{}},\"parent\":{}}],[\"raw\",{\"_index\":221,\"name\":{\"323\":{},\"326\":{}},\"parent\":{}}],[\"rawamount\",{\"_index\":386,\"name\":{\"653\":{}},\"parent\":{}}],[\"rawcontract\",{\"_index\":211,\"name\":{\"298\":{},\"312\":{},\"573\":{}},\"parent\":{\"574\":{},\"575\":{},\"576\":{}}}],[\"rawmetadata\",{\"_index\":131,\"name\":{\"175\":{},\"382\":{},\"475\":{}},\"parent\":{}}],[\"ready\",{\"_index\":87,\"name\":{\"119\":{}},\"parent\":{}}],[\"receipts\",{\"_index\":337,\"name\":{\"569\":{}},\"parent\":{}}],[\"refreshcache\",{\"_index\":264,\"name\":{\"409\":{},\"416\":{}},\"parent\":{}}],[\"refreshcontract\",{\"_index\":78,\"name\":{\"100\":{}},\"parent\":{}}],[\"refreshcontractresult\",{\"_index\":323,\"name\":{\"552\":{}},\"parent\":{\"553\":{},\"554\":{},\"555\":{}}}],[\"refreshnftmetadata\",{\"_index\":77,\"name\":{\"99\":{}},\"parent\":{}}],[\"refreshstate\",{\"_index\":324,\"name\":{\"554\":{},\"556\":{}},\"parent\":{\"557\":{},\"558\":{},\"559\":{},\"560\":{},\"561\":{},\"562\":{}}}],[\"removeaddresses\",{\"_index\":452,\"name\":{\"799\":{}},\"parent\":{}}],[\"removealllisteners\",{\"_index\":45,\"name\":{\"62\":{},\"105\":{}},\"parent\":{}}],[\"removefilters\",{\"_index\":449,\"name\":{\"796\":{}},\"parent\":{}}],[\"requested\",{\"_index\":357,\"name\":{\"614\":{}},\"parent\":{}}],[\"requesttimeout\",{\"_index\":32,\"name\":{\"44\":{},\"196\":{}},\"parent\":{}}],[\"requireatleastone\",{\"_index\":482,\"name\":{\"856\":{}},\"parent\":{}}],[\"resolvename\",{\"_index\":20,\"name\":{\"21\":{},\"133\":{}},\"parent\":{}}],[\"retrievedat\",{\"_index\":271,\"name\":{\"421\":{}},\"parent\":{}}],[\"revertreason\",{\"_index\":473,\"name\":{\"836\":{}},\"parent\":{}}],[\"royaltyfee\",{\"_index\":305,\"name\":{\"524\":{}},\"parent\":{}}],[\"safe\",{\"_index\":462,\"name\":{\"813\":{}},\"parent\":{}}],[\"safelistrequeststatus\",{\"_index\":348,\"name\":{\"604\":{}},\"parent\":{}}],[\"seaport\",{\"_index\":313,\"name\":{\"537\":{}},\"parent\":{}}],[\"searchcontractmetadata\",{\"_index\":75,\"name\":{\"97\":{}},\"parent\":{}}],[\"seller\",{\"_index\":317,\"name\":{\"543\":{}},\"parent\":{}}],[\"selleraddress\",{\"_index\":294,\"name\":{\"494\":{},\"506\":{},\"519\":{}},\"parent\":{}}],[\"sellerfee\",{\"_index\":302,\"name\":{\"521\":{}},\"parent\":{}}],[\"send\",{\"_index\":39,\"name\":{\"54\":{},\"127\":{}},\"parent\":{}}],[\"sendprivatetransaction\",{\"_index\":99,\"name\":{\"136\":{}},\"parent\":{}}],[\"sendprivatetransactionoptions\",{\"_index\":373,\"name\":{\"635\":{}},\"parent\":{\"636\":{}}}],[\"sendtransaction\",{\"_index\":16,\"name\":{\"17\":{},\"124\":{},\"141\":{}},\"parent\":{}}],[\"sendwebhookrequest\",{\"_index\":112,\"name\":{\"153\":{}},\"parent\":{}}],[\"setloglevel\",{\"_index\":140,\"name\":{\"188\":{}},\"parent\":{}}],[\"signingkey\",{\"_index\":421,\"name\":{\"716\":{},\"734\":{},\"744\":{},\"754\":{},\"764\":{}},\"parent\":{}}],[\"simulateassetchanges\",{\"_index\":101,\"name\":{\"138\":{}},\"parent\":{}}],[\"simulateassetchangeschange\",{\"_index\":383,\"name\":{\"648\":{}},\"parent\":{\"649\":{},\"650\":{},\"651\":{},\"652\":{},\"653\":{},\"654\":{},\"655\":{},\"656\":{},\"657\":{},\"658\":{},\"659\":{},\"660\":{}}}],[\"simulateassetchangeserror\",{\"_index\":381,\"name\":{\"646\":{}},\"parent\":{\"647\":{}}}],[\"simulateassetchangesresponse\",{\"_index\":387,\"name\":{\"661\":{}},\"parent\":{\"662\":{},\"663\":{},\"664\":{}}}],[\"simulateassettype\",{\"_index\":375,\"name\":{\"637\":{}},\"parent\":{\"638\":{},\"639\":{},\"640\":{},\"641\":{},\"642\":{}}}],[\"simulatechangetype\",{\"_index\":378,\"name\":{\"643\":{}},\"parent\":{\"644\":{},\"645\":{}}}],[\"simulateexecution\",{\"_index\":102,\"name\":{\"139\":{}},\"parent\":{}}],[\"simulateexecutionresponse\",{\"_index\":414,\"name\":{\"706\":{}},\"parent\":{\"707\":{},\"708\":{}}}],[\"simulationcalltrace\",{\"_index\":404,\"name\":{\"686\":{}},\"parent\":{\"687\":{},\"688\":{},\"689\":{},\"690\":{},\"691\":{},\"692\":{},\"693\":{},\"694\":{},\"695\":{},\"696\":{}}}],[\"simulationdebuglog\",{\"_index\":411,\"name\":{\"701\":{}},\"parent\":{\"702\":{},\"703\":{},\"704\":{},\"705\":{}}}],[\"size\",{\"_index\":225,\"name\":{\"330\":{}},\"parent\":{}}],[\"sortingorder\",{\"_index\":311,\"name\":{\"533\":{}},\"parent\":{\"534\":{},\"535\":{}}}],[\"spam\",{\"_index\":244,\"name\":{\"360\":{},\"363\":{}},\"parent\":{}}],[\"spaminfo\",{\"_index\":134,\"name\":{\"178\":{},\"338\":{},\"385\":{},\"478\":{}},\"parent\":{\"339\":{},\"340\":{}}}],[\"special_nft\",{\"_index\":377,\"name\":{\"642\":{}},\"parent\":{}}],[\"specialnft\",{\"_index\":192,\"name\":{\"272\":{}},\"parent\":{}}],[\"staticcall\",{\"_index\":402,\"name\":{\"684\":{}},\"parent\":{}}],[\"storage\",{\"_index\":481,\"name\":{\"855\":{}},\"parent\":{}}],[\"summarizenftattributes\",{\"_index\":76,\"name\":{\"98\":{}},\"parent\":{}}],[\"summary\",{\"_index\":322,\"name\":{\"551\":{}},\"parent\":{}}],[\"symbol\",{\"_index\":122,\"name\":{\"163\":{},\"239\":{},\"444\":{},\"531\":{},\"656\":{}},\"parent\":{}}],[\"taker\",{\"_index\":295,\"name\":{\"495\":{},\"507\":{},\"520\":{}},\"parent\":{}}],[\"thumbnail\",{\"_index\":223,\"name\":{\"328\":{}},\"parent\":{}}],[\"timecreated\",{\"_index\":420,\"name\":{\"715\":{},\"733\":{},\"743\":{},\"753\":{},\"763\":{}},\"parent\":{}}],[\"timelastupdated\",{\"_index\":129,\"name\":{\"173\":{},\"380\":{},\"473\":{}},\"parent\":{}}],[\"title\",{\"_index\":127,\"name\":{\"171\":{},\"378\":{},\"471\":{}},\"parent\":{}}],[\"to\",{\"_index\":205,\"name\":{\"291\":{},\"305\":{},\"451\":{},\"467\":{},\"652\":{},\"690\":{},\"805\":{},\"829\":{}},\"parent\":{}}],[\"toaddress\",{\"_index\":180,\"name\":{\"247\":{},\"260\":{},\"625\":{}},\"parent\":{}}],[\"toblock\",{\"_index\":177,\"name\":{\"244\":{},\"257\":{},\"459\":{},\"490\":{},\"502\":{},\"844\":{}},\"parent\":{}}],[\"tohex\",{\"_index\":138,\"name\":{\"186\":{}},\"parent\":{}}],[\"tokenbalance\",{\"_index\":167,\"name\":{\"228\":{},\"231\":{},\"235\":{}},\"parent\":{}}],[\"tokenbalancefailure\",{\"_index\":171,\"name\":{\"233\":{}},\"parent\":{\"234\":{},\"235\":{},\"236\":{}}}],[\"tokenbalances\",{\"_index\":165,\"name\":{\"224\":{},\"227\":{},\"402\":{}},\"parent\":{}}],[\"tokenbalancesoptionsdefaulttokens\",{\"_index\":163,\"name\":{\"219\":{}},\"parent\":{\"220\":{}}}],[\"tokenbalancesoptionserc20\",{\"_index\":160,\"name\":{\"216\":{}},\"parent\":{\"217\":{},\"218\":{}}}],[\"tokenbalancesresponse\",{\"_index\":166,\"name\":{\"225\":{}},\"parent\":{\"226\":{},\"227\":{}}}],[\"tokenbalancesresponseerc20\",{\"_index\":164,\"name\":{\"221\":{}},\"parent\":{\"222\":{},\"223\":{},\"224\":{}}}],[\"tokenbalancesuccess\",{\"_index\":168,\"name\":{\"229\":{}},\"parent\":{\"230\":{},\"231\":{},\"232\":{}}}],[\"tokenbalancetype\",{\"_index\":157,\"name\":{\"213\":{}},\"parent\":{\"214\":{},\"215\":{}}}],[\"tokenid\",{\"_index\":135,\"name\":{\"179\":{},\"183\":{},\"295\":{},\"309\":{},\"386\":{},\"391\":{},\"404\":{},\"412\":{},\"440\":{},\"479\":{},\"500\":{},\"516\":{},\"571\":{},\"660\":{},\"787\":{}},\"parent\":{}}],[\"tokenmetadataresponse\",{\"_index\":172,\"name\":{\"237\":{}},\"parent\":{\"238\":{},\"239\":{},\"240\":{},\"241\":{}}}],[\"tokentype\",{\"_index\":120,\"name\":{\"161\":{},\"180\":{},\"184\":{},\"387\":{},\"392\":{},\"407\":{},\"413\":{},\"442\":{},\"455\":{},\"480\":{},\"483\":{}},\"parent\":{}}],[\"tokenuri\",{\"_index\":132,\"name\":{\"176\":{},\"322\":{},\"383\":{},\"476\":{}},\"parent\":{\"323\":{},\"324\":{}}}],[\"tokenuritimeoutinms\",{\"_index\":240,\"name\":{\"348\":{},\"357\":{},\"408\":{},\"415\":{},\"581\":{},\"586\":{}},\"parent\":{}}],[\"topics\",{\"_index\":412,\"name\":{\"702\":{},\"841\":{},\"846\":{},\"849\":{}},\"parent\":{}}],[\"totalbalance\",{\"_index\":279,\"name\":{\"437\":{}},\"parent\":{}}],[\"totalcount\",{\"_index\":251,\"name\":{\"370\":{},\"374\":{},\"435\":{},\"769\":{},\"775\":{},\"790\":{}},\"parent\":{}}],[\"totalsupply\",{\"_index\":123,\"name\":{\"164\":{},\"445\":{},\"550\":{}},\"parent\":{}}],[\"traceblock\",{\"_index\":116,\"name\":{\"157\":{}},\"parent\":{}}],[\"tracecall\",{\"_index\":114,\"name\":{\"155\":{}},\"parent\":{}}],[\"tracetransaction\",{\"_index\":115,\"name\":{\"156\":{}},\"parent\":{}}],[\"traittype\",{\"_index\":319,\"name\":{\"546\":{}},\"parent\":{}}],[\"transact\",{\"_index\":6,\"name\":{\"6\":{}},\"parent\":{}}],[\"transactionhash\",{\"_index\":287,\"name\":{\"468\":{},\"528\":{}},\"parent\":{}}],[\"transactionreceiptsblockhash\",{\"_index\":333,\"name\":{\"565\":{}},\"parent\":{\"566\":{}}}],[\"transactionreceiptsblocknumber\",{\"_index\":332,\"name\":{\"563\":{}},\"parent\":{\"564\":{}}}],[\"transactionreceiptsparams\",{\"_index\":335,\"name\":{\"567\":{}},\"parent\":{}}],[\"transactionreceiptsresponse\",{\"_index\":336,\"name\":{\"568\":{}},\"parent\":{\"569\":{}}}],[\"transactionwebhookparams\",{\"_index\":440,\"name\":{\"777\":{}},\"parent\":{\"778\":{}}}],[\"transactnamespace\",{\"_index\":98,\"name\":{\"135\":{}},\"parent\":{\"136\":{},\"137\":{},\"138\":{},\"139\":{},\"140\":{},\"141\":{},\"142\":{},\"143\":{},\"144\":{}}}],[\"transfer\",{\"_index\":380,\"name\":{\"645\":{}},\"parent\":{}}],[\"transferrednft\",{\"_index\":286,\"name\":{\"465\":{}},\"parent\":{\"466\":{},\"467\":{},\"468\":{},\"469\":{},\"470\":{},\"471\":{},\"472\":{},\"473\":{},\"474\":{},\"475\":{},\"476\":{},\"477\":{},\"478\":{},\"479\":{},\"480\":{}}}],[\"transfers\",{\"_index\":199,\"name\":{\"281\":{},\"284\":{}},\"parent\":{}}],[\"transfersnftresponse\",{\"_index\":284,\"name\":{\"462\":{}},\"parent\":{\"463\":{},\"464\":{}}}],[\"transfertime\",{\"_index\":248,\"name\":{\"366\":{}},\"parent\":{}}],[\"twitterusername\",{\"_index\":351,\"name\":{\"608\":{}},\"parent\":{}}],[\"type\",{\"_index\":161,\"name\":{\"217\":{},\"220\":{},\"670\":{},\"675\":{},\"687\":{},\"712\":{},\"728\":{},\"738\":{},\"748\":{},\"758\":{},\"821\":{},\"824\":{},\"827\":{}},\"parent\":{}}],[\"uniqueid\",{\"_index\":202,\"name\":{\"287\":{},\"301\":{}},\"parent\":{}}],[\"unknown\",{\"_index\":197,\"name\":{\"279\":{},\"540\":{}},\"parent\":{}}],[\"updatewebhook\",{\"_index\":108,\"name\":{\"149\":{}},\"parent\":{}}],[\"url\",{\"_index\":30,\"name\":{\"42\":{},\"194\":{},\"713\":{},\"731\":{},\"741\":{},\"751\":{},\"761\":{}},\"parent\":{}}],[\"utils\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{}}],[\"v1\",{\"_index\":425,\"name\":{\"720\":{}},\"parent\":{}}],[\"v2\",{\"_index\":426,\"name\":{\"721\":{}},\"parent\":{}}],[\"value\",{\"_index\":206,\"name\":{\"292\":{},\"306\":{},\"545\":{},\"572\":{},\"574\":{},\"668\":{},\"673\":{},\"692\":{},\"808\":{},\"830\":{}},\"parent\":{}}],[\"verified\",{\"_index\":355,\"name\":{\"612\":{}},\"parent\":{}}],[\"verifyconfig\",{\"_index\":111,\"name\":{\"152\":{}},\"parent\":{}}],[\"verifynftownership\",{\"_index\":69,\"name\":{\"91\":{}},\"parent\":{}}],[\"version\",{\"_index\":422,\"name\":{\"717\":{},\"735\":{},\"745\":{},\"755\":{},\"765\":{}},\"parent\":{}}],[\"waitfortransaction\",{\"_index\":90,\"name\":{\"125\":{},\"144\":{}},\"parent\":{}}],[\"wallet\",{\"_index\":10,\"name\":{\"10\":{}},\"parent\":{\"11\":{},\"12\":{},\"13\":{},\"14\":{},\"15\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{},\"22\":{},\"23\":{},\"24\":{}}}],[\"webhook\",{\"_index\":417,\"name\":{\"709\":{}},\"parent\":{\"710\":{},\"711\":{},\"712\":{},\"713\":{},\"714\":{},\"715\":{},\"716\":{},\"717\":{},\"718\":{}}}],[\"webhookaddressoverride\",{\"_index\":453,\"name\":{\"800\":{}},\"parent\":{\"801\":{}}}],[\"webhookaddressupdate\",{\"_index\":450,\"name\":{\"797\":{}},\"parent\":{\"798\":{},\"799\":{}}}],[\"webhooknftfilterupdate\",{\"_index\":447,\"name\":{\"794\":{}},\"parent\":{\"795\":{},\"796\":{}}}],[\"webhooks\",{\"_index\":437,\"name\":{\"768\":{}},\"parent\":{}}],[\"webhookstatusupdate\",{\"_index\":446,\"name\":{\"792\":{}},\"parent\":{\"793\":{}}}],[\"webhooktype\",{\"_index\":427,\"name\":{\"722\":{}},\"parent\":{\"723\":{},\"724\":{},\"725\":{},\"726\":{}}}],[\"webhookversion\",{\"_index\":424,\"name\":{\"719\":{}},\"parent\":{\"720\":{},\"721\":{}}}],[\"websocketnamespace\",{\"_index\":79,\"name\":{\"101\":{}},\"parent\":{\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"107\":{}}}],[\"withmetadata\",{\"_index\":185,\"name\":{\"253\":{},\"255\":{}},\"parent\":{}}],[\"withtokenbalances\",{\"_index\":341,\"name\":{\"588\":{},\"592\":{}},\"parent\":{}}],[\"ws\",{\"_index\":5,\"name\":{\"5\":{}},\"parent\":{}}],[\"x2y2\",{\"_index\":314,\"name\":{\"539\":{}},\"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\":\"sendTransaction\",\"url\":\"classes/Wallet.html#sendTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":18,\"kind\":2048,\"name\":\"getChainId\",\"url\":\"classes/Wallet.html#getChainId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":19,\"kind\":2048,\"name\":\"getGasPrice\",\"url\":\"classes/Wallet.html#getGasPrice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":20,\"kind\":2048,\"name\":\"getFeeData\",\"url\":\"classes/Wallet.html#getFeeData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":21,\"kind\":2048,\"name\":\"resolveName\",\"url\":\"classes/Wallet.html#resolveName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"Wallet\"},{\"id\":22,\"kind\":2048,\"name\":\"getWallet\",\"url\":\"classes/Wallet.html#getWallet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Wallet\"},{\"id\":23,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Wallet.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Wallet\"},{\"id\":24,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Wallet.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Wallet\"},{\"id\":25,\"kind\":128,\"name\":\"Contract\",\"url\":\"classes/Contract.html\",\"classes\":\"tsd-kind-class\"},{\"id\":26,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Contract.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Contract\"},{\"id\":27,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":28,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":29,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":30,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":31,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":32,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":33,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/Contract.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"Contract\"},{\"id\":34,\"kind\":128,\"name\":\"ContractFactory\",\"url\":\"classes/ContractFactory.html\",\"classes\":\"tsd-kind-class\"},{\"id\":35,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ContractFactory.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ContractFactory\"},{\"id\":36,\"kind\":128,\"name\":\"AlchemyConfig\",\"url\":\"classes/AlchemyConfig.html\",\"classes\":\"tsd-kind-class\"},{\"id\":37,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AlchemyConfig.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":38,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"classes/AlchemyConfig.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":39,\"kind\":1024,\"name\":\"network\",\"url\":\"classes/AlchemyConfig.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":40,\"kind\":1024,\"name\":\"maxRetries\",\"url\":\"classes/AlchemyConfig.html#maxRetries\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":41,\"kind\":1024,\"name\":\"batchRequests\",\"url\":\"classes/AlchemyConfig.html#batchRequests\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":42,\"kind\":1024,\"name\":\"url\",\"url\":\"classes/AlchemyConfig.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":43,\"kind\":1024,\"name\":\"authToken\",\"url\":\"classes/AlchemyConfig.html#authToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":44,\"kind\":1024,\"name\":\"requestTimeout\",\"url\":\"classes/AlchemyConfig.html#requestTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":45,\"kind\":2048,\"name\":\"getProvider\",\"url\":\"classes/AlchemyConfig.html#getProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":46,\"kind\":2048,\"name\":\"getWebSocketProvider\",\"url\":\"classes/AlchemyConfig.html#getWebSocketProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyConfig\"},{\"id\":47,\"kind\":128,\"name\":\"AlchemyProvider\",\"url\":\"classes/AlchemyProvider.html\",\"classes\":\"tsd-kind-class\"},{\"id\":48,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"classes/AlchemyProvider.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":49,\"kind\":1024,\"name\":\"maxRetries\",\"url\":\"classes/AlchemyProvider.html#maxRetries\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":50,\"kind\":1024,\"name\":\"batchRequests\",\"url\":\"classes/AlchemyProvider.html#batchRequests\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":51,\"kind\":2048,\"name\":\"detectNetwork\",\"url\":\"classes/AlchemyProvider.html#detectNetwork\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyProvider\"},{\"id\":52,\"kind\":2048,\"name\":\"_startPending\",\"url\":\"classes/AlchemyProvider.html#_startPending\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyProvider\"},{\"id\":53,\"kind\":2048,\"name\":\"isCommunityResource\",\"url\":\"classes/AlchemyProvider.html#isCommunityResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":54,\"kind\":2048,\"name\":\"send\",\"url\":\"classes/AlchemyProvider.html#send\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyProvider\"},{\"id\":55,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyProvider.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyProvider\"},{\"id\":56,\"kind\":128,\"name\":\"AlchemyWebSocketProvider\",\"url\":\"classes/AlchemyWebSocketProvider.html\",\"classes\":\"tsd-kind-class\"},{\"id\":57,\"kind\":1024,\"name\":\"_events\",\"url\":\"classes/AlchemyWebSocketProvider.html#_events\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":58,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"classes/AlchemyWebSocketProvider.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":59,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/AlchemyWebSocketProvider.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":60,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/AlchemyWebSocketProvider.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":61,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/AlchemyWebSocketProvider.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":62,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":63,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/AlchemyWebSocketProvider.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":64,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":65,\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/AlchemyWebSocketProvider.html#destroy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":66,\"kind\":2048,\"name\":\"isCommunityResource\",\"url\":\"classes/AlchemyWebSocketProvider.html#isCommunityResource\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":67,\"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\":68,\"kind\":2048,\"name\":\"_off\",\"url\":\"classes/AlchemyWebSocketProvider.html#_off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":69,\"kind\":2048,\"name\":\"_removeAllListeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#_removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":70,\"kind\":2048,\"name\":\"_listenerCount\",\"url\":\"classes/AlchemyWebSocketProvider.html#_listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":71,\"kind\":2048,\"name\":\"_listeners\",\"url\":\"classes/AlchemyWebSocketProvider.html#_listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":72,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":73,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":74,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":75,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AlchemyWebSocketProvider.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"AlchemyWebSocketProvider\"},{\"id\":76,\"kind\":128,\"name\":\"NftNamespace\",\"url\":\"classes/NftNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":77,\"kind\":2048,\"name\":\"getNftMetadata\",\"url\":\"classes/NftNamespace.html#getNftMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":78,\"kind\":2048,\"name\":\"getNftMetadataBatch\",\"url\":\"classes/NftNamespace.html#getNftMetadataBatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":79,\"kind\":2048,\"name\":\"getContractMetadata\",\"url\":\"classes/NftNamespace.html#getContractMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":80,\"kind\":2048,\"name\":\"getNftsForOwnerIterator\",\"url\":\"classes/NftNamespace.html#getNftsForOwnerIterator\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":81,\"kind\":2048,\"name\":\"getNftsForOwner\",\"url\":\"classes/NftNamespace.html#getNftsForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":82,\"kind\":2048,\"name\":\"getNftsForContract\",\"url\":\"classes/NftNamespace.html#getNftsForContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":83,\"kind\":2048,\"name\":\"getNftsForContractIterator\",\"url\":\"classes/NftNamespace.html#getNftsForContractIterator\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":84,\"kind\":2048,\"name\":\"getOwnersForContract\",\"url\":\"classes/NftNamespace.html#getOwnersForContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":85,\"kind\":2048,\"name\":\"getOwnersForNft\",\"url\":\"classes/NftNamespace.html#getOwnersForNft\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":86,\"kind\":2048,\"name\":\"getContractsForOwner\",\"url\":\"classes/NftNamespace.html#getContractsForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":87,\"kind\":2048,\"name\":\"getTransfersForOwner\",\"url\":\"classes/NftNamespace.html#getTransfersForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":88,\"kind\":2048,\"name\":\"getTransfersForContract\",\"url\":\"classes/NftNamespace.html#getTransfersForContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":89,\"kind\":2048,\"name\":\"getMintedNfts\",\"url\":\"classes/NftNamespace.html#getMintedNfts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":90,\"kind\":2048,\"name\":\"checkNftOwnership\",\"url\":\"classes/NftNamespace.html#checkNftOwnership\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":91,\"kind\":2048,\"name\":\"verifyNftOwnership\",\"url\":\"classes/NftNamespace.html#verifyNftOwnership\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":92,\"kind\":2048,\"name\":\"isSpamContract\",\"url\":\"classes/NftNamespace.html#isSpamContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":93,\"kind\":2048,\"name\":\"getSpamContracts\",\"url\":\"classes/NftNamespace.html#getSpamContracts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":94,\"kind\":2048,\"name\":\"getFloorPrice\",\"url\":\"classes/NftNamespace.html#getFloorPrice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":95,\"kind\":2048,\"name\":\"getNftSales\",\"url\":\"classes/NftNamespace.html#getNftSales\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":96,\"kind\":2048,\"name\":\"computeRarity\",\"url\":\"classes/NftNamespace.html#computeRarity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":97,\"kind\":2048,\"name\":\"searchContractMetadata\",\"url\":\"classes/NftNamespace.html#searchContractMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":98,\"kind\":2048,\"name\":\"summarizeNftAttributes\",\"url\":\"classes/NftNamespace.html#summarizeNftAttributes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":99,\"kind\":2048,\"name\":\"refreshNftMetadata\",\"url\":\"classes/NftNamespace.html#refreshNftMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":100,\"kind\":2048,\"name\":\"refreshContract\",\"url\":\"classes/NftNamespace.html#refreshContract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NftNamespace\"},{\"id\":101,\"kind\":128,\"name\":\"WebSocketNamespace\",\"url\":\"classes/WebSocketNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":102,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/WebSocketNamespace.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":103,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/WebSocketNamespace.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":104,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/WebSocketNamespace.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":105,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/WebSocketNamespace.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":106,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/WebSocketNamespace.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":107,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/WebSocketNamespace.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WebSocketNamespace\"},{\"id\":108,\"kind\":128,\"name\":\"CoreNamespace\",\"url\":\"classes/CoreNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":109,\"kind\":2048,\"name\":\"getBalance\",\"url\":\"classes/CoreNamespace.html#getBalance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":110,\"kind\":2048,\"name\":\"getCode\",\"url\":\"classes/CoreNamespace.html#getCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":111,\"kind\":2048,\"name\":\"getStorageAt\",\"url\":\"classes/CoreNamespace.html#getStorageAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":112,\"kind\":2048,\"name\":\"getTransactionCount\",\"url\":\"classes/CoreNamespace.html#getTransactionCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":113,\"kind\":2048,\"name\":\"getBlock\",\"url\":\"classes/CoreNamespace.html#getBlock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":114,\"kind\":2048,\"name\":\"getBlockWithTransactions\",\"url\":\"classes/CoreNamespace.html#getBlockWithTransactions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":115,\"kind\":2048,\"name\":\"getNetwork\",\"url\":\"classes/CoreNamespace.html#getNetwork\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":116,\"kind\":2048,\"name\":\"getBlockNumber\",\"url\":\"classes/CoreNamespace.html#getBlockNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":117,\"kind\":2048,\"name\":\"getGasPrice\",\"url\":\"classes/CoreNamespace.html#getGasPrice\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":118,\"kind\":2048,\"name\":\"getFeeData\",\"url\":\"classes/CoreNamespace.html#getFeeData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":119,\"kind\":2048,\"name\":\"ready\",\"url\":\"classes/CoreNamespace.html#ready\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":120,\"kind\":2048,\"name\":\"call\",\"url\":\"classes/CoreNamespace.html#call\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":121,\"kind\":2048,\"name\":\"estimateGas\",\"url\":\"classes/CoreNamespace.html#estimateGas\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":122,\"kind\":2048,\"name\":\"getTransaction\",\"url\":\"classes/CoreNamespace.html#getTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":123,\"kind\":2048,\"name\":\"getTransactionReceipt\",\"url\":\"classes/CoreNamespace.html#getTransactionReceipt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":124,\"kind\":2048,\"name\":\"sendTransaction\",\"url\":\"classes/CoreNamespace.html#sendTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":125,\"kind\":2048,\"name\":\"waitForTransaction\",\"url\":\"classes/CoreNamespace.html#waitForTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":126,\"kind\":2048,\"name\":\"getLogs\",\"url\":\"classes/CoreNamespace.html#getLogs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":127,\"kind\":2048,\"name\":\"send\",\"url\":\"classes/CoreNamespace.html#send\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":128,\"kind\":2048,\"name\":\"findContractDeployer\",\"url\":\"classes/CoreNamespace.html#findContractDeployer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":129,\"kind\":2048,\"name\":\"getTokenBalances\",\"url\":\"classes/CoreNamespace.html#getTokenBalances\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":130,\"kind\":2048,\"name\":\"getTokensForOwner\",\"url\":\"classes/CoreNamespace.html#getTokensForOwner\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":131,\"kind\":2048,\"name\":\"getTokenMetadata\",\"url\":\"classes/CoreNamespace.html#getTokenMetadata\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":132,\"kind\":2048,\"name\":\"getAssetTransfers\",\"url\":\"classes/CoreNamespace.html#getAssetTransfers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":133,\"kind\":2048,\"name\":\"getTransactionReceipts\",\"url\":\"classes/CoreNamespace.html#getTransactionReceipts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":134,\"kind\":2048,\"name\":\"resolveName\",\"url\":\"classes/CoreNamespace.html#resolveName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":135,\"kind\":2048,\"name\":\"lookupAddress\",\"url\":\"classes/CoreNamespace.html#lookupAddress\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CoreNamespace\"},{\"id\":136,\"kind\":128,\"name\":\"TransactNamespace\",\"url\":\"classes/TransactNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":137,\"kind\":2048,\"name\":\"sendPrivateTransaction\",\"url\":\"classes/TransactNamespace.html#sendPrivateTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":138,\"kind\":2048,\"name\":\"cancelPrivateTransaction\",\"url\":\"classes/TransactNamespace.html#cancelPrivateTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":139,\"kind\":2048,\"name\":\"simulateAssetChanges\",\"url\":\"classes/TransactNamespace.html#simulateAssetChanges\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":140,\"kind\":2048,\"name\":\"simulateExecution\",\"url\":\"classes/TransactNamespace.html#simulateExecution\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":141,\"kind\":2048,\"name\":\"getTransaction\",\"url\":\"classes/TransactNamespace.html#getTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":142,\"kind\":2048,\"name\":\"sendTransaction\",\"url\":\"classes/TransactNamespace.html#sendTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":143,\"kind\":2048,\"name\":\"estimateGas\",\"url\":\"classes/TransactNamespace.html#estimateGas\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":144,\"kind\":2048,\"name\":\"getMaxPriorityFeePerGas\",\"url\":\"classes/TransactNamespace.html#getMaxPriorityFeePerGas\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":145,\"kind\":2048,\"name\":\"waitForTransaction\",\"url\":\"classes/TransactNamespace.html#waitForTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"TransactNamespace\"},{\"id\":146,\"kind\":128,\"name\":\"NotifyNamespace\",\"url\":\"classes/NotifyNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":147,\"kind\":2048,\"name\":\"getAllWebhooks\",\"url\":\"classes/NotifyNamespace.html#getAllWebhooks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":148,\"kind\":2048,\"name\":\"getAddresses\",\"url\":\"classes/NotifyNamespace.html#getAddresses\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":149,\"kind\":2048,\"name\":\"getNftFilters\",\"url\":\"classes/NotifyNamespace.html#getNftFilters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":150,\"kind\":2048,\"name\":\"updateWebhook\",\"url\":\"classes/NotifyNamespace.html#updateWebhook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":151,\"kind\":2048,\"name\":\"createWebhook\",\"url\":\"classes/NotifyNamespace.html#createWebhook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":152,\"kind\":2048,\"name\":\"deleteWebhook\",\"url\":\"classes/NotifyNamespace.html#deleteWebhook\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"NotifyNamespace\"},{\"id\":153,\"kind\":2048,\"name\":\"verifyConfig\",\"url\":\"classes/NotifyNamespace.html#verifyConfig\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"NotifyNamespace\"},{\"id\":154,\"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\":155,\"kind\":128,\"name\":\"DebugNamespace\",\"url\":\"classes/DebugNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":156,\"kind\":2048,\"name\":\"traceCall\",\"url\":\"classes/DebugNamespace.html#traceCall\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugNamespace\"},{\"id\":157,\"kind\":2048,\"name\":\"traceTransaction\",\"url\":\"classes/DebugNamespace.html#traceTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugNamespace\"},{\"id\":158,\"kind\":2048,\"name\":\"traceBlock\",\"url\":\"classes/DebugNamespace.html#traceBlock\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"DebugNamespace\"},{\"id\":159,\"kind\":256,\"name\":\"BaseNftContract\",\"url\":\"interfaces/BaseNftContract.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":160,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/BaseNftContract.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNftContract\"},{\"id\":161,\"kind\":256,\"name\":\"NftContract\",\"url\":\"interfaces/NftContract.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":162,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/NftContract.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":163,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/NftContract.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":164,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/NftContract.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":165,\"kind\":1024,\"name\":\"totalSupply\",\"url\":\"interfaces/NftContract.html#totalSupply\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":166,\"kind\":1024,\"name\":\"openSea\",\"url\":\"interfaces/NftContract.html#openSea\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":167,\"kind\":1024,\"name\":\"contractDeployer\",\"url\":\"interfaces/NftContract.html#contractDeployer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":168,\"kind\":1024,\"name\":\"deployedBlockNumber\",\"url\":\"interfaces/NftContract.html#deployedBlockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContract\"},{\"id\":169,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/NftContract.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftContract\"},{\"id\":170,\"kind\":256,\"name\":\"Nft\",\"url\":\"interfaces/Nft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":171,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/Nft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"Nft\"},{\"id\":172,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/Nft.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":173,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/Nft.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":174,\"kind\":1024,\"name\":\"timeLastUpdated\",\"url\":\"interfaces/Nft.html#timeLastUpdated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":175,\"kind\":1024,\"name\":\"metadataError\",\"url\":\"interfaces/Nft.html#metadataError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":176,\"kind\":1024,\"name\":\"rawMetadata\",\"url\":\"interfaces/Nft.html#rawMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":177,\"kind\":1024,\"name\":\"tokenUri\",\"url\":\"interfaces/Nft.html#tokenUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":178,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/Nft.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":179,\"kind\":1024,\"name\":\"spamInfo\",\"url\":\"interfaces/Nft.html#spamInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Nft\"},{\"id\":180,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/Nft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Nft\"},{\"id\":181,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/Nft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Nft\"},{\"id\":182,\"kind\":256,\"name\":\"BaseNft\",\"url\":\"interfaces/BaseNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":183,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/BaseNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNft\"},{\"id\":184,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/BaseNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNft\"},{\"id\":185,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/BaseNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseNft\"},{\"id\":186,\"kind\":64,\"name\":\"fromHex\",\"url\":\"modules.html#fromHex\",\"classes\":\"tsd-kind-function\"},{\"id\":187,\"kind\":64,\"name\":\"toHex\",\"url\":\"modules.html#toHex\",\"classes\":\"tsd-kind-function\"},{\"id\":188,\"kind\":64,\"name\":\"isHex\",\"url\":\"modules.html#isHex\",\"classes\":\"tsd-kind-function\"},{\"id\":189,\"kind\":64,\"name\":\"setLogLevel\",\"url\":\"modules.html#setLogLevel\",\"classes\":\"tsd-kind-function\"},{\"id\":190,\"kind\":4194304,\"name\":\"LogLevel\",\"url\":\"modules.html#LogLevel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":191,\"kind\":256,\"name\":\"AlchemySettings\",\"url\":\"interfaces/AlchemySettings.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":192,\"kind\":1024,\"name\":\"apiKey\",\"url\":\"interfaces/AlchemySettings.html#apiKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":193,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/AlchemySettings.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":194,\"kind\":1024,\"name\":\"maxRetries\",\"url\":\"interfaces/AlchemySettings.html#maxRetries\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":195,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/AlchemySettings.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":196,\"kind\":1024,\"name\":\"authToken\",\"url\":\"interfaces/AlchemySettings.html#authToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":197,\"kind\":1024,\"name\":\"requestTimeout\",\"url\":\"interfaces/AlchemySettings.html#requestTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":198,\"kind\":1024,\"name\":\"batchRequests\",\"url\":\"interfaces/AlchemySettings.html#batchRequests\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemySettings\"},{\"id\":199,\"kind\":8,\"name\":\"Network\",\"url\":\"enums/Network.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":200,\"kind\":16,\"name\":\"ETH_MAINNET\",\"url\":\"enums/Network.html#ETH_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":201,\"kind\":16,\"name\":\"ETH_ROPSTEN\",\"url\":\"enums/Network.html#ETH_ROPSTEN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":202,\"kind\":16,\"name\":\"ETH_GOERLI\",\"url\":\"enums/Network.html#ETH_GOERLI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":203,\"kind\":16,\"name\":\"ETH_KOVAN\",\"url\":\"enums/Network.html#ETH_KOVAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":204,\"kind\":16,\"name\":\"ETH_RINKEBY\",\"url\":\"enums/Network.html#ETH_RINKEBY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":205,\"kind\":16,\"name\":\"OPT_MAINNET\",\"url\":\"enums/Network.html#OPT_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":206,\"kind\":16,\"name\":\"OPT_KOVAN\",\"url\":\"enums/Network.html#OPT_KOVAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":207,\"kind\":16,\"name\":\"OPT_GOERLI\",\"url\":\"enums/Network.html#OPT_GOERLI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":208,\"kind\":16,\"name\":\"ARB_MAINNET\",\"url\":\"enums/Network.html#ARB_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":209,\"kind\":16,\"name\":\"ARB_RINKEBY\",\"url\":\"enums/Network.html#ARB_RINKEBY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":210,\"kind\":16,\"name\":\"ARB_GOERLI\",\"url\":\"enums/Network.html#ARB_GOERLI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":211,\"kind\":16,\"name\":\"MATIC_MAINNET\",\"url\":\"enums/Network.html#MATIC_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":212,\"kind\":16,\"name\":\"MATIC_MUMBAI\",\"url\":\"enums/Network.html#MATIC_MUMBAI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":213,\"kind\":16,\"name\":\"ASTAR_MAINNET\",\"url\":\"enums/Network.html#ASTAR_MAINNET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Network\"},{\"id\":214,\"kind\":8,\"name\":\"TokenBalanceType\",\"url\":\"enums/TokenBalanceType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":215,\"kind\":16,\"name\":\"DEFAULT_TOKENS\",\"url\":\"enums/TokenBalanceType.html#DEFAULT_TOKENS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TokenBalanceType\"},{\"id\":216,\"kind\":16,\"name\":\"ERC20\",\"url\":\"enums/TokenBalanceType.html#ERC20\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"TokenBalanceType\"},{\"id\":217,\"kind\":256,\"name\":\"TokenBalancesOptionsErc20\",\"url\":\"interfaces/TokenBalancesOptionsErc20.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":218,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/TokenBalancesOptionsErc20.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesOptionsErc20\"},{\"id\":219,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/TokenBalancesOptionsErc20.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesOptionsErc20\"},{\"id\":220,\"kind\":256,\"name\":\"TokenBalancesOptionsDefaultTokens\",\"url\":\"interfaces/TokenBalancesOptionsDefaultTokens.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":221,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/TokenBalancesOptionsDefaultTokens.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesOptionsDefaultTokens\"},{\"id\":222,\"kind\":256,\"name\":\"TokenBalancesResponseErc20\",\"url\":\"interfaces/TokenBalancesResponseErc20.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":223,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/TokenBalancesResponseErc20.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesResponseErc20\"},{\"id\":224,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/TokenBalancesResponseErc20.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TokenBalancesResponseErc20\"},{\"id\":225,\"kind\":1024,\"name\":\"tokenBalances\",\"url\":\"interfaces/TokenBalancesResponseErc20.html#tokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TokenBalancesResponseErc20\"},{\"id\":226,\"kind\":256,\"name\":\"TokenBalancesResponse\",\"url\":\"interfaces/TokenBalancesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":227,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/TokenBalancesResponse.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesResponse\"},{\"id\":228,\"kind\":1024,\"name\":\"tokenBalances\",\"url\":\"interfaces/TokenBalancesResponse.html#tokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalancesResponse\"},{\"id\":229,\"kind\":4194304,\"name\":\"TokenBalance\",\"url\":\"modules.html#TokenBalance\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":230,\"kind\":256,\"name\":\"TokenBalanceSuccess\",\"url\":\"interfaces/TokenBalanceSuccess.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":231,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/TokenBalanceSuccess.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceSuccess\"},{\"id\":232,\"kind\":1024,\"name\":\"tokenBalance\",\"url\":\"interfaces/TokenBalanceSuccess.html#tokenBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceSuccess\"},{\"id\":233,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/TokenBalanceSuccess.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceSuccess\"},{\"id\":234,\"kind\":256,\"name\":\"TokenBalanceFailure\",\"url\":\"interfaces/TokenBalanceFailure.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":235,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/TokenBalanceFailure.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceFailure\"},{\"id\":236,\"kind\":1024,\"name\":\"tokenBalance\",\"url\":\"interfaces/TokenBalanceFailure.html#tokenBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceFailure\"},{\"id\":237,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/TokenBalanceFailure.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenBalanceFailure\"},{\"id\":238,\"kind\":256,\"name\":\"GetTokensForOwnerOptions\",\"url\":\"interfaces/GetTokensForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":239,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetTokensForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTokensForOwnerOptions\"},{\"id\":240,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetTokensForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTokensForOwnerOptions\"},{\"id\":241,\"kind\":256,\"name\":\"GetTokensForOwnerResponse\",\"url\":\"interfaces/GetTokensForOwnerResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":242,\"kind\":1024,\"name\":\"tokens\",\"url\":\"interfaces/GetTokensForOwnerResponse.html#tokens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTokensForOwnerResponse\"},{\"id\":243,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetTokensForOwnerResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTokensForOwnerResponse\"},{\"id\":244,\"kind\":256,\"name\":\"OwnedToken\",\"url\":\"interfaces/OwnedToken.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":245,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/OwnedToken.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":246,\"kind\":1024,\"name\":\"rawBalance\",\"url\":\"interfaces/OwnedToken.html#rawBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":247,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/OwnedToken.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":248,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/OwnedToken.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":249,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/OwnedToken.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":250,\"kind\":1024,\"name\":\"decimals\",\"url\":\"interfaces/OwnedToken.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":251,\"kind\":1024,\"name\":\"logo\",\"url\":\"interfaces/OwnedToken.html#logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":252,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/OwnedToken.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedToken\"},{\"id\":253,\"kind\":256,\"name\":\"TokenMetadataResponse\",\"url\":\"interfaces/TokenMetadataResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":254,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/TokenMetadataResponse.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":255,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/TokenMetadataResponse.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":256,\"kind\":1024,\"name\":\"decimals\",\"url\":\"interfaces/TokenMetadataResponse.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":257,\"kind\":1024,\"name\":\"logo\",\"url\":\"interfaces/TokenMetadataResponse.html#logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenMetadataResponse\"},{\"id\":258,\"kind\":256,\"name\":\"AssetTransfersParams\",\"url\":\"interfaces/AssetTransfersParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":259,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/AssetTransfersParams.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":260,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/AssetTransfersParams.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":261,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/AssetTransfersParams.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":262,\"kind\":1024,\"name\":\"fromAddress\",\"url\":\"interfaces/AssetTransfersParams.html#fromAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":263,\"kind\":1024,\"name\":\"toAddress\",\"url\":\"interfaces/AssetTransfersParams.html#toAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":264,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/AssetTransfersParams.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":265,\"kind\":1024,\"name\":\"excludeZeroValue\",\"url\":\"interfaces/AssetTransfersParams.html#excludeZeroValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":266,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersParams.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":267,\"kind\":1024,\"name\":\"maxCount\",\"url\":\"interfaces/AssetTransfersParams.html#maxCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":268,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersParams.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":269,\"kind\":1024,\"name\":\"withMetadata\",\"url\":\"interfaces/AssetTransfersParams.html#withMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersParams\"},{\"id\":270,\"kind\":256,\"name\":\"AssetTransfersWithMetadataParams\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":271,\"kind\":1024,\"name\":\"withMetadata\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#withMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":272,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":273,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":274,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":275,\"kind\":1024,\"name\":\"fromAddress\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#fromAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":276,\"kind\":1024,\"name\":\"toAddress\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#toAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":277,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":278,\"kind\":1024,\"name\":\"excludeZeroValue\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#excludeZeroValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":279,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":280,\"kind\":1024,\"name\":\"maxCount\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#maxCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":281,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersWithMetadataParams.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataParams\"},{\"id\":282,\"kind\":8,\"name\":\"AssetTransfersCategory\",\"url\":\"enums/AssetTransfersCategory.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":283,\"kind\":16,\"name\":\"EXTERNAL\",\"url\":\"enums/AssetTransfersCategory.html#EXTERNAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":284,\"kind\":16,\"name\":\"INTERNAL\",\"url\":\"enums/AssetTransfersCategory.html#INTERNAL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":285,\"kind\":16,\"name\":\"ERC20\",\"url\":\"enums/AssetTransfersCategory.html#ERC20\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":286,\"kind\":16,\"name\":\"ERC721\",\"url\":\"enums/AssetTransfersCategory.html#ERC721\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":287,\"kind\":16,\"name\":\"ERC1155\",\"url\":\"enums/AssetTransfersCategory.html#ERC1155\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":288,\"kind\":16,\"name\":\"SPECIALNFT\",\"url\":\"enums/AssetTransfersCategory.html#SPECIALNFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersCategory\"},{\"id\":289,\"kind\":8,\"name\":\"AssetTransfersOrder\",\"url\":\"enums/AssetTransfersOrder.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":290,\"kind\":16,\"name\":\"ASCENDING\",\"url\":\"enums/AssetTransfersOrder.html#ASCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersOrder\"},{\"id\":291,\"kind\":16,\"name\":\"DESCENDING\",\"url\":\"enums/AssetTransfersOrder.html#DESCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AssetTransfersOrder\"},{\"id\":292,\"kind\":8,\"name\":\"NftTokenType\",\"url\":\"enums/NftTokenType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":293,\"kind\":16,\"name\":\"ERC721\",\"url\":\"enums/NftTokenType.html#ERC721\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":294,\"kind\":16,\"name\":\"ERC1155\",\"url\":\"enums/NftTokenType.html#ERC1155\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":295,\"kind\":16,\"name\":\"UNKNOWN\",\"url\":\"enums/NftTokenType.html#UNKNOWN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftTokenType\"},{\"id\":296,\"kind\":256,\"name\":\"AssetTransfersResponse\",\"url\":\"interfaces/AssetTransfersResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":297,\"kind\":1024,\"name\":\"transfers\",\"url\":\"interfaces/AssetTransfersResponse.html#transfers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResponse\"},{\"id\":298,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResponse\"},{\"id\":299,\"kind\":256,\"name\":\"AssetTransfersWithMetadataResponse\",\"url\":\"interfaces/AssetTransfersWithMetadataResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":300,\"kind\":1024,\"name\":\"transfers\",\"url\":\"interfaces/AssetTransfersWithMetadataResponse.html#transfers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersWithMetadataResponse\"},{\"id\":301,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AssetTransfersWithMetadataResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersWithMetadataResponse\"},{\"id\":302,\"kind\":256,\"name\":\"AssetTransfersResult\",\"url\":\"interfaces/AssetTransfersResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":303,\"kind\":1024,\"name\":\"uniqueId\",\"url\":\"interfaces/AssetTransfersResult.html#uniqueId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":304,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersResult.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":305,\"kind\":1024,\"name\":\"blockNum\",\"url\":\"interfaces/AssetTransfersResult.html#blockNum\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":306,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/AssetTransfersResult.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":307,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/AssetTransfersResult.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":308,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/AssetTransfersResult.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":309,\"kind\":1024,\"name\":\"erc721TokenId\",\"url\":\"interfaces/AssetTransfersResult.html#erc721TokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":310,\"kind\":1024,\"name\":\"erc1155Metadata\",\"url\":\"interfaces/AssetTransfersResult.html#erc1155Metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":311,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/AssetTransfersResult.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":312,\"kind\":1024,\"name\":\"asset\",\"url\":\"interfaces/AssetTransfersResult.html#asset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":313,\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/AssetTransfersResult.html#hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":314,\"kind\":1024,\"name\":\"rawContract\",\"url\":\"interfaces/AssetTransfersResult.html#rawContract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersResult\"},{\"id\":315,\"kind\":256,\"name\":\"AssetTransfersWithMetadataResult\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":316,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":317,\"kind\":1024,\"name\":\"uniqueId\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#uniqueId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":318,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":319,\"kind\":1024,\"name\":\"blockNum\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#blockNum\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":320,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":321,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":322,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":323,\"kind\":1024,\"name\":\"erc721TokenId\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#erc721TokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":324,\"kind\":1024,\"name\":\"erc1155Metadata\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#erc1155Metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":325,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":326,\"kind\":1024,\"name\":\"asset\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#asset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":327,\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":328,\"kind\":1024,\"name\":\"rawContract\",\"url\":\"interfaces/AssetTransfersWithMetadataResult.html#rawContract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AssetTransfersWithMetadataResult\"},{\"id\":329,\"kind\":256,\"name\":\"AssetTransfersMetadata\",\"url\":\"interfaces/AssetTransfersMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":330,\"kind\":1024,\"name\":\"blockTimestamp\",\"url\":\"interfaces/AssetTransfersMetadata.html#blockTimestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AssetTransfersMetadata\"},{\"id\":331,\"kind\":256,\"name\":\"NftMetadata\",\"url\":\"interfaces/NftMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":332,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/NftMetadata.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":333,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/NftMetadata.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":334,\"kind\":1024,\"name\":\"image\",\"url\":\"interfaces/NftMetadata.html#image\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":335,\"kind\":1024,\"name\":\"external_url\",\"url\":\"interfaces/NftMetadata.html#external_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":336,\"kind\":1024,\"name\":\"background_color\",\"url\":\"interfaces/NftMetadata.html#background_color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":337,\"kind\":1024,\"name\":\"attributes\",\"url\":\"interfaces/NftMetadata.html#attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadata\"},{\"id\":338,\"kind\":256,\"name\":\"TokenUri\",\"url\":\"interfaces/TokenUri.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":339,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/TokenUri.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenUri\"},{\"id\":340,\"kind\":1024,\"name\":\"gateway\",\"url\":\"interfaces/TokenUri.html#gateway\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TokenUri\"},{\"id\":341,\"kind\":256,\"name\":\"Media\",\"url\":\"interfaces/Media.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":342,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/Media.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":343,\"kind\":1024,\"name\":\"gateway\",\"url\":\"interfaces/Media.html#gateway\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":344,\"kind\":1024,\"name\":\"thumbnail\",\"url\":\"interfaces/Media.html#thumbnail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":345,\"kind\":1024,\"name\":\"format\",\"url\":\"interfaces/Media.html#format\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":346,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/Media.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":347,\"kind\":1024,\"name\":\"bytes\",\"url\":\"interfaces/Media.html#bytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Media\"},{\"id\":348,\"kind\":8,\"name\":\"NftSpamClassification\",\"url\":\"enums/NftSpamClassification.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":349,\"kind\":16,\"name\":\"Erc721TooManyOwners\",\"url\":\"enums/NftSpamClassification.html#Erc721TooManyOwners\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":350,\"kind\":16,\"name\":\"Erc721TooManyTokens\",\"url\":\"enums/NftSpamClassification.html#Erc721TooManyTokens\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":351,\"kind\":16,\"name\":\"Erc721DishonestTotalSupply\",\"url\":\"enums/NftSpamClassification.html#Erc721DishonestTotalSupply\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":352,\"kind\":16,\"name\":\"MostlyHoneyPotOwners\",\"url\":\"enums/NftSpamClassification.html#MostlyHoneyPotOwners\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":353,\"kind\":16,\"name\":\"OwnedByMostHoneyPots\",\"url\":\"enums/NftSpamClassification.html#OwnedByMostHoneyPots\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSpamClassification\"},{\"id\":354,\"kind\":256,\"name\":\"SpamInfo\",\"url\":\"interfaces/SpamInfo.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":355,\"kind\":1024,\"name\":\"isSpam\",\"url\":\"interfaces/SpamInfo.html#isSpam\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SpamInfo\"},{\"id\":356,\"kind\":1024,\"name\":\"classifications\",\"url\":\"interfaces/SpamInfo.html#classifications\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SpamInfo\"},{\"id\":357,\"kind\":256,\"name\":\"GetNftsForOwnerOptions\",\"url\":\"interfaces/GetNftsForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":358,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":359,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":360,\"kind\":1024,\"name\":\"excludeFilters\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#excludeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":361,\"kind\":1024,\"name\":\"includeFilters\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#includeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":362,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":363,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":364,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":365,\"kind\":1024,\"name\":\"orderBy\",\"url\":\"interfaces/GetNftsForOwnerOptions.html#orderBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForOwnerOptions\"},{\"id\":366,\"kind\":256,\"name\":\"GetBaseNftsForOwnerOptions\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":367,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":368,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":369,\"kind\":1024,\"name\":\"excludeFilters\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#excludeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":370,\"kind\":1024,\"name\":\"includeFilters\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#includeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":371,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":372,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":373,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":374,\"kind\":1024,\"name\":\"orderBy\",\"url\":\"interfaces/GetBaseNftsForOwnerOptions.html#orderBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForOwnerOptions\"},{\"id\":375,\"kind\":8,\"name\":\"NftExcludeFilters\",\"url\":\"enums/NftExcludeFilters.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":376,\"kind\":16,\"name\":\"SPAM\",\"url\":\"enums/NftExcludeFilters.html#SPAM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftExcludeFilters\"},{\"id\":377,\"kind\":16,\"name\":\"AIRDROPS\",\"url\":\"enums/NftExcludeFilters.html#AIRDROPS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftExcludeFilters\"},{\"id\":378,\"kind\":8,\"name\":\"NftFilters\",\"url\":\"enums/NftFilters.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":379,\"kind\":16,\"name\":\"SPAM\",\"url\":\"enums/NftFilters.html#SPAM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftFilters\"},{\"id\":380,\"kind\":16,\"name\":\"AIRDROPS\",\"url\":\"enums/NftFilters.html#AIRDROPS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftFilters\"},{\"id\":381,\"kind\":8,\"name\":\"NftOrdering\",\"url\":\"enums/NftOrdering.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":382,\"kind\":16,\"name\":\"TRANSFERTIME\",\"url\":\"enums/NftOrdering.html#TRANSFERTIME\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftOrdering\"},{\"id\":383,\"kind\":256,\"name\":\"OwnedNftsResponse\",\"url\":\"interfaces/OwnedNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":384,\"kind\":1024,\"name\":\"ownedNfts\",\"url\":\"interfaces/OwnedNftsResponse.html#ownedNfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":385,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/OwnedNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":386,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/OwnedNftsResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":387,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/OwnedNftsResponse.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNftsResponse\"},{\"id\":388,\"kind\":256,\"name\":\"OwnedBaseNftsResponse\",\"url\":\"interfaces/OwnedBaseNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":389,\"kind\":1024,\"name\":\"ownedNfts\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#ownedNfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":390,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":391,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":392,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/OwnedBaseNftsResponse.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNftsResponse\"},{\"id\":393,\"kind\":256,\"name\":\"OwnedNft\",\"url\":\"interfaces/OwnedNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":394,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/OwnedNft.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedNft\"},{\"id\":395,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/OwnedNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":396,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/OwnedNft.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":397,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/OwnedNft.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":398,\"kind\":1024,\"name\":\"timeLastUpdated\",\"url\":\"interfaces/OwnedNft.html#timeLastUpdated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":399,\"kind\":1024,\"name\":\"metadataError\",\"url\":\"interfaces/OwnedNft.html#metadataError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":400,\"kind\":1024,\"name\":\"rawMetadata\",\"url\":\"interfaces/OwnedNft.html#rawMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":401,\"kind\":1024,\"name\":\"tokenUri\",\"url\":\"interfaces/OwnedNft.html#tokenUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":402,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/OwnedNft.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":403,\"kind\":1024,\"name\":\"spamInfo\",\"url\":\"interfaces/OwnedNft.html#spamInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":404,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/OwnedNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":405,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/OwnedNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedNft\"},{\"id\":406,\"kind\":256,\"name\":\"OwnedBaseNft\",\"url\":\"interfaces/OwnedBaseNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":407,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/OwnedBaseNft.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OwnedBaseNft\"},{\"id\":408,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/OwnedBaseNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedBaseNft\"},{\"id\":409,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/OwnedBaseNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedBaseNft\"},{\"id\":410,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/OwnedBaseNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OwnedBaseNft\"},{\"id\":411,\"kind\":256,\"name\":\"GetOwnersForNftResponse\",\"url\":\"interfaces/GetOwnersForNftResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":412,\"kind\":1024,\"name\":\"owners\",\"url\":\"interfaces/GetOwnersForNftResponse.html#owners\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForNftResponse\"},{\"id\":413,\"kind\":256,\"name\":\"GetOwnersForContractResponse\",\"url\":\"interfaces/GetOwnersForContractResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":414,\"kind\":1024,\"name\":\"owners\",\"url\":\"interfaces/GetOwnersForContractResponse.html#owners\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractResponse\"},{\"id\":415,\"kind\":256,\"name\":\"GetOwnersForContractWithTokenBalancesResponse\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":416,\"kind\":1024,\"name\":\"owners\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesResponse.html#owners\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesResponse\"},{\"id\":417,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesResponse\"},{\"id\":418,\"kind\":256,\"name\":\"NftContractOwner\",\"url\":\"interfaces/NftContractOwner.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":419,\"kind\":1024,\"name\":\"ownerAddress\",\"url\":\"interfaces/NftContractOwner.html#ownerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractOwner\"},{\"id\":420,\"kind\":1024,\"name\":\"tokenBalances\",\"url\":\"interfaces/NftContractOwner.html#tokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractOwner\"},{\"id\":421,\"kind\":256,\"name\":\"NftContractTokenBalance\",\"url\":\"interfaces/NftContractTokenBalance.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":422,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftContractTokenBalance.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractTokenBalance\"},{\"id\":423,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/NftContractTokenBalance.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractTokenBalance\"},{\"id\":424,\"kind\":256,\"name\":\"GetNftMetadataOptions\",\"url\":\"interfaces/GetNftMetadataOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":425,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/GetNftMetadataOptions.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftMetadataOptions\"},{\"id\":426,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetNftMetadataOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftMetadataOptions\"},{\"id\":427,\"kind\":1024,\"name\":\"refreshCache\",\"url\":\"interfaces/GetNftMetadataOptions.html#refreshCache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftMetadataOptions\"},{\"id\":428,\"kind\":256,\"name\":\"NftMetadataBatchToken\",\"url\":\"interfaces/NftMetadataBatchToken.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":429,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftMetadataBatchToken.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchToken\"},{\"id\":430,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftMetadataBatchToken.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchToken\"},{\"id\":431,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/NftMetadataBatchToken.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchToken\"},{\"id\":432,\"kind\":256,\"name\":\"NftMetadataBatchOptions\",\"url\":\"interfaces/NftMetadataBatchOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":433,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/NftMetadataBatchOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchOptions\"},{\"id\":434,\"kind\":1024,\"name\":\"refreshCache\",\"url\":\"interfaces/NftMetadataBatchOptions.html#refreshCache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftMetadataBatchOptions\"},{\"id\":435,\"kind\":256,\"name\":\"FloorPriceMarketplace\",\"url\":\"interfaces/FloorPriceMarketplace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":436,\"kind\":1024,\"name\":\"floorPrice\",\"url\":\"interfaces/FloorPriceMarketplace.html#floorPrice\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":437,\"kind\":1024,\"name\":\"priceCurrency\",\"url\":\"interfaces/FloorPriceMarketplace.html#priceCurrency\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":438,\"kind\":1024,\"name\":\"collectionUrl\",\"url\":\"interfaces/FloorPriceMarketplace.html#collectionUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":439,\"kind\":1024,\"name\":\"retrievedAt\",\"url\":\"interfaces/FloorPriceMarketplace.html#retrievedAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceMarketplace\"},{\"id\":440,\"kind\":256,\"name\":\"FloorPriceError\",\"url\":\"interfaces/FloorPriceError.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":441,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/FloorPriceError.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FloorPriceError\"},{\"id\":442,\"kind\":256,\"name\":\"GetFloorPriceResponse\",\"url\":\"interfaces/GetFloorPriceResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":443,\"kind\":1024,\"name\":\"openSea\",\"url\":\"interfaces/GetFloorPriceResponse.html#openSea\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetFloorPriceResponse\"},{\"id\":444,\"kind\":1024,\"name\":\"looksRare\",\"url\":\"interfaces/GetFloorPriceResponse.html#looksRare\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetFloorPriceResponse\"},{\"id\":445,\"kind\":256,\"name\":\"GetContractsForOwnerOptions\",\"url\":\"interfaces/GetContractsForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":446,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":447,\"kind\":1024,\"name\":\"includeFilters\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#includeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":448,\"kind\":1024,\"name\":\"excludeFilters\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#excludeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":449,\"kind\":1024,\"name\":\"orderBy\",\"url\":\"interfaces/GetContractsForOwnerOptions.html#orderBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerOptions\"},{\"id\":450,\"kind\":256,\"name\":\"GetContractsForOwnerResponse\",\"url\":\"interfaces/GetContractsForOwnerResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":451,\"kind\":1024,\"name\":\"contracts\",\"url\":\"interfaces/GetContractsForOwnerResponse.html#contracts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerResponse\"},{\"id\":452,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetContractsForOwnerResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerResponse\"},{\"id\":453,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/GetContractsForOwnerResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetContractsForOwnerResponse\"},{\"id\":454,\"kind\":256,\"name\":\"ContractForOwner\",\"url\":\"interfaces/ContractForOwner.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":455,\"kind\":1024,\"name\":\"totalBalance\",\"url\":\"interfaces/ContractForOwner.html#totalBalance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":456,\"kind\":1024,\"name\":\"numDistinctTokensOwned\",\"url\":\"interfaces/ContractForOwner.html#numDistinctTokensOwned\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":457,\"kind\":1024,\"name\":\"isSpam\",\"url\":\"interfaces/ContractForOwner.html#isSpam\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":458,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/ContractForOwner.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":459,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/ContractForOwner.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ContractForOwner\"},{\"id\":460,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/ContractForOwner.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":461,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ContractForOwner.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":462,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/ContractForOwner.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":463,\"kind\":1024,\"name\":\"totalSupply\",\"url\":\"interfaces/ContractForOwner.html#totalSupply\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":464,\"kind\":1024,\"name\":\"openSea\",\"url\":\"interfaces/ContractForOwner.html#openSea\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":465,\"kind\":1024,\"name\":\"contractDeployer\",\"url\":\"interfaces/ContractForOwner.html#contractDeployer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":466,\"kind\":1024,\"name\":\"deployedBlockNumber\",\"url\":\"interfaces/ContractForOwner.html#deployedBlockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":467,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/ContractForOwner.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ContractForOwner\"},{\"id\":468,\"kind\":8,\"name\":\"GetTransfersForOwnerTransferType\",\"url\":\"enums/GetTransfersForOwnerTransferType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":469,\"kind\":16,\"name\":\"TO\",\"url\":\"enums/GetTransfersForOwnerTransferType.html#TO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"GetTransfersForOwnerTransferType\"},{\"id\":470,\"kind\":16,\"name\":\"FROM\",\"url\":\"enums/GetTransfersForOwnerTransferType.html#FROM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"GetTransfersForOwnerTransferType\"},{\"id\":471,\"kind\":256,\"name\":\"GetTransfersForOwnerOptions\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":472,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForOwnerOptions\"},{\"id\":473,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForOwnerOptions\"},{\"id\":474,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetTransfersForOwnerOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForOwnerOptions\"},{\"id\":475,\"kind\":256,\"name\":\"GetTransfersForContractOptions\",\"url\":\"interfaces/GetTransfersForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":476,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/GetTransfersForContractOptions.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":477,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/GetTransfersForContractOptions.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":478,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/GetTransfersForContractOptions.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":479,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetTransfersForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetTransfersForContractOptions\"},{\"id\":480,\"kind\":256,\"name\":\"TransfersNftResponse\",\"url\":\"interfaces/TransfersNftResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":481,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/TransfersNftResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransfersNftResponse\"},{\"id\":482,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/TransfersNftResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransfersNftResponse\"},{\"id\":483,\"kind\":256,\"name\":\"TransferredNft\",\"url\":\"interfaces/TransferredNft.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":484,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/TransferredNft.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":485,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/TransferredNft.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":486,\"kind\":1024,\"name\":\"transactionHash\",\"url\":\"interfaces/TransferredNft.html#transactionHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":487,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/TransferredNft.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransferredNft\"},{\"id\":488,\"kind\":1024,\"name\":\"contract\",\"url\":\"interfaces/TransferredNft.html#contract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":489,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/TransferredNft.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":490,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/TransferredNft.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":491,\"kind\":1024,\"name\":\"timeLastUpdated\",\"url\":\"interfaces/TransferredNft.html#timeLastUpdated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":492,\"kind\":1024,\"name\":\"metadataError\",\"url\":\"interfaces/TransferredNft.html#metadataError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":493,\"kind\":1024,\"name\":\"rawMetadata\",\"url\":\"interfaces/TransferredNft.html#rawMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":494,\"kind\":1024,\"name\":\"tokenUri\",\"url\":\"interfaces/TransferredNft.html#tokenUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":495,\"kind\":1024,\"name\":\"media\",\"url\":\"interfaces/TransferredNft.html#media\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":496,\"kind\":1024,\"name\":\"spamInfo\",\"url\":\"interfaces/TransferredNft.html#spamInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":497,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/TransferredNft.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":498,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/TransferredNft.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransferredNft\"},{\"id\":499,\"kind\":256,\"name\":\"GetMintedNftsOptions\",\"url\":\"interfaces/GetMintedNftsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":500,\"kind\":1024,\"name\":\"contractAddresses\",\"url\":\"interfaces/GetMintedNftsOptions.html#contractAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsOptions\"},{\"id\":501,\"kind\":1024,\"name\":\"tokenType\",\"url\":\"interfaces/GetMintedNftsOptions.html#tokenType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsOptions\"},{\"id\":502,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetMintedNftsOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsOptions\"},{\"id\":503,\"kind\":256,\"name\":\"GetMintedNftsResponse\",\"url\":\"interfaces/GetMintedNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":504,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/GetMintedNftsResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsResponse\"},{\"id\":505,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetMintedNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetMintedNftsResponse\"},{\"id\":506,\"kind\":256,\"name\":\"GetNftSalesOptions\",\"url\":\"interfaces/GetNftSalesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":507,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/GetNftSalesOptions.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":508,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/GetNftSalesOptions.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":509,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/GetNftSalesOptions.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":510,\"kind\":1024,\"name\":\"marketplace\",\"url\":\"interfaces/GetNftSalesOptions.html#marketplace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":511,\"kind\":1024,\"name\":\"buyerAddress\",\"url\":\"interfaces/GetNftSalesOptions.html#buyerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":512,\"kind\":1024,\"name\":\"sellerAddress\",\"url\":\"interfaces/GetNftSalesOptions.html#sellerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":513,\"kind\":1024,\"name\":\"taker\",\"url\":\"interfaces/GetNftSalesOptions.html#taker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":514,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/GetNftSalesOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":515,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftSalesOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptions\"},{\"id\":516,\"kind\":256,\"name\":\"GetNftSalesOptionsByContractAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":517,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":518,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":519,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":520,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":521,\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":522,\"kind\":1024,\"name\":\"marketplace\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#marketplace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":523,\"kind\":1024,\"name\":\"buyerAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#buyerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":524,\"kind\":1024,\"name\":\"sellerAddress\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#sellerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":525,\"kind\":1024,\"name\":\"taker\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#taker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":526,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":527,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftSalesOptionsByContractAddress.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GetNftSalesOptionsByContractAddress\"},{\"id\":528,\"kind\":256,\"name\":\"GetNftSalesResponse\",\"url\":\"interfaces/GetNftSalesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":529,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftSalesResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesResponse\"},{\"id\":530,\"kind\":1024,\"name\":\"nftSales\",\"url\":\"interfaces/GetNftSalesResponse.html#nftSales\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftSalesResponse\"},{\"id\":531,\"kind\":256,\"name\":\"NftSale\",\"url\":\"interfaces/NftSale.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":532,\"kind\":1024,\"name\":\"marketplace\",\"url\":\"interfaces/NftSale.html#marketplace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":533,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftSale.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":534,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftSale.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":535,\"kind\":1024,\"name\":\"quantity\",\"url\":\"interfaces/NftSale.html#quantity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":536,\"kind\":1024,\"name\":\"buyerAddress\",\"url\":\"interfaces/NftSale.html#buyerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":537,\"kind\":1024,\"name\":\"sellerAddress\",\"url\":\"interfaces/NftSale.html#sellerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":538,\"kind\":1024,\"name\":\"taker\",\"url\":\"interfaces/NftSale.html#taker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":539,\"kind\":1024,\"name\":\"sellerFee\",\"url\":\"interfaces/NftSale.html#sellerFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":540,\"kind\":1024,\"name\":\"marketplaceFee\",\"url\":\"interfaces/NftSale.html#marketplaceFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":541,\"kind\":1024,\"name\":\"protocolFee\",\"url\":\"interfaces/NftSale.html#protocolFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":542,\"kind\":1024,\"name\":\"royaltyFee\",\"url\":\"interfaces/NftSale.html#royaltyFee\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":543,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/NftSale.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":544,\"kind\":1024,\"name\":\"logIndex\",\"url\":\"interfaces/NftSale.html#logIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":545,\"kind\":1024,\"name\":\"bundleIndex\",\"url\":\"interfaces/NftSale.html#bundleIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":546,\"kind\":1024,\"name\":\"transactionHash\",\"url\":\"interfaces/NftSale.html#transactionHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSale\"},{\"id\":547,\"kind\":256,\"name\":\"NftSaleFeeData\",\"url\":\"interfaces/NftSaleFeeData.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":548,\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/NftSaleFeeData.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleFeeData\"},{\"id\":549,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/NftSaleFeeData.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleFeeData\"},{\"id\":550,\"kind\":1024,\"name\":\"decimal\",\"url\":\"interfaces/NftSaleFeeData.html#decimal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftSaleFeeData\"},{\"id\":551,\"kind\":8,\"name\":\"SortingOrder\",\"url\":\"enums/SortingOrder.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":552,\"kind\":16,\"name\":\"ASCENDING\",\"url\":\"enums/SortingOrder.html#ASCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SortingOrder\"},{\"id\":553,\"kind\":16,\"name\":\"DESCENDING\",\"url\":\"enums/SortingOrder.html#DESCENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SortingOrder\"},{\"id\":554,\"kind\":8,\"name\":\"NftSaleMarketplace\",\"url\":\"enums/NftSaleMarketplace.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":555,\"kind\":16,\"name\":\"SEAPORT\",\"url\":\"enums/NftSaleMarketplace.html#SEAPORT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":556,\"kind\":16,\"name\":\"LOOKSRARE\",\"url\":\"enums/NftSaleMarketplace.html#LOOKSRARE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":557,\"kind\":16,\"name\":\"X2Y2\",\"url\":\"enums/NftSaleMarketplace.html#X2Y2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":558,\"kind\":16,\"name\":\"WYVERN\",\"url\":\"enums/NftSaleMarketplace.html#WYVERN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":559,\"kind\":16,\"name\":\"CRYPTOPUNKS\",\"url\":\"enums/NftSaleMarketplace.html#CRYPTOPUNKS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":560,\"kind\":16,\"name\":\"UNKNOWN\",\"url\":\"enums/NftSaleMarketplace.html#UNKNOWN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleMarketplace\"},{\"id\":561,\"kind\":8,\"name\":\"NftSaleTakerType\",\"url\":\"enums/NftSaleTakerType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":562,\"kind\":16,\"name\":\"BUYER\",\"url\":\"enums/NftSaleTakerType.html#BUYER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleTakerType\"},{\"id\":563,\"kind\":16,\"name\":\"SELLER\",\"url\":\"enums/NftSaleTakerType.html#SELLER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"NftSaleTakerType\"},{\"id\":564,\"kind\":256,\"name\":\"NftAttributeRarity\",\"url\":\"interfaces/NftAttributeRarity.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":565,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/NftAttributeRarity.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributeRarity\"},{\"id\":566,\"kind\":1024,\"name\":\"traitType\",\"url\":\"interfaces/NftAttributeRarity.html#traitType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributeRarity\"},{\"id\":567,\"kind\":1024,\"name\":\"prevalence\",\"url\":\"interfaces/NftAttributeRarity.html#prevalence\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributeRarity\"},{\"id\":568,\"kind\":256,\"name\":\"NftAttributesResponse\",\"url\":\"interfaces/NftAttributesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":569,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftAttributesResponse.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributesResponse\"},{\"id\":570,\"kind\":1024,\"name\":\"totalSupply\",\"url\":\"interfaces/NftAttributesResponse.html#totalSupply\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributesResponse\"},{\"id\":571,\"kind\":1024,\"name\":\"summary\",\"url\":\"interfaces/NftAttributesResponse.html#summary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftAttributesResponse\"},{\"id\":572,\"kind\":256,\"name\":\"RefreshContractResult\",\"url\":\"interfaces/RefreshContractResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":573,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/RefreshContractResult.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RefreshContractResult\"},{\"id\":574,\"kind\":1024,\"name\":\"refreshState\",\"url\":\"interfaces/RefreshContractResult.html#refreshState\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RefreshContractResult\"},{\"id\":575,\"kind\":1024,\"name\":\"progress\",\"url\":\"interfaces/RefreshContractResult.html#progress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RefreshContractResult\"},{\"id\":576,\"kind\":8,\"name\":\"RefreshState\",\"url\":\"enums/RefreshState.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":577,\"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\":578,\"kind\":16,\"name\":\"ALREADY_QUEUED\",\"url\":\"enums/RefreshState.html#ALREADY_QUEUED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":579,\"kind\":16,\"name\":\"IN_PROGRESS\",\"url\":\"enums/RefreshState.html#IN_PROGRESS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":580,\"kind\":16,\"name\":\"FINISHED\",\"url\":\"enums/RefreshState.html#FINISHED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":581,\"kind\":16,\"name\":\"QUEUED\",\"url\":\"enums/RefreshState.html#QUEUED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":582,\"kind\":16,\"name\":\"QUEUE_FAILED\",\"url\":\"enums/RefreshState.html#QUEUE_FAILED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"RefreshState\"},{\"id\":583,\"kind\":256,\"name\":\"TransactionReceiptsBlockNumber\",\"url\":\"interfaces/TransactionReceiptsBlockNumber.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":584,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/TransactionReceiptsBlockNumber.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionReceiptsBlockNumber\"},{\"id\":585,\"kind\":256,\"name\":\"TransactionReceiptsBlockHash\",\"url\":\"interfaces/TransactionReceiptsBlockHash.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":586,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/TransactionReceiptsBlockHash.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionReceiptsBlockHash\"},{\"id\":587,\"kind\":4194304,\"name\":\"TransactionReceiptsParams\",\"url\":\"modules.html#TransactionReceiptsParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":588,\"kind\":256,\"name\":\"TransactionReceiptsResponse\",\"url\":\"interfaces/TransactionReceiptsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":589,\"kind\":1024,\"name\":\"receipts\",\"url\":\"interfaces/TransactionReceiptsResponse.html#receipts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionReceiptsResponse\"},{\"id\":590,\"kind\":256,\"name\":\"ERC1155Metadata\",\"url\":\"interfaces/ERC1155Metadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":591,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/ERC1155Metadata.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ERC1155Metadata\"},{\"id\":592,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/ERC1155Metadata.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ERC1155Metadata\"},{\"id\":593,\"kind\":256,\"name\":\"RawContract\",\"url\":\"interfaces/RawContract.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":594,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/RawContract.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RawContract\"},{\"id\":595,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/RawContract.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RawContract\"},{\"id\":596,\"kind\":1024,\"name\":\"decimal\",\"url\":\"interfaces/RawContract.html#decimal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RawContract\"},{\"id\":597,\"kind\":256,\"name\":\"GetNftsForContractOptions\",\"url\":\"interfaces/GetNftsForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":598,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetNftsForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":599,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetNftsForContractOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":600,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetNftsForContractOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":601,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetNftsForContractOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetNftsForContractOptions\"},{\"id\":602,\"kind\":256,\"name\":\"GetBaseNftsForContractOptions\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":603,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":604,\"kind\":1024,\"name\":\"omitMetadata\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#omitMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":605,\"kind\":1024,\"name\":\"pageSize\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#pageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":606,\"kind\":1024,\"name\":\"tokenUriTimeoutInMs\",\"url\":\"interfaces/GetBaseNftsForContractOptions.html#tokenUriTimeoutInMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetBaseNftsForContractOptions\"},{\"id\":607,\"kind\":256,\"name\":\"GetOwnersForContractOptions\",\"url\":\"interfaces/GetOwnersForContractOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":608,\"kind\":1024,\"name\":\"withTokenBalances\",\"url\":\"interfaces/GetOwnersForContractOptions.html#withTokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractOptions\"},{\"id\":609,\"kind\":1024,\"name\":\"block\",\"url\":\"interfaces/GetOwnersForContractOptions.html#block\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractOptions\"},{\"id\":610,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForContractOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractOptions\"},{\"id\":611,\"kind\":256,\"name\":\"GetOwnersForContractWithTokenBalancesOptions\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":612,\"kind\":1024,\"name\":\"withTokenBalances\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html#withTokenBalances\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesOptions\"},{\"id\":613,\"kind\":1024,\"name\":\"block\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html#block\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesOptions\"},{\"id\":614,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetOwnersForContractWithTokenBalancesOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetOwnersForContractWithTokenBalancesOptions\"},{\"id\":615,\"kind\":256,\"name\":\"NftContractBaseNftsResponse\",\"url\":\"interfaces/NftContractBaseNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":616,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/NftContractBaseNftsResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractBaseNftsResponse\"},{\"id\":617,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/NftContractBaseNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractBaseNftsResponse\"},{\"id\":618,\"kind\":256,\"name\":\"NftContractNftsResponse\",\"url\":\"interfaces/NftContractNftsResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":619,\"kind\":1024,\"name\":\"nfts\",\"url\":\"interfaces/NftContractNftsResponse.html#nfts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractNftsResponse\"},{\"id\":620,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/NftContractNftsResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftContractNftsResponse\"},{\"id\":621,\"kind\":256,\"name\":\"OpenSeaCollectionMetadata\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":622,\"kind\":1024,\"name\":\"floorPrice\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#floorPrice\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":623,\"kind\":1024,\"name\":\"collectionName\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#collectionName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":624,\"kind\":1024,\"name\":\"safelistRequestStatus\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#safelistRequestStatus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":625,\"kind\":1024,\"name\":\"imageUrl\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#imageUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":626,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":627,\"kind\":1024,\"name\":\"externalUrl\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#externalUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":628,\"kind\":1024,\"name\":\"twitterUsername\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#twitterUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":629,\"kind\":1024,\"name\":\"discordUrl\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#discordUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":630,\"kind\":1024,\"name\":\"lastIngestedAt\",\"url\":\"interfaces/OpenSeaCollectionMetadata.html#lastIngestedAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OpenSeaCollectionMetadata\"},{\"id\":631,\"kind\":8,\"name\":\"OpenSeaSafelistRequestStatus\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":632,\"kind\":16,\"name\":\"VERIFIED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#VERIFIED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":633,\"kind\":16,\"name\":\"APPROVED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#APPROVED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":634,\"kind\":16,\"name\":\"REQUESTED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#REQUESTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":635,\"kind\":16,\"name\":\"NOT_REQUESTED\",\"url\":\"enums/OpenSeaSafelistRequestStatus.html#NOT_REQUESTED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OpenSeaSafelistRequestStatus\"},{\"id\":636,\"kind\":256,\"name\":\"DeployResult\",\"url\":\"interfaces/DeployResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":637,\"kind\":1024,\"name\":\"deployerAddress\",\"url\":\"interfaces/DeployResult.html#deployerAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeployResult\"},{\"id\":638,\"kind\":1024,\"name\":\"blockNumber\",\"url\":\"interfaces/DeployResult.html#blockNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeployResult\"},{\"id\":639,\"kind\":8,\"name\":\"AlchemySubscription\",\"url\":\"enums/AlchemySubscription.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":640,\"kind\":16,\"name\":\"PENDING_TRANSACTIONS\",\"url\":\"enums/AlchemySubscription.html#PENDING_TRANSACTIONS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlchemySubscription\"},{\"id\":641,\"kind\":16,\"name\":\"MINED_TRANSACTIONS\",\"url\":\"enums/AlchemySubscription.html#MINED_TRANSACTIONS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"AlchemySubscription\"},{\"id\":642,\"kind\":256,\"name\":\"AlchemyPendingTransactionsEventFilter\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":643,\"kind\":1024,\"name\":\"method\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#method\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":644,\"kind\":1024,\"name\":\"fromAddress\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#fromAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":645,\"kind\":1024,\"name\":\"toAddress\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#toAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":646,\"kind\":1024,\"name\":\"hashesOnly\",\"url\":\"interfaces/AlchemyPendingTransactionsEventFilter.html#hashesOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyPendingTransactionsEventFilter\"},{\"id\":647,\"kind\":256,\"name\":\"AlchemyMinedTransactionsEventFilter\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":648,\"kind\":1024,\"name\":\"method\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#method\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":649,\"kind\":1024,\"name\":\"addresses\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#addresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":650,\"kind\":1024,\"name\":\"includeRemoved\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#includeRemoved\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":651,\"kind\":1024,\"name\":\"hashesOnly\",\"url\":\"interfaces/AlchemyMinedTransactionsEventFilter.html#hashesOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AlchemyMinedTransactionsEventFilter\"},{\"id\":652,\"kind\":4194304,\"name\":\"AlchemyMinedTransactionsAddress\",\"url\":\"modules.html#AlchemyMinedTransactionsAddress\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":653,\"kind\":4194304,\"name\":\"AlchemyEventType\",\"url\":\"modules.html#AlchemyEventType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":654,\"kind\":4194304,\"name\":\"AlchemyEventFilter\",\"url\":\"modules.html#AlchemyEventFilter\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":655,\"kind\":256,\"name\":\"SendPrivateTransactionOptions\",\"url\":\"interfaces/SendPrivateTransactionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":656,\"kind\":1024,\"name\":\"fast\",\"url\":\"interfaces/SendPrivateTransactionOptions.html#fast\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SendPrivateTransactionOptions\"},{\"id\":657,\"kind\":8,\"name\":\"SimulateAssetType\",\"url\":\"enums/SimulateAssetType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":658,\"kind\":16,\"name\":\"NATIVE\",\"url\":\"enums/SimulateAssetType.html#NATIVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":659,\"kind\":16,\"name\":\"ERC20\",\"url\":\"enums/SimulateAssetType.html#ERC20\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":660,\"kind\":16,\"name\":\"ERC721\",\"url\":\"enums/SimulateAssetType.html#ERC721\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":661,\"kind\":16,\"name\":\"ERC1155\",\"url\":\"enums/SimulateAssetType.html#ERC1155\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":662,\"kind\":16,\"name\":\"SPECIAL_NFT\",\"url\":\"enums/SimulateAssetType.html#SPECIAL_NFT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateAssetType\"},{\"id\":663,\"kind\":8,\"name\":\"SimulateChangeType\",\"url\":\"enums/SimulateChangeType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":664,\"kind\":16,\"name\":\"APPROVE\",\"url\":\"enums/SimulateChangeType.html#APPROVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateChangeType\"},{\"id\":665,\"kind\":16,\"name\":\"TRANSFER\",\"url\":\"enums/SimulateChangeType.html#TRANSFER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"SimulateChangeType\"},{\"id\":666,\"kind\":256,\"name\":\"SimulateAssetChangesError\",\"url\":\"interfaces/SimulateAssetChangesError.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":667,\"kind\":1024,\"name\":\"message\",\"url\":\"interfaces/SimulateAssetChangesError.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesError\"},{\"id\":668,\"kind\":256,\"name\":\"SimulateAssetChangesChange\",\"url\":\"interfaces/SimulateAssetChangesChange.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":669,\"kind\":1024,\"name\":\"assetType\",\"url\":\"interfaces/SimulateAssetChangesChange.html#assetType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":670,\"kind\":1024,\"name\":\"changeType\",\"url\":\"interfaces/SimulateAssetChangesChange.html#changeType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":671,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/SimulateAssetChangesChange.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":672,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/SimulateAssetChangesChange.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":673,\"kind\":1024,\"name\":\"rawAmount\",\"url\":\"interfaces/SimulateAssetChangesChange.html#rawAmount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":674,\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/SimulateAssetChangesChange.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":675,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/SimulateAssetChangesChange.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":676,\"kind\":1024,\"name\":\"symbol\",\"url\":\"interfaces/SimulateAssetChangesChange.html#symbol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":677,\"kind\":1024,\"name\":\"decimals\",\"url\":\"interfaces/SimulateAssetChangesChange.html#decimals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":678,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/SimulateAssetChangesChange.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":679,\"kind\":1024,\"name\":\"logo\",\"url\":\"interfaces/SimulateAssetChangesChange.html#logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":680,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/SimulateAssetChangesChange.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesChange\"},{\"id\":681,\"kind\":256,\"name\":\"SimulateAssetChangesResponse\",\"url\":\"interfaces/SimulateAssetChangesResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":682,\"kind\":1024,\"name\":\"changes\",\"url\":\"interfaces/SimulateAssetChangesResponse.html#changes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesResponse\"},{\"id\":683,\"kind\":1024,\"name\":\"gasUsed\",\"url\":\"interfaces/SimulateAssetChangesResponse.html#gasUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesResponse\"},{\"id\":684,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/SimulateAssetChangesResponse.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateAssetChangesResponse\"},{\"id\":685,\"kind\":8,\"name\":\"DecodingAuthority\",\"url\":\"enums/DecodingAuthority.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":686,\"kind\":16,\"name\":\"ETHERSCAN\",\"url\":\"enums/DecodingAuthority.html#ETHERSCAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DecodingAuthority\"},{\"id\":687,\"kind\":256,\"name\":\"DecodedCallParam\",\"url\":\"interfaces/DecodedCallParam.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":688,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DecodedCallParam.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedCallParam\"},{\"id\":689,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/DecodedCallParam.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedCallParam\"},{\"id\":690,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DecodedCallParam.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedCallParam\"},{\"id\":691,\"kind\":256,\"name\":\"DecodedLogInput\",\"url\":\"interfaces/DecodedLogInput.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":692,\"kind\":1024,\"name\":\"indexed\",\"url\":\"interfaces/DecodedLogInput.html#indexed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLogInput\"},{\"id\":693,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DecodedLogInput.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DecodedLogInput\"},{\"id\":694,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/DecodedLogInput.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DecodedLogInput\"},{\"id\":695,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DecodedLogInput.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DecodedLogInput\"},{\"id\":696,\"kind\":256,\"name\":\"DecodedDebugCallTrace\",\"url\":\"interfaces/DecodedDebugCallTrace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":697,\"kind\":1024,\"name\":\"methodName\",\"url\":\"interfaces/DecodedDebugCallTrace.html#methodName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":698,\"kind\":1024,\"name\":\"inputs\",\"url\":\"interfaces/DecodedDebugCallTrace.html#inputs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":699,\"kind\":1024,\"name\":\"outputs\",\"url\":\"interfaces/DecodedDebugCallTrace.html#outputs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":700,\"kind\":1024,\"name\":\"authority\",\"url\":\"interfaces/DecodedDebugCallTrace.html#authority\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedDebugCallTrace\"},{\"id\":701,\"kind\":8,\"name\":\"DebugCallType\",\"url\":\"enums/DebugCallType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":702,\"kind\":16,\"name\":\"CREATE\",\"url\":\"enums/DebugCallType.html#CREATE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":703,\"kind\":16,\"name\":\"CALL\",\"url\":\"enums/DebugCallType.html#CALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":704,\"kind\":16,\"name\":\"STATICCALL\",\"url\":\"enums/DebugCallType.html#STATICCALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":705,\"kind\":16,\"name\":\"DELEGATECALL\",\"url\":\"enums/DebugCallType.html#DELEGATECALL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugCallType\"},{\"id\":706,\"kind\":256,\"name\":\"SimulationCallTrace\",\"url\":\"interfaces/SimulationCallTrace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":707,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/SimulationCallTrace.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"SimulationCallTrace\"},{\"id\":708,\"kind\":1024,\"name\":\"decoded\",\"url\":\"interfaces/SimulationCallTrace.html#decoded\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationCallTrace\"},{\"id\":709,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/SimulationCallTrace.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":710,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/SimulationCallTrace.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":711,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/SimulationCallTrace.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":712,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/SimulationCallTrace.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":713,\"kind\":1024,\"name\":\"gas\",\"url\":\"interfaces/SimulationCallTrace.html#gas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":714,\"kind\":1024,\"name\":\"gasUsed\",\"url\":\"interfaces/SimulationCallTrace.html#gasUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":715,\"kind\":1024,\"name\":\"input\",\"url\":\"interfaces/SimulationCallTrace.html#input\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":716,\"kind\":1024,\"name\":\"output\",\"url\":\"interfaces/SimulationCallTrace.html#output\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SimulationCallTrace\"},{\"id\":717,\"kind\":256,\"name\":\"DecodedLog\",\"url\":\"interfaces/DecodedLog.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":718,\"kind\":1024,\"name\":\"eventName\",\"url\":\"interfaces/DecodedLog.html#eventName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLog\"},{\"id\":719,\"kind\":1024,\"name\":\"inputs\",\"url\":\"interfaces/DecodedLog.html#inputs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLog\"},{\"id\":720,\"kind\":1024,\"name\":\"authority\",\"url\":\"interfaces/DecodedLog.html#authority\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DecodedLog\"},{\"id\":721,\"kind\":256,\"name\":\"SimulationDebugLog\",\"url\":\"interfaces/SimulationDebugLog.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":722,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/SimulationDebugLog.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":723,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/SimulationDebugLog.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":724,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/SimulationDebugLog.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":725,\"kind\":1024,\"name\":\"decoded\",\"url\":\"interfaces/SimulationDebugLog.html#decoded\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulationDebugLog\"},{\"id\":726,\"kind\":256,\"name\":\"SimulateExecutionResponse\",\"url\":\"interfaces/SimulateExecutionResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":727,\"kind\":1024,\"name\":\"calls\",\"url\":\"interfaces/SimulateExecutionResponse.html#calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateExecutionResponse\"},{\"id\":728,\"kind\":1024,\"name\":\"logs\",\"url\":\"interfaces/SimulateExecutionResponse.html#logs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SimulateExecutionResponse\"},{\"id\":729,\"kind\":256,\"name\":\"Webhook\",\"url\":\"interfaces/Webhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":730,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/Webhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":731,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/Webhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":732,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/Webhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":733,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/Webhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":734,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/Webhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":735,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/Webhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":736,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/Webhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":737,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/Webhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":738,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/Webhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Webhook\"},{\"id\":739,\"kind\":8,\"name\":\"WebhookVersion\",\"url\":\"enums/WebhookVersion.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":740,\"kind\":16,\"name\":\"V1\",\"url\":\"enums/WebhookVersion.html#V1\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookVersion\"},{\"id\":741,\"kind\":16,\"name\":\"V2\",\"url\":\"enums/WebhookVersion.html#V2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookVersion\"},{\"id\":742,\"kind\":8,\"name\":\"WebhookType\",\"url\":\"enums/WebhookType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":743,\"kind\":16,\"name\":\"MINED_TRANSACTION\",\"url\":\"enums/WebhookType.html#MINED_TRANSACTION\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":744,\"kind\":16,\"name\":\"DROPPED_TRANSACTION\",\"url\":\"enums/WebhookType.html#DROPPED_TRANSACTION\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":745,\"kind\":16,\"name\":\"ADDRESS_ACTIVITY\",\"url\":\"enums/WebhookType.html#ADDRESS_ACTIVITY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":746,\"kind\":16,\"name\":\"NFT_ACTIVITY\",\"url\":\"enums/WebhookType.html#NFT_ACTIVITY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"WebhookType\"},{\"id\":747,\"kind\":256,\"name\":\"MinedTransactionWebhook\",\"url\":\"interfaces/MinedTransactionWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":748,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/MinedTransactionWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":749,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/MinedTransactionWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":750,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/MinedTransactionWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":751,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/MinedTransactionWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":752,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/MinedTransactionWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":753,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/MinedTransactionWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":754,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/MinedTransactionWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":755,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/MinedTransactionWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":756,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/MinedTransactionWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MinedTransactionWebhook\"},{\"id\":757,\"kind\":256,\"name\":\"DroppedTransactionWebhook\",\"url\":\"interfaces/DroppedTransactionWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":758,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DroppedTransactionWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":759,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/DroppedTransactionWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":760,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/DroppedTransactionWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":761,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/DroppedTransactionWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":762,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/DroppedTransactionWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":763,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/DroppedTransactionWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":764,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/DroppedTransactionWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":765,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/DroppedTransactionWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":766,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/DroppedTransactionWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DroppedTransactionWebhook\"},{\"id\":767,\"kind\":256,\"name\":\"AddressActivityWebhook\",\"url\":\"interfaces/AddressActivityWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":768,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/AddressActivityWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"AddressActivityWebhook\"},{\"id\":769,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/AddressActivityWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":770,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/AddressActivityWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":771,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/AddressActivityWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":772,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/AddressActivityWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":773,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/AddressActivityWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":774,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/AddressActivityWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":775,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/AddressActivityWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":776,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/AddressActivityWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddressActivityWebhook\"},{\"id\":777,\"kind\":256,\"name\":\"NftActivityWebhook\",\"url\":\"interfaces/NftActivityWebhook.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":778,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/NftActivityWebhook.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"NftActivityWebhook\"},{\"id\":779,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/NftActivityWebhook.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":780,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/NftActivityWebhook.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":781,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/NftActivityWebhook.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":782,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/NftActivityWebhook.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":783,\"kind\":1024,\"name\":\"timeCreated\",\"url\":\"interfaces/NftActivityWebhook.html#timeCreated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":784,\"kind\":1024,\"name\":\"signingKey\",\"url\":\"interfaces/NftActivityWebhook.html#signingKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":785,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/NftActivityWebhook.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":786,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/NftActivityWebhook.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"NftActivityWebhook\"},{\"id\":787,\"kind\":256,\"name\":\"GetAllWebhooksResponse\",\"url\":\"interfaces/GetAllWebhooksResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":788,\"kind\":1024,\"name\":\"webhooks\",\"url\":\"interfaces/GetAllWebhooksResponse.html#webhooks\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAllWebhooksResponse\"},{\"id\":789,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/GetAllWebhooksResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAllWebhooksResponse\"},{\"id\":790,\"kind\":256,\"name\":\"GetAddressesOptions\",\"url\":\"interfaces/GetAddressesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":791,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/GetAddressesOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAddressesOptions\"},{\"id\":792,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/GetAddressesOptions.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GetAddressesOptions\"},{\"id\":793,\"kind\":256,\"name\":\"AddressActivityResponse\",\"url\":\"interfaces/AddressActivityResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":794,\"kind\":1024,\"name\":\"addresses\",\"url\":\"interfaces/AddressActivityResponse.html#addresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressActivityResponse\"},{\"id\":795,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/AddressActivityResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressActivityResponse\"},{\"id\":796,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/AddressActivityResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressActivityResponse\"},{\"id\":797,\"kind\":256,\"name\":\"TransactionWebhookParams\",\"url\":\"interfaces/TransactionWebhookParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":798,\"kind\":1024,\"name\":\"appId\",\"url\":\"interfaces/TransactionWebhookParams.html#appId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionWebhookParams\"},{\"id\":799,\"kind\":256,\"name\":\"NftWebhookParams\",\"url\":\"interfaces/NftWebhookParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":800,\"kind\":1024,\"name\":\"filters\",\"url\":\"interfaces/NftWebhookParams.html#filters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftWebhookParams\"},{\"id\":801,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/NftWebhookParams.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftWebhookParams\"},{\"id\":802,\"kind\":256,\"name\":\"AddressWebhookParams\",\"url\":\"interfaces/AddressWebhookParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":803,\"kind\":1024,\"name\":\"addresses\",\"url\":\"interfaces/AddressWebhookParams.html#addresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressWebhookParams\"},{\"id\":804,\"kind\":1024,\"name\":\"network\",\"url\":\"interfaces/AddressWebhookParams.html#network\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddressWebhookParams\"},{\"id\":805,\"kind\":256,\"name\":\"NftFilter\",\"url\":\"interfaces/NftFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":806,\"kind\":1024,\"name\":\"contractAddress\",\"url\":\"interfaces/NftFilter.html#contractAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFilter\"},{\"id\":807,\"kind\":1024,\"name\":\"tokenId\",\"url\":\"interfaces/NftFilter.html#tokenId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFilter\"},{\"id\":808,\"kind\":256,\"name\":\"NftFiltersResponse\",\"url\":\"interfaces/NftFiltersResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":809,\"kind\":1024,\"name\":\"filters\",\"url\":\"interfaces/NftFiltersResponse.html#filters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFiltersResponse\"},{\"id\":810,\"kind\":1024,\"name\":\"totalCount\",\"url\":\"interfaces/NftFiltersResponse.html#totalCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFiltersResponse\"},{\"id\":811,\"kind\":1024,\"name\":\"pageKey\",\"url\":\"interfaces/NftFiltersResponse.html#pageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"NftFiltersResponse\"},{\"id\":812,\"kind\":256,\"name\":\"WebhookStatusUpdate\",\"url\":\"interfaces/WebhookStatusUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":813,\"kind\":1024,\"name\":\"isActive\",\"url\":\"interfaces/WebhookStatusUpdate.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookStatusUpdate\"},{\"id\":814,\"kind\":256,\"name\":\"WebhookNftFilterUpdate\",\"url\":\"interfaces/WebhookNftFilterUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":815,\"kind\":1024,\"name\":\"addFilters\",\"url\":\"interfaces/WebhookNftFilterUpdate.html#addFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookNftFilterUpdate\"},{\"id\":816,\"kind\":1024,\"name\":\"removeFilters\",\"url\":\"interfaces/WebhookNftFilterUpdate.html#removeFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookNftFilterUpdate\"},{\"id\":817,\"kind\":256,\"name\":\"WebhookAddressUpdate\",\"url\":\"interfaces/WebhookAddressUpdate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":818,\"kind\":1024,\"name\":\"addAddresses\",\"url\":\"interfaces/WebhookAddressUpdate.html#addAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookAddressUpdate\"},{\"id\":819,\"kind\":1024,\"name\":\"removeAddresses\",\"url\":\"interfaces/WebhookAddressUpdate.html#removeAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookAddressUpdate\"},{\"id\":820,\"kind\":256,\"name\":\"WebhookAddressOverride\",\"url\":\"interfaces/WebhookAddressOverride.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":821,\"kind\":1024,\"name\":\"newAddresses\",\"url\":\"interfaces/WebhookAddressOverride.html#newAddresses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WebhookAddressOverride\"},{\"id\":822,\"kind\":4194304,\"name\":\"NftWebhookUpdate\",\"url\":\"modules.html#NftWebhookUpdate\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":823,\"kind\":4194304,\"name\":\"AddressWebhookUpdate\",\"url\":\"modules.html#AddressWebhookUpdate\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":824,\"kind\":256,\"name\":\"DebugTransaction\",\"url\":\"interfaces/DebugTransaction.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":825,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/DebugTransaction.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":826,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/DebugTransaction.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":827,\"kind\":1024,\"name\":\"gasPrice\",\"url\":\"interfaces/DebugTransaction.html#gasPrice\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":828,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DebugTransaction.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":829,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/DebugTransaction.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugTransaction\"},{\"id\":830,\"kind\":8,\"name\":\"CommitmentLevel\",\"url\":\"enums/CommitmentLevel.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":831,\"kind\":16,\"name\":\"PENDING\",\"url\":\"enums/CommitmentLevel.html#PENDING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":832,\"kind\":16,\"name\":\"LATEST\",\"url\":\"enums/CommitmentLevel.html#LATEST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":833,\"kind\":16,\"name\":\"SAFE\",\"url\":\"enums/CommitmentLevel.html#SAFE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":834,\"kind\":16,\"name\":\"FINALIZED\",\"url\":\"enums/CommitmentLevel.html#FINALIZED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":835,\"kind\":16,\"name\":\"EARLIEST\",\"url\":\"enums/CommitmentLevel.html#EARLIEST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CommitmentLevel\"},{\"id\":836,\"kind\":4194304,\"name\":\"BlockIdentifier\",\"url\":\"modules.html#BlockIdentifier\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":837,\"kind\":8,\"name\":\"DebugTracerType\",\"url\":\"enums/DebugTracerType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":838,\"kind\":16,\"name\":\"CALL_TRACER\",\"url\":\"enums/DebugTracerType.html#CALL_TRACER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugTracerType\"},{\"id\":839,\"kind\":16,\"name\":\"PRESTATE_TRACER\",\"url\":\"enums/DebugTracerType.html#PRESTATE_TRACER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"DebugTracerType\"},{\"id\":840,\"kind\":256,\"name\":\"DebugCallTracer\",\"url\":\"interfaces/DebugCallTracer.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":841,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DebugCallTracer.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTracer\"},{\"id\":842,\"kind\":1024,\"name\":\"onlyTopCall\",\"url\":\"interfaces/DebugCallTracer.html#onlyTopCall\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTracer\"},{\"id\":843,\"kind\":256,\"name\":\"DebugPrestateTracer\",\"url\":\"interfaces/DebugPrestateTracer.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":844,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DebugPrestateTracer.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestateTracer\"},{\"id\":845,\"kind\":1024,\"name\":\"onlyTopCall\",\"url\":\"interfaces/DebugPrestateTracer.html#onlyTopCall\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestateTracer\"},{\"id\":846,\"kind\":256,\"name\":\"DebugCallTrace\",\"url\":\"interfaces/DebugCallTrace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":847,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/DebugCallTrace.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":848,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/DebugCallTrace.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":849,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/DebugCallTrace.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":850,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/DebugCallTrace.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":851,\"kind\":1024,\"name\":\"gas\",\"url\":\"interfaces/DebugCallTrace.html#gas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":852,\"kind\":1024,\"name\":\"gasUsed\",\"url\":\"interfaces/DebugCallTrace.html#gasUsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":853,\"kind\":1024,\"name\":\"input\",\"url\":\"interfaces/DebugCallTrace.html#input\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":854,\"kind\":1024,\"name\":\"output\",\"url\":\"interfaces/DebugCallTrace.html#output\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":855,\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/DebugCallTrace.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":856,\"kind\":1024,\"name\":\"revertReason\",\"url\":\"interfaces/DebugCallTrace.html#revertReason\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":857,\"kind\":1024,\"name\":\"calls\",\"url\":\"interfaces/DebugCallTrace.html#calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugCallTrace\"},{\"id\":858,\"kind\":256,\"name\":\"FilterByBlockHash\",\"url\":\"interfaces/FilterByBlockHash.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":859,\"kind\":1024,\"name\":\"blockHash\",\"url\":\"interfaces/FilterByBlockHash.html#blockHash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterByBlockHash\"},{\"id\":860,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/FilterByBlockHash.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FilterByBlockHash\"},{\"id\":861,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/FilterByBlockHash.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FilterByBlockHash\"},{\"id\":862,\"kind\":256,\"name\":\"Filter\",\"url\":\"interfaces/Filter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":863,\"kind\":1024,\"name\":\"fromBlock\",\"url\":\"interfaces/Filter.html#fromBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Filter\"},{\"id\":864,\"kind\":1024,\"name\":\"toBlock\",\"url\":\"interfaces/Filter.html#toBlock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Filter\"},{\"id\":865,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/Filter.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Filter\"},{\"id\":866,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/Filter.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Filter\"},{\"id\":867,\"kind\":256,\"name\":\"EventFilter\",\"url\":\"interfaces/EventFilter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":868,\"kind\":1024,\"name\":\"address\",\"url\":\"interfaces/EventFilter.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EventFilter\"},{\"id\":869,\"kind\":1024,\"name\":\"topics\",\"url\":\"interfaces/EventFilter.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EventFilter\"},{\"id\":870,\"kind\":4194304,\"name\":\"DebugPrestateTrace\",\"url\":\"modules.html#DebugPrestateTrace\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":871,\"kind\":256,\"name\":\"DebugPrestate\",\"url\":\"interfaces/DebugPrestate.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":872,\"kind\":1024,\"name\":\"balance\",\"url\":\"interfaces/DebugPrestate.html#balance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":873,\"kind\":1024,\"name\":\"nonce\",\"url\":\"interfaces/DebugPrestate.html#nonce\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":874,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/DebugPrestate.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":875,\"kind\":1024,\"name\":\"storage\",\"url\":\"interfaces/DebugPrestate.html#storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DebugPrestate\"},{\"id\":876,\"kind\":4194304,\"name\":\"RequireAtLeastOne\",\"url\":\"modules.html#RequireAtLeastOne\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":877,\"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,63.733]],[\"parent/0\",[]],[\"name/1\",[1,45.275]],[\"parent/1\",[]],[\"name/2\",[2,50.74]],[\"parent/2\",[1,4.136]],[\"name/3\",[3,63.733]],[\"parent/3\",[1,4.136]],[\"name/4\",[4,41.761]],[\"parent/4\",[1,4.136]],[\"name/5\",[5,63.733]],[\"parent/5\",[1,4.136]],[\"name/6\",[6,63.733]],[\"parent/6\",[1,4.136]],[\"name/7\",[7,63.733]],[\"parent/7\",[1,4.136]],[\"name/8\",[8,63.733]],[\"parent/8\",[1,4.136]],[\"name/9\",[9,63.733]],[\"parent/9\",[1,4.136]],[\"name/10\",[10,40.379]],[\"parent/10\",[]],[\"name/11\",[2,50.74]],[\"parent/11\",[10,3.689]],[\"name/12\",[11,63.733]],[\"parent/12\",[10,3.689]],[\"name/13\",[12,58.625]],[\"parent/13\",[10,3.689]],[\"name/14\",[13,58.625]],[\"parent/14\",[10,3.689]],[\"name/15\",[14,55.26]],[\"parent/15\",[10,3.689]],[\"name/16\",[15,55.26]],[\"parent/16\",[10,3.689]],[\"name/17\",[16,55.26]],[\"parent/17\",[10,3.689]],[\"name/18\",[17,63.733]],[\"parent/18\",[10,3.689]],[\"name/19\",[18,58.625]],[\"parent/19\",[10,3.689]],[\"name/20\",[19,58.625]],[\"parent/20\",[10,3.689]],[\"name/21\",[20,58.625]],[\"parent/21\",[10,3.689]],[\"name/22\",[21,63.733]],[\"parent/22\",[10,3.689]],[\"name/23\",[22,41.046]],[\"parent/23\",[10,3.689]],[\"name/24\",[22,41.046]],[\"parent/24\",[10,3.689]],[\"name/25\",[23,41.046]],[\"parent/25\",[]],[\"name/26\",[2,50.74]],[\"parent/26\",[23,3.75]],[\"name/27\",[22,41.046]],[\"parent/27\",[23,3.75]],[\"name/28\",[22,41.046]],[\"parent/28\",[23,3.75]],[\"name/29\",[22,41.046]],[\"parent/29\",[23,3.75]],[\"name/30\",[22,41.046]],[\"parent/30\",[23,3.75]],[\"name/31\",[22,41.046]],[\"parent/31\",[23,3.75]],[\"name/32\",[22,41.046]],[\"parent/32\",[23,3.75]],[\"name/33\",[22,41.046]],[\"parent/33\",[23,3.75]],[\"name/34\",[24,58.625]],[\"parent/34\",[]],[\"name/35\",[2,50.74]],[\"parent/35\",[24,5.355]],[\"name/36\",[25,43.364]],[\"parent/36\",[]],[\"name/37\",[2,50.74]],[\"parent/37\",[25,3.961]],[\"name/38\",[26,52.747]],[\"parent/38\",[25,3.961]],[\"name/39\",[27,35.801]],[\"parent/39\",[25,3.961]],[\"name/40\",[28,55.26]],[\"parent/40\",[25,3.961]],[\"name/41\",[29,55.26]],[\"parent/41\",[25,3.961]],[\"name/42\",[30,47.639]],[\"parent/42\",[25,3.961]],[\"name/43\",[31,58.625]],[\"parent/43\",[25,3.961]],[\"name/44\",[32,58.625]],[\"parent/44\",[25,3.961]],[\"name/45\",[33,63.733]],[\"parent/45\",[25,3.961]],[\"name/46\",[34,63.733]],[\"parent/46\",[25,3.961]],[\"name/47\",[35,45.275]],[\"parent/47\",[]],[\"name/48\",[26,52.747]],[\"parent/48\",[35,4.136]],[\"name/49\",[28,55.26]],[\"parent/49\",[35,4.136]],[\"name/50\",[29,55.26]],[\"parent/50\",[35,4.136]],[\"name/51\",[36,63.733]],[\"parent/51\",[35,4.136]],[\"name/52\",[37,63.733]],[\"parent/52\",[35,4.136]],[\"name/53\",[38,58.625]],[\"parent/53\",[35,4.136]],[\"name/54\",[39,58.625]],[\"parent/54\",[35,4.136]],[\"name/55\",[22,41.046]],[\"parent/55\",[35,4.136]],[\"name/56\",[40,37.584]],[\"parent/56\",[]],[\"name/57\",[41,63.733]],[\"parent/57\",[40,3.433]],[\"name/58\",[26,52.747]],[\"parent/58\",[40,3.433]],[\"name/59\",[42,58.625]],[\"parent/59\",[40,3.433]],[\"name/60\",[43,58.625]],[\"parent/60\",[40,3.433]],[\"name/61\",[44,58.625]],[\"parent/61\",[40,3.433]],[\"name/62\",[45,58.625]],[\"parent/62\",[40,3.433]],[\"name/63\",[46,58.625]],[\"parent/63\",[40,3.433]],[\"name/64\",[47,58.625]],[\"parent/64\",[40,3.433]],[\"name/65\",[48,63.733]],[\"parent/65\",[40,3.433]],[\"name/66\",[38,58.625]],[\"parent/66\",[40,3.433]],[\"name/67\",[49,63.733]],[\"parent/67\",[40,3.433]],[\"name/68\",[50,63.733]],[\"parent/68\",[40,3.433]],[\"name/69\",[51,63.733]],[\"parent/69\",[40,3.433]],[\"name/70\",[52,63.733]],[\"parent/70\",[40,3.433]],[\"name/71\",[53,63.733]],[\"parent/71\",[40,3.433]],[\"name/72\",[22,41.046]],[\"parent/72\",[40,3.433]],[\"name/73\",[22,41.046]],[\"parent/73\",[40,3.433]],[\"name/74\",[22,41.046]],[\"parent/74\",[40,3.433]],[\"name/75\",[22,41.046]],[\"parent/75\",[40,3.433]],[\"name/76\",[54,35.401]],[\"parent/76\",[]],[\"name/77\",[55,63.733]],[\"parent/77\",[54,3.234]],[\"name/78\",[56,63.733]],[\"parent/78\",[54,3.234]],[\"name/79\",[57,63.733]],[\"parent/79\",[54,3.234]],[\"name/80\",[58,63.733]],[\"parent/80\",[54,3.234]],[\"name/81\",[59,63.733]],[\"parent/81\",[54,3.234]],[\"name/82\",[60,63.733]],[\"parent/82\",[54,3.234]],[\"name/83\",[61,63.733]],[\"parent/83\",[54,3.234]],[\"name/84\",[62,63.733]],[\"parent/84\",[54,3.234]],[\"name/85\",[63,63.733]],[\"parent/85\",[54,3.234]],[\"name/86\",[64,63.733]],[\"parent/86\",[54,3.234]],[\"name/87\",[65,63.733]],[\"parent/87\",[54,3.234]],[\"name/88\",[66,63.733]],[\"parent/88\",[54,3.234]],[\"name/89\",[67,63.733]],[\"parent/89\",[54,3.234]],[\"name/90\",[68,63.733]],[\"parent/90\",[54,3.234]],[\"name/91\",[69,63.733]],[\"parent/91\",[54,3.234]],[\"name/92\",[70,63.733]],[\"parent/92\",[54,3.234]],[\"name/93\",[71,63.733]],[\"parent/93\",[54,3.234]],[\"name/94\",[72,63.733]],[\"parent/94\",[54,3.234]],[\"name/95\",[73,63.733]],[\"parent/95\",[54,3.234]],[\"name/96\",[74,63.733]],[\"parent/96\",[54,3.234]],[\"name/97\",[75,63.733]],[\"parent/97\",[54,3.234]],[\"name/98\",[76,63.733]],[\"parent/98\",[54,3.234]],[\"name/99\",[77,63.733]],[\"parent/99\",[54,3.234]],[\"name/100\",[78,63.733]],[\"parent/100\",[54,3.234]],[\"name/101\",[79,47.639]],[\"parent/101\",[]],[\"name/102\",[42,58.625]],[\"parent/102\",[79,4.352]],[\"name/103\",[43,58.625]],[\"parent/103\",[79,4.352]],[\"name/104\",[44,58.625]],[\"parent/104\",[79,4.352]],[\"name/105\",[45,58.625]],[\"parent/105\",[79,4.352]],[\"name/106\",[46,58.625]],[\"parent/106\",[79,4.352]],[\"name/107\",[47,58.625]],[\"parent/107\",[79,4.352]],[\"name/108\",[80,34.289]],[\"parent/108\",[]],[\"name/109\",[12,58.625]],[\"parent/109\",[80,3.132]],[\"name/110\",[81,63.733]],[\"parent/110\",[80,3.132]],[\"name/111\",[82,63.733]],[\"parent/111\",[80,3.132]],[\"name/112\",[13,58.625]],[\"parent/112\",[80,3.132]],[\"name/113\",[83,63.733]],[\"parent/113\",[80,3.132]],[\"name/114\",[84,63.733]],[\"parent/114\",[80,3.132]],[\"name/115\",[85,63.733]],[\"parent/115\",[80,3.132]],[\"name/116\",[86,63.733]],[\"parent/116\",[80,3.132]],[\"name/117\",[18,58.625]],[\"parent/117\",[80,3.132]],[\"name/118\",[19,58.625]],[\"parent/118\",[80,3.132]],[\"name/119\",[87,63.733]],[\"parent/119\",[80,3.132]],[\"name/120\",[15,55.26]],[\"parent/120\",[80,3.132]],[\"name/121\",[14,55.26]],[\"parent/121\",[80,3.132]],[\"name/122\",[88,58.625]],[\"parent/122\",[80,3.132]],[\"name/123\",[89,63.733]],[\"parent/123\",[80,3.132]],[\"name/124\",[16,55.26]],[\"parent/124\",[80,3.132]],[\"name/125\",[90,58.625]],[\"parent/125\",[80,3.132]],[\"name/126\",[91,63.733]],[\"parent/126\",[80,3.132]],[\"name/127\",[39,58.625]],[\"parent/127\",[80,3.132]],[\"name/128\",[92,63.733]],[\"parent/128\",[80,3.132]],[\"name/129\",[93,63.733]],[\"parent/129\",[80,3.132]],[\"name/130\",[94,63.733]],[\"parent/130\",[80,3.132]],[\"name/131\",[95,63.733]],[\"parent/131\",[80,3.132]],[\"name/132\",[96,63.733]],[\"parent/132\",[80,3.132]],[\"name/133\",[97,63.733]],[\"parent/133\",[80,3.132]],[\"name/134\",[20,58.625]],[\"parent/134\",[80,3.132]],[\"name/135\",[98,63.733]],[\"parent/135\",[80,3.132]],[\"name/136\",[99,44.274]],[\"parent/136\",[]],[\"name/137\",[100,63.733]],[\"parent/137\",[99,4.045]],[\"name/138\",[101,63.733]],[\"parent/138\",[99,4.045]],[\"name/139\",[102,63.733]],[\"parent/139\",[99,4.045]],[\"name/140\",[103,63.733]],[\"parent/140\",[99,4.045]],[\"name/141\",[88,58.625]],[\"parent/141\",[99,4.045]],[\"name/142\",[16,55.26]],[\"parent/142\",[99,4.045]],[\"name/143\",[14,55.26]],[\"parent/143\",[99,4.045]],[\"name/144\",[104,63.733]],[\"parent/144\",[99,4.045]],[\"name/145\",[90,58.625]],[\"parent/145\",[99,4.045]],[\"name/146\",[105,45.275]],[\"parent/146\",[]],[\"name/147\",[106,63.733]],[\"parent/147\",[105,4.136]],[\"name/148\",[107,63.733]],[\"parent/148\",[105,4.136]],[\"name/149\",[108,63.733]],[\"parent/149\",[105,4.136]],[\"name/150\",[109,63.733]],[\"parent/150\",[105,4.136]],[\"name/151\",[110,63.733]],[\"parent/151\",[105,4.136]],[\"name/152\",[111,63.733]],[\"parent/152\",[105,4.136]],[\"name/153\",[112,63.733]],[\"parent/153\",[105,4.136]],[\"name/154\",[113,63.733]],[\"parent/154\",[105,4.136]],[\"name/155\",[114,52.747]],[\"parent/155\",[]],[\"name/156\",[115,63.733]],[\"parent/156\",[114,4.819]],[\"name/157\",[116,63.733]],[\"parent/157\",[114,4.819]],[\"name/158\",[117,63.733]],[\"parent/158\",[114,4.819]],[\"name/159\",[118,58.625]],[\"parent/159\",[]],[\"name/160\",[119,44.274]],[\"parent/160\",[118,5.355]],[\"name/161\",[120,45.275]],[\"parent/161\",[]],[\"name/162\",[121,43.364]],[\"parent/162\",[120,4.136]],[\"name/163\",[122,46.387]],[\"parent/163\",[120,4.136]],[\"name/164\",[123,49.07]],[\"parent/164\",[120,4.136]],[\"name/165\",[124,55.26]],[\"parent/165\",[120,4.136]],[\"name/166\",[125,55.26]],[\"parent/166\",[120,4.136]],[\"name/167\",[126,58.625]],[\"parent/167\",[120,4.136]],[\"name/168\",[127,58.625]],[\"parent/168\",[120,4.136]],[\"name/169\",[119,44.274]],[\"parent/169\",[120,4.136]],[\"name/170\",[4,41.761]],[\"parent/170\",[]],[\"name/171\",[23,41.046]],[\"parent/171\",[4,3.815]],[\"name/172\",[128,55.26]],[\"parent/172\",[4,3.815]],[\"name/173\",[129,50.74]],[\"parent/173\",[4,3.815]],[\"name/174\",[130,55.26]],[\"parent/174\",[4,3.815]],[\"name/175\",[131,55.26]],[\"parent/175\",[4,3.815]],[\"name/176\",[132,55.26]],[\"parent/176\",[4,3.815]],[\"name/177\",[133,49.07]],[\"parent/177\",[4,3.815]],[\"name/178\",[134,43.364]],[\"parent/178\",[4,3.815]],[\"name/179\",[135,49.07]],[\"parent/179\",[4,3.815]],[\"name/180\",[136,40.379]],[\"parent/180\",[4,3.815]],[\"name/181\",[121,43.364]],[\"parent/181\",[4,3.815]],[\"name/182\",[137,52.747]],[\"parent/182\",[]],[\"name/183\",[23,41.046]],[\"parent/183\",[137,4.819]],[\"name/184\",[136,40.379]],[\"parent/184\",[137,4.819]],[\"name/185\",[121,43.364]],[\"parent/185\",[137,4.819]],[\"name/186\",[138,63.733]],[\"parent/186\",[]],[\"name/187\",[139,63.733]],[\"parent/187\",[]],[\"name/188\",[140,63.733]],[\"parent/188\",[]],[\"name/189\",[141,63.733]],[\"parent/189\",[]],[\"name/190\",[142,63.733]],[\"parent/190\",[]],[\"name/191\",[143,46.387]],[\"parent/191\",[]],[\"name/192\",[26,52.747]],[\"parent/192\",[143,4.238]],[\"name/193\",[27,35.801]],[\"parent/193\",[143,4.238]],[\"name/194\",[28,55.26]],[\"parent/194\",[143,4.238]],[\"name/195\",[30,47.639]],[\"parent/195\",[143,4.238]],[\"name/196\",[31,58.625]],[\"parent/196\",[143,4.238]],[\"name/197\",[32,58.625]],[\"parent/197\",[143,4.238]],[\"name/198\",[29,55.26]],[\"parent/198\",[143,4.238]],[\"name/199\",[27,35.801]],[\"parent/199\",[]],[\"name/200\",[144,63.733]],[\"parent/200\",[27,3.27]],[\"name/201\",[145,63.733]],[\"parent/201\",[27,3.27]],[\"name/202\",[146,63.733]],[\"parent/202\",[27,3.27]],[\"name/203\",[147,63.733]],[\"parent/203\",[27,3.27]],[\"name/204\",[148,63.733]],[\"parent/204\",[27,3.27]],[\"name/205\",[149,63.733]],[\"parent/205\",[27,3.27]],[\"name/206\",[150,63.733]],[\"parent/206\",[27,3.27]],[\"name/207\",[151,63.733]],[\"parent/207\",[27,3.27]],[\"name/208\",[152,63.733]],[\"parent/208\",[27,3.27]],[\"name/209\",[153,63.733]],[\"parent/209\",[27,3.27]],[\"name/210\",[154,63.733]],[\"parent/210\",[27,3.27]],[\"name/211\",[155,63.733]],[\"parent/211\",[27,3.27]],[\"name/212\",[156,63.733]],[\"parent/212\",[27,3.27]],[\"name/213\",[157,63.733]],[\"parent/213\",[27,3.27]],[\"name/214\",[158,55.26]],[\"parent/214\",[]],[\"name/215\",[159,63.733]],[\"parent/215\",[158,5.048]],[\"name/216\",[160,55.26]],[\"parent/216\",[158,5.048]],[\"name/217\",[161,55.26]],[\"parent/217\",[]],[\"name/218\",[162,41.761]],[\"parent/218\",[161,5.048]],[\"name/219\",[163,32.975]],[\"parent/219\",[161,5.048]],[\"name/220\",[164,58.625]],[\"parent/220\",[]],[\"name/221\",[162,41.761]],[\"parent/221\",[164,5.355]],[\"name/222\",[165,52.747]],[\"parent/222\",[]],[\"name/223\",[163,32.975]],[\"parent/223\",[165,4.819]],[\"name/224\",[119,44.274]],[\"parent/224\",[165,4.819]],[\"name/225\",[166,55.26]],[\"parent/225\",[165,4.819]],[\"name/226\",[167,55.26]],[\"parent/226\",[]],[\"name/227\",[119,44.274]],[\"parent/227\",[167,5.048]],[\"name/228\",[166,55.26]],[\"parent/228\",[167,5.048]],[\"name/229\",[168,55.26]],[\"parent/229\",[]],[\"name/230\",[169,52.747]],[\"parent/230\",[]],[\"name/231\",[170,44.274]],[\"parent/231\",[169,4.819]],[\"name/232\",[168,55.26]],[\"parent/232\",[169,4.819]],[\"name/233\",[171,47.639]],[\"parent/233\",[169,4.819]],[\"name/234\",[172,52.747]],[\"parent/234\",[]],[\"name/235\",[170,44.274]],[\"parent/235\",[172,4.819]],[\"name/236\",[168,55.26]],[\"parent/236\",[172,4.819]],[\"name/237\",[171,47.639]],[\"parent/237\",[172,4.819]],[\"name/238\",[173,55.26]],[\"parent/238\",[]],[\"name/239\",[174,47.639]],[\"parent/239\",[173,5.048]],[\"name/240\",[163,32.975]],[\"parent/240\",[173,5.048]],[\"name/241\",[175,55.26]],[\"parent/241\",[]],[\"name/242\",[176,63.733]],[\"parent/242\",[175,5.048]],[\"name/243\",[163,32.975]],[\"parent/243\",[175,5.048]],[\"name/244\",[177,45.275]],[\"parent/244\",[]],[\"name/245\",[170,44.274]],[\"parent/245\",[177,4.136]],[\"name/246\",[178,63.733]],[\"parent/246\",[177,4.136]],[\"name/247\",[179,50.74]],[\"parent/247\",[177,4.136]],[\"name/248\",[122,46.387]],[\"parent/248\",[177,4.136]],[\"name/249\",[123,49.07]],[\"parent/249\",[177,4.136]],[\"name/250\",[180,55.26]],[\"parent/250\",[177,4.136]],[\"name/251\",[181,55.26]],[\"parent/251\",[177,4.136]],[\"name/252\",[171,47.639]],[\"parent/252\",[177,4.136]],[\"name/253\",[182,50.74]],[\"parent/253\",[]],[\"name/254\",[122,46.387]],[\"parent/254\",[182,4.635]],[\"name/255\",[123,49.07]],[\"parent/255\",[182,4.635]],[\"name/256\",[180,55.26]],[\"parent/256\",[182,4.635]],[\"name/257\",[181,55.26]],[\"parent/257\",[182,4.635]],[\"name/258\",[183,42.531]],[\"parent/258\",[]],[\"name/259\",[184,49.07]],[\"parent/259\",[183,3.885]],[\"name/260\",[185,49.07]],[\"parent/260\",[183,3.885]],[\"name/261\",[186,50.74]],[\"parent/261\",[183,3.885]],[\"name/262\",[187,55.26]],[\"parent/262\",[183,3.885]],[\"name/263\",[188,55.26]],[\"parent/263\",[183,3.885]],[\"name/264\",[174,47.639]],[\"parent/264\",[183,3.885]],[\"name/265\",[189,58.625]],[\"parent/265\",[183,3.885]],[\"name/266\",[190,52.747]],[\"parent/266\",[183,3.885]],[\"name/267\",[191,58.625]],[\"parent/267\",[183,3.885]],[\"name/268\",[163,32.975]],[\"parent/268\",[183,3.885]],[\"name/269\",[192,58.625]],[\"parent/269\",[183,3.885]],[\"name/270\",[193,42.531]],[\"parent/270\",[]],[\"name/271\",[192,58.625]],[\"parent/271\",[193,3.885]],[\"name/272\",[184,49.07]],[\"parent/272\",[193,3.885]],[\"name/273\",[185,49.07]],[\"parent/273\",[193,3.885]],[\"name/274\",[186,50.74]],[\"parent/274\",[193,3.885]],[\"name/275\",[187,55.26]],[\"parent/275\",[193,3.885]],[\"name/276\",[188,55.26]],[\"parent/276\",[193,3.885]],[\"name/277\",[174,47.639]],[\"parent/277\",[193,3.885]],[\"name/278\",[189,58.625]],[\"parent/278\",[193,3.885]],[\"name/279\",[190,52.747]],[\"parent/279\",[193,3.885]],[\"name/280\",[191,58.625]],[\"parent/280\",[193,3.885]],[\"name/281\",[163,32.975]],[\"parent/281\",[193,3.885]],[\"name/282\",[194,47.639]],[\"parent/282\",[]],[\"name/283\",[195,63.733]],[\"parent/283\",[194,4.352]],[\"name/284\",[196,63.733]],[\"parent/284\",[194,4.352]],[\"name/285\",[160,55.26]],[\"parent/285\",[194,4.352]],[\"name/286\",[197,55.26]],[\"parent/286\",[194,4.352]],[\"name/287\",[198,55.26]],[\"parent/287\",[194,4.352]],[\"name/288\",[199,63.733]],[\"parent/288\",[194,4.352]],[\"name/289\",[200,55.26]],[\"parent/289\",[]],[\"name/290\",[201,58.625]],[\"parent/290\",[200,5.048]],[\"name/291\",[202,58.625]],[\"parent/291\",[200,5.048]],[\"name/292\",[203,52.747]],[\"parent/292\",[]],[\"name/293\",[197,55.26]],[\"parent/293\",[203,4.819]],[\"name/294\",[198,55.26]],[\"parent/294\",[203,4.819]],[\"name/295\",[204,58.625]],[\"parent/295\",[203,4.819]],[\"name/296\",[205,55.26]],[\"parent/296\",[]],[\"name/297\",[206,58.625]],[\"parent/297\",[205,5.048]],[\"name/298\",[163,32.975]],[\"parent/298\",[205,5.048]],[\"name/299\",[207,55.26]],[\"parent/299\",[]],[\"name/300\",[206,58.625]],[\"parent/300\",[207,5.048]],[\"name/301\",[163,32.975]],[\"parent/301\",[207,5.048]],[\"name/302\",[208,41.761]],[\"parent/302\",[]],[\"name/303\",[209,58.625]],[\"parent/303\",[208,3.815]],[\"name/304\",[190,52.747]],[\"parent/304\",[208,3.815]],[\"name/305\",[210,58.625]],[\"parent/305\",[208,3.815]],[\"name/306\",[211,46.387]],[\"parent/306\",[208,3.815]],[\"name/307\",[212,46.387]],[\"parent/307\",[208,3.815]],[\"name/308\",[213,44.274]],[\"parent/308\",[208,3.815]],[\"name/309\",[214,58.625]],[\"parent/309\",[208,3.815]],[\"name/310\",[215,50.74]],[\"parent/310\",[208,3.815]],[\"name/311\",[136,40.379]],[\"parent/311\",[208,3.815]],[\"name/312\",[216,58.625]],[\"parent/312\",[208,3.815]],[\"name/313\",[217,58.625]],[\"parent/313\",[208,3.815]],[\"name/314\",[218,49.07]],[\"parent/314\",[208,3.815]],[\"name/315\",[219,41.046]],[\"parent/315\",[]],[\"name/316\",[220,63.733]],[\"parent/316\",[219,3.75]],[\"name/317\",[209,58.625]],[\"parent/317\",[219,3.75]],[\"name/318\",[190,52.747]],[\"parent/318\",[219,3.75]],[\"name/319\",[210,58.625]],[\"parent/319\",[219,3.75]],[\"name/320\",[211,46.387]],[\"parent/320\",[219,3.75]],[\"name/321\",[212,46.387]],[\"parent/321\",[219,3.75]],[\"name/322\",[213,44.274]],[\"parent/322\",[219,3.75]],[\"name/323\",[214,58.625]],[\"parent/323\",[219,3.75]],[\"name/324\",[215,50.74]],[\"parent/324\",[219,3.75]],[\"name/325\",[136,40.379]],[\"parent/325\",[219,3.75]],[\"name/326\",[216,58.625]],[\"parent/326\",[219,3.75]],[\"name/327\",[217,58.625]],[\"parent/327\",[219,3.75]],[\"name/328\",[218,49.07]],[\"parent/328\",[219,3.75]],[\"name/329\",[221,58.625]],[\"parent/329\",[]],[\"name/330\",[222,63.733]],[\"parent/330\",[221,5.355]],[\"name/331\",[223,47.639]],[\"parent/331\",[]],[\"name/332\",[122,46.387]],[\"parent/332\",[223,4.352]],[\"name/333\",[129,50.74]],[\"parent/333\",[223,4.352]],[\"name/334\",[224,63.733]],[\"parent/334\",[223,4.352]],[\"name/335\",[225,63.733]],[\"parent/335\",[223,4.352]],[\"name/336\",[226,63.733]],[\"parent/336\",[223,4.352]],[\"name/337\",[227,63.733]],[\"parent/337\",[223,4.352]],[\"name/338\",[133,49.07]],[\"parent/338\",[]],[\"name/339\",[228,58.625]],[\"parent/339\",[133,4.483]],[\"name/340\",[229,58.625]],[\"parent/340\",[133,4.483]],[\"name/341\",[134,43.364]],[\"parent/341\",[]],[\"name/342\",[228,58.625]],[\"parent/342\",[134,3.961]],[\"name/343\",[229,58.625]],[\"parent/343\",[134,3.961]],[\"name/344\",[230,63.733]],[\"parent/344\",[134,3.961]],[\"name/345\",[231,63.733]],[\"parent/345\",[134,3.961]],[\"name/346\",[232,63.733]],[\"parent/346\",[134,3.961]],[\"name/347\",[233,63.733]],[\"parent/347\",[134,3.961]],[\"name/348\",[234,49.07]],[\"parent/348\",[]],[\"name/349\",[235,63.733]],[\"parent/349\",[234,4.483]],[\"name/350\",[236,63.733]],[\"parent/350\",[234,4.483]],[\"name/351\",[237,63.733]],[\"parent/351\",[234,4.483]],[\"name/352\",[238,63.733]],[\"parent/352\",[234,4.483]],[\"name/353\",[239,63.733]],[\"parent/353\",[234,4.483]],[\"name/354\",[135,49.07]],[\"parent/354\",[]],[\"name/355\",[240,58.625]],[\"parent/355\",[135,4.483]],[\"name/356\",[241,63.733]],[\"parent/356\",[135,4.483]],[\"name/357\",[242,45.275]],[\"parent/357\",[]],[\"name/358\",[163,32.975]],[\"parent/358\",[242,4.136]],[\"name/359\",[174,47.639]],[\"parent/359\",[242,4.136]],[\"name/360\",[243,55.26]],[\"parent/360\",[242,4.136]],[\"name/361\",[244,55.26]],[\"parent/361\",[242,4.136]],[\"name/362\",[245,52.747]],[\"parent/362\",[242,4.136]],[\"name/363\",[246,52.747]],[\"parent/363\",[242,4.136]],[\"name/364\",[247,49.07]],[\"parent/364\",[242,4.136]],[\"name/365\",[248,55.26]],[\"parent/365\",[242,4.136]],[\"name/366\",[249,45.275]],[\"parent/366\",[]],[\"name/367\",[163,32.975]],[\"parent/367\",[249,4.136]],[\"name/368\",[174,47.639]],[\"parent/368\",[249,4.136]],[\"name/369\",[243,55.26]],[\"parent/369\",[249,4.136]],[\"name/370\",[244,55.26]],[\"parent/370\",[249,4.136]],[\"name/371\",[245,52.747]],[\"parent/371\",[249,4.136]],[\"name/372\",[246,52.747]],[\"parent/372\",[249,4.136]],[\"name/373\",[247,49.07]],[\"parent/373\",[249,4.136]],[\"name/374\",[248,55.26]],[\"parent/374\",[249,4.136]],[\"name/375\",[250,55.26]],[\"parent/375\",[]],[\"name/376\",[251,58.625]],[\"parent/376\",[250,5.048]],[\"name/377\",[252,58.625]],[\"parent/377\",[250,5.048]],[\"name/378\",[253,55.26]],[\"parent/378\",[]],[\"name/379\",[251,58.625]],[\"parent/379\",[253,5.048]],[\"name/380\",[252,58.625]],[\"parent/380\",[253,5.048]],[\"name/381\",[254,58.625]],[\"parent/381\",[]],[\"name/382\",[255,63.733]],[\"parent/382\",[254,5.355]],[\"name/383\",[256,50.74]],[\"parent/383\",[]],[\"name/384\",[257,58.625]],[\"parent/384\",[256,4.635]],[\"name/385\",[163,32.975]],[\"parent/385\",[256,4.635]],[\"name/386\",[258,49.07]],[\"parent/386\",[256,4.635]],[\"name/387\",[259,52.747]],[\"parent/387\",[256,4.635]],[\"name/388\",[260,50.74]],[\"parent/388\",[]],[\"name/389\",[257,58.625]],[\"parent/389\",[260,4.635]],[\"name/390\",[163,32.975]],[\"parent/390\",[260,4.635]],[\"name/391\",[258,49.07]],[\"parent/391\",[260,4.635]],[\"name/392\",[259,52.747]],[\"parent/392\",[260,4.635]],[\"name/393\",[261,41.761]],[\"parent/393\",[]],[\"name/394\",[179,50.74]],[\"parent/394\",[261,3.815]],[\"name/395\",[23,41.046]],[\"parent/395\",[261,3.815]],[\"name/396\",[128,55.26]],[\"parent/396\",[261,3.815]],[\"name/397\",[129,50.74]],[\"parent/397\",[261,3.815]],[\"name/398\",[130,55.26]],[\"parent/398\",[261,3.815]],[\"name/399\",[131,55.26]],[\"parent/399\",[261,3.815]],[\"name/400\",[132,55.26]],[\"parent/400\",[261,3.815]],[\"name/401\",[133,49.07]],[\"parent/401\",[261,3.815]],[\"name/402\",[134,43.364]],[\"parent/402\",[261,3.815]],[\"name/403\",[135,49.07]],[\"parent/403\",[261,3.815]],[\"name/404\",[136,40.379]],[\"parent/404\",[261,3.815]],[\"name/405\",[121,43.364]],[\"parent/405\",[261,3.815]],[\"name/406\",[262,50.74]],[\"parent/406\",[]],[\"name/407\",[179,50.74]],[\"parent/407\",[262,4.635]],[\"name/408\",[23,41.046]],[\"parent/408\",[262,4.635]],[\"name/409\",[136,40.379]],[\"parent/409\",[262,4.635]],[\"name/410\",[121,43.364]],[\"parent/410\",[262,4.635]],[\"name/411\",[263,58.625]],[\"parent/411\",[]],[\"name/412\",[264,55.26]],[\"parent/412\",[263,5.355]],[\"name/413\",[265,58.625]],[\"parent/413\",[]],[\"name/414\",[264,55.26]],[\"parent/414\",[265,5.355]],[\"name/415\",[266,55.26]],[\"parent/415\",[]],[\"name/416\",[264,55.26]],[\"parent/416\",[266,5.048]],[\"name/417\",[163,32.975]],[\"parent/417\",[266,5.048]],[\"name/418\",[267,55.26]],[\"parent/418\",[]],[\"name/419\",[268,63.733]],[\"parent/419\",[267,5.048]],[\"name/420\",[166,55.26]],[\"parent/420\",[267,5.048]],[\"name/421\",[269,55.26]],[\"parent/421\",[]],[\"name/422\",[136,40.379]],[\"parent/422\",[269,5.048]],[\"name/423\",[179,50.74]],[\"parent/423\",[269,5.048]],[\"name/424\",[270,52.747]],[\"parent/424\",[]],[\"name/425\",[121,43.364]],[\"parent/425\",[270,4.819]],[\"name/426\",[247,49.07]],[\"parent/426\",[270,4.819]],[\"name/427\",[271,58.625]],[\"parent/427\",[270,4.819]],[\"name/428\",[272,52.747]],[\"parent/428\",[]],[\"name/429\",[170,44.274]],[\"parent/429\",[272,4.819]],[\"name/430\",[136,40.379]],[\"parent/430\",[272,4.819]],[\"name/431\",[121,43.364]],[\"parent/431\",[272,4.819]],[\"name/432\",[273,55.26]],[\"parent/432\",[]],[\"name/433\",[247,49.07]],[\"parent/433\",[273,5.048]],[\"name/434\",[271,58.625]],[\"parent/434\",[273,5.048]],[\"name/435\",[274,50.74]],[\"parent/435\",[]],[\"name/436\",[275,58.625]],[\"parent/436\",[274,4.635]],[\"name/437\",[276,63.733]],[\"parent/437\",[274,4.635]],[\"name/438\",[277,63.733]],[\"parent/438\",[274,4.635]],[\"name/439\",[278,63.733]],[\"parent/439\",[274,4.635]],[\"name/440\",[279,58.625]],[\"parent/440\",[]],[\"name/441\",[171,47.639]],[\"parent/441\",[279,5.355]],[\"name/442\",[280,55.26]],[\"parent/442\",[]],[\"name/443\",[125,55.26]],[\"parent/443\",[280,5.048]],[\"name/444\",[281,58.625]],[\"parent/444\",[280,5.048]],[\"name/445\",[282,50.74]],[\"parent/445\",[]],[\"name/446\",[163,32.975]],[\"parent/446\",[282,4.635]],[\"name/447\",[244,55.26]],[\"parent/447\",[282,4.635]],[\"name/448\",[243,55.26]],[\"parent/448\",[282,4.635]],[\"name/449\",[248,55.26]],[\"parent/449\",[282,4.635]],[\"name/450\",[283,52.747]],[\"parent/450\",[]],[\"name/451\",[284,63.733]],[\"parent/451\",[283,4.819]],[\"name/452\",[163,32.975]],[\"parent/452\",[283,4.819]],[\"name/453\",[258,49.07]],[\"parent/453\",[283,4.819]],[\"name/454\",[285,41.046]],[\"parent/454\",[]],[\"name/455\",[286,63.733]],[\"parent/455\",[285,3.75]],[\"name/456\",[287,63.733]],[\"parent/456\",[285,3.75]],[\"name/457\",[240,58.625]],[\"parent/457\",[285,3.75]],[\"name/458\",[136,40.379]],[\"parent/458\",[285,3.75]],[\"name/459\",[134,43.364]],[\"parent/459\",[285,3.75]],[\"name/460\",[121,43.364]],[\"parent/460\",[285,3.75]],[\"name/461\",[122,46.387]],[\"parent/461\",[285,3.75]],[\"name/462\",[123,49.07]],[\"parent/462\",[285,3.75]],[\"name/463\",[124,55.26]],[\"parent/463\",[285,3.75]],[\"name/464\",[125,55.26]],[\"parent/464\",[285,3.75]],[\"name/465\",[126,58.625]],[\"parent/465\",[285,3.75]],[\"name/466\",[127,58.625]],[\"parent/466\",[285,3.75]],[\"name/467\",[119,44.274]],[\"parent/467\",[285,3.75]],[\"name/468\",[288,55.26]],[\"parent/468\",[]],[\"name/469\",[212,46.387]],[\"parent/469\",[288,5.048]],[\"name/470\",[211,46.387]],[\"parent/470\",[288,5.048]],[\"name/471\",[289,52.747]],[\"parent/471\",[]],[\"name/472\",[174,47.639]],[\"parent/472\",[289,4.819]],[\"name/473\",[121,43.364]],[\"parent/473\",[289,4.819]],[\"name/474\",[163,32.975]],[\"parent/474\",[289,4.819]],[\"name/475\",[290,50.74]],[\"parent/475\",[]],[\"name/476\",[184,49.07]],[\"parent/476\",[290,4.635]],[\"name/477\",[185,49.07]],[\"parent/477\",[290,4.635]],[\"name/478\",[186,50.74]],[\"parent/478\",[290,4.635]],[\"name/479\",[163,32.975]],[\"parent/479\",[290,4.635]],[\"name/480\",[291,55.26]],[\"parent/480\",[]],[\"name/481\",[292,52.747]],[\"parent/481\",[291,5.048]],[\"name/482\",[163,32.975]],[\"parent/482\",[291,5.048]],[\"name/483\",[293,39.754]],[\"parent/483\",[]],[\"name/484\",[211,46.387]],[\"parent/484\",[293,3.632]],[\"name/485\",[212,46.387]],[\"parent/485\",[293,3.632]],[\"name/486\",[294,58.625]],[\"parent/486\",[293,3.632]],[\"name/487\",[295,52.747]],[\"parent/487\",[293,3.632]],[\"name/488\",[23,41.046]],[\"parent/488\",[293,3.632]],[\"name/489\",[128,55.26]],[\"parent/489\",[293,3.632]],[\"name/490\",[129,50.74]],[\"parent/490\",[293,3.632]],[\"name/491\",[130,55.26]],[\"parent/491\",[293,3.632]],[\"name/492\",[131,55.26]],[\"parent/492\",[293,3.632]],[\"name/493\",[132,55.26]],[\"parent/493\",[293,3.632]],[\"name/494\",[133,49.07]],[\"parent/494\",[293,3.632]],[\"name/495\",[134,43.364]],[\"parent/495\",[293,3.632]],[\"name/496\",[135,49.07]],[\"parent/496\",[293,3.632]],[\"name/497\",[136,40.379]],[\"parent/497\",[293,3.632]],[\"name/498\",[121,43.364]],[\"parent/498\",[293,3.632]],[\"name/499\",[296,52.747]],[\"parent/499\",[]],[\"name/500\",[174,47.639]],[\"parent/500\",[296,4.819]],[\"name/501\",[121,43.364]],[\"parent/501\",[296,4.819]],[\"name/502\",[163,32.975]],[\"parent/502\",[296,4.819]],[\"name/503\",[297,55.26]],[\"parent/503\",[]],[\"name/504\",[292,52.747]],[\"parent/504\",[297,5.048]],[\"name/505\",[163,32.975]],[\"parent/505\",[297,5.048]],[\"name/506\",[298,44.274]],[\"parent/506\",[]],[\"name/507\",[184,49.07]],[\"parent/507\",[298,4.045]],[\"name/508\",[185,49.07]],[\"parent/508\",[298,4.045]],[\"name/509\",[186,50.74]],[\"parent/509\",[298,4.045]],[\"name/510\",[299,55.26]],[\"parent/510\",[298,4.045]],[\"name/511\",[300,55.26]],[\"parent/511\",[298,4.045]],[\"name/512\",[301,55.26]],[\"parent/512\",[298,4.045]],[\"name/513\",[302,55.26]],[\"parent/513\",[298,4.045]],[\"name/514\",[303,55.26]],[\"parent/514\",[298,4.045]],[\"name/515\",[163,32.975]],[\"parent/515\",[298,4.045]],[\"name/516\",[304,42.531]],[\"parent/516\",[]],[\"name/517\",[170,44.274]],[\"parent/517\",[304,3.885]],[\"name/518\",[136,40.379]],[\"parent/518\",[304,3.885]],[\"name/519\",[184,49.07]],[\"parent/519\",[304,3.885]],[\"name/520\",[185,49.07]],[\"parent/520\",[304,3.885]],[\"name/521\",[186,50.74]],[\"parent/521\",[304,3.885]],[\"name/522\",[299,55.26]],[\"parent/522\",[304,3.885]],[\"name/523\",[300,55.26]],[\"parent/523\",[304,3.885]],[\"name/524\",[301,55.26]],[\"parent/524\",[304,3.885]],[\"name/525\",[302,55.26]],[\"parent/525\",[304,3.885]],[\"name/526\",[303,55.26]],[\"parent/526\",[304,3.885]],[\"name/527\",[163,32.975]],[\"parent/527\",[304,3.885]],[\"name/528\",[305,55.26]],[\"parent/528\",[]],[\"name/529\",[163,32.975]],[\"parent/529\",[305,5.048]],[\"name/530\",[306,63.733]],[\"parent/530\",[305,5.048]],[\"name/531\",[307,39.754]],[\"parent/531\",[]],[\"name/532\",[299,55.26]],[\"parent/532\",[307,3.632]],[\"name/533\",[170,44.274]],[\"parent/533\",[307,3.632]],[\"name/534\",[136,40.379]],[\"parent/534\",[307,3.632]],[\"name/535\",[308,63.733]],[\"parent/535\",[307,3.632]],[\"name/536\",[300,55.26]],[\"parent/536\",[307,3.632]],[\"name/537\",[301,55.26]],[\"parent/537\",[307,3.632]],[\"name/538\",[302,55.26]],[\"parent/538\",[307,3.632]],[\"name/539\",[309,63.733]],[\"parent/539\",[307,3.632]],[\"name/540\",[310,63.733]],[\"parent/540\",[307,3.632]],[\"name/541\",[311,63.733]],[\"parent/541\",[307,3.632]],[\"name/542\",[312,63.733]],[\"parent/542\",[307,3.632]],[\"name/543\",[295,52.747]],[\"parent/543\",[307,3.632]],[\"name/544\",[313,63.733]],[\"parent/544\",[307,3.632]],[\"name/545\",[314,63.733]],[\"parent/545\",[307,3.632]],[\"name/546\",[294,58.625]],[\"parent/546\",[307,3.632]],[\"name/547\",[315,52.747]],[\"parent/547\",[]],[\"name/548\",[316,58.625]],[\"parent/548\",[315,4.819]],[\"name/549\",[123,49.07]],[\"parent/549\",[315,4.819]],[\"name/550\",[317,58.625]],[\"parent/550\",[315,4.819]],[\"name/551\",[318,55.26]],[\"parent/551\",[]],[\"name/552\",[201,58.625]],[\"parent/552\",[318,5.048]],[\"name/553\",[202,58.625]],[\"parent/553\",[318,5.048]],[\"name/554\",[319,47.639]],[\"parent/554\",[]],[\"name/555\",[320,63.733]],[\"parent/555\",[319,4.352]],[\"name/556\",[281,58.625]],[\"parent/556\",[319,4.352]],[\"name/557\",[321,63.733]],[\"parent/557\",[319,4.352]],[\"name/558\",[322,63.733]],[\"parent/558\",[319,4.352]],[\"name/559\",[323,63.733]],[\"parent/559\",[319,4.352]],[\"name/560\",[204,58.625]],[\"parent/560\",[319,4.352]],[\"name/561\",[324,55.26]],[\"parent/561\",[]],[\"name/562\",[325,63.733]],[\"parent/562\",[324,5.048]],[\"name/563\",[326,63.733]],[\"parent/563\",[324,5.048]],[\"name/564\",[327,52.747]],[\"parent/564\",[]],[\"name/565\",[213,44.274]],[\"parent/565\",[327,4.819]],[\"name/566\",[328,63.733]],[\"parent/566\",[327,4.819]],[\"name/567\",[329,63.733]],[\"parent/567\",[327,4.819]],[\"name/568\",[330,52.747]],[\"parent/568\",[]],[\"name/569\",[170,44.274]],[\"parent/569\",[330,4.819]],[\"name/570\",[124,55.26]],[\"parent/570\",[330,4.819]],[\"name/571\",[331,63.733]],[\"parent/571\",[330,4.819]],[\"name/572\",[332,52.747]],[\"parent/572\",[]],[\"name/573\",[170,44.274]],[\"parent/573\",[332,4.819]],[\"name/574\",[333,46.387]],[\"parent/574\",[332,4.819]],[\"name/575\",[334,63.733]],[\"parent/575\",[332,4.819]],[\"name/576\",[333,46.387]],[\"parent/576\",[]],[\"name/577\",[335,63.733]],[\"parent/577\",[333,4.238]],[\"name/578\",[336,63.733]],[\"parent/578\",[333,4.238]],[\"name/579\",[337,63.733]],[\"parent/579\",[333,4.238]],[\"name/580\",[338,63.733]],[\"parent/580\",[333,4.238]],[\"name/581\",[339,63.733]],[\"parent/581\",[333,4.238]],[\"name/582\",[340,63.733]],[\"parent/582\",[333,4.238]],[\"name/583\",[341,58.625]],[\"parent/583\",[]],[\"name/584\",[295,52.747]],[\"parent/584\",[341,5.355]],[\"name/585\",[342,58.625]],[\"parent/585\",[]],[\"name/586\",[259,52.747]],[\"parent/586\",[342,5.355]],[\"name/587\",[343,63.733]],[\"parent/587\",[]],[\"name/588\",[344,58.625]],[\"parent/588\",[]],[\"name/589\",[345,63.733]],[\"parent/589\",[344,5.355]],[\"name/590\",[215,50.74]],[\"parent/590\",[]],[\"name/591\",[136,40.379]],[\"parent/591\",[215,4.635]],[\"name/592\",[213,44.274]],[\"parent/592\",[215,4.635]],[\"name/593\",[218,49.07]],[\"parent/593\",[]],[\"name/594\",[213,44.274]],[\"parent/594\",[218,4.483]],[\"name/595\",[119,44.274]],[\"parent/595\",[218,4.483]],[\"name/596\",[317,58.625]],[\"parent/596\",[218,4.483]],[\"name/597\",[346,50.74]],[\"parent/597\",[]],[\"name/598\",[163,32.975]],[\"parent/598\",[346,4.635]],[\"name/599\",[246,52.747]],[\"parent/599\",[346,4.635]],[\"name/600\",[245,52.747]],[\"parent/600\",[346,4.635]],[\"name/601\",[247,49.07]],[\"parent/601\",[346,4.635]],[\"name/602\",[347,50.74]],[\"parent/602\",[]],[\"name/603\",[163,32.975]],[\"parent/603\",[347,4.635]],[\"name/604\",[246,52.747]],[\"parent/604\",[347,4.635]],[\"name/605\",[245,52.747]],[\"parent/605\",[347,4.635]],[\"name/606\",[247,49.07]],[\"parent/606\",[347,4.635]],[\"name/607\",[348,52.747]],[\"parent/607\",[]],[\"name/608\",[349,58.625]],[\"parent/608\",[348,4.819]],[\"name/609\",[350,58.625]],[\"parent/609\",[348,4.819]],[\"name/610\",[163,32.975]],[\"parent/610\",[348,4.819]],[\"name/611\",[351,52.747]],[\"parent/611\",[]],[\"name/612\",[349,58.625]],[\"parent/612\",[351,4.819]],[\"name/613\",[350,58.625]],[\"parent/613\",[351,4.819]],[\"name/614\",[163,32.975]],[\"parent/614\",[351,4.819]],[\"name/615\",[352,55.26]],[\"parent/615\",[]],[\"name/616\",[292,52.747]],[\"parent/616\",[352,5.048]],[\"name/617\",[163,32.975]],[\"parent/617\",[352,5.048]],[\"name/618\",[353,55.26]],[\"parent/618\",[]],[\"name/619\",[292,52.747]],[\"parent/619\",[353,5.048]],[\"name/620\",[163,32.975]],[\"parent/620\",[353,5.048]],[\"name/621\",[354,44.274]],[\"parent/621\",[]],[\"name/622\",[275,58.625]],[\"parent/622\",[354,4.045]],[\"name/623\",[355,63.733]],[\"parent/623\",[354,4.045]],[\"name/624\",[356,63.733]],[\"parent/624\",[354,4.045]],[\"name/625\",[357,63.733]],[\"parent/625\",[354,4.045]],[\"name/626\",[129,50.74]],[\"parent/626\",[354,4.045]],[\"name/627\",[358,63.733]],[\"parent/627\",[354,4.045]],[\"name/628\",[359,63.733]],[\"parent/628\",[354,4.045]],[\"name/629\",[360,63.733]],[\"parent/629\",[354,4.045]],[\"name/630\",[361,63.733]],[\"parent/630\",[354,4.045]],[\"name/631\",[362,50.74]],[\"parent/631\",[]],[\"name/632\",[363,63.733]],[\"parent/632\",[362,4.635]],[\"name/633\",[364,63.733]],[\"parent/633\",[362,4.635]],[\"name/634\",[365,63.733]],[\"parent/634\",[362,4.635]],[\"name/635\",[366,63.733]],[\"parent/635\",[362,4.635]],[\"name/636\",[367,55.26]],[\"parent/636\",[]],[\"name/637\",[368,63.733]],[\"parent/637\",[367,5.048]],[\"name/638\",[295,52.747]],[\"parent/638\",[367,5.048]],[\"name/639\",[369,55.26]],[\"parent/639\",[]],[\"name/640\",[370,63.733]],[\"parent/640\",[369,5.048]],[\"name/641\",[371,63.733]],[\"parent/641\",[369,5.048]],[\"name/642\",[372,50.74]],[\"parent/642\",[]],[\"name/643\",[373,58.625]],[\"parent/643\",[372,4.635]],[\"name/644\",[187,55.26]],[\"parent/644\",[372,4.635]],[\"name/645\",[188,55.26]],[\"parent/645\",[372,4.635]],[\"name/646\",[374,58.625]],[\"parent/646\",[372,4.635]],[\"name/647\",[375,50.74]],[\"parent/647\",[]],[\"name/648\",[373,58.625]],[\"parent/648\",[375,4.635]],[\"name/649\",[376,55.26]],[\"parent/649\",[375,4.635]],[\"name/650\",[377,63.733]],[\"parent/650\",[375,4.635]],[\"name/651\",[374,58.625]],[\"parent/651\",[375,4.635]],[\"name/652\",[378,63.733]],[\"parent/652\",[]],[\"name/653\",[379,63.733]],[\"parent/653\",[]],[\"name/654\",[380,63.733]],[\"parent/654\",[]],[\"name/655\",[381,58.625]],[\"parent/655\",[]],[\"name/656\",[382,63.733]],[\"parent/656\",[381,5.355]],[\"name/657\",[383,49.07]],[\"parent/657\",[]],[\"name/658\",[384,63.733]],[\"parent/658\",[383,4.483]],[\"name/659\",[160,55.26]],[\"parent/659\",[383,4.483]],[\"name/660\",[197,55.26]],[\"parent/660\",[383,4.483]],[\"name/661\",[198,55.26]],[\"parent/661\",[383,4.483]],[\"name/662\",[385,63.733]],[\"parent/662\",[383,4.483]],[\"name/663\",[386,55.26]],[\"parent/663\",[]],[\"name/664\",[387,63.733]],[\"parent/664\",[386,5.048]],[\"name/665\",[388,63.733]],[\"parent/665\",[386,5.048]],[\"name/666\",[389,58.625]],[\"parent/666\",[]],[\"name/667\",[390,63.733]],[\"parent/667\",[389,5.355]],[\"name/668\",[391,41.761]],[\"parent/668\",[]],[\"name/669\",[392,63.733]],[\"parent/669\",[391,3.815]],[\"name/670\",[393,63.733]],[\"parent/670\",[391,3.815]],[\"name/671\",[211,46.387]],[\"parent/671\",[391,3.815]],[\"name/672\",[212,46.387]],[\"parent/672\",[391,3.815]],[\"name/673\",[394,63.733]],[\"parent/673\",[391,3.815]],[\"name/674\",[316,58.625]],[\"parent/674\",[391,3.815]],[\"name/675\",[122,46.387]],[\"parent/675\",[391,3.815]],[\"name/676\",[123,49.07]],[\"parent/676\",[391,3.815]],[\"name/677\",[180,55.26]],[\"parent/677\",[391,3.815]],[\"name/678\",[170,44.274]],[\"parent/678\",[391,3.815]],[\"name/679\",[181,55.26]],[\"parent/679\",[391,3.815]],[\"name/680\",[136,40.379]],[\"parent/680\",[391,3.815]],[\"name/681\",[395,52.747]],[\"parent/681\",[]],[\"name/682\",[396,63.733]],[\"parent/682\",[395,4.819]],[\"name/683\",[397,55.26]],[\"parent/683\",[395,4.819]],[\"name/684\",[171,47.639]],[\"parent/684\",[395,4.819]],[\"name/685\",[398,58.625]],[\"parent/685\",[]],[\"name/686\",[399,63.733]],[\"parent/686\",[398,5.355]],[\"name/687\",[400,52.747]],[\"parent/687\",[]],[\"name/688\",[213,44.274]],[\"parent/688\",[400,4.819]],[\"name/689\",[122,46.387]],[\"parent/689\",[400,4.819]],[\"name/690\",[162,41.761]],[\"parent/690\",[400,4.819]],[\"name/691\",[401,50.74]],[\"parent/691\",[]],[\"name/692\",[402,63.733]],[\"parent/692\",[401,4.635]],[\"name/693\",[213,44.274]],[\"parent/693\",[401,4.635]],[\"name/694\",[122,46.387]],[\"parent/694\",[401,4.635]],[\"name/695\",[162,41.761]],[\"parent/695\",[401,4.635]],[\"name/696\",[403,50.74]],[\"parent/696\",[]],[\"name/697\",[404,63.733]],[\"parent/697\",[403,4.635]],[\"name/698\",[405,58.625]],[\"parent/698\",[403,4.635]],[\"name/699\",[406,63.733]],[\"parent/699\",[403,4.635]],[\"name/700\",[407,58.625]],[\"parent/700\",[403,4.635]],[\"name/701\",[408,50.74]],[\"parent/701\",[]],[\"name/702\",[409,63.733]],[\"parent/702\",[408,4.635]],[\"name/703\",[15,55.26]],[\"parent/703\",[408,4.635]],[\"name/704\",[410,63.733]],[\"parent/704\",[408,4.635]],[\"name/705\",[411,63.733]],[\"parent/705\",[408,4.635]],[\"name/706\",[412,43.364]],[\"parent/706\",[]],[\"name/707\",[162,41.761]],[\"parent/707\",[412,3.961]],[\"name/708\",[413,58.625]],[\"parent/708\",[412,3.961]],[\"name/709\",[171,47.639]],[\"parent/709\",[412,3.961]],[\"name/710\",[212,46.387]],[\"parent/710\",[412,3.961]],[\"name/711\",[211,46.387]],[\"parent/711\",[412,3.961]],[\"name/712\",[213,44.274]],[\"parent/712\",[412,3.961]],[\"name/713\",[414,58.625]],[\"parent/713\",[412,3.961]],[\"name/714\",[397,55.26]],[\"parent/714\",[412,3.961]],[\"name/715\",[415,58.625]],[\"parent/715\",[412,3.961]],[\"name/716\",[416,58.625]],[\"parent/716\",[412,3.961]],[\"name/717\",[417,52.747]],[\"parent/717\",[]],[\"name/718\",[418,63.733]],[\"parent/718\",[417,4.819]],[\"name/719\",[405,58.625]],[\"parent/719\",[417,4.819]],[\"name/720\",[407,58.625]],[\"parent/720\",[417,4.819]],[\"name/721\",[419,50.74]],[\"parent/721\",[]],[\"name/722\",[420,52.747]],[\"parent/722\",[419,4.635]],[\"name/723\",[119,44.274]],[\"parent/723\",[419,4.635]],[\"name/724\",[421,58.625]],[\"parent/724\",[419,4.635]],[\"name/725\",[413,58.625]],[\"parent/725\",[419,4.635]],[\"name/726\",[422,55.26]],[\"parent/726\",[]],[\"name/727\",[423,58.625]],[\"parent/727\",[422,5.048]],[\"name/728\",[424,63.733]],[\"parent/728\",[422,5.048]],[\"name/729\",[425,44.274]],[\"parent/729\",[]],[\"name/730\",[426,50.74]],[\"parent/730\",[425,4.045]],[\"name/731\",[27,35.801]],[\"parent/731\",[425,4.045]],[\"name/732\",[162,41.761]],[\"parent/732\",[425,4.045]],[\"name/733\",[30,47.639]],[\"parent/733\",[425,4.045]],[\"name/734\",[427,49.07]],[\"parent/734\",[425,4.045]],[\"name/735\",[428,50.74]],[\"parent/735\",[425,4.045]],[\"name/736\",[429,50.74]],[\"parent/736\",[425,4.045]],[\"name/737\",[430,50.74]],[\"parent/737\",[425,4.045]],[\"name/738\",[431,49.07]],[\"parent/738\",[425,4.045]],[\"name/739\",[432,55.26]],[\"parent/739\",[]],[\"name/740\",[433,63.733]],[\"parent/740\",[432,5.048]],[\"name/741\",[434,63.733]],[\"parent/741\",[432,5.048]],[\"name/742\",[435,50.74]],[\"parent/742\",[]],[\"name/743\",[436,63.733]],[\"parent/743\",[435,4.635]],[\"name/744\",[437,63.733]],[\"parent/744\",[435,4.635]],[\"name/745\",[438,63.733]],[\"parent/745\",[435,4.635]],[\"name/746\",[439,63.733]],[\"parent/746\",[435,4.635]],[\"name/747\",[440,44.274]],[\"parent/747\",[]],[\"name/748\",[162,41.761]],[\"parent/748\",[440,4.045]],[\"name/749\",[426,50.74]],[\"parent/749\",[440,4.045]],[\"name/750\",[27,35.801]],[\"parent/750\",[440,4.045]],[\"name/751\",[30,47.639]],[\"parent/751\",[440,4.045]],[\"name/752\",[427,49.07]],[\"parent/752\",[440,4.045]],[\"name/753\",[428,50.74]],[\"parent/753\",[440,4.045]],[\"name/754\",[429,50.74]],[\"parent/754\",[440,4.045]],[\"name/755\",[430,50.74]],[\"parent/755\",[440,4.045]],[\"name/756\",[431,49.07]],[\"parent/756\",[440,4.045]],[\"name/757\",[441,44.274]],[\"parent/757\",[]],[\"name/758\",[162,41.761]],[\"parent/758\",[441,4.045]],[\"name/759\",[426,50.74]],[\"parent/759\",[441,4.045]],[\"name/760\",[27,35.801]],[\"parent/760\",[441,4.045]],[\"name/761\",[30,47.639]],[\"parent/761\",[441,4.045]],[\"name/762\",[427,49.07]],[\"parent/762\",[441,4.045]],[\"name/763\",[428,50.74]],[\"parent/763\",[441,4.045]],[\"name/764\",[429,50.74]],[\"parent/764\",[441,4.045]],[\"name/765\",[430,50.74]],[\"parent/765\",[441,4.045]],[\"name/766\",[431,49.07]],[\"parent/766\",[441,4.045]],[\"name/767\",[442,44.274]],[\"parent/767\",[]],[\"name/768\",[162,41.761]],[\"parent/768\",[442,4.045]],[\"name/769\",[426,50.74]],[\"parent/769\",[442,4.045]],[\"name/770\",[27,35.801]],[\"parent/770\",[442,4.045]],[\"name/771\",[30,47.639]],[\"parent/771\",[442,4.045]],[\"name/772\",[427,49.07]],[\"parent/772\",[442,4.045]],[\"name/773\",[428,50.74]],[\"parent/773\",[442,4.045]],[\"name/774\",[429,50.74]],[\"parent/774\",[442,4.045]],[\"name/775\",[430,50.74]],[\"parent/775\",[442,4.045]],[\"name/776\",[431,49.07]],[\"parent/776\",[442,4.045]],[\"name/777\",[443,44.274]],[\"parent/777\",[]],[\"name/778\",[162,41.761]],[\"parent/778\",[443,4.045]],[\"name/779\",[426,50.74]],[\"parent/779\",[443,4.045]],[\"name/780\",[27,35.801]],[\"parent/780\",[443,4.045]],[\"name/781\",[30,47.639]],[\"parent/781\",[443,4.045]],[\"name/782\",[427,49.07]],[\"parent/782\",[443,4.045]],[\"name/783\",[428,50.74]],[\"parent/783\",[443,4.045]],[\"name/784\",[429,50.74]],[\"parent/784\",[443,4.045]],[\"name/785\",[430,50.74]],[\"parent/785\",[443,4.045]],[\"name/786\",[431,49.07]],[\"parent/786\",[443,4.045]],[\"name/787\",[444,55.26]],[\"parent/787\",[]],[\"name/788\",[445,63.733]],[\"parent/788\",[444,5.048]],[\"name/789\",[258,49.07]],[\"parent/789\",[444,5.048]],[\"name/790\",[446,55.26]],[\"parent/790\",[]],[\"name/791\",[303,55.26]],[\"parent/791\",[446,5.048]],[\"name/792\",[163,32.975]],[\"parent/792\",[446,5.048]],[\"name/793\",[447,52.747]],[\"parent/793\",[]],[\"name/794\",[376,55.26]],[\"parent/794\",[447,4.819]],[\"name/795\",[258,49.07]],[\"parent/795\",[447,4.819]],[\"name/796\",[163,32.975]],[\"parent/796\",[447,4.819]],[\"name/797\",[448,58.625]],[\"parent/797\",[]],[\"name/798\",[431,49.07]],[\"parent/798\",[448,5.355]],[\"name/799\",[449,55.26]],[\"parent/799\",[]],[\"name/800\",[450,58.625]],[\"parent/800\",[449,5.048]],[\"name/801\",[27,35.801]],[\"parent/801\",[449,5.048]],[\"name/802\",[451,55.26]],[\"parent/802\",[]],[\"name/803\",[376,55.26]],[\"parent/803\",[451,5.048]],[\"name/804\",[27,35.801]],[\"parent/804\",[451,5.048]],[\"name/805\",[452,55.26]],[\"parent/805\",[]],[\"name/806\",[170,44.274]],[\"parent/806\",[452,5.048]],[\"name/807\",[136,40.379]],[\"parent/807\",[452,5.048]],[\"name/808\",[453,52.747]],[\"parent/808\",[]],[\"name/809\",[450,58.625]],[\"parent/809\",[453,4.819]],[\"name/810\",[258,49.07]],[\"parent/810\",[453,4.819]],[\"name/811\",[163,32.975]],[\"parent/811\",[453,4.819]],[\"name/812\",[454,58.625]],[\"parent/812\",[]],[\"name/813\",[427,49.07]],[\"parent/813\",[454,5.355]],[\"name/814\",[455,55.26]],[\"parent/814\",[]],[\"name/815\",[456,63.733]],[\"parent/815\",[455,5.048]],[\"name/816\",[457,63.733]],[\"parent/816\",[455,5.048]],[\"name/817\",[458,55.26]],[\"parent/817\",[]],[\"name/818\",[459,63.733]],[\"parent/818\",[458,5.048]],[\"name/819\",[460,63.733]],[\"parent/819\",[458,5.048]],[\"name/820\",[461,58.625]],[\"parent/820\",[]],[\"name/821\",[462,63.733]],[\"parent/821\",[461,5.355]],[\"name/822\",[463,63.733]],[\"parent/822\",[]],[\"name/823\",[464,63.733]],[\"parent/823\",[]],[\"name/824\",[465,49.07]],[\"parent/824\",[]],[\"name/825\",[212,46.387]],[\"parent/825\",[465,4.483]],[\"name/826\",[211,46.387]],[\"parent/826\",[465,4.483]],[\"name/827\",[466,63.733]],[\"parent/827\",[465,4.483]],[\"name/828\",[213,44.274]],[\"parent/828\",[465,4.483]],[\"name/829\",[421,58.625]],[\"parent/829\",[465,4.483]],[\"name/830\",[467,49.07]],[\"parent/830\",[]],[\"name/831\",[468,63.733]],[\"parent/831\",[467,4.483]],[\"name/832\",[469,63.733]],[\"parent/832\",[467,4.483]],[\"name/833\",[470,63.733]],[\"parent/833\",[467,4.483]],[\"name/834\",[471,63.733]],[\"parent/834\",[467,4.483]],[\"name/835\",[472,63.733]],[\"parent/835\",[467,4.483]],[\"name/836\",[473,63.733]],[\"parent/836\",[]],[\"name/837\",[474,55.26]],[\"parent/837\",[]],[\"name/838\",[475,63.733]],[\"parent/838\",[474,5.048]],[\"name/839\",[476,63.733]],[\"parent/839\",[474,5.048]],[\"name/840\",[477,55.26]],[\"parent/840\",[]],[\"name/841\",[162,41.761]],[\"parent/841\",[477,5.048]],[\"name/842\",[478,58.625]],[\"parent/842\",[477,5.048]],[\"name/843\",[479,55.26]],[\"parent/843\",[]],[\"name/844\",[162,41.761]],[\"parent/844\",[479,5.048]],[\"name/845\",[478,58.625]],[\"parent/845\",[479,5.048]],[\"name/846\",[480,42.531]],[\"parent/846\",[]],[\"name/847\",[162,41.761]],[\"parent/847\",[480,3.885]],[\"name/848\",[211,46.387]],[\"parent/848\",[480,3.885]],[\"name/849\",[212,46.387]],[\"parent/849\",[480,3.885]],[\"name/850\",[213,44.274]],[\"parent/850\",[480,3.885]],[\"name/851\",[414,58.625]],[\"parent/851\",[480,3.885]],[\"name/852\",[397,55.26]],[\"parent/852\",[480,3.885]],[\"name/853\",[415,58.625]],[\"parent/853\",[480,3.885]],[\"name/854\",[416,58.625]],[\"parent/854\",[480,3.885]],[\"name/855\",[171,47.639]],[\"parent/855\",[480,3.885]],[\"name/856\",[481,63.733]],[\"parent/856\",[480,3.885]],[\"name/857\",[423,58.625]],[\"parent/857\",[480,3.885]],[\"name/858\",[482,52.747]],[\"parent/858\",[]],[\"name/859\",[259,52.747]],[\"parent/859\",[482,4.819]],[\"name/860\",[119,44.274]],[\"parent/860\",[482,4.819]],[\"name/861\",[420,52.747]],[\"parent/861\",[482,4.819]],[\"name/862\",[483,50.74]],[\"parent/862\",[]],[\"name/863\",[184,49.07]],[\"parent/863\",[483,4.635]],[\"name/864\",[185,49.07]],[\"parent/864\",[483,4.635]],[\"name/865\",[119,44.274]],[\"parent/865\",[483,4.635]],[\"name/866\",[420,52.747]],[\"parent/866\",[483,4.635]],[\"name/867\",[484,55.26]],[\"parent/867\",[]],[\"name/868\",[119,44.274]],[\"parent/868\",[484,5.048]],[\"name/869\",[420,52.747]],[\"parent/869\",[484,5.048]],[\"name/870\",[485,63.733]],[\"parent/870\",[]],[\"name/871\",[486,50.74]],[\"parent/871\",[]],[\"name/872\",[179,50.74]],[\"parent/872\",[486,4.635]],[\"name/873\",[487,63.733]],[\"parent/873\",[486,4.635]],[\"name/874\",[488,63.733]],[\"parent/874\",[486,4.635]],[\"name/875\",[489,63.733]],[\"parent/875\",[486,4.635]],[\"name/876\",[490,63.733]],[\"parent/876\",[]],[\"name/877\",[491,63.733]],[\"parent/877\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":22,\"name\":{\"23\":{},\"24\":{},\"27\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{},\"55\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{}},\"parent\":{}}],[\"_events\",{\"_index\":41,\"name\":{\"57\":{}},\"parent\":{}}],[\"_listenercount\",{\"_index\":52,\"name\":{\"70\":{}},\"parent\":{}}],[\"_listeners\",{\"_index\":53,\"name\":{\"71\":{}},\"parent\":{}}],[\"_off\",{\"_index\":50,\"name\":{\"68\":{}},\"parent\":{}}],[\"_removealllisteners\",{\"_index\":51,\"name\":{\"69\":{}},\"parent\":{}}],[\"_startpending\",{\"_index\":37,\"name\":{\"52\":{}},\"parent\":{}}],[\"addaddresses\",{\"_index\":459,\"name\":{\"818\":{}},\"parent\":{}}],[\"addfilters\",{\"_index\":456,\"name\":{\"815\":{}},\"parent\":{}}],[\"address\",{\"_index\":119,\"name\":{\"160\":{},\"169\":{},\"224\":{},\"227\":{},\"467\":{},\"595\":{},\"723\":{},\"860\":{},\"865\":{},\"868\":{}},\"parent\":{}}],[\"address_activity\",{\"_index\":438,\"name\":{\"745\":{}},\"parent\":{}}],[\"addressactivityresponse\",{\"_index\":447,\"name\":{\"793\":{}},\"parent\":{\"794\":{},\"795\":{},\"796\":{}}}],[\"addressactivitywebhook\",{\"_index\":442,\"name\":{\"767\":{}},\"parent\":{\"768\":{},\"769\":{},\"770\":{},\"771\":{},\"772\":{},\"773\":{},\"774\":{},\"775\":{},\"776\":{}}}],[\"addresses\",{\"_index\":376,\"name\":{\"649\":{},\"794\":{},\"803\":{}},\"parent\":{}}],[\"addresswebhookparams\",{\"_index\":451,\"name\":{\"802\":{}},\"parent\":{\"803\":{},\"804\":{}}}],[\"addresswebhookupdate\",{\"_index\":464,\"name\":{\"823\":{}},\"parent\":{}}],[\"airdrops\",{\"_index\":252,\"name\":{\"377\":{},\"380\":{}},\"parent\":{}}],[\"alchemy\",{\"_index\":1,\"name\":{\"1\":{}},\"parent\":{\"2\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"8\":{},\"9\":{}}}],[\"alchemyconfig\",{\"_index\":25,\"name\":{\"36\":{}},\"parent\":{\"37\":{},\"38\":{},\"39\":{},\"40\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{},\"46\":{}}}],[\"alchemyeventfilter\",{\"_index\":380,\"name\":{\"654\":{}},\"parent\":{}}],[\"alchemyeventtype\",{\"_index\":379,\"name\":{\"653\":{}},\"parent\":{}}],[\"alchemyminedtransactionsaddress\",{\"_index\":378,\"name\":{\"652\":{}},\"parent\":{}}],[\"alchemyminedtransactionseventfilter\",{\"_index\":375,\"name\":{\"647\":{}},\"parent\":{\"648\":{},\"649\":{},\"650\":{},\"651\":{}}}],[\"alchemypendingtransactionseventfilter\",{\"_index\":372,\"name\":{\"642\":{}},\"parent\":{\"643\":{},\"644\":{},\"645\":{},\"646\":{}}}],[\"alchemyprovider\",{\"_index\":35,\"name\":{\"47\":{}},\"parent\":{\"48\":{},\"49\":{},\"50\":{},\"51\":{},\"52\":{},\"53\":{},\"54\":{},\"55\":{}}}],[\"alchemyproviderpromise\",{\"_index\":11,\"name\":{\"12\":{}},\"parent\":{}}],[\"alchemysettings\",{\"_index\":143,\"name\":{\"191\":{}},\"parent\":{\"192\":{},\"193\":{},\"194\":{},\"195\":{},\"196\":{},\"197\":{},\"198\":{}}}],[\"alchemysubscription\",{\"_index\":369,\"name\":{\"639\":{}},\"parent\":{\"640\":{},\"641\":{}}}],[\"alchemywebsocketprovider\",{\"_index\":40,\"name\":{\"56\":{}},\"parent\":{\"57\":{},\"58\":{},\"59\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"68\":{},\"69\":{},\"70\":{},\"71\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{}}}],[\"already_queued\",{\"_index\":336,\"name\":{\"578\":{}},\"parent\":{}}],[\"amount\",{\"_index\":316,\"name\":{\"548\":{},\"674\":{}},\"parent\":{}}],[\"apikey\",{\"_index\":26,\"name\":{\"38\":{},\"48\":{},\"58\":{},\"192\":{}},\"parent\":{}}],[\"appid\",{\"_index\":431,\"name\":{\"738\":{},\"756\":{},\"766\":{},\"776\":{},\"786\":{},\"798\":{}},\"parent\":{}}],[\"approve\",{\"_index\":387,\"name\":{\"664\":{}},\"parent\":{}}],[\"approved\",{\"_index\":364,\"name\":{\"633\":{}},\"parent\":{}}],[\"arb_goerli\",{\"_index\":154,\"name\":{\"210\":{}},\"parent\":{}}],[\"arb_mainnet\",{\"_index\":152,\"name\":{\"208\":{}},\"parent\":{}}],[\"arb_rinkeby\",{\"_index\":153,\"name\":{\"209\":{}},\"parent\":{}}],[\"ascending\",{\"_index\":201,\"name\":{\"290\":{},\"552\":{}},\"parent\":{}}],[\"asset\",{\"_index\":216,\"name\":{\"312\":{},\"326\":{}},\"parent\":{}}],[\"assettransferscategory\",{\"_index\":194,\"name\":{\"282\":{}},\"parent\":{\"283\":{},\"284\":{},\"285\":{},\"286\":{},\"287\":{},\"288\":{}}}],[\"assettransfersmetadata\",{\"_index\":221,\"name\":{\"329\":{}},\"parent\":{\"330\":{}}}],[\"assettransfersorder\",{\"_index\":200,\"name\":{\"289\":{}},\"parent\":{\"290\":{},\"291\":{}}}],[\"assettransfersparams\",{\"_index\":183,\"name\":{\"258\":{}},\"parent\":{\"259\":{},\"260\":{},\"261\":{},\"262\":{},\"263\":{},\"264\":{},\"265\":{},\"266\":{},\"267\":{},\"268\":{},\"269\":{}}}],[\"assettransfersresponse\",{\"_index\":205,\"name\":{\"296\":{}},\"parent\":{\"297\":{},\"298\":{}}}],[\"assettransfersresult\",{\"_index\":208,\"name\":{\"302\":{}},\"parent\":{\"303\":{},\"304\":{},\"305\":{},\"306\":{},\"307\":{},\"308\":{},\"309\":{},\"310\":{},\"311\":{},\"312\":{},\"313\":{},\"314\":{}}}],[\"assettransferswithmetadataparams\",{\"_index\":193,\"name\":{\"270\":{}},\"parent\":{\"271\":{},\"272\":{},\"273\":{},\"274\":{},\"275\":{},\"276\":{},\"277\":{},\"278\":{},\"279\":{},\"280\":{},\"281\":{}}}],[\"assettransferswithmetadataresponse\",{\"_index\":207,\"name\":{\"299\":{}},\"parent\":{\"300\":{},\"301\":{}}}],[\"assettransferswithmetadataresult\",{\"_index\":219,\"name\":{\"315\":{}},\"parent\":{\"316\":{},\"317\":{},\"318\":{},\"319\":{},\"320\":{},\"321\":{},\"322\":{},\"323\":{},\"324\":{},\"325\":{},\"326\":{},\"327\":{},\"328\":{}}}],[\"assettype\",{\"_index\":392,\"name\":{\"669\":{}},\"parent\":{}}],[\"astar_mainnet\",{\"_index\":157,\"name\":{\"213\":{}},\"parent\":{}}],[\"attributes\",{\"_index\":227,\"name\":{\"337\":{}},\"parent\":{}}],[\"authority\",{\"_index\":407,\"name\":{\"700\":{},\"720\":{}},\"parent\":{}}],[\"authtoken\",{\"_index\":31,\"name\":{\"43\":{},\"196\":{}},\"parent\":{}}],[\"background_color\",{\"_index\":226,\"name\":{\"336\":{}},\"parent\":{}}],[\"balance\",{\"_index\":179,\"name\":{\"247\":{},\"394\":{},\"407\":{},\"423\":{},\"872\":{}},\"parent\":{}}],[\"basenft\",{\"_index\":137,\"name\":{\"182\":{}},\"parent\":{\"183\":{},\"184\":{},\"185\":{}}}],[\"basenftcontract\",{\"_index\":118,\"name\":{\"159\":{}},\"parent\":{\"160\":{}}}],[\"batchrequests\",{\"_index\":29,\"name\":{\"41\":{},\"50\":{},\"198\":{}},\"parent\":{}}],[\"block\",{\"_index\":350,\"name\":{\"609\":{},\"613\":{}},\"parent\":{}}],[\"blockhash\",{\"_index\":259,\"name\":{\"387\":{},\"392\":{},\"586\":{},\"859\":{}},\"parent\":{}}],[\"blockidentifier\",{\"_index\":473,\"name\":{\"836\":{}},\"parent\":{}}],[\"blocknum\",{\"_index\":210,\"name\":{\"305\":{},\"319\":{}},\"parent\":{}}],[\"blocknumber\",{\"_index\":295,\"name\":{\"487\":{},\"543\":{},\"584\":{},\"638\":{}},\"parent\":{}}],[\"blocktimestamp\",{\"_index\":222,\"name\":{\"330\":{}},\"parent\":{}}],[\"bundleindex\",{\"_index\":314,\"name\":{\"545\":{}},\"parent\":{}}],[\"buyer\",{\"_index\":325,\"name\":{\"562\":{}},\"parent\":{}}],[\"buyeraddress\",{\"_index\":300,\"name\":{\"511\":{},\"523\":{},\"536\":{}},\"parent\":{}}],[\"bytes\",{\"_index\":233,\"name\":{\"347\":{}},\"parent\":{}}],[\"call\",{\"_index\":15,\"name\":{\"16\":{},\"120\":{},\"703\":{}},\"parent\":{}}],[\"call_tracer\",{\"_index\":475,\"name\":{\"838\":{}},\"parent\":{}}],[\"calls\",{\"_index\":423,\"name\":{\"727\":{},\"857\":{}},\"parent\":{}}],[\"cancelprivatetransaction\",{\"_index\":101,\"name\":{\"138\":{}},\"parent\":{}}],[\"category\",{\"_index\":190,\"name\":{\"266\":{},\"279\":{},\"304\":{},\"318\":{}},\"parent\":{}}],[\"changes\",{\"_index\":396,\"name\":{\"682\":{}},\"parent\":{}}],[\"changetype\",{\"_index\":393,\"name\":{\"670\":{}},\"parent\":{}}],[\"checknftownership\",{\"_index\":68,\"name\":{\"90\":{}},\"parent\":{}}],[\"classifications\",{\"_index\":241,\"name\":{\"356\":{}},\"parent\":{}}],[\"code\",{\"_index\":488,\"name\":{\"874\":{}},\"parent\":{}}],[\"collectionname\",{\"_index\":355,\"name\":{\"623\":{}},\"parent\":{}}],[\"collectionurl\",{\"_index\":277,\"name\":{\"438\":{}},\"parent\":{}}],[\"commitmentlevel\",{\"_index\":467,\"name\":{\"830\":{}},\"parent\":{\"831\":{},\"832\":{},\"833\":{},\"834\":{},\"835\":{}}}],[\"computerarity\",{\"_index\":74,\"name\":{\"96\":{}},\"parent\":{}}],[\"config\",{\"_index\":7,\"name\":{\"7\":{}},\"parent\":{}}],[\"constructor\",{\"_index\":2,\"name\":{\"2\":{},\"11\":{},\"26\":{},\"35\":{},\"37\":{}},\"parent\":{}}],[\"contract\",{\"_index\":23,\"name\":{\"25\":{},\"171\":{},\"183\":{},\"395\":{},\"408\":{},\"488\":{}},\"parent\":{\"26\":{},\"27\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{}}}],[\"contractaddress\",{\"_index\":170,\"name\":{\"231\":{},\"235\":{},\"245\":{},\"429\":{},\"517\":{},\"533\":{},\"569\":{},\"573\":{},\"678\":{},\"806\":{}},\"parent\":{}}],[\"contractaddresses\",{\"_index\":174,\"name\":{\"239\":{},\"264\":{},\"277\":{},\"359\":{},\"368\":{},\"472\":{},\"500\":{}},\"parent\":{}}],[\"contractdeployer\",{\"_index\":126,\"name\":{\"167\":{},\"465\":{}},\"parent\":{}}],[\"contractfactory\",{\"_index\":24,\"name\":{\"34\":{}},\"parent\":{\"35\":{}}}],[\"contractforowner\",{\"_index\":285,\"name\":{\"454\":{}},\"parent\":{\"455\":{},\"456\":{},\"457\":{},\"458\":{},\"459\":{},\"460\":{},\"461\":{},\"462\":{},\"463\":{},\"464\":{},\"465\":{},\"466\":{},\"467\":{}}}],[\"contracts\",{\"_index\":284,\"name\":{\"451\":{}},\"parent\":{}}],[\"core\",{\"_index\":3,\"name\":{\"3\":{}},\"parent\":{}}],[\"corenamespace\",{\"_index\":80,\"name\":{\"108\":{}},\"parent\":{\"109\":{},\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"124\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{},\"129\":{},\"130\":{},\"131\":{},\"132\":{},\"133\":{},\"134\":{},\"135\":{}}}],[\"create\",{\"_index\":409,\"name\":{\"702\":{}},\"parent\":{}}],[\"createwebhook\",{\"_index\":110,\"name\":{\"151\":{}},\"parent\":{}}],[\"cryptopunks\",{\"_index\":323,\"name\":{\"559\":{}},\"parent\":{}}],[\"data\",{\"_index\":421,\"name\":{\"724\":{},\"829\":{}},\"parent\":{}}],[\"debug\",{\"_index\":9,\"name\":{\"9\":{}},\"parent\":{}}],[\"debugcalltrace\",{\"_index\":480,\"name\":{\"846\":{}},\"parent\":{\"847\":{},\"848\":{},\"849\":{},\"850\":{},\"851\":{},\"852\":{},\"853\":{},\"854\":{},\"855\":{},\"856\":{},\"857\":{}}}],[\"debugcalltracer\",{\"_index\":477,\"name\":{\"840\":{}},\"parent\":{\"841\":{},\"842\":{}}}],[\"debugcalltype\",{\"_index\":408,\"name\":{\"701\":{}},\"parent\":{\"702\":{},\"703\":{},\"704\":{},\"705\":{}}}],[\"debugnamespace\",{\"_index\":114,\"name\":{\"155\":{}},\"parent\":{\"156\":{},\"157\":{},\"158\":{}}}],[\"debugprestate\",{\"_index\":486,\"name\":{\"871\":{}},\"parent\":{\"872\":{},\"873\":{},\"874\":{},\"875\":{}}}],[\"debugprestatetrace\",{\"_index\":485,\"name\":{\"870\":{}},\"parent\":{}}],[\"debugprestatetracer\",{\"_index\":479,\"name\":{\"843\":{}},\"parent\":{\"844\":{},\"845\":{}}}],[\"debugtracertype\",{\"_index\":474,\"name\":{\"837\":{}},\"parent\":{\"838\":{},\"839\":{}}}],[\"debugtransaction\",{\"_index\":465,\"name\":{\"824\":{}},\"parent\":{\"825\":{},\"826\":{},\"827\":{},\"828\":{},\"829\":{}}}],[\"decimal\",{\"_index\":317,\"name\":{\"550\":{},\"596\":{}},\"parent\":{}}],[\"decimals\",{\"_index\":180,\"name\":{\"250\":{},\"256\":{},\"677\":{}},\"parent\":{}}],[\"decoded\",{\"_index\":413,\"name\":{\"708\":{},\"725\":{}},\"parent\":{}}],[\"decodedcallparam\",{\"_index\":400,\"name\":{\"687\":{}},\"parent\":{\"688\":{},\"689\":{},\"690\":{}}}],[\"decodeddebugcalltrace\",{\"_index\":403,\"name\":{\"696\":{}},\"parent\":{\"697\":{},\"698\":{},\"699\":{},\"700\":{}}}],[\"decodedlog\",{\"_index\":417,\"name\":{\"717\":{}},\"parent\":{\"718\":{},\"719\":{},\"720\":{}}}],[\"decodedloginput\",{\"_index\":401,\"name\":{\"691\":{}},\"parent\":{\"692\":{},\"693\":{},\"694\":{},\"695\":{}}}],[\"decodingauthority\",{\"_index\":398,\"name\":{\"685\":{}},\"parent\":{\"686\":{}}}],[\"default_tokens\",{\"_index\":159,\"name\":{\"215\":{}},\"parent\":{}}],[\"delegatecall\",{\"_index\":411,\"name\":{\"705\":{}},\"parent\":{}}],[\"deletewebhook\",{\"_index\":111,\"name\":{\"152\":{}},\"parent\":{}}],[\"deployedblocknumber\",{\"_index\":127,\"name\":{\"168\":{},\"466\":{}},\"parent\":{}}],[\"deployeraddress\",{\"_index\":368,\"name\":{\"637\":{}},\"parent\":{}}],[\"deployresult\",{\"_index\":367,\"name\":{\"636\":{}},\"parent\":{\"637\":{},\"638\":{}}}],[\"descending\",{\"_index\":202,\"name\":{\"291\":{},\"553\":{}},\"parent\":{}}],[\"description\",{\"_index\":129,\"name\":{\"173\":{},\"333\":{},\"397\":{},\"490\":{},\"626\":{}},\"parent\":{}}],[\"destroy\",{\"_index\":48,\"name\":{\"65\":{}},\"parent\":{}}],[\"detectnetwork\",{\"_index\":36,\"name\":{\"51\":{}},\"parent\":{}}],[\"discordurl\",{\"_index\":360,\"name\":{\"629\":{}},\"parent\":{}}],[\"does_not_exist\",{\"_index\":335,\"name\":{\"577\":{}},\"parent\":{}}],[\"dropped_transaction\",{\"_index\":437,\"name\":{\"744\":{}},\"parent\":{}}],[\"droppedtransactionwebhook\",{\"_index\":441,\"name\":{\"757\":{}},\"parent\":{\"758\":{},\"759\":{},\"760\":{},\"761\":{},\"762\":{},\"763\":{},\"764\":{},\"765\":{},\"766\":{}}}],[\"earliest\",{\"_index\":472,\"name\":{\"835\":{}},\"parent\":{}}],[\"emitevent\",{\"_index\":49,\"name\":{\"67\":{}},\"parent\":{}}],[\"erc1155\",{\"_index\":198,\"name\":{\"287\":{},\"294\":{},\"661\":{}},\"parent\":{}}],[\"erc1155metadata\",{\"_index\":215,\"name\":{\"310\":{},\"324\":{},\"590\":{}},\"parent\":{\"591\":{},\"592\":{}}}],[\"erc20\",{\"_index\":160,\"name\":{\"216\":{},\"285\":{},\"659\":{}},\"parent\":{}}],[\"erc721\",{\"_index\":197,\"name\":{\"286\":{},\"293\":{},\"660\":{}},\"parent\":{}}],[\"erc721dishonesttotalsupply\",{\"_index\":237,\"name\":{\"351\":{}},\"parent\":{}}],[\"erc721tokenid\",{\"_index\":214,\"name\":{\"309\":{},\"323\":{}},\"parent\":{}}],[\"erc721toomanyowners\",{\"_index\":235,\"name\":{\"349\":{}},\"parent\":{}}],[\"erc721toomanytokens\",{\"_index\":236,\"name\":{\"350\":{}},\"parent\":{}}],[\"error\",{\"_index\":171,\"name\":{\"233\":{},\"237\":{},\"252\":{},\"441\":{},\"684\":{},\"709\":{},\"855\":{}},\"parent\":{}}],[\"estimategas\",{\"_index\":14,\"name\":{\"15\":{},\"121\":{},\"143\":{}},\"parent\":{}}],[\"eth_goerli\",{\"_index\":146,\"name\":{\"202\":{}},\"parent\":{}}],[\"eth_kovan\",{\"_index\":147,\"name\":{\"203\":{}},\"parent\":{}}],[\"eth_mainnet\",{\"_index\":144,\"name\":{\"200\":{}},\"parent\":{}}],[\"eth_rinkeby\",{\"_index\":148,\"name\":{\"204\":{}},\"parent\":{}}],[\"eth_ropsten\",{\"_index\":145,\"name\":{\"201\":{}},\"parent\":{}}],[\"etherscan\",{\"_index\":399,\"name\":{\"686\":{}},\"parent\":{}}],[\"eventfilter\",{\"_index\":484,\"name\":{\"867\":{}},\"parent\":{\"868\":{},\"869\":{}}}],[\"eventname\",{\"_index\":418,\"name\":{\"718\":{}},\"parent\":{}}],[\"excludefilters\",{\"_index\":243,\"name\":{\"360\":{},\"369\":{},\"448\":{}},\"parent\":{}}],[\"excludezerovalue\",{\"_index\":189,\"name\":{\"265\":{},\"278\":{}},\"parent\":{}}],[\"external\",{\"_index\":195,\"name\":{\"283\":{}},\"parent\":{}}],[\"external_url\",{\"_index\":225,\"name\":{\"335\":{}},\"parent\":{}}],[\"externalurl\",{\"_index\":358,\"name\":{\"627\":{}},\"parent\":{}}],[\"fast\",{\"_index\":382,\"name\":{\"656\":{}},\"parent\":{}}],[\"filter\",{\"_index\":483,\"name\":{\"862\":{}},\"parent\":{\"863\":{},\"864\":{},\"865\":{},\"866\":{}}}],[\"filterbyblockhash\",{\"_index\":482,\"name\":{\"858\":{}},\"parent\":{\"859\":{},\"860\":{},\"861\":{}}}],[\"filters\",{\"_index\":450,\"name\":{\"800\":{},\"809\":{}},\"parent\":{}}],[\"finalized\",{\"_index\":471,\"name\":{\"834\":{}},\"parent\":{}}],[\"findcontractdeployer\",{\"_index\":92,\"name\":{\"128\":{}},\"parent\":{}}],[\"finished\",{\"_index\":338,\"name\":{\"580\":{}},\"parent\":{}}],[\"floorprice\",{\"_index\":275,\"name\":{\"436\":{},\"622\":{}},\"parent\":{}}],[\"floorpriceerror\",{\"_index\":279,\"name\":{\"440\":{}},\"parent\":{\"441\":{}}}],[\"floorpricemarketplace\",{\"_index\":274,\"name\":{\"435\":{}},\"parent\":{\"436\":{},\"437\":{},\"438\":{},\"439\":{}}}],[\"format\",{\"_index\":231,\"name\":{\"345\":{}},\"parent\":{}}],[\"from\",{\"_index\":211,\"name\":{\"306\":{},\"320\":{},\"470\":{},\"484\":{},\"671\":{},\"711\":{},\"826\":{},\"848\":{}},\"parent\":{}}],[\"fromaddress\",{\"_index\":187,\"name\":{\"262\":{},\"275\":{},\"644\":{}},\"parent\":{}}],[\"fromblock\",{\"_index\":184,\"name\":{\"259\":{},\"272\":{},\"476\":{},\"507\":{},\"519\":{},\"863\":{}},\"parent\":{}}],[\"fromhex\",{\"_index\":138,\"name\":{\"186\":{}},\"parent\":{}}],[\"gas\",{\"_index\":414,\"name\":{\"713\":{},\"851\":{}},\"parent\":{}}],[\"gasprice\",{\"_index\":466,\"name\":{\"827\":{}},\"parent\":{}}],[\"gasused\",{\"_index\":397,\"name\":{\"683\":{},\"714\":{},\"852\":{}},\"parent\":{}}],[\"gateway\",{\"_index\":229,\"name\":{\"340\":{},\"343\":{}},\"parent\":{}}],[\"getaddresses\",{\"_index\":107,\"name\":{\"148\":{}},\"parent\":{}}],[\"getaddressesoptions\",{\"_index\":446,\"name\":{\"790\":{}},\"parent\":{\"791\":{},\"792\":{}}}],[\"getallwebhooks\",{\"_index\":106,\"name\":{\"147\":{}},\"parent\":{}}],[\"getallwebhooksresponse\",{\"_index\":444,\"name\":{\"787\":{}},\"parent\":{\"788\":{},\"789\":{}}}],[\"getassettransfers\",{\"_index\":96,\"name\":{\"132\":{}},\"parent\":{}}],[\"getbalance\",{\"_index\":12,\"name\":{\"13\":{},\"109\":{}},\"parent\":{}}],[\"getbasenftsforcontractoptions\",{\"_index\":347,\"name\":{\"602\":{}},\"parent\":{\"603\":{},\"604\":{},\"605\":{},\"606\":{}}}],[\"getbasenftsforowneroptions\",{\"_index\":249,\"name\":{\"366\":{}},\"parent\":{\"367\":{},\"368\":{},\"369\":{},\"370\":{},\"371\":{},\"372\":{},\"373\":{},\"374\":{}}}],[\"getblock\",{\"_index\":83,\"name\":{\"113\":{}},\"parent\":{}}],[\"getblocknumber\",{\"_index\":86,\"name\":{\"116\":{}},\"parent\":{}}],[\"getblockwithtransactions\",{\"_index\":84,\"name\":{\"114\":{}},\"parent\":{}}],[\"getchainid\",{\"_index\":17,\"name\":{\"18\":{}},\"parent\":{}}],[\"getcode\",{\"_index\":81,\"name\":{\"110\":{}},\"parent\":{}}],[\"getcontractmetadata\",{\"_index\":57,\"name\":{\"79\":{}},\"parent\":{}}],[\"getcontractsforowner\",{\"_index\":64,\"name\":{\"86\":{}},\"parent\":{}}],[\"getcontractsforowneroptions\",{\"_index\":282,\"name\":{\"445\":{}},\"parent\":{\"446\":{},\"447\":{},\"448\":{},\"449\":{}}}],[\"getcontractsforownerresponse\",{\"_index\":283,\"name\":{\"450\":{}},\"parent\":{\"451\":{},\"452\":{},\"453\":{}}}],[\"getfeedata\",{\"_index\":19,\"name\":{\"20\":{},\"118\":{}},\"parent\":{}}],[\"getfloorprice\",{\"_index\":72,\"name\":{\"94\":{}},\"parent\":{}}],[\"getfloorpriceresponse\",{\"_index\":280,\"name\":{\"442\":{}},\"parent\":{\"443\":{},\"444\":{}}}],[\"getgasprice\",{\"_index\":18,\"name\":{\"19\":{},\"117\":{}},\"parent\":{}}],[\"getlogs\",{\"_index\":91,\"name\":{\"126\":{}},\"parent\":{}}],[\"getmaxpriorityfeepergas\",{\"_index\":104,\"name\":{\"144\":{}},\"parent\":{}}],[\"getmintednfts\",{\"_index\":67,\"name\":{\"89\":{}},\"parent\":{}}],[\"getmintednftsoptions\",{\"_index\":296,\"name\":{\"499\":{}},\"parent\":{\"500\":{},\"501\":{},\"502\":{}}}],[\"getmintednftsresponse\",{\"_index\":297,\"name\":{\"503\":{}},\"parent\":{\"504\":{},\"505\":{}}}],[\"getnetwork\",{\"_index\":85,\"name\":{\"115\":{}},\"parent\":{}}],[\"getnftfilters\",{\"_index\":108,\"name\":{\"149\":{}},\"parent\":{}}],[\"getnftmetadata\",{\"_index\":55,\"name\":{\"77\":{}},\"parent\":{}}],[\"getnftmetadatabatch\",{\"_index\":56,\"name\":{\"78\":{}},\"parent\":{}}],[\"getnftmetadataoptions\",{\"_index\":270,\"name\":{\"424\":{}},\"parent\":{\"425\":{},\"426\":{},\"427\":{}}}],[\"getnftsales\",{\"_index\":73,\"name\":{\"95\":{}},\"parent\":{}}],[\"getnftsalesoptions\",{\"_index\":298,\"name\":{\"506\":{}},\"parent\":{\"507\":{},\"508\":{},\"509\":{},\"510\":{},\"511\":{},\"512\":{},\"513\":{},\"514\":{},\"515\":{}}}],[\"getnftsalesoptionsbycontractaddress\",{\"_index\":304,\"name\":{\"516\":{}},\"parent\":{\"517\":{},\"518\":{},\"519\":{},\"520\":{},\"521\":{},\"522\":{},\"523\":{},\"524\":{},\"525\":{},\"526\":{},\"527\":{}}}],[\"getnftsalesresponse\",{\"_index\":305,\"name\":{\"528\":{}},\"parent\":{\"529\":{},\"530\":{}}}],[\"getnftsforcontract\",{\"_index\":60,\"name\":{\"82\":{}},\"parent\":{}}],[\"getnftsforcontractiterator\",{\"_index\":61,\"name\":{\"83\":{}},\"parent\":{}}],[\"getnftsforcontractoptions\",{\"_index\":346,\"name\":{\"597\":{}},\"parent\":{\"598\":{},\"599\":{},\"600\":{},\"601\":{}}}],[\"getnftsforowner\",{\"_index\":59,\"name\":{\"81\":{}},\"parent\":{}}],[\"getnftsforowneriterator\",{\"_index\":58,\"name\":{\"80\":{}},\"parent\":{}}],[\"getnftsforowneroptions\",{\"_index\":242,\"name\":{\"357\":{}},\"parent\":{\"358\":{},\"359\":{},\"360\":{},\"361\":{},\"362\":{},\"363\":{},\"364\":{},\"365\":{}}}],[\"getownersforcontract\",{\"_index\":62,\"name\":{\"84\":{}},\"parent\":{}}],[\"getownersforcontractoptions\",{\"_index\":348,\"name\":{\"607\":{}},\"parent\":{\"608\":{},\"609\":{},\"610\":{}}}],[\"getownersforcontractresponse\",{\"_index\":265,\"name\":{\"413\":{}},\"parent\":{\"414\":{}}}],[\"getownersforcontractwithtokenbalancesoptions\",{\"_index\":351,\"name\":{\"611\":{}},\"parent\":{\"612\":{},\"613\":{},\"614\":{}}}],[\"getownersforcontractwithtokenbalancesresponse\",{\"_index\":266,\"name\":{\"415\":{}},\"parent\":{\"416\":{},\"417\":{}}}],[\"getownersfornft\",{\"_index\":63,\"name\":{\"85\":{}},\"parent\":{}}],[\"getownersfornftresponse\",{\"_index\":263,\"name\":{\"411\":{}},\"parent\":{\"412\":{}}}],[\"getprovider\",{\"_index\":33,\"name\":{\"45\":{}},\"parent\":{}}],[\"getspamcontracts\",{\"_index\":71,\"name\":{\"93\":{}},\"parent\":{}}],[\"getstorageat\",{\"_index\":82,\"name\":{\"111\":{}},\"parent\":{}}],[\"gettokenbalances\",{\"_index\":93,\"name\":{\"129\":{}},\"parent\":{}}],[\"gettokenmetadata\",{\"_index\":95,\"name\":{\"131\":{}},\"parent\":{}}],[\"gettokensforowner\",{\"_index\":94,\"name\":{\"130\":{}},\"parent\":{}}],[\"gettokensforowneroptions\",{\"_index\":173,\"name\":{\"238\":{}},\"parent\":{\"239\":{},\"240\":{}}}],[\"gettokensforownerresponse\",{\"_index\":175,\"name\":{\"241\":{}},\"parent\":{\"242\":{},\"243\":{}}}],[\"gettransaction\",{\"_index\":88,\"name\":{\"122\":{},\"141\":{}},\"parent\":{}}],[\"gettransactioncount\",{\"_index\":13,\"name\":{\"14\":{},\"112\":{}},\"parent\":{}}],[\"gettransactionreceipt\",{\"_index\":89,\"name\":{\"123\":{}},\"parent\":{}}],[\"gettransactionreceipts\",{\"_index\":97,\"name\":{\"133\":{}},\"parent\":{}}],[\"gettransfersforcontract\",{\"_index\":66,\"name\":{\"88\":{}},\"parent\":{}}],[\"gettransfersforcontractoptions\",{\"_index\":290,\"name\":{\"475\":{}},\"parent\":{\"476\":{},\"477\":{},\"478\":{},\"479\":{}}}],[\"gettransfersforowner\",{\"_index\":65,\"name\":{\"87\":{}},\"parent\":{}}],[\"gettransfersforowneroptions\",{\"_index\":289,\"name\":{\"471\":{}},\"parent\":{\"472\":{},\"473\":{},\"474\":{}}}],[\"gettransfersforownertransfertype\",{\"_index\":288,\"name\":{\"468\":{}},\"parent\":{\"469\":{},\"470\":{}}}],[\"getwallet\",{\"_index\":21,\"name\":{\"22\":{}},\"parent\":{}}],[\"getwebsocketprovider\",{\"_index\":34,\"name\":{\"46\":{}},\"parent\":{}}],[\"hash\",{\"_index\":217,\"name\":{\"313\":{},\"327\":{}},\"parent\":{}}],[\"hashesonly\",{\"_index\":374,\"name\":{\"646\":{},\"651\":{}},\"parent\":{}}],[\"id\",{\"_index\":426,\"name\":{\"730\":{},\"749\":{},\"759\":{},\"769\":{},\"779\":{}},\"parent\":{}}],[\"image\",{\"_index\":224,\"name\":{\"334\":{}},\"parent\":{}}],[\"imageurl\",{\"_index\":357,\"name\":{\"625\":{}},\"parent\":{}}],[\"in_progress\",{\"_index\":337,\"name\":{\"579\":{}},\"parent\":{}}],[\"includefilters\",{\"_index\":244,\"name\":{\"361\":{},\"370\":{},\"447\":{}},\"parent\":{}}],[\"includeremoved\",{\"_index\":377,\"name\":{\"650\":{}},\"parent\":{}}],[\"indexed\",{\"_index\":402,\"name\":{\"692\":{}},\"parent\":{}}],[\"input\",{\"_index\":415,\"name\":{\"715\":{},\"853\":{}},\"parent\":{}}],[\"inputs\",{\"_index\":405,\"name\":{\"698\":{},\"719\":{}},\"parent\":{}}],[\"internal\",{\"_index\":196,\"name\":{\"284\":{}},\"parent\":{}}],[\"isactive\",{\"_index\":427,\"name\":{\"734\":{},\"752\":{},\"762\":{},\"772\":{},\"782\":{},\"813\":{}},\"parent\":{}}],[\"iscommunityresource\",{\"_index\":38,\"name\":{\"53\":{},\"66\":{}},\"parent\":{}}],[\"ishex\",{\"_index\":140,\"name\":{\"188\":{}},\"parent\":{}}],[\"isspam\",{\"_index\":240,\"name\":{\"355\":{},\"457\":{}},\"parent\":{}}],[\"isspamcontract\",{\"_index\":70,\"name\":{\"92\":{}},\"parent\":{}}],[\"lastingestedat\",{\"_index\":361,\"name\":{\"630\":{}},\"parent\":{}}],[\"latest\",{\"_index\":469,\"name\":{\"832\":{}},\"parent\":{}}],[\"limit\",{\"_index\":303,\"name\":{\"514\":{},\"526\":{},\"791\":{}},\"parent\":{}}],[\"listenercount\",{\"_index\":46,\"name\":{\"63\":{},\"106\":{}},\"parent\":{}}],[\"listeners\",{\"_index\":47,\"name\":{\"64\":{},\"107\":{}},\"parent\":{}}],[\"logindex\",{\"_index\":313,\"name\":{\"544\":{}},\"parent\":{}}],[\"loglevel\",{\"_index\":142,\"name\":{\"190\":{}},\"parent\":{}}],[\"logo\",{\"_index\":181,\"name\":{\"251\":{},\"257\":{},\"679\":{}},\"parent\":{}}],[\"logs\",{\"_index\":424,\"name\":{\"728\":{}},\"parent\":{}}],[\"looksrare\",{\"_index\":281,\"name\":{\"444\":{},\"556\":{}},\"parent\":{}}],[\"lookupaddress\",{\"_index\":98,\"name\":{\"135\":{}},\"parent\":{}}],[\"marketplace\",{\"_index\":299,\"name\":{\"510\":{},\"522\":{},\"532\":{}},\"parent\":{}}],[\"marketplacefee\",{\"_index\":310,\"name\":{\"540\":{}},\"parent\":{}}],[\"matic_mainnet\",{\"_index\":155,\"name\":{\"211\":{}},\"parent\":{}}],[\"matic_mumbai\",{\"_index\":156,\"name\":{\"212\":{}},\"parent\":{}}],[\"maxcount\",{\"_index\":191,\"name\":{\"267\":{},\"280\":{}},\"parent\":{}}],[\"maxretries\",{\"_index\":28,\"name\":{\"40\":{},\"49\":{},\"194\":{}},\"parent\":{}}],[\"media\",{\"_index\":134,\"name\":{\"178\":{},\"341\":{},\"402\":{},\"459\":{},\"495\":{}},\"parent\":{\"342\":{},\"343\":{},\"344\":{},\"345\":{},\"346\":{},\"347\":{}}}],[\"message\",{\"_index\":390,\"name\":{\"667\":{}},\"parent\":{}}],[\"metadata\",{\"_index\":220,\"name\":{\"316\":{}},\"parent\":{}}],[\"metadataerror\",{\"_index\":131,\"name\":{\"175\":{},\"399\":{},\"492\":{}},\"parent\":{}}],[\"method\",{\"_index\":373,\"name\":{\"643\":{},\"648\":{}},\"parent\":{}}],[\"methodname\",{\"_index\":404,\"name\":{\"697\":{}},\"parent\":{}}],[\"mined_transaction\",{\"_index\":436,\"name\":{\"743\":{}},\"parent\":{}}],[\"mined_transactions\",{\"_index\":371,\"name\":{\"641\":{}},\"parent\":{}}],[\"minedtransactionwebhook\",{\"_index\":440,\"name\":{\"747\":{}},\"parent\":{\"748\":{},\"749\":{},\"750\":{},\"751\":{},\"752\":{},\"753\":{},\"754\":{},\"755\":{},\"756\":{}}}],[\"mostlyhoneypotowners\",{\"_index\":238,\"name\":{\"352\":{}},\"parent\":{}}],[\"name\",{\"_index\":122,\"name\":{\"163\":{},\"248\":{},\"254\":{},\"332\":{},\"461\":{},\"675\":{},\"689\":{},\"694\":{}},\"parent\":{}}],[\"native\",{\"_index\":384,\"name\":{\"658\":{}},\"parent\":{}}],[\"network\",{\"_index\":27,\"name\":{\"39\":{},\"193\":{},\"199\":{},\"731\":{},\"750\":{},\"760\":{},\"770\":{},\"780\":{},\"801\":{},\"804\":{}},\"parent\":{\"200\":{},\"201\":{},\"202\":{},\"203\":{},\"204\":{},\"205\":{},\"206\":{},\"207\":{},\"208\":{},\"209\":{},\"210\":{},\"211\":{},\"212\":{},\"213\":{}}}],[\"newaddresses\",{\"_index\":462,\"name\":{\"821\":{}},\"parent\":{}}],[\"nft\",{\"_index\":4,\"name\":{\"4\":{},\"170\":{}},\"parent\":{\"171\":{},\"172\":{},\"173\":{},\"174\":{},\"175\":{},\"176\":{},\"177\":{},\"178\":{},\"179\":{},\"180\":{},\"181\":{}}}],[\"nft_activity\",{\"_index\":439,\"name\":{\"746\":{}},\"parent\":{}}],[\"nftactivitywebhook\",{\"_index\":443,\"name\":{\"777\":{}},\"parent\":{\"778\":{},\"779\":{},\"780\":{},\"781\":{},\"782\":{},\"783\":{},\"784\":{},\"785\":{},\"786\":{}}}],[\"nftattributerarity\",{\"_index\":327,\"name\":{\"564\":{}},\"parent\":{\"565\":{},\"566\":{},\"567\":{}}}],[\"nftattributesresponse\",{\"_index\":330,\"name\":{\"568\":{}},\"parent\":{\"569\":{},\"570\":{},\"571\":{}}}],[\"nftcontract\",{\"_index\":120,\"name\":{\"161\":{}},\"parent\":{\"162\":{},\"163\":{},\"164\":{},\"165\":{},\"166\":{},\"167\":{},\"168\":{},\"169\":{}}}],[\"nftcontractbasenftsresponse\",{\"_index\":352,\"name\":{\"615\":{}},\"parent\":{\"616\":{},\"617\":{}}}],[\"nftcontractnftsresponse\",{\"_index\":353,\"name\":{\"618\":{}},\"parent\":{\"619\":{},\"620\":{}}}],[\"nftcontractowner\",{\"_index\":267,\"name\":{\"418\":{}},\"parent\":{\"419\":{},\"420\":{}}}],[\"nftcontracttokenbalance\",{\"_index\":269,\"name\":{\"421\":{}},\"parent\":{\"422\":{},\"423\":{}}}],[\"nftexcludefilters\",{\"_index\":250,\"name\":{\"375\":{}},\"parent\":{\"376\":{},\"377\":{}}}],[\"nftfilter\",{\"_index\":452,\"name\":{\"805\":{}},\"parent\":{\"806\":{},\"807\":{}}}],[\"nftfilters\",{\"_index\":253,\"name\":{\"378\":{}},\"parent\":{\"379\":{},\"380\":{}}}],[\"nftfiltersresponse\",{\"_index\":453,\"name\":{\"808\":{}},\"parent\":{\"809\":{},\"810\":{},\"811\":{}}}],[\"nftmetadata\",{\"_index\":223,\"name\":{\"331\":{}},\"parent\":{\"332\":{},\"333\":{},\"334\":{},\"335\":{},\"336\":{},\"337\":{}}}],[\"nftmetadatabatchoptions\",{\"_index\":273,\"name\":{\"432\":{}},\"parent\":{\"433\":{},\"434\":{}}}],[\"nftmetadatabatchtoken\",{\"_index\":272,\"name\":{\"428\":{}},\"parent\":{\"429\":{},\"430\":{},\"431\":{}}}],[\"nftnamespace\",{\"_index\":54,\"name\":{\"76\":{}},\"parent\":{\"77\":{},\"78\":{},\"79\":{},\"80\":{},\"81\":{},\"82\":{},\"83\":{},\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{},\"89\":{},\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"95\":{},\"96\":{},\"97\":{},\"98\":{},\"99\":{},\"100\":{}}}],[\"nftordering\",{\"_index\":254,\"name\":{\"381\":{}},\"parent\":{\"382\":{}}}],[\"nfts\",{\"_index\":292,\"name\":{\"481\":{},\"504\":{},\"616\":{},\"619\":{}},\"parent\":{}}],[\"nftsale\",{\"_index\":307,\"name\":{\"531\":{}},\"parent\":{\"532\":{},\"533\":{},\"534\":{},\"535\":{},\"536\":{},\"537\":{},\"538\":{},\"539\":{},\"540\":{},\"541\":{},\"542\":{},\"543\":{},\"544\":{},\"545\":{},\"546\":{}}}],[\"nftsalefeedata\",{\"_index\":315,\"name\":{\"547\":{}},\"parent\":{\"548\":{},\"549\":{},\"550\":{}}}],[\"nftsalemarketplace\",{\"_index\":319,\"name\":{\"554\":{}},\"parent\":{\"555\":{},\"556\":{},\"557\":{},\"558\":{},\"559\":{},\"560\":{}}}],[\"nftsales\",{\"_index\":306,\"name\":{\"530\":{}},\"parent\":{}}],[\"nftsaletakertype\",{\"_index\":324,\"name\":{\"561\":{}},\"parent\":{\"562\":{},\"563\":{}}}],[\"nftspamclassification\",{\"_index\":234,\"name\":{\"348\":{}},\"parent\":{\"349\":{},\"350\":{},\"351\":{},\"352\":{},\"353\":{}}}],[\"nfttokentype\",{\"_index\":203,\"name\":{\"292\":{}},\"parent\":{\"293\":{},\"294\":{},\"295\":{}}}],[\"nftwebhookparams\",{\"_index\":449,\"name\":{\"799\":{}},\"parent\":{\"800\":{},\"801\":{}}}],[\"nftwebhookupdate\",{\"_index\":463,\"name\":{\"822\":{}},\"parent\":{}}],[\"nonce\",{\"_index\":487,\"name\":{\"873\":{}},\"parent\":{}}],[\"nonemptyarray\",{\"_index\":491,\"name\":{\"877\":{}},\"parent\":{}}],[\"not_requested\",{\"_index\":366,\"name\":{\"635\":{}},\"parent\":{}}],[\"notify\",{\"_index\":8,\"name\":{\"8\":{}},\"parent\":{}}],[\"notifynamespace\",{\"_index\":105,\"name\":{\"146\":{}},\"parent\":{\"147\":{},\"148\":{},\"149\":{},\"150\":{},\"151\":{},\"152\":{},\"153\":{},\"154\":{}}}],[\"numdistincttokensowned\",{\"_index\":287,\"name\":{\"456\":{}},\"parent\":{}}],[\"off\",{\"_index\":44,\"name\":{\"61\":{},\"104\":{}},\"parent\":{}}],[\"omitmetadata\",{\"_index\":246,\"name\":{\"363\":{},\"372\":{},\"599\":{},\"604\":{}},\"parent\":{}}],[\"on\",{\"_index\":42,\"name\":{\"59\":{},\"102\":{}},\"parent\":{}}],[\"once\",{\"_index\":43,\"name\":{\"60\":{},\"103\":{}},\"parent\":{}}],[\"onlytopcall\",{\"_index\":478,\"name\":{\"842\":{},\"845\":{}},\"parent\":{}}],[\"opensea\",{\"_index\":125,\"name\":{\"166\":{},\"443\":{},\"464\":{}},\"parent\":{}}],[\"openseacollectionmetadata\",{\"_index\":354,\"name\":{\"621\":{}},\"parent\":{\"622\":{},\"623\":{},\"624\":{},\"625\":{},\"626\":{},\"627\":{},\"628\":{},\"629\":{},\"630\":{}}}],[\"openseasafelistrequeststatus\",{\"_index\":362,\"name\":{\"631\":{}},\"parent\":{\"632\":{},\"633\":{},\"634\":{},\"635\":{}}}],[\"opt_goerli\",{\"_index\":151,\"name\":{\"207\":{}},\"parent\":{}}],[\"opt_kovan\",{\"_index\":150,\"name\":{\"206\":{}},\"parent\":{}}],[\"opt_mainnet\",{\"_index\":149,\"name\":{\"205\":{}},\"parent\":{}}],[\"order\",{\"_index\":186,\"name\":{\"261\":{},\"274\":{},\"478\":{},\"509\":{},\"521\":{}},\"parent\":{}}],[\"orderby\",{\"_index\":248,\"name\":{\"365\":{},\"374\":{},\"449\":{}},\"parent\":{}}],[\"output\",{\"_index\":416,\"name\":{\"716\":{},\"854\":{}},\"parent\":{}}],[\"outputs\",{\"_index\":406,\"name\":{\"699\":{}},\"parent\":{}}],[\"ownedbasenft\",{\"_index\":262,\"name\":{\"406\":{}},\"parent\":{\"407\":{},\"408\":{},\"409\":{},\"410\":{}}}],[\"ownedbasenftsresponse\",{\"_index\":260,\"name\":{\"388\":{}},\"parent\":{\"389\":{},\"390\":{},\"391\":{},\"392\":{}}}],[\"ownedbymosthoneypots\",{\"_index\":239,\"name\":{\"353\":{}},\"parent\":{}}],[\"ownednft\",{\"_index\":261,\"name\":{\"393\":{}},\"parent\":{\"394\":{},\"395\":{},\"396\":{},\"397\":{},\"398\":{},\"399\":{},\"400\":{},\"401\":{},\"402\":{},\"403\":{},\"404\":{},\"405\":{}}}],[\"ownednfts\",{\"_index\":257,\"name\":{\"384\":{},\"389\":{}},\"parent\":{}}],[\"ownednftsresponse\",{\"_index\":256,\"name\":{\"383\":{}},\"parent\":{\"384\":{},\"385\":{},\"386\":{},\"387\":{}}}],[\"ownedtoken\",{\"_index\":177,\"name\":{\"244\":{}},\"parent\":{\"245\":{},\"246\":{},\"247\":{},\"248\":{},\"249\":{},\"250\":{},\"251\":{},\"252\":{}}}],[\"owneraddress\",{\"_index\":268,\"name\":{\"419\":{}},\"parent\":{}}],[\"owners\",{\"_index\":264,\"name\":{\"412\":{},\"414\":{},\"416\":{}},\"parent\":{}}],[\"pagekey\",{\"_index\":163,\"name\":{\"219\":{},\"223\":{},\"240\":{},\"243\":{},\"268\":{},\"281\":{},\"298\":{},\"301\":{},\"358\":{},\"367\":{},\"385\":{},\"390\":{},\"417\":{},\"446\":{},\"452\":{},\"474\":{},\"479\":{},\"482\":{},\"502\":{},\"505\":{},\"515\":{},\"527\":{},\"529\":{},\"598\":{},\"603\":{},\"610\":{},\"614\":{},\"617\":{},\"620\":{},\"792\":{},\"796\":{},\"811\":{}},\"parent\":{}}],[\"pagesize\",{\"_index\":245,\"name\":{\"362\":{},\"371\":{},\"600\":{},\"605\":{}},\"parent\":{}}],[\"pending\",{\"_index\":468,\"name\":{\"831\":{}},\"parent\":{}}],[\"pending_transactions\",{\"_index\":370,\"name\":{\"640\":{}},\"parent\":{}}],[\"prestate_tracer\",{\"_index\":476,\"name\":{\"839\":{}},\"parent\":{}}],[\"prevalence\",{\"_index\":329,\"name\":{\"567\":{}},\"parent\":{}}],[\"pricecurrency\",{\"_index\":276,\"name\":{\"437\":{}},\"parent\":{}}],[\"progress\",{\"_index\":334,\"name\":{\"575\":{}},\"parent\":{}}],[\"protocolfee\",{\"_index\":311,\"name\":{\"541\":{}},\"parent\":{}}],[\"quantity\",{\"_index\":308,\"name\":{\"535\":{}},\"parent\":{}}],[\"queue_failed\",{\"_index\":340,\"name\":{\"582\":{}},\"parent\":{}}],[\"queued\",{\"_index\":339,\"name\":{\"581\":{}},\"parent\":{}}],[\"raw\",{\"_index\":228,\"name\":{\"339\":{},\"342\":{}},\"parent\":{}}],[\"rawamount\",{\"_index\":394,\"name\":{\"673\":{}},\"parent\":{}}],[\"rawbalance\",{\"_index\":178,\"name\":{\"246\":{}},\"parent\":{}}],[\"rawcontract\",{\"_index\":218,\"name\":{\"314\":{},\"328\":{},\"593\":{}},\"parent\":{\"594\":{},\"595\":{},\"596\":{}}}],[\"rawmetadata\",{\"_index\":132,\"name\":{\"176\":{},\"400\":{},\"493\":{}},\"parent\":{}}],[\"ready\",{\"_index\":87,\"name\":{\"119\":{}},\"parent\":{}}],[\"receipts\",{\"_index\":345,\"name\":{\"589\":{}},\"parent\":{}}],[\"refreshcache\",{\"_index\":271,\"name\":{\"427\":{},\"434\":{}},\"parent\":{}}],[\"refreshcontract\",{\"_index\":78,\"name\":{\"100\":{}},\"parent\":{}}],[\"refreshcontractresult\",{\"_index\":332,\"name\":{\"572\":{}},\"parent\":{\"573\":{},\"574\":{},\"575\":{}}}],[\"refreshnftmetadata\",{\"_index\":77,\"name\":{\"99\":{}},\"parent\":{}}],[\"refreshstate\",{\"_index\":333,\"name\":{\"574\":{},\"576\":{}},\"parent\":{\"577\":{},\"578\":{},\"579\":{},\"580\":{},\"581\":{},\"582\":{}}}],[\"removeaddresses\",{\"_index\":460,\"name\":{\"819\":{}},\"parent\":{}}],[\"removealllisteners\",{\"_index\":45,\"name\":{\"62\":{},\"105\":{}},\"parent\":{}}],[\"removefilters\",{\"_index\":457,\"name\":{\"816\":{}},\"parent\":{}}],[\"requested\",{\"_index\":365,\"name\":{\"634\":{}},\"parent\":{}}],[\"requesttimeout\",{\"_index\":32,\"name\":{\"44\":{},\"197\":{}},\"parent\":{}}],[\"requireatleastone\",{\"_index\":490,\"name\":{\"876\":{}},\"parent\":{}}],[\"resolvename\",{\"_index\":20,\"name\":{\"21\":{},\"134\":{}},\"parent\":{}}],[\"retrievedat\",{\"_index\":278,\"name\":{\"439\":{}},\"parent\":{}}],[\"revertreason\",{\"_index\":481,\"name\":{\"856\":{}},\"parent\":{}}],[\"royaltyfee\",{\"_index\":312,\"name\":{\"542\":{}},\"parent\":{}}],[\"safe\",{\"_index\":470,\"name\":{\"833\":{}},\"parent\":{}}],[\"safelistrequeststatus\",{\"_index\":356,\"name\":{\"624\":{}},\"parent\":{}}],[\"seaport\",{\"_index\":320,\"name\":{\"555\":{}},\"parent\":{}}],[\"searchcontractmetadata\",{\"_index\":75,\"name\":{\"97\":{}},\"parent\":{}}],[\"seller\",{\"_index\":326,\"name\":{\"563\":{}},\"parent\":{}}],[\"selleraddress\",{\"_index\":301,\"name\":{\"512\":{},\"524\":{},\"537\":{}},\"parent\":{}}],[\"sellerfee\",{\"_index\":309,\"name\":{\"539\":{}},\"parent\":{}}],[\"send\",{\"_index\":39,\"name\":{\"54\":{},\"127\":{}},\"parent\":{}}],[\"sendprivatetransaction\",{\"_index\":100,\"name\":{\"137\":{}},\"parent\":{}}],[\"sendprivatetransactionoptions\",{\"_index\":381,\"name\":{\"655\":{}},\"parent\":{\"656\":{}}}],[\"sendtransaction\",{\"_index\":16,\"name\":{\"17\":{},\"124\":{},\"142\":{}},\"parent\":{}}],[\"sendwebhookrequest\",{\"_index\":113,\"name\":{\"154\":{}},\"parent\":{}}],[\"setloglevel\",{\"_index\":141,\"name\":{\"189\":{}},\"parent\":{}}],[\"signingkey\",{\"_index\":429,\"name\":{\"736\":{},\"754\":{},\"764\":{},\"774\":{},\"784\":{}},\"parent\":{}}],[\"simulateassetchanges\",{\"_index\":102,\"name\":{\"139\":{}},\"parent\":{}}],[\"simulateassetchangeschange\",{\"_index\":391,\"name\":{\"668\":{}},\"parent\":{\"669\":{},\"670\":{},\"671\":{},\"672\":{},\"673\":{},\"674\":{},\"675\":{},\"676\":{},\"677\":{},\"678\":{},\"679\":{},\"680\":{}}}],[\"simulateassetchangeserror\",{\"_index\":389,\"name\":{\"666\":{}},\"parent\":{\"667\":{}}}],[\"simulateassetchangesresponse\",{\"_index\":395,\"name\":{\"681\":{}},\"parent\":{\"682\":{},\"683\":{},\"684\":{}}}],[\"simulateassettype\",{\"_index\":383,\"name\":{\"657\":{}},\"parent\":{\"658\":{},\"659\":{},\"660\":{},\"661\":{},\"662\":{}}}],[\"simulatechangetype\",{\"_index\":386,\"name\":{\"663\":{}},\"parent\":{\"664\":{},\"665\":{}}}],[\"simulateexecution\",{\"_index\":103,\"name\":{\"140\":{}},\"parent\":{}}],[\"simulateexecutionresponse\",{\"_index\":422,\"name\":{\"726\":{}},\"parent\":{\"727\":{},\"728\":{}}}],[\"simulationcalltrace\",{\"_index\":412,\"name\":{\"706\":{}},\"parent\":{\"707\":{},\"708\":{},\"709\":{},\"710\":{},\"711\":{},\"712\":{},\"713\":{},\"714\":{},\"715\":{},\"716\":{}}}],[\"simulationdebuglog\",{\"_index\":419,\"name\":{\"721\":{}},\"parent\":{\"722\":{},\"723\":{},\"724\":{},\"725\":{}}}],[\"size\",{\"_index\":232,\"name\":{\"346\":{}},\"parent\":{}}],[\"sortingorder\",{\"_index\":318,\"name\":{\"551\":{}},\"parent\":{\"552\":{},\"553\":{}}}],[\"spam\",{\"_index\":251,\"name\":{\"376\":{},\"379\":{}},\"parent\":{}}],[\"spaminfo\",{\"_index\":135,\"name\":{\"179\":{},\"354\":{},\"403\":{},\"496\":{}},\"parent\":{\"355\":{},\"356\":{}}}],[\"special_nft\",{\"_index\":385,\"name\":{\"662\":{}},\"parent\":{}}],[\"specialnft\",{\"_index\":199,\"name\":{\"288\":{}},\"parent\":{}}],[\"staticcall\",{\"_index\":410,\"name\":{\"704\":{}},\"parent\":{}}],[\"storage\",{\"_index\":489,\"name\":{\"875\":{}},\"parent\":{}}],[\"summarizenftattributes\",{\"_index\":76,\"name\":{\"98\":{}},\"parent\":{}}],[\"summary\",{\"_index\":331,\"name\":{\"571\":{}},\"parent\":{}}],[\"symbol\",{\"_index\":123,\"name\":{\"164\":{},\"249\":{},\"255\":{},\"462\":{},\"549\":{},\"676\":{}},\"parent\":{}}],[\"taker\",{\"_index\":302,\"name\":{\"513\":{},\"525\":{},\"538\":{}},\"parent\":{}}],[\"thumbnail\",{\"_index\":230,\"name\":{\"344\":{}},\"parent\":{}}],[\"timecreated\",{\"_index\":428,\"name\":{\"735\":{},\"753\":{},\"763\":{},\"773\":{},\"783\":{}},\"parent\":{}}],[\"timelastupdated\",{\"_index\":130,\"name\":{\"174\":{},\"398\":{},\"491\":{}},\"parent\":{}}],[\"title\",{\"_index\":128,\"name\":{\"172\":{},\"396\":{},\"489\":{}},\"parent\":{}}],[\"to\",{\"_index\":212,\"name\":{\"307\":{},\"321\":{},\"469\":{},\"485\":{},\"672\":{},\"710\":{},\"825\":{},\"849\":{}},\"parent\":{}}],[\"toaddress\",{\"_index\":188,\"name\":{\"263\":{},\"276\":{},\"645\":{}},\"parent\":{}}],[\"toblock\",{\"_index\":185,\"name\":{\"260\":{},\"273\":{},\"477\":{},\"508\":{},\"520\":{},\"864\":{}},\"parent\":{}}],[\"tohex\",{\"_index\":139,\"name\":{\"187\":{}},\"parent\":{}}],[\"tokenbalance\",{\"_index\":168,\"name\":{\"229\":{},\"232\":{},\"236\":{}},\"parent\":{}}],[\"tokenbalancefailure\",{\"_index\":172,\"name\":{\"234\":{}},\"parent\":{\"235\":{},\"236\":{},\"237\":{}}}],[\"tokenbalances\",{\"_index\":166,\"name\":{\"225\":{},\"228\":{},\"420\":{}},\"parent\":{}}],[\"tokenbalancesoptionsdefaulttokens\",{\"_index\":164,\"name\":{\"220\":{}},\"parent\":{\"221\":{}}}],[\"tokenbalancesoptionserc20\",{\"_index\":161,\"name\":{\"217\":{}},\"parent\":{\"218\":{},\"219\":{}}}],[\"tokenbalancesresponse\",{\"_index\":167,\"name\":{\"226\":{}},\"parent\":{\"227\":{},\"228\":{}}}],[\"tokenbalancesresponseerc20\",{\"_index\":165,\"name\":{\"222\":{}},\"parent\":{\"223\":{},\"224\":{},\"225\":{}}}],[\"tokenbalancesuccess\",{\"_index\":169,\"name\":{\"230\":{}},\"parent\":{\"231\":{},\"232\":{},\"233\":{}}}],[\"tokenbalancetype\",{\"_index\":158,\"name\":{\"214\":{}},\"parent\":{\"215\":{},\"216\":{}}}],[\"tokenid\",{\"_index\":136,\"name\":{\"180\":{},\"184\":{},\"311\":{},\"325\":{},\"404\":{},\"409\":{},\"422\":{},\"430\":{},\"458\":{},\"497\":{},\"518\":{},\"534\":{},\"591\":{},\"680\":{},\"807\":{}},\"parent\":{}}],[\"tokenmetadataresponse\",{\"_index\":182,\"name\":{\"253\":{}},\"parent\":{\"254\":{},\"255\":{},\"256\":{},\"257\":{}}}],[\"tokens\",{\"_index\":176,\"name\":{\"242\":{}},\"parent\":{}}],[\"tokentype\",{\"_index\":121,\"name\":{\"162\":{},\"181\":{},\"185\":{},\"405\":{},\"410\":{},\"425\":{},\"431\":{},\"460\":{},\"473\":{},\"498\":{},\"501\":{}},\"parent\":{}}],[\"tokenuri\",{\"_index\":133,\"name\":{\"177\":{},\"338\":{},\"401\":{},\"494\":{}},\"parent\":{\"339\":{},\"340\":{}}}],[\"tokenuritimeoutinms\",{\"_index\":247,\"name\":{\"364\":{},\"373\":{},\"426\":{},\"433\":{},\"601\":{},\"606\":{}},\"parent\":{}}],[\"topics\",{\"_index\":420,\"name\":{\"722\":{},\"861\":{},\"866\":{},\"869\":{}},\"parent\":{}}],[\"totalbalance\",{\"_index\":286,\"name\":{\"455\":{}},\"parent\":{}}],[\"totalcount\",{\"_index\":258,\"name\":{\"386\":{},\"391\":{},\"453\":{},\"789\":{},\"795\":{},\"810\":{}},\"parent\":{}}],[\"totalsupply\",{\"_index\":124,\"name\":{\"165\":{},\"463\":{},\"570\":{}},\"parent\":{}}],[\"traceblock\",{\"_index\":117,\"name\":{\"158\":{}},\"parent\":{}}],[\"tracecall\",{\"_index\":115,\"name\":{\"156\":{}},\"parent\":{}}],[\"tracetransaction\",{\"_index\":116,\"name\":{\"157\":{}},\"parent\":{}}],[\"traittype\",{\"_index\":328,\"name\":{\"566\":{}},\"parent\":{}}],[\"transact\",{\"_index\":6,\"name\":{\"6\":{}},\"parent\":{}}],[\"transactionhash\",{\"_index\":294,\"name\":{\"486\":{},\"546\":{}},\"parent\":{}}],[\"transactionreceiptsblockhash\",{\"_index\":342,\"name\":{\"585\":{}},\"parent\":{\"586\":{}}}],[\"transactionreceiptsblocknumber\",{\"_index\":341,\"name\":{\"583\":{}},\"parent\":{\"584\":{}}}],[\"transactionreceiptsparams\",{\"_index\":343,\"name\":{\"587\":{}},\"parent\":{}}],[\"transactionreceiptsresponse\",{\"_index\":344,\"name\":{\"588\":{}},\"parent\":{\"589\":{}}}],[\"transactionwebhookparams\",{\"_index\":448,\"name\":{\"797\":{}},\"parent\":{\"798\":{}}}],[\"transactnamespace\",{\"_index\":99,\"name\":{\"136\":{}},\"parent\":{\"137\":{},\"138\":{},\"139\":{},\"140\":{},\"141\":{},\"142\":{},\"143\":{},\"144\":{},\"145\":{}}}],[\"transfer\",{\"_index\":388,\"name\":{\"665\":{}},\"parent\":{}}],[\"transferrednft\",{\"_index\":293,\"name\":{\"483\":{}},\"parent\":{\"484\":{},\"485\":{},\"486\":{},\"487\":{},\"488\":{},\"489\":{},\"490\":{},\"491\":{},\"492\":{},\"493\":{},\"494\":{},\"495\":{},\"496\":{},\"497\":{},\"498\":{}}}],[\"transfers\",{\"_index\":206,\"name\":{\"297\":{},\"300\":{}},\"parent\":{}}],[\"transfersnftresponse\",{\"_index\":291,\"name\":{\"480\":{}},\"parent\":{\"481\":{},\"482\":{}}}],[\"transfertime\",{\"_index\":255,\"name\":{\"382\":{}},\"parent\":{}}],[\"twitterusername\",{\"_index\":359,\"name\":{\"628\":{}},\"parent\":{}}],[\"type\",{\"_index\":162,\"name\":{\"218\":{},\"221\":{},\"690\":{},\"695\":{},\"707\":{},\"732\":{},\"748\":{},\"758\":{},\"768\":{},\"778\":{},\"841\":{},\"844\":{},\"847\":{}},\"parent\":{}}],[\"uniqueid\",{\"_index\":209,\"name\":{\"303\":{},\"317\":{}},\"parent\":{}}],[\"unknown\",{\"_index\":204,\"name\":{\"295\":{},\"560\":{}},\"parent\":{}}],[\"updatewebhook\",{\"_index\":109,\"name\":{\"150\":{}},\"parent\":{}}],[\"url\",{\"_index\":30,\"name\":{\"42\":{},\"195\":{},\"733\":{},\"751\":{},\"761\":{},\"771\":{},\"781\":{}},\"parent\":{}}],[\"utils\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{}}],[\"v1\",{\"_index\":433,\"name\":{\"740\":{}},\"parent\":{}}],[\"v2\",{\"_index\":434,\"name\":{\"741\":{}},\"parent\":{}}],[\"value\",{\"_index\":213,\"name\":{\"308\":{},\"322\":{},\"565\":{},\"592\":{},\"594\":{},\"688\":{},\"693\":{},\"712\":{},\"828\":{},\"850\":{}},\"parent\":{}}],[\"verified\",{\"_index\":363,\"name\":{\"632\":{}},\"parent\":{}}],[\"verifyconfig\",{\"_index\":112,\"name\":{\"153\":{}},\"parent\":{}}],[\"verifynftownership\",{\"_index\":69,\"name\":{\"91\":{}},\"parent\":{}}],[\"version\",{\"_index\":430,\"name\":{\"737\":{},\"755\":{},\"765\":{},\"775\":{},\"785\":{}},\"parent\":{}}],[\"waitfortransaction\",{\"_index\":90,\"name\":{\"125\":{},\"145\":{}},\"parent\":{}}],[\"wallet\",{\"_index\":10,\"name\":{\"10\":{}},\"parent\":{\"11\":{},\"12\":{},\"13\":{},\"14\":{},\"15\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{},\"22\":{},\"23\":{},\"24\":{}}}],[\"webhook\",{\"_index\":425,\"name\":{\"729\":{}},\"parent\":{\"730\":{},\"731\":{},\"732\":{},\"733\":{},\"734\":{},\"735\":{},\"736\":{},\"737\":{},\"738\":{}}}],[\"webhookaddressoverride\",{\"_index\":461,\"name\":{\"820\":{}},\"parent\":{\"821\":{}}}],[\"webhookaddressupdate\",{\"_index\":458,\"name\":{\"817\":{}},\"parent\":{\"818\":{},\"819\":{}}}],[\"webhooknftfilterupdate\",{\"_index\":455,\"name\":{\"814\":{}},\"parent\":{\"815\":{},\"816\":{}}}],[\"webhooks\",{\"_index\":445,\"name\":{\"788\":{}},\"parent\":{}}],[\"webhookstatusupdate\",{\"_index\":454,\"name\":{\"812\":{}},\"parent\":{\"813\":{}}}],[\"webhooktype\",{\"_index\":435,\"name\":{\"742\":{}},\"parent\":{\"743\":{},\"744\":{},\"745\":{},\"746\":{}}}],[\"webhookversion\",{\"_index\":432,\"name\":{\"739\":{}},\"parent\":{\"740\":{},\"741\":{}}}],[\"websocketnamespace\",{\"_index\":79,\"name\":{\"101\":{}},\"parent\":{\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"107\":{}}}],[\"withmetadata\",{\"_index\":192,\"name\":{\"269\":{},\"271\":{}},\"parent\":{}}],[\"withtokenbalances\",{\"_index\":349,\"name\":{\"608\":{},\"612\":{}},\"parent\":{}}],[\"ws\",{\"_index\":5,\"name\":{\"5\":{}},\"parent\":{}}],[\"wyvern\",{\"_index\":322,\"name\":{\"558\":{}},\"parent\":{}}],[\"x2y2\",{\"_index\":321,\"name\":{\"557\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/classes/Alchemy.html b/docs/classes/Alchemy.html index 9ee768ac7..0a17ca1d1 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

  • Alchemy

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.

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/classes/AlchemyConfig.html b/docs/classes/AlchemyConfig.html index c8d1be4f5..3a12300b9 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 5c7ebe1e7..bd4e4ddbb 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

  • _addEventListener(eventName: EventType, listener: Listener, once: boolean): AlchemyProvider
  • Parameters

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

    Returns AlchemyProvider

  • _call(transaction: TransactionRequest, blockTag: BlockTag, attempt: number): Promise<string>
  • Parameters

    • transaction: TransactionRequest
    • blockTag: BlockTag
    • attempt: number

    Returns Promise<string>

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

    • addressOrName: string | Promise<string>

    Returns Promise<string>

  • _getBlock(blockHashOrBlockTag: BlockTag | Promise<BlockTag>, includeTransactions?: boolean): Promise<Block | BlockWithTransactions>
  • Parameters

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

    Returns Promise<Block | BlockWithTransactions>

  • _getBlockTag(blockTag: BlockTag | Promise<BlockTag>): Promise<BlockTag>
  • Parameters

    • blockTag: BlockTag | Promise<BlockTag>

    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>

  • _getTransactionRequest(transaction: Deferrable<TransactionRequest>): Promise<Transaction>
  • Parameters

    • transaction: Deferrable<TransactionRequest>

    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>

  • _wrapTransaction(tx: Transaction, hash?: string, startBlock?: number): TransactionResponse
  • Parameters

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

    Returns TransactionResponse

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

    • eventName: EventType
    • listener: Listener

    Returns Provider

  • call(transaction: Deferrable<TransactionRequest>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
  • Parameters

    • transaction: Deferrable<TransactionRequest>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    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

  • _addEventListener(eventName: EventType, listener: Listener, once: boolean): AlchemyProvider
  • Parameters

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

    Returns AlchemyProvider

  • _call(transaction: TransactionRequest, blockTag: BlockTag, attempt: number): Promise<string>
  • Parameters

    • transaction: TransactionRequest
    • blockTag: BlockTag
    • attempt: number

    Returns Promise<string>

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

    • addressOrName: string | Promise<string>

    Returns Promise<string>

  • _getBlock(blockHashOrBlockTag: BlockTag | Promise<BlockTag>, includeTransactions?: boolean): Promise<Block | BlockWithTransactions>
  • Parameters

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

    Returns Promise<Block | BlockWithTransactions>

  • _getBlockTag(blockTag: BlockTag | Promise<BlockTag>): Promise<BlockTag>
  • Parameters

    • blockTag: BlockTag | Promise<BlockTag>

    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>

  • _getTransactionRequest(transaction: Deferrable<TransactionRequest>): Promise<Transaction>
  • Parameters

    • transaction: Deferrable<TransactionRequest>

    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>

  • _wrapTransaction(tx: Transaction, hash?: string, startBlock?: number): TransactionResponse
  • Parameters

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

    Returns TransactionResponse

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

    • eventName: EventType
    • listener: Listener

    Returns Provider

  • call(transaction: Deferrable<TransactionRequest>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
  • Parameters

    • transaction: Deferrable<TransactionRequest>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    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

    • eventName: EventType
    • Rest ...args: any[]

    Returns boolean

  • estimateGas(transaction: Deferrable<TransactionRequest>): Promise<BigNumber>
  • Parameters

    • transaction: Deferrable<TransactionRequest>

    Returns Promise<BigNumber>

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

    • nameOrAddress: string

    Returns Promise<null | string>

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

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

    Returns Promise<BigNumber>

  • getBlock(blockHashOrBlockTag: BlockTag | Promise<BlockTag>): Promise<Block>
  • Parameters

    • blockHashOrBlockTag: BlockTag | Promise<BlockTag>

    Returns Promise<Block>

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

  • getBlockWithTransactions(blockHashOrBlockTag: BlockTag | Promise<BlockTag>): Promise<BlockWithTransactions>
  • Parameters

    • blockHashOrBlockTag: BlockTag | Promise<BlockTag>

    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>

  • getFeeData(): Promise<FeeData>
  • Returns Promise<FeeData>

  • getGasPrice(): Promise<BigNumber>
  • 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

  • getStorageAt(addressOrName: string | Promise<string>, position: BigNumberish | Promise<BigNumberish>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
  • Parameters

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

    Returns Promise<string>

  • getTransaction(transactionHash: string | Promise<string>): Promise<TransactionResponse>
  • 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

    • eventName: EventType
    • Rest ...args: any[]

    Returns boolean

  • estimateGas(transaction: Deferrable<TransactionRequest>): Promise<BigNumber>
  • Parameters

    • transaction: Deferrable<TransactionRequest>

    Returns Promise<BigNumber>

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

    • nameOrAddress: string

    Returns Promise<null | string>

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

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

    Returns Promise<BigNumber>

  • getBlock(blockHashOrBlockTag: BlockTag | Promise<BlockTag>): Promise<Block>
  • Parameters

    • blockHashOrBlockTag: BlockTag | Promise<BlockTag>

    Returns Promise<Block>

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

  • getBlockWithTransactions(blockHashOrBlockTag: BlockTag | Promise<BlockTag>): Promise<BlockWithTransactions>
  • Parameters

    • blockHashOrBlockTag: BlockTag | Promise<BlockTag>

    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>

  • getFeeData(): Promise<FeeData>
  • Returns Promise<FeeData>

  • getGasPrice(): Promise<BigNumber>
  • 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

  • getStorageAt(addressOrName: string | Promise<string>, position: BigNumberish | Promise<BigNumberish>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
  • Parameters

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

    Returns Promise<string>

  • getTransaction(transactionHash: string | Promise<string>): Promise<TransactionResponse>
  • 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[]>

  • listenerCount(eventName?: EventType): number
  • Parameters

    • Optional eventName: EventType

    Returns number

  • listeners(eventName?: EventType): Listener[]
  • Parameters

    • Optional eventName: EventType

    Returns Listener[]

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

    • address: string | Promise<string>

    Returns Promise<null | string>

  • Parameters

    • eventName: EventType
    • Optional listener: Listener

    Returns AlchemyProvider

  • Parameters

    • eventName: EventType
    • listener: Listener

    Returns AlchemyProvider

  • Parameters

    • eventName: EventType
    • listener: Listener

    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

    • Optional eventName: EventType

    Returns AlchemyProvider

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

    • eventName: EventType
    • listener: Listener

    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>
  • listAccounts(): Promise<string[]>
  • Returns Promise<string[]>

  • listenerCount(eventName?: EventType): number
  • Parameters

    • Optional eventName: EventType

    Returns number

  • listeners(eventName?: EventType): Listener[]
  • Parameters

    • Optional eventName: EventType

    Returns Listener[]

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

    • address: string | Promise<string>

    Returns Promise<null | string>

  • Parameters

    • eventName: EventType
    • Optional listener: Listener

    Returns AlchemyProvider

  • Parameters

    • eventName: EventType
    • listener: Listener

    Returns AlchemyProvider

  • Parameters

    • eventName: EventType
    • listener: Listener

    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

    • Optional eventName: EventType

    Returns AlchemyProvider

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

    • eventName: EventType
    • listener: Listener

    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 2a87ee709..7d7e1445a 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

  • _call(transaction: TransactionRequest, blockTag: BlockTag, attempt: number): Promise<string>
  • Parameters

    • transaction: TransactionRequest
    • blockTag: BlockTag
    • attempt: number

    Returns Promise<string>

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

    • addressOrName: string | Promise<string>

    Returns Promise<string>

  • _getBlock(blockHashOrBlockTag: BlockTag | Promise<BlockTag>, includeTransactions?: boolean): Promise<Block | BlockWithTransactions>
  • Parameters

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

    Returns Promise<Block | BlockWithTransactions>

  • _getBlockTag(blockTag: BlockTag | Promise<BlockTag>): Promise<BlockTag>
  • Parameters

    • blockTag: BlockTag | Promise<BlockTag>

    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>

  • _getTransactionRequest(transaction: Deferrable<TransactionRequest>): Promise<Transaction>
  • Parameters

    • transaction: Deferrable<TransactionRequest>

    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

  • _call(transaction: TransactionRequest, blockTag: BlockTag, attempt: number): Promise<string>
  • Parameters

    • transaction: TransactionRequest
    • blockTag: BlockTag
    • attempt: number

    Returns Promise<string>

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

    • addressOrName: string | Promise<string>

    Returns Promise<string>

  • _getBlock(blockHashOrBlockTag: BlockTag | Promise<BlockTag>, includeTransactions?: boolean): Promise<Block | BlockWithTransactions>
  • Parameters

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

    Returns Promise<Block | BlockWithTransactions>

  • _getBlockTag(blockTag: BlockTag | Promise<BlockTag>): Promise<BlockTag>
  • Parameters

    • blockTag: BlockTag | Promise<BlockTag>

    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>

  • _getTransactionRequest(transaction: Deferrable<TransactionRequest>): Promise<Transaction>
  • Parameters

    • transaction: Deferrable<TransactionRequest>

    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>

  • _wrapTransaction(tx: Transaction, hash?: string, startBlock?: number): TransactionResponse
  • Parameters

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

    Returns TransactionResponse

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

    • eventName: EventType
    • listener: Listener

    Returns Provider

  • call(transaction: Deferrable<TransactionRequest>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
  • Parameters

    • transaction: Deferrable<TransactionRequest>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    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
  • estimateGas(transaction: Deferrable<TransactionRequest>): Promise<BigNumber>
  • Parameters

    • transaction: Deferrable<TransactionRequest>

    Returns Promise<BigNumber>

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

    • nameOrAddress: string

    Returns Promise<null | string>

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

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

    Returns Promise<BigNumber>

  • getBlock(blockHashOrBlockTag: BlockTag | Promise<BlockTag>): Promise<Block>
  • Parameters

    • blockHashOrBlockTag: BlockTag | Promise<BlockTag>

    Returns Promise<Block>

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

  • getBlockWithTransactions(blockHashOrBlockTag: BlockTag | Promise<BlockTag>): Promise<BlockWithTransactions>
  • Parameters

    • blockHashOrBlockTag: BlockTag | Promise<BlockTag>

    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>

  • getFeeData(): Promise<FeeData>
  • Returns Promise<FeeData>

  • getGasPrice(): Promise<BigNumber>
  • 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

  • getStorageAt(addressOrName: string | Promise<string>, position: BigNumberish | Promise<BigNumberish>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
  • Parameters

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

    Returns Promise<string>

  • getTransaction(transactionHash: string | Promise<string>): Promise<TransactionResponse>
  • 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>

  • _wrapTransaction(tx: Transaction, hash?: string, startBlock?: number): TransactionResponse
  • Parameters

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

    Returns TransactionResponse

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

    • eventName: EventType
    • listener: Listener

    Returns Provider

  • call(transaction: Deferrable<TransactionRequest>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
  • Parameters

    • transaction: Deferrable<TransactionRequest>
    • Optional blockTag: BlockTag | Promise<BlockTag>

    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
  • estimateGas(transaction: Deferrable<TransactionRequest>): Promise<BigNumber>
  • Parameters

    • transaction: Deferrable<TransactionRequest>

    Returns Promise<BigNumber>

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

    • nameOrAddress: string

    Returns Promise<null | string>

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

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

    Returns Promise<BigNumber>

  • getBlock(blockHashOrBlockTag: BlockTag | Promise<BlockTag>): Promise<Block>
  • Parameters

    • blockHashOrBlockTag: BlockTag | Promise<BlockTag>

    Returns Promise<Block>

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

  • getBlockWithTransactions(blockHashOrBlockTag: BlockTag | Promise<BlockTag>): Promise<BlockWithTransactions>
  • Parameters

    • blockHashOrBlockTag: BlockTag | Promise<BlockTag>

    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>

  • getFeeData(): Promise<FeeData>
  • Returns Promise<FeeData>

  • getGasPrice(): Promise<BigNumber>
  • 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

  • getStorageAt(addressOrName: string | Promise<string>, position: BigNumberish | Promise<BigNumberish>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
  • Parameters

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

    Returns Promise<string>

  • getTransaction(transactionHash: string | Promise<string>): Promise<TransactionResponse>
  • 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 bade8232b..6430bb832 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

  • call(transaction: Deferrable<TransactionRequest>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>

Hierarchy

  • CoreNamespace

Index

Methods

  • call(transaction: Deferrable<TransactionRequest>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
  • 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>

  • estimateGas(transaction: Deferrable<TransactionRequest>): Promise<BigNumber>

Returns Promise<string>

  • estimateGas(transaction: Deferrable<TransactionRequest>): Promise<BigNumber>
  • Returns an estimate of the amount of gas that would be required to submit transaction to the network.

    An estimate may not be accurate since there could be another transaction on @@ -24,7 +24,7 @@

    This is an alias for TransactNamespace.estimateGas.

    Parameters

    • transaction: Deferrable<TransactionRequest>

      The transaction to estimate gas for.

      -

    Returns Promise<BigNumber>

  • 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>

    • getBalance(addressOrName: string | Promise<string>, blockTag?: BlockTag | Promise<BlockTag>): Promise<BigNumber>

    Returns Promise<AssetTransfersResponse>

    • getBalance(addressOrName: string | Promise<string>, blockTag?: BlockTag | Promise<BlockTag>): Promise<BigNumber>
    • 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>

    • getBlock(blockHashOrBlockTag: BlockTag | Promise<BlockTag>): Promise<Block>

    Returns Promise<BigNumber>

    • getBlock(blockHashOrBlockTag: BlockTag | Promise<BlockTag>): Promise<Block>
    • 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>
    • getBlockWithTransactions(blockHashOrBlockTag: BlockTag | Promise<BlockTag>): Promise<BlockWithTransactions>
    • getBlockWithTransactions(blockHashOrBlockTag: BlockTag | Promise<BlockTag>): Promise<BlockWithTransactions>
    • Returns the block from the network based on the provided block number or hash. Transactions on the block are represented as an array of {@link TransactionResponse} objects.

      Parameters

      • blockHashOrBlockTag: BlockTag | Promise<BlockTag>

        The block number or hash to get the block for.

        -

      Returns Promise<BlockWithTransactions>

    • 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>

    • getFeeData(): Promise<FeeData>

    Returns Promise<string>

    • getFeeData(): Promise<FeeData>
    • 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>

    • getGasPrice(): Promise<BigNumber>
    • getGasPrice(): Promise<BigNumber>
    • getNetwork(): Promise<Network>

    Returns Promise<Log[]>

    • getNetwork(): Promise<Network>
    • getStorageAt(addressOrName: string | Promise<string>, position: BigNumberish | Promise<BigNumberish>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
    • getStorageAt(addressOrName: string | Promise<string>, position: BigNumberish | Promise<BigNumberish>, blockTag?: BlockTag | Promise<BlockTag>): Promise<string>
    • 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,11 +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>

    • getTransaction(transactionHash: string | Promise<string>): Promise<null | TransactionResponse>

    Returns Promise<TokenMetadataResponse>

    • getTransaction(transactionHash: string | Promise<string>): Promise<null | TransactionResponse>
    • 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 @@ -142,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.

      @@ -150,46 +157,46 @@

      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>

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

    Returns Promise<TransactionReceiptsResponse>

    • 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>

    • sendTransaction(signedTransaction: string | Promise<string>): Promise<TransactionResponse>

    Returns Promise<any>

    • sendTransaction(signedTransaction: string | Promise<string>): Promise<TransactionResponse>
    • 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 @@ -202,4 +209,4 @@

      The number of blocks to wait for.

    • Optional timeout: number

      The maximum time to wait for the transaction to confirm.

      -

    Returns Promise<null | TransactionReceipt>

    Legend

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

    Settings

    Theme

    Generated using TypeDoc

    \ No newline at end of file +

    Returns Promise<null | TransactionReceipt>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/classes/DebugNamespace.html b/docs/classes/DebugNamespace.html index bc8583c3c..059302fc8 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

    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 b72f3d8b1..c503a6ea3 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,33 +14,33 @@

        The owner address to check.

    • contractAddresses: string[]

      An array of NFT contract addresses to check ownership for.

      -

    Returns Promise<boolean>

    • computeRarity(contractAddress: string, tokenId: BigNumberish): Promise<NftAttributeRarity[]>

    Returns Promise<boolean>

    • computeRarity(contractAddress: string, tokenId: BigNumberish): Promise<NftAttributeRarity[]>
    • Get the rarity of each attribute of an NFT.

      Parameters

      • contractAddress: string

        Contract address for the NFT collection.

      • tokenId: BigNumberish

        Token id of the NFT.

        -

      Returns Promise<NftAttributeRarity[]>

    • getContractMetadata(contractAddress: string): Promise<NftContract>

    Returns Promise<NftAttributeRarity[]>

    • getContractMetadata(contractAddress: string): Promise<NftContract>
    • Get the NFT collection metadata associated with the provided parameters.

      Parameters

      • contractAddress: string

        The contract address of the NFT.

        -

      Returns Promise<NftContract>

    Returns Promise<NftContract>

    Returns Promise<GetContractsForOwnerResponse>

    Returns Promise<GetFloorPriceResponse>

    • getNftMetadata(contractAddress: string, tokenId: BigNumberish, tokenType?: NftTokenType, tokenUriTimeoutInMs?: number): Promise<Nft>
    • getNftMetadata(contractAddress: string, tokenId: BigNumberish, options?: GetNftMetadataOptions): Promise<Nft>

    Returns Promise<TransfersNftResponse>

    • getNftMetadata(contractAddress: string, tokenId: BigNumberish, tokenType?: NftTokenType, tokenUriTimeoutInMs?: number): Promise<Nft>
    • getNftMetadata(contractAddress: string, tokenId: BigNumberish, options?: GetNftMetadataOptions): Promise<Nft>
    • Get the NFT metadata associated with the provided parameters.

      deprecated

      Please use the method with the options overload. This method will be removed in a subsequent release.

      @@ -55,7 +55,7 @@ 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 metadata for cache misses then set this value to 0.

      -

    Returns Promise<Nft>

  • +
  • Returns Promise<Nft>

  • Get the NFT metadata associated with the provided parameters.

    Parameters

    • contractAddress: string

      The contract address of the NFT.

      @@ -63,17 +63,17 @@

      Token id of the NFT.

    • Optional options: GetNftMetadataOptions

      Options for the request.

      -

    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.

    @@ -90,7 +90,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>

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

      This method returns the full NFTs in the contract and pages through all page keys until all NFTs have been fetched. To get all NFTs without their @@ -99,7 +99,7 @@

      The contract address of the NFT contract.

    • Optional options: GetNftsForContractOptions

      The optional parameters to use for the request.

      -

    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 @@ -109,7 +109,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.

    @@ -125,7 +125,7 @@

    The address of the owner.

  • Optional options: GetBaseNftsForOwnerOptions

    The optional parameters to use for the request.

    -
  • Returns Promise<OwnedBaseNftsResponse>

    Returns Promise<OwnedBaseNftsResponse>

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

      This method returns the full NFT for the owner and pages through all page keys until all NFTs have been fetched.

      @@ -133,7 +133,7 @@

      The address of the owner.

    • Optional options: GetNftsForOwnerOptions

      The optional parameters to use for the request.

      -

    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.

    @@ -141,13 +141,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, @@ -156,17 +156,17 @@

    The NFT contract to get the owners for.

  • Optional options: GetOwnersForContractOptions

    Optional parameters to use for the request.

    -
  • Returns Promise<GetOwnersForContractResponse>

    Returns Promise<GetOwnersForContractResponse>

    • Gets all the owners for a given NFT contract address and token ID.

      beta

      Parameters

      • contractAddress: string

        The NFT contract address.

      • tokenId: BigNumberish

        Token id of the NFT.

        -

      Returns Promise<GetOwnersForNftResponse>

    • getSpamContracts(): Promise<string[]>

    Returns Promise<GetOwnersForNftResponse>

    • getSpamContracts(): Promise<string[]>

    Returns Promise<TransfersNftResponse>

    Returns Promise<TransfersNftResponse>

    • isSpamContract(contractAddress: string): Promise<boolean>

    Returns Promise<TransfersNftResponse>

    • isSpamContract(contractAddress: string): Promise<boolean>

    Returns Promise<boolean>

    • Triggers a metadata refresh all NFTs in the provided contract address. This method is useful after an NFT collection is revealed.

      Refreshes are queued on the Alchemy backend and may take time to fully @@ -196,7 +196,7 @@ refreshNftMetadata method instead.

      beta

      Parameters

      • contractAddress: string

        The contract address of the NFT collection.

        -

      Returns Promise<RefreshContractResult>

    • refreshNftMetadata(contractAddress: string, tokenId: BigNumberish): Promise<boolean>

    Returns Promise<RefreshContractResult>

    • refreshNftMetadata(contractAddress: string, tokenId: BigNumberish): Promise<boolean>
    • Refreshes the cached metadata for a provided NFT contract address and token id. Returns a boolean value indicating whether the metadata was refreshed.

      This method is useful when you want to refresh the metadata for a NFT that @@ -209,22 +209,22 @@

      The contract address of the NFT.

    • tokenId: BigNumberish

      The token id of the NFT.

      -

    Returns Promise<boolean>

    • searchContractMetadata(query: string): Promise<NftContract[]>

    Returns Promise<boolean>

    • searchContractMetadata(query: string): Promise<NftContract[]>
    • Search for a keyword across metadata of all ERC-721 and ERC-1155 smart contracts.

      Parameters

      • query: string

        The search string that you want to search for in contract metadata.

        -

      Returns Promise<NftContract[]>

    Returns Promise<NftContract[]>

    • verifyNftOwnership(owner: string, contractAddress: string): Promise<boolean>
    • verifyNftOwnership(owner: string, contractAddresses: string[]): Promise<{}>

    Returns Promise<NftAttributesResponse>

    • verifyNftOwnership(owner: string, contractAddress: string): Promise<boolean>
    • verifyNftOwnership(owner: string, contractAddresses: string[]): Promise<{}>
    • Checks that the provided owner address owns one of more of the provided NFT. Returns a boolean indicating whether the owner address owns the provided NFT.

      Parameters

      • owner: string

        The owner address to check.

      • contractAddress: string

        An NFT contract address to check ownership for.

        -

      Returns Promise<boolean>

    • +

    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

    • owner: string
      diff --git a/docs/classes/NotifyNamespace.html b/docs/classes/NotifyNamespace.html index 6b19edc2b..56bcf83f4 100644 --- a/docs/classes/NotifyNamespace.html +++ b/docs/classes/NotifyNamespace.html @@ -10,7 +10,7 @@

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

      -
  • Hierarchy

    • NotifyNamespace

    Index

    Methods

    Hierarchy

    • NotifyNamespace

    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>

  • +
  • Returns Promise<NftActivityWebhook>

  • Create a new AddressActivityWebhook to track address activity.

    Parameters

    • url: string

      The URL that the webhook should send events to.

      @@ -48,21 +48,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 @@ -70,18 +70,18 @@ no addresses.

    • Optional options: GetAddressesOptions

      Pagination options when fetching addresses.

      -

    Returns Promise<AddressActivityResponse>

  • Returns Promise<AddressActivityResponse>

    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 @@ -89,28 +89,28 @@ 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 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

        Legend

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

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +

        Returns Promise<void>

        • verifyConfig(): void

        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/classes/TransactNamespace.html b/docs/classes/TransactNamespace.html index 69e9cf4d6..e90e2266f 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

        • TransactNamespace

        Index

        Methods

        • cancelPrivateTransaction(transactionHash: string): Promise<boolean>

        Hierarchy

        • TransactNamespace

        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>

        • estimateGas(transaction: Deferrable<TransactionRequest>): Promise<BigNumber>

        Returns Promise<boolean>

        • estimateGas(transaction: Deferrable<TransactionRequest>): Promise<BigNumber>
        • Returns an estimate of the amount of gas that would be required to submit transaction to the network.

          An estimate may not be accurate since there could be another transaction on @@ -22,12 +22,12 @@

          This is an alias for CoreNamespace.estimateGas.

          Parameters

          • transaction: Deferrable<TransactionRequest>

            The transaction to estimate gas for.

            -

          Returns Promise<BigNumber>

        • 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>

        • getTransaction(transactionHash: string | Promise<string>): Promise<null | TransactionResponse>
        • getTransaction(transactionHash: string | Promise<string>): Promise<null | TransactionResponse>
        • 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>

        • sendTransaction(signedTransaction: string | Promise<string>): Promise<TransactionResponse>

        Returns Promise<string>

        • sendTransaction(signedTransaction: string | Promise<string>): Promise<TransactionResponse>
        • 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 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.

          @@ -73,7 +73,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 697ec8e73..53eb76814 100644 --- a/docs/classes/Wallet.html +++ b/docs/classes/Wallet.html @@ -5,47 +5,47 @@

          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>

        • call(transaction: Deferrable<TransactionRequest>, blockTag?: BlockTag): 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>

        • call(transaction: Deferrable<TransactionRequest>, blockTag?: BlockTag): Promise<string>
        • Returns the result of calling using the transactionRequest, with this account address being used as the from field.

          override

          Parameters

          • transaction: Deferrable<TransactionRequest>

            To make a call on

          • Optional blockTag: BlockTag

            The block to make the call on

            -

          Returns Promise<string>

        • checkTransaction(transaction: Deferrable<TransactionRequest>): Deferrable<TransactionRequest>
        • Parameters

          • transaction: Deferrable<TransactionRequest>

          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>

        • estimateGas(transaction: Deferrable<TransactionRequest>): Promise<BigNumber>

        Returns Promise<string>

        • checkTransaction(transaction: Deferrable<TransactionRequest>): Deferrable<TransactionRequest>
        • Parameters

          • transaction: Deferrable<TransactionRequest>

          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>

        • estimateGas(transaction: Deferrable<TransactionRequest>): Promise<BigNumber>
        • Returns the result of estimating the cost to send the transactionRequest, with this account address being used as the from field.

          override

          Parameters

          • transaction: Deferrable<TransactionRequest>

            Transaction to estimate the gas on

            -

          Returns Promise<BigNumber>

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

        • getBalance(blockTag?: BlockTag): Promise<BigNumber>

        Returns Promise<BigNumber>

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

        • getBalance(blockTag?: BlockTag): Promise<BigNumber>
        • 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>

        • getFeeData(): Promise<FeeData>
        • getFeeData(): Promise<FeeData>
        • 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>

        • getGasPrice(): Promise<BigNumber>
        • getGasPrice(): Promise<BigNumber>
        • 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>
        • populateTransaction(transaction: Deferrable<TransactionRequest>): Promise<TransactionRequest>
        • Parameters

          • transaction: Deferrable<TransactionRequest>

          Returns Promise<TransactionRequest>

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

        Returns Promise<number>

        • getWallet(): Promise<Wallet>
        • populateTransaction(transaction: Deferrable<TransactionRequest>): Promise<TransactionRequest>
        • Parameters

          • transaction: Deferrable<TransactionRequest>

          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>

        • sendTransaction(transaction: Deferrable<TransactionRequest>): Promise<TransactionResponse>

        Returns Promise<string>

        • sendTransaction(transaction: Deferrable<TransactionRequest>): Promise<TransactionResponse>
        • Populates all fields in a transaction, signs it and sends it to the network

          override

          Parameters

          • transaction: Deferrable<TransactionRequest>

          Returns Promise<TransactionResponse>

        • signMessage(message: string | Bytes): Promise<string>
        • Parameters

          • message: string | Bytes

          Returns Promise<string>

        • signTransaction(transaction: TransactionRequest): Promise<string>
        • Parameters

          • transaction: TransactionRequest

          Returns Promise<string>

        • createRandom(options?: any): Wallet
        • Static methods to create Wallet instances.

          diff --git a/docs/classes/WebSocketNamespace.html b/docs/classes/WebSocketNamespace.html index 57edef7af..b9d2c0a8b 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 d8ba0fa8f..bd3733930 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 74437b7d8..08a619a38 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 00b926c11..be3a34a94 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 625e5afa6..593f3a222 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.

        -
        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.

        diff --git a/docs/enums/DebugCallType.html b/docs/enums/DebugCallType.html index 354bbfea6..4c6afca94 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 57684612d..683b3bbda 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 091f10287..814c99209 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"

        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/GetTransfersForOwnerTransferType.html b/docs/enums/GetTransfersForOwnerTransferType.html index a187ea3c9..e8d3c60ee 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"

        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

        FROM = "FROM"
        TO = "TO"

        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/Network.html b/docs/enums/Network.html index 759e2dcf7..e76989096 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"
        ETH_GOERLI = "eth-goerli"
        ETH_KOVAN = "eth-kovan"
        deprecated
          +
        ASTAR_MAINNET = "astar-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
        -
        MATIC_MAINNET = "polygon-mainnet"
        MATIC_MUMBAI = "polygon-mumbai"
        OPT_GOERLI = "opt-goerli"
        OPT_KOVAN = "opt-kovan"
        deprecated
          +
        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"

        Legend

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

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +
        OPT_MAINNET = "opt-mainnet"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/NftExcludeFilters.html b/docs/enums/NftExcludeFilters.html index 2819a1559..84244225f 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.

        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/NftFilters.html b/docs/enums/NftFilters.html index 5550ba2e0..ea42bc56d 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.

        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/NftOrdering.html b/docs/enums/NftOrdering.html index 2d9ff0119..731bcdd0a 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"

        Legend

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

        Settings

        Theme

        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 5ab8a3b46..4b961f0d1 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

        Enumeration members

        LOOKSRARE = "looksrare"
        SEAPORT = "seaport"
        UNKNOWN = "unknown"
        X2Y2 = "x2y2"

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        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 7dcde4941..14c40285d 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 c76d82fe6..bec31dcb0 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 f11451f29..d211d2370 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

        Enumeration members

        ERC1155 = "ERC1155"
        ERC721 = "ERC721"
        UNKNOWN = "UNKNOWN"

        Generated using TypeDoc

        \ No newline at end of file +

        Index

        Enumeration members

        Enumeration members

        ERC1155 = "ERC1155"
        ERC721 = "ERC721"
        UNKNOWN = "UNKNOWN"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/OpenSeaSafelistRequestStatus.html b/docs/enums/OpenSeaSafelistRequestStatus.html index 38e883f88..155f30005 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 b7ec7f441..dd19b6fd2 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 c998ac4ae..340474a75 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.

        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/SimulateChangeType.html b/docs/enums/SimulateChangeType.html index 6bab1b214..9895a6435 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.

        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/SortingOrder.html b/docs/enums/SortingOrder.html index 42f9404a0..d921c3ebc 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"

        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"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/TokenBalanceType.html b/docs/enums/TokenBalanceType.html index 2416e6d1b..bcefbe4f2 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 1f618552b..3739f4fce 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"
        MINED_TRANSACTION = "MINED_TRANSACTION"
        NFT_ACTIVITY = "NFT_ACTIVITY"

        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"
        MINED_TRANSACTION = "MINED_TRANSACTION"
        NFT_ACTIVITY = "NFT_ACTIVITY"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/enums/WebhookVersion.html b/docs/enums/WebhookVersion.html index 68b54d756..bccb9b353 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 0d4be43ce..536a04fc7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -91,6 +91,7 @@

        Alchemy Core

        You will also find the following utility methods:

        @@ -268,4 +269,4 @@

        Questions and Feedback

        If you have any questions, issues, or feedback, please file an issue on GitHub, or drop us a message on our Discord channel for the SDK.

        -

        Generated using TypeDoc

        \ No newline at end of file +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/AddressActivityResponse.html b/docs/interfaces/AddressActivityResponse.html index e738dcf98..fd602f707 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 2008b767e..cc3699ee8 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.

        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/AddressWebhookParams.html b/docs/interfaces/AddressWebhookParams.html index a9ccf6155..bc89ac5cf 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.

        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/AlchemyMinedTransactionsEventFilter.html b/docs/interfaces/AlchemyMinedTransactionsEventFilter.html index b5c0d2777..2908245eb 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

        • AlchemyMinedTransactionsEventFilter

        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.

        -

        Legend

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

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/AlchemyPendingTransactionsEventFilter.html b/docs/interfaces/AlchemyPendingTransactionsEventFilter.html index f8a3b8162..b0746ae07 100644 --- a/docs/interfaces/AlchemyPendingTransactionsEventFilter.html +++ b/docs/interfaces/AlchemyPendingTransactionsEventFilter.html @@ -7,14 +7,14 @@ 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

        • AlchemyPendingTransactionsEventFilter

        Index

        Properties

        fromAddress?: string | string[]

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

        -
        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.

        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/AlchemySettings.html b/docs/interfaces/AlchemySettings.html index c501d557d..89b14a44e 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 cedec922e..8735bafe4 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 e54ac0988..16899d529 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 877973676..064d008f4 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 25b8aafb7..154ea4845 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 e948221ef..7d7346e16 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 d4d8aba44..1998fab6e 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

        Index

        Properties

        pageKey?: string

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/AssetTransfersWithMetadataResult.html b/docs/interfaces/AssetTransfersWithMetadataResult.html index eaf5beca0..ed523a253 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.

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/BaseNft.html b/docs/interfaces/BaseNft.html index b0d37a4dd..ddce28665 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 c3ee095e5..a346e090a 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 7f18583e6..c74a72da5 100644 --- a/docs/interfaces/ContractForOwner.html +++ b/docs/interfaces/ContractForOwner.html @@ -1,32 +1,32 @@ 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.

        -
        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/DebugCallTrace.html b/docs/interfaces/DebugCallTrace.html index a037fafa3..fb8eae12c 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 d2dee7eb7..23d458390 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 3aab85628..f8e1a490f 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 64d80076d..e862f9b26 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 46c516aea..763e247f3 100644 --- a/docs/interfaces/DebugTransaction.html +++ b/docs/interfaces/DebugTransaction.html @@ -1,13 +1,13 @@ 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.

        -
        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 997cd35be..855b88f20 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 5d9f3bb11..5ce012e59 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 bcab06ebd..c2033f72c 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 7bdc31d48..4106cbe2b 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 afbd58642..b975a2771 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 2eb28a7c9..dc6d23afd 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 c23d75cd9..c1af1a05f 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 3d3a5c199..0534de839 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 63be27d38..b2aeb432c 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 84349c96c..6f178f318 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 491c5022f..29efa253b 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 bc14002cd..e7c3e403a 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 950e06bb7..1dab7837d 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 0388f7a74..3ac658a09 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 ab3776cd5..50e280d9a 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

        • GetBaseNftsForContractOptions

        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 61879b3cc..3793621d2 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 4f7db6099..a791d494e 100644 --- a/docs/interfaces/GetContractsForOwnerOptions.html +++ b/docs/interfaces/GetContractsForOwnerOptions.html @@ -1,16 +1,16 @@ 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.

        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 c1fa2a964..10abe1067 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 7db5bd004..114be5fe0 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 9b75ee223..80ab719d8 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 02c39460b..0af4189d7 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 e98e0f238..cfbd72d7c 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 d236772c5..1c8b57615 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 13b930080..aab2d0b0b 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 1e042d95d..a1b2e9b60 100644 --- a/docs/interfaces/GetNftSalesResponse.html +++ b/docs/interfaces/GetNftSalesResponse.html @@ -1,7 +1,7 @@ GetNftSalesResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetNftSalesResponse

        The response for the NftNamespace.getNftSales method.

        -

        Hierarchy

        • GetNftSalesResponse

        Index

        Properties

        Properties

        nftSales: NftSale[]
        +

        Hierarchy

        • GetNftSalesResponse

        Index

        Properties

        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.

        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 43253ca65..ba13a2ef4 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 d06969aaa..0d0396f1f 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 05b2f0fb2..76cda428b 100644 --- a/docs/interfaces/GetOwnersForContractOptions.html +++ b/docs/interfaces/GetOwnersForContractOptions.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

        • GetOwnersForContractOptions

        Index

        Properties

        block?: string
        +

        Hierarchy

        • GetOwnersForContractOptions

        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?: 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 ab4fd2db1..d37abe663 100644 --- a/docs/interfaces/GetOwnersForContractResponse.html +++ b/docs/interfaces/GetOwnersForContractResponse.html @@ -1,5 +1,5 @@ GetOwnersForContractResponse | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface GetOwnersForContractResponse

        The response object for the getOwnersForContract.

        -

        Hierarchy

        • GetOwnersForContractResponse

        Index

        Properties

        Properties

        owners: string[]
        +

        Hierarchy

        • GetOwnersForContractResponse

        Index

        Properties

        Properties

        owners: string[]

        An array of owner addresses 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/GetOwnersForContractWithTokenBalancesOptions.html b/docs/interfaces/GetOwnersForContractWithTokenBalancesOptions.html index c12d86095..5884fed74 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 7a3370b31..2e8bf90b2 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/GetOwnersForNftResponse.html b/docs/interfaces/GetOwnersForNftResponse.html index bf6449031..e0a4accd0 100644 --- a/docs/interfaces/GetOwnersForNftResponse.html +++ b/docs/interfaces/GetOwnersForNftResponse.html @@ -1,5 +1,5 @@ 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.

        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 new file mode 100644 index 000000000..d79ab5ef5 --- /dev/null +++ b/docs/interfaces/GetTokensForOwnerOptions.html @@ -0,0 +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
        +

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

        +
        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 new file mode 100644 index 000000000..be8110418 --- /dev/null +++ b/docs/interfaces/GetTokensForOwnerResponse.html @@ -0,0 +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
        +

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

        +
        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 8c6a4110c..bf6e0e77e 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 3a9802209..205813c64 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 3e63a20e5..99c61e22d 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 4040aafdc..004cc4a7f 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 ef6c1a146..7e5d3108c 100644 --- a/docs/interfaces/Nft.html +++ b/docs/interfaces/Nft.html @@ -3,27 +3,27 @@

        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: NftContract
        +

        Hierarchy

        Index

        Properties

        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 00fea5ec3..7b07301d5 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 0eb4d2a07..603289fb9 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 e6e7fc4ec..68379575c 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 8ce724d66..5b5f7ba0c 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 f11ebe5a4..1baaa8301 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 defa1b955..614337631 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 7ec957a89..d3b9ce630 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 ee46f6d9f..a107abad0 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 ff0480bc1..45bb02748 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

        NFT to track on a NftActivityWebhook.

        -

        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 36ff1bd19..eb6d5c55d 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 138865af2..53ce7b330 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 d9d03b647..87c653aa0 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 142d192f7..08d4b020a 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/NftSale.html b/docs/interfaces/NftSale.html index e52f42e07..d2baf1e14 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 870e4b75f..ee656d9fd 100644 --- a/docs/interfaces/NftSaleFeeData.html +++ b/docs/interfaces/NftSaleFeeData.html @@ -1,9 +1,9 @@ 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.

        -
        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/NftWebhookParams.html b/docs/interfaces/NftWebhookParams.html index 0a620995c..49afa064d 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.

        -

        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 8f9d51eca..f0d3451c9 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 c6b232311..f96c34683 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 4bc31c094..14d376c6b 100644 --- a/docs/interfaces/OwnedBaseNftsResponse.html +++ b/docs/interfaces/OwnedBaseNftsResponse.html @@ -3,11 +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

        ownedNfts: OwnedBaseNft[]
        +

        Hierarchy

        • OwnedBaseNftsResponse

        Index

        Properties

        blockHash: string
        +

        The canonical head block hash of when your request was received.

        +
        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 +

        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 748a7a29a..6b2001cd0 100644 --- a/docs/interfaces/OwnedNft.html +++ b/docs/interfaces/OwnedNft.html @@ -1,28 +1,28 @@ OwnedNft | alchemy-sdk
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface OwnedNft

        Represents an NFT with metadata owned by an address.

        -

        Hierarchy

        Index

        Properties

        balance: number
        +

        Hierarchy

        Index

        Properties

        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 b6f57d96a..a0cb5f919 100644 --- a/docs/interfaces/OwnedNftsResponse.html +++ b/docs/interfaces/OwnedNftsResponse.html @@ -3,11 +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

        ownedNfts: OwnedNft[]
        +

        Hierarchy

        • OwnedNftsResponse

        Index

        Properties

        blockHash: string
        +

        The canonical head block hash of when your request was received.

        +
        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 +

        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 new file mode 100644 index 000000000..22dfd1bbf --- /dev/null +++ b/docs/interfaces/OwnedToken.html @@ -0,0 +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
        +

        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
        +

        The contract address of the token.

        +
        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 from fetching the token balances. If this field is defined, none of +the other fields will be defined.

        +
        logo?: string
        +

        URL link to the token's logo. Is undefined if the logo is not available.

        +
        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
        +

        The raw value of the balance field as a hex string. This value is undefined +if the error field is present.

        +
        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 d83091edc..73c232224 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 5d479cb1b..db75d8f43 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 45805ae16..e76d338e0 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 0ddce68f6..ff0a4b252 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 d546ecafb..384db5166 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 62baeb7d4..32bb67bdb 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 a81fc374e..6cefb85ac 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 df19ebc41..5ee1a5571 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 5dc72b1a6..9d471bb50 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 446f4a297..575b81fa0 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 7ad0001f0..80d57329d 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 d8b624e0d..62b426821 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 622b0cf4e..447892cd1 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 fffac8e60..dfa1c7e9a 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 79ed3b114..b23a854e5 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 d085cb81c..ddaf0cc2f 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 72638df58..dc7a00a87 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 8fc9e4096..6f4139870 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 0a3dcbe0c..b7714eb17 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 3ba15c11c..ac6447161 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 6219248e9..017d4bd9e 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 55e891857..40cc01a3a 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 b03120e90..90f8e00bf 100644 --- a/docs/interfaces/TransferredNft.html +++ b/docs/interfaces/TransferredNft.html @@ -1,35 +1,35 @@ 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

        blockNumber: string
        +

        Hierarchy

        • Nft
          • TransferredNft

        Index

        Properties

        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 958f5dd78..20ddd6ca2 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 4e49874db..b06baa723 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 8fc40655e..64137b338 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 5428c6871..b74176a02 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 1e5e0ac2e..171bbd45c 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/WebhookStatusUpdate.html b/docs/interfaces/WebhookStatusUpdate.html index e14ec5d42..672280e66 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 0ba9e2563..709fb7c49 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -1,43 +1,43 @@ -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 {@link 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.

        -
        BlockIdentifier: string | CommitmentLevel
        +
        BlockIdentifier: string | CommitmentLevel

        The block identifier to specify which block to run a debug call in, used for methods in the DebugNamespace.

        -
        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.

        -
        LogLevel: "debug" | "info" | "warn" | "error" | "silent"
        +
        LogLevel: "debug" | "info" | "warn" | "error" | "silent"

        The level of verbosity for the logger.

        -
        +

        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.

        -

        Functions

        • fromHex(hexString: string): number

        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:

            @@ -48,8 +48,8 @@
          • 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.

            -

          Returns string

        Legend

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

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file +

        Returns 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/package.json b/package.json index 21bd80269..086b1bc50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alchemy-sdk", - "version": "2.4.1", + "version": "2.4.2", "description": "Extended Ethers.js SDK for Alchemy APIs", "author": "Alchemy", "license": "MIT", diff --git a/src/version.ts b/src/version.ts index 1d7967881..73de74990 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.4.1'; +export const VERSION = '2.4.2';