Skip to main content

Class: AptosNFTOwnerResponse

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

Class: AptosNFTOwnerResponse

@moralisweb3/common-aptos-utils.AptosNFTOwnerResponse

Table of contents

Methods

Properties

Methods

create

Static create(input): AptosNFTOwnerResponse

Parameters

NameType
inputAptosNFTOwnerResponseInput | AptosNFTOwnerResponse

Returns

AptosNFTOwnerResponse


fromJSON

Static fromJSON(json): AptosNFTOwnerResponse

Parameters

NameType
jsonAptosNFTOwnerResponseJSON

Returns

AptosNFTOwnerResponse


toJSON

toJSON(): AptosNFTOwnerResponseJSON

Returns

AptosNFTOwnerResponseJSON

Properties

amount

Readonly amount: AptosNative

Description

The number of tokens that belonging to the owner


collectionDataIdHash

Readonly collectionDataIdHash: string

Description

The identifier of the collection


collectionName

Readonly collectionName: string

Description

The name of the collection


creatorAddress

Readonly creatorAddress: AptosAddress

Description

The address of the creator of the collection


lastTransactionTimestamp

Readonly lastTransactionTimestamp: string

Description

The timestamp of the last transaction


lastTransactionVersion

Readonly lastTransactionVersion: string

Description

The version of the last transaction


name

Readonly name: string

Description

The name of the token


ownerAddress

Readonly ownerAddress: AptosAddress

Description

The address of the owner of the token


propertyVersion

Readonly propertyVersion: string

Description

The property version of the token


tableType

Readonly tableType: string

Description

The data structure of the token


tokenDataIdHash

Readonly tokenDataIdHash: string

Description

The identifier of the token


tokenProperties

Readonly tokenProperties: object

Description

The properties of the token