Skip to main content

Interface: GetNFTCollectionsOperationRequest

moralis-monorepo / @moralisweb3/common-aptos-utils / GetNFTCollectionsOperationRequest

Interface: GetNFTCollectionsOperationRequest

@moralisweb3/common-aptos-utils.GetNFTCollectionsOperationRequest

Table of contents

Properties

Properties

cursor

Optional Readonly cursor: string

Description

The cursor to use for getting the next page


fromName

Optional Readonly fromName: string

Description

The name of the collection to start from (inclusive and case sensitive)


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


toName

Optional Readonly toName: string

Description

The name of the collection to end at (inclusive and case sensitive)