Class: AptosNFTCollectionItemResponse
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosNFTCollectionItemResponse
Class: AptosNFTCollectionItemResponse
@moralisweb3/common-aptos-utils.AptosNFTCollectionItemResponse
Table of contents
Methods
Properties
- collectionDataIdHash
- collectionName
- creatorAddress
- description
- descriptionMutable
- lastTransactionTimestamp
- lastTransactionVersion
- maximum
- maximumMutable
- metadataUri
- supply
- tableHandle
- uriMutable
Methods
create
▸ Static
create(input
): AptosNFTCollectionItemResponse
Parameters
Name | Type |
---|---|
input | AptosNFTCollectionItemResponseInput | AptosNFTCollectionItemResponse |
Returns
AptosNFTCollectionItemResponse
fromJSON
▸ Static
fromJSON(json
): AptosNFTCollectionItemResponse
Parameters
Name | Type |
---|---|
json | AptosNFTCollectionItemResponseJSON |
Returns
AptosNFTCollectionItemResponse
toJSON
▸ toJSON(): AptosNFTCollectionItemResponseJSON
Returns
AptosNFTCollectionItemResponseJSON
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
description
• Readonly
description: string
Description
The description of the collection
descriptionMutable
• Readonly
descriptionMutable: boolean
Description
Whether the description can be changed
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 collection
supply
• Readonly
supply: string
Description
The number of tokens minted
tableHandle
• Readonly
tableHandle: string
Description
The address of the table that stores the tokens
uriMutable
• Readonly
uriMutable: boolean
Description
Whether the URI of the image can be changed