solana-developers / compressed-nfts

Example code to use compressed NFTs (using state compression) on Solana
120 stars 37 forks source link

send many in one tx #4

Closed Haniamin90 closed 1 year ago

Haniamin90 commented 1 year ago

is it possible to send many compressed NFTs from one owner to another address in a single tx ? how

nickfrosty commented 1 year ago

It should be. You can either mint multiple in a single transaction, or transfer multiple in a single transaction.

You would just have to build each of the instructions, have the correct signers, then send them in a single transaction