1

I have the following resources in my account: enter image description here

I am able to create a bucket containing my three NFTs with the 3,036e1...e0144 syntax but how can I send only the NFT with id 4 ?

Bernardo Ramos
  • 4,048
  • 30
  • 28
Clement
  • 212
  • 1
  • 8

1 Answers1

1

You can use the following syntax to create a bucket containing specific NFTs:

"#4,[resource_address]" // To send NFT with id #4
"#3,#5,[resource_address]" // to send NFTs with id #3 and #5

Don't forget the quotation marks !

Clement
  • 212
  • 1
  • 8
  • is `resim transfer` used to transfer nft's? can you show me the full command. I am getting NonFungibleLocalId(#0#) as my id. – kob003 May 21 '23 at 06:29