Class: AptosNFTTokensByCollectionResponse
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosNFTTokensByCollectionResponse
Class: AptosNFTTokensByCollectionResponse
@moralisweb3/common-aptos-utils.AptosNFTTokensByCollectionResponse
Table of contents
Methods
Properties
Methods
create
▸ Static
create(input
): AptosNFTTokensByCollectionResponse
Parameters
Name | Type |
---|---|
input | AptosNFTTokensByCollectionResponseInput | AptosNFTTokensByCollectionResponse |
Returns
AptosNFTTokensByCollectionResponse
fromJSON
▸ Static
fromJSON(json
): AptosNFTTokensByCollectionResponse
Parameters
Name | Type |
---|---|
json | AptosNFTTokensByCollectionResponseJSON |
Returns
AptosNFTTokensByCollectionResponse
toJSON
▸ toJSON(): AptosNFTTokensByCollectionResponseJSON
Returns
AptosNFTTokensByCollectionResponseJSON
Properties
cursor
• Readonly
cursor: string
Description
The cursor to use for the next page of results. (Cursor is null on last page)
hasNextPage
• Readonly
hasNextPage: boolean
Description
Indicates if there is a next page of results
result
• Readonly
result: AptosNFTTokenResponse
[]
Description
The tokens for the given collection