Class: AptosNFTTransferResponse
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosNFTTransferResponse
Class: AptosNFTTransferResponse
@moralisweb3/common-aptos-utils.AptosNFTTransferResponse
Table of contents
Methods
Properties
- coinAmount
- coinType
- collectionDataIdHash
- collectionName
- creatorAddress
- eventAccountAddress
- eventCreationNumber
- eventSequenceNumber
- fromAddress
- name
- propertyVersion
- toAddress
- tokenAmount
- tokenDataIdHash
- transactionTimestamp
- transactionVersion
- transferType
Methods
create
▸ Static create(input): AptosNFTTransferResponse
Parameters
| Name | Type |
|---|---|
input | AptosNFTTransferResponseInput | AptosNFTTransferResponse |
Returns
fromJSON
▸ Static fromJSON(json): AptosNFTTransferResponse
Parameters
| Name | Type |
|---|---|
json | AptosNFTTransferResponseJSON |
Returns
toJSON
▸ toJSON(): AptosNFTTransferResponseJSON
Returns
Properties
coinAmount
• Optional Readonly coinAmount: AptosNative
Description
The number of tokens transferred
coinType
• Optional Readonly coinType: string
Description
The type of tokens transferred
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
eventAccountAddress
• Readonly eventAccountAddress: string
Description
The account address of the transfer
eventCreationNumber
• Readonly eventCreationNumber: string
Description
The creation number of the event
eventSequenceNumber
• Readonly eventSequenceNumber: string
Description
The sequence number of the event
fromAddress
• Optional Readonly fromAddress: AptosAddress
Description
The address sending the transfer
name
• Readonly name: string
Description
The name of the token
propertyVersion
• Readonly propertyVersion: string
Description
The property version of the token
toAddress
• Optional Readonly toAddress: AptosAddress
Description
The address recieving the transfer
tokenAmount
• Readonly tokenAmount: AptosNative
Description
The number of tokens transferred
tokenDataIdHash
• Readonly tokenDataIdHash: string
Description
The identifier of the token
transactionTimestamp
• Readonly transactionTimestamp: string
Description
The timestamp of the transfer
transactionVersion
• Readonly transactionVersion: string
Description
The version of the transaction that the transfer is a part of
transferType
• Readonly transferType: string
Description
The type of transfer