Interface: GetWalletNFTsRequest
moralis-monorepo / @moralisweb3/common-evm-utils / GetWalletNFTsRequest
Interface: GetWalletNFTsRequest
@moralisweb3/common-evm-utils.GetWalletNFTsRequest
Hierarchy
Camelize<Omit<RequestParams,"chain"|"token_addresses"|"address">>↳
GetWalletNFTsRequest
Table of contents
Properties
Properties
address
• address: EvmAddressInput
chain
• Optional chain: EvmChainish
cursor
• cursor: undefined | string
Inherited from
Camelize.cursor
excludeSpam
• excludeSpam: undefined | boolean
Inherited from
Camelize.excludeSpam
format
• format: undefined | "decimal" | "hex"
Inherited from
Camelize.format
limit
• limit: undefined | number
Inherited from
Camelize.limit
mediaItems
• mediaItems: undefined | boolean
Inherited from
Camelize.mediaItems
normalizeMetadata
• normalizeMetadata: undefined | boolean
Inherited from
Camelize.normalizeMetadata
tokenAddresses
• Optional tokenAddresses: EvmAddressInput[]