This object represents the transaction response.
Name | Type | Description |
---|---|---|
success | Boolean | Buying transaction status. |
order | Object | Listed order details. |
newNFTID | UUID | NFT token id. |
newNFT | Object | Contains all the information from NFTToken that includes the information such as token name, token type, metadata json. |
buyerWallet | Object | Contains all the information from Wallet that includes the information such as name, address, parent type. and etc.. |
selletWallet | Object | Contains all the information from Wallet that includes the information such as name, address, parent type. and etc.. |
network | Object | Contains all the information from Network that includes the information such as name, chain id, rpc url and etc.. |
acknowledgementStatus | String | Transaction status. |
buyer | Object | Contains all the information from User that includes the information such as name, username,email and etc.. |
tokenOwnerUsername | String | Token Owner user name. |