Skip to content

Commit

Permalink
Merge pull request #41 from tokenbound/bj/add-1155-tests-enable-trans…
Browse files Browse the repository at this point in the history
…fer-amount-with-1155

Small docs edit to clarify amount as 1155-only
  • Loading branch information
bjfresh authored Oct 12, 2023
2 parents 67ca497 + 970967c commit 1d45e55
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 1d45e55

Please sign in to comment.