Skip to content

Commit

Permalink
edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfresh committed Oct 12, 2023
1 parent e0b5ea5 commit 970967c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/TokenboundClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`> {
Expand Down

0 comments on commit 970967c

Please sign in to comment.