added
March 2023 Recap
over 1 year ago by Juan Costa
New transaction types:
- CancelNFTListing: Previously classified as an admin transaction.
- ClaimVestedTokensTransaction: Previously classified as an admin transaction
- ApproveAllNFTsTransaction: Previously classified as an ApproveTransaction.
- ApproveSingleNFTTransaction: Previously classified as an ApproveTransaction.
- ApproveTokenTransaction: Previously classified as an ApproveTransaction.
- UnwrapTokenTransaction: Previously classified as an UnwrapTransaction.
- UnwrapNativeCoinTransaction: Previously classified as an UnwrapTransaction.
- NativeCoinTransferTransaction: Holds all native coin transfers, from or to the wallet.
Changes to existing transaction types:
- Enhancement: The output of the transaction type now appears at the top of the json object. The “Type” property is now being returned as the first property of the json object.
- Enhancement: Airdrop transactions now return TokensSent, which are airdrop transactions sent from the wallet, as well as TokensSentByContract, which is a list of assets transfers sent by the contract or by the Null address.
- Change: AirDropTransaction renamed to AirdropTransaction (case change for consistency)