Class: AptosNFTTokenResponse
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosNFTTokenResponse
Class: AptosNFTTokenResponse
@moralisweb3/common-aptos-utils.AptosNFTTokenResponse
Table of contents
Methods
Properties
- collectionDataIdHash
- collectionName
- creatorAddress
- defaultProperties
- description
- descriptionMutable
- largestPropertyVersion
- lastTransactionTimestamp
- lastTransactionVersion
- maximum
- maximumMutable
- metadataUri
- name
- payeeAddress
- propertiesMutable
- royaltyMutable
- royaltyPointsDenominator
- royaltyPointsNumerator
- supply
- tokenDataIdHash
- uriMutable
Methods
create
▸ Static
create(input
): AptosNFTTokenResponse
Parameters
Name | Type |
---|---|
input | AptosNFTTokenResponseInput | AptosNFTTokenResponse |
Returns
fromJSON
▸ Static
fromJSON(json
): AptosNFTTokenResponse
Parameters
Name | Type |
---|---|
json | AptosNFTTokenResponseJSON |
Returns
toJSON
▸ toJSON(): AptosNFTTokenResponseJSON
Returns
Properties
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
defaultProperties
• Readonly
defaultProperties: object
Description
The default properties of the token
description
• Readonly
description: string
Description
The description of the collection
descriptionMutable
• Readonly
descriptionMutable: boolean
Description
Whether the description can be changed
largestPropertyVersion
• Readonly
largestPropertyVersion: string
Description
largest_property_version
lastTransactionTimestamp
• Readonly
lastTransactionTimestamp: string
Description
The timestamp of the last transaction
lastTransactionVersion
• Readonly
lastTransactionVersion: string
Description
The version of the last transaction
maximum
• Readonly
maximum: string
Description
The maximum number of tokens that can be minted
maximumMutable
• Readonly
maximumMutable: boolean
Description
Whether the maximum number of tokens can be changed
metadataUri
• Readonly
metadataUri: string
Description
The URI of the image of the token
name
• Readonly
name: string
Description
The name of the token
payeeAddress
• Readonly
payeeAddress: AptosAddress
Description
The address that last payed for the token
propertiesMutable
• Readonly
propertiesMutable: boolean
Description
Whether the properties of the token can be changed
royaltyMutable
• Readonly
royaltyMutable: boolean
Description
Whether the royalty of the token can be changed
royaltyPointsDenominator
• Readonly
royaltyPointsDenominator: string
Description
The denominator for royalty points
royaltyPointsNumerator
• Readonly
royaltyPointsNumerator: string
Description
The numerator for royalty points
supply
• Readonly
supply: string
Description
The number of tokens minted
tokenDataIdHash
• Readonly
tokenDataIdHash: string
Description
The identifier of the token
uriMutable
• Readonly
uriMutable: boolean
Description
Whether the URI of the image can be changed