Skip to main content

Class: AptosNFTOwnersByTokensResponse

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

Class: AptosNFTOwnersByTokensResponse

@moralisweb3/common-aptos-utils.AptosNFTOwnersByTokensResponse

Table of contents

Methods

Properties

Methods

create

Static create(input): AptosNFTOwnersByTokensResponse

Parameters

NameType
inputAptosNFTOwnersByTokensResponseInput | AptosNFTOwnersByTokensResponse

Returns

AptosNFTOwnersByTokensResponse


fromJSON

Static fromJSON(json): AptosNFTOwnersByTokensResponse

Parameters

NameType
jsonAptosNFTOwnersByTokensResponseJSON

Returns

AptosNFTOwnersByTokensResponse


toJSON

toJSON(): AptosNFTOwnersByTokensResponseJSON

Returns

AptosNFTOwnersByTokensResponseJSON

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 tokens