Open peng-huang-ch opened 8 months ago
I found the create, approve and execute, all in 1 Solana transaction test case, but I failed send the sol with the vaultTransactionCreate
and vaultTransactionExecute
.
Are there any examples of vault transaction? THX.
Yes
thanks the product you are working on!
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 theirsignatures
. the sender could be alice or bob or others. like the safe wallet inethereum
.now we may need to send multi transactions to the chain. I want to make it into one transaction.