-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFT Transfer should inlcude its direction #503
Comments
A similar case can be found at https://ckb-explorer-frontend-in-magickbase-repo-git-7edfd6-magickbase.vercel.app/transaction/0x04ecbc2df39e3682326a3b23c1bd2465e07eae2379ac0cc713834a1f79753779?layout=lite |
TLDR, |
Color of parentheses should be fixed by Magickbase/ckb-explorer-frontend#183 |
Work on UI will start when the update is deployed onto the staging |
The update has already been deployed onto the staging. |
Adjust the count of nft cells change |
E.g. https://ckb-explorer-api.staging.layerview.io//api/v2/ckb_transactions/0xc7d1eae3dfe4b8a675b5343592f0e81e6b2e3d82275e57bf883874597ea85aa2/details
It cannot be deduced that
spore
is transferred fromAddress 1
toAddress 2
because capacity could be increased with a sending out of NFT.Imagine the case: in a transaction, User A sends more capacity to B and B sends an NFT to User A, it's a typical atomic transaction for buying an NFT. The result is the same as the one above.
The text was updated successfully, but these errors were encountered: