From 970967ceb34cad47c2906048f7b129157c72ef11 Mon Sep 17 00:00:00 2001 From: BJ Vicks Date: Wed, 11 Oct 2023 18:33:56 -0700 Subject: [PATCH] edit docs --- packages/sdk/src/TokenboundClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk/src/TokenboundClient.ts b/packages/sdk/src/TokenboundClient.ts index 1783e73..f88ff57 100644 --- a/packages/sdk/src/TokenboundClient.ts +++ b/packages/sdk/src/TokenboundClient.ts @@ -383,7 +383,7 @@ class TokenboundClient { * @param {string} params.tokenContract The address of the token contract * @param {string} params.tokenId The token ID * @param {string} params.recipientAddress The address to which the token should be transferred - * @param {string} params.amount The amount of tokens to transfer, (eg. 1 NFT = 1) + * @param {string} params.amount The amount of tokens to transfer, (eg. 1 NFT = 1). Defaults to 1. 1155 only. * @returns a Promise that resolves to the transaction hash of the executed call */ public async transferNFT(params: NFTTransferParams): Promise<`0x${string}`> {