You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let collectionRef = acct.borrow<&RCRDSHPNFT.Collection>(from: RCRDSHPNFT.collectionStoragePath)?? panic("Could not borrow a reference to the owner's collection")
let depositRef = recipient.getCapability(RCRDSHPNFT.collectionPublicPath).borrow<&{NonFungibleToken.CollectionPublic}>()?? panic("Could not borrow a reference to the receiver's collection")
for withdrawID in withdrawIDs {
let nft <- collectionRef.withdraw(withdrawID: withdrawID)