Skip to content

Commit 26e2387

Browse files
docs: Order number fix
Signed-off-by: ivaylogarnev-limechain <[email protected]>
1 parent 384e6db commit 26e2387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/test-specifications/token-service/TokenClaimTransaction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ The tests contained in this specification will assume that valid sender and rece
9696
| 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 |
9797
| 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 |
9898
| 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 |
102102

103103
#### JSON Request Example
104104

0 commit comments

Comments
 (0)