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
I want to make the multisig transaction into one transaction.
I am a newbie in solana, I am not sure if squads support this scenario.
2-2 multisig (alice + bob)
instruction: send 1 sol to charlie.
alice and bob both approve it and sign the instruction, now can could build a executable transaction with their signatures. the sender could be alice or bob or others. like the safe wallet in ethereum.
now we may need to send multi transactions to the chain. I want to make it into one transaction.