Class: AptosNFTOwnerResponse
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosNFTOwnerResponse
Class: AptosNFTOwnerResponse
@moralisweb3/common-aptos-utils.AptosNFTOwnerResponse
Table of contents
Methods
Properties
- amount
- collectionDataIdHash
- collectionName
- creatorAddress
- lastTransactionTimestamp
- lastTransactionVersion
- name
- ownerAddress
- propertyVersion
- tableType
- tokenDataIdHash
- tokenProperties
Methods
create
▸ Static
create(input
): AptosNFTOwnerResponse
Parameters
Name | Type |
---|---|
input | AptosNFTOwnerResponseInput | AptosNFTOwnerResponse |
Returns
fromJSON
▸ Static
fromJSON(json
): AptosNFTOwnerResponse
Parameters
Name | Type |
---|---|
json | AptosNFTOwnerResponseJSON |
Returns
toJSON
▸ toJSON(): AptosNFTOwnerResponseJSON
Returns
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