Interface: GetNFTTransfersByCollectionOperationRequest
moralis-monorepo / @moralisweb3/common-aptos-utils / GetNFTTransfersByCollectionOperationRequest
Interface: GetNFTTransfersByCollectionOperationRequest
@moralisweb3/common-aptos-utils.GetNFTTransfersByCollectionOperationRequest
Table of contents
Properties
Properties
collectionDataIdHash
• Readonly
collectionDataIdHash: string
Description
The collection data id hash of the token
cursor
• Optional
Readonly
cursor: string
Description
The cursor to use for getting the next page
limit
• Readonly
limit: number
Description
The number of results to return
network
• Optional
Readonly
network: AptosNetworkInput
Description
The network of query. Defaults to mainnet.
offset
• Optional
Readonly
offset: number
Description
The number of results to skip
walletBlacklist
• Optional
Readonly
walletBlacklist: string
[]
Description
The addresses of the wallets to blacklist
walletWhitelist
• Optional
Readonly
walletWhitelist: string
[]
Description
The addresses of the wallets to whitelist