We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67ca497 + 970967c commit 1d45e55Copy full SHA for 1d45e55
packages/sdk/src/TokenboundClient.ts
@@ -383,7 +383,7 @@ class TokenboundClient {
383
* @param {string} params.tokenContract The address of the token contract
384
* @param {string} params.tokenId The token ID
385
* @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)
+ * @param {string} params.amount The amount of tokens to transfer, (eg. 1 NFT = 1). Defaults to 1. 1155 only.
387
* @returns a Promise that resolves to the transaction hash of the executed call
388
*/
389
public async transferNFT(params: NFTTransferParams): Promise<`0x${string}`> {
0 commit comments