Skip to content

Commit 1d45e55

Browse files
authored
Merge pull request #41 from tokenbound/bj/add-1155-tests-enable-transfer-amount-with-1155
Small docs edit to clarify amount as 1155-only
2 parents 67ca497 + 970967c commit 1d45e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/TokenboundClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ class TokenboundClient {
383383
* @param {string} params.tokenContract The address of the token contract
384384
* @param {string} params.tokenId The token ID
385385
* @param {string} params.recipientAddress The address to which the token should be transferred
386-
* @param {string} params.amount The amount of tokens to transfer, (eg. 1 NFT = 1)
386+
* @param {string} params.amount The amount of tokens to transfer, (eg. 1 NFT = 1). Defaults to 1. 1155 only.
387387
* @returns a Promise that resolves to the transaction hash of the executed call
388388
*/
389389
public async transferNFT(params: NFTTransferParams): Promise<`0x${string}`> {

0 commit comments

Comments
 (0)