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
How can I parse out each native account from a transaction that contains many transfer checked instructions?
I don't want to call getAccount for every token account in transfer checked instruction .
Is there any other way?
The text was updated successfully, but these errors were encountered:
i have an transaction on devnet, and it contains many transfer checked instructions.
https://explorer.solana.com/tx/2UpCNcHHea8suVW93ixX2zbcjZ6C9yjGDdcDnFHJr6HDmRhETRUUwyZCXf7kYXPnv16FdL3egpZQm2WB1TivNoHv?cluster=devnet
How can I parse out each native account from a transaction that contains many transfer checked instructions?
I don't want to call getAccount for every token account in transfer checked instruction .
Is there any other way?
The text was updated successfully, but these errors were encountered: