You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/test-specifications/token-service/TokenClaimTransaction.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -96,9 +96,9 @@ The tests contained in this specification will assume that valid sender and rece
96
96
| 13 | Claims multiple airdropped NFTs for an account | senderAccountId=<CREATED_SENDER_ACCOUNT_ID>, receiverAccountId=<CREATED_RECEIVER_ACCOUNT_ID>, tokenId=<CREATED_TOKEN_ID>, serialNumbers=["1", "2", "3"], commonTransactionParams.signers=[<CREATED_ACCOUNT_PRIVATE_KEY>]| The claim succeeds and the account now owns all the specified NFTs. | N |
97
97
| 14 | Claims an airdropped NFT for an already associated account | senderAccountId=<CREATED_SENDER_ACCOUNT_ID>, receiverAccountId=<CREATED_RECEIVER_ACCOUNT_ID>, tokenId=<CREATED_TOKEN_ID>, serialNumbers=["1"], commonTransactionParams.signers=[<CREATED_ACCOUNT_PRIVATE_KEY>]| The claim succeeds and the account now owns the NFT. | N |
98
98
| 15 | Claims an airdropped NFT for an unassociated account with automatic associations | senderAccountId=<CREATED_SENDER_ACCOUNT_ID>, receiverAccountId=<CREATED_RECEIVER_ACCOUNT_ID>, tokenId=<CREATED_TOKEN_ID>, serialNumbers=["1"], commonTransactionParams.signers=[<CREATED_ACCOUNT_PRIVATE_KEY>]| The claim succeeds, the account is associated with the token, and now owns the NFT. | N |
99
-
|17| Claims an airdropped NFT with a royalty fee for an account | senderAccountId=<CREATED_SENDER_ACCOUNT_ID>, receiverAccountId=<CREATED_RECEIVER_ACCOUNT_ID>, tokenId=<CREATED_TOKEN_ID>, serialNumbers=["1"], commonTransactionParams.signers=[<CREATED_ACCOUNT_PRIVATE_KEY>]| The claim succeeds, the account pays the royalty fee in HBAR, and now owns the NFT. | N |
100
-
|18| Claims an already claimed airdropped NFT for an account | senderAccountId=<CREATED_SENDER_ACCOUNT_ID>, receiverAccountId=<CREATED_RECEIVER_ACCOUNT_ID>, tokenId=<CREATED_TOKEN_ID>, serialNumbers=["1"], commonTransactionParams.signers=[<CREATED_ACCOUNT_PRIVATE_KEY>]| The claim fails with a AIRDROP_ALREADY_CLAIMED response code from the network. | N || N |
101
-
|20| Claims an airdropped NFT without specifying serial numbers | senderAccountId=<CREATED_SENDER_ACCOUNT_ID>, receiverAccountId=<CREATED_RECEIVER_ACCOUNT_ID>, tokenId=<CREATED_TOKEN_ID>, commonTransactionParams.signers=[<CREATED_ACCOUNT_PRIVATE_KEY>]| The claim succeeds and the account now owns all NFTs that were airdropped to it for this token. | N |
99
+
|16| Claims an airdropped NFT with a royalty fee for an account | senderAccountId=<CREATED_SENDER_ACCOUNT_ID>, receiverAccountId=<CREATED_RECEIVER_ACCOUNT_ID>, tokenId=<CREATED_TOKEN_ID>, serialNumbers=["1"], commonTransactionParams.signers=[<CREATED_ACCOUNT_PRIVATE_KEY>]| The claim succeeds, the account pays the royalty fee in HBAR, and now owns the NFT. | N |
100
+
|17| Claims an already claimed airdropped NFT for an account | senderAccountId=<CREATED_SENDER_ACCOUNT_ID>, receiverAccountId=<CREATED_RECEIVER_ACCOUNT_ID>, tokenId=<CREATED_TOKEN_ID>, serialNumbers=["1"], commonTransactionParams.signers=[<CREATED_ACCOUNT_PRIVATE_KEY>]| The claim fails with a AIRDROP_ALREADY_CLAIMED response code from the network. | N || N |
101
+
|18| Claims an airdropped NFT without specifying serial numbers | senderAccountId=<CREATED_SENDER_ACCOUNT_ID>, receiverAccountId=<CREATED_RECEIVER_ACCOUNT_ID>, tokenId=<CREATED_TOKEN_ID>, commonTransactionParams.signers=[<CREATED_ACCOUNT_PRIVATE_KEY>]| The claim succeeds and the account now owns all NFTs that were airdropped to it for this token. | N |
0 commit comments