Skip to content

Commit b359f4a

Browse files
committed
fix(nft-transfer): WIP for batch outgoing transfers
1 parent 450971e commit b359f4a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/lib/menu.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,15 @@ class Menu{
10381038
console.log('destination: ' + destination);
10391039
console.log('current vault', vault.toBase58());
10401040
}
1041+
// check validate the atas exist for this destination
1042+
1043+
// ask to create the atas (and show estimate for the cost - put recommended)
1044+
1045+
// run the immediate ATA creations
1046+
1047+
// put the mints into the relevant buckets
1048+
1049+
// tell them that they will be creating the transactions and run an estimate to slate the txs
10411050
}
10421051

10431052
// this goes back to main nft menu

0 commit comments

Comments
 (0)