Class: AptosNFTOwnersByCollectionResponse
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosNFTOwnersByCollectionResponse
Class: AptosNFTOwnersByCollectionResponse
@moralisweb3/common-aptos-utils.AptosNFTOwnersByCollectionResponse
Table of contents
Methods
Properties
Methods
create
▸ Static
create(input
): AptosNFTOwnersByCollectionResponse
Parameters
Name | Type |
---|---|
input | AptosNFTOwnersByCollectionResponseInput | AptosNFTOwnersByCollectionResponse |
Returns
AptosNFTOwnersByCollectionResponse
fromJSON
▸ Static
fromJSON(json
): AptosNFTOwnersByCollectionResponse
Parameters
Name | Type |
---|---|
json | AptosNFTOwnersByCollectionResponseJSON |
Returns
AptosNFTOwnersByCollectionResponse
toJSON
▸ toJSON(): AptosNFTOwnersByCollectionResponseJSON
Returns
AptosNFTOwnersByCollectionResponseJSON
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: AptosNFTOwnerResponse
[]
Description
The owners for the given collection