Create a Transaction
To create a transaction for the multisig to act upon first derive a PDA for the transaction. The transaction PDA is used to reference the account created, and will store some basic information about the transaction.
In addition to the PDA, creating a transaction also requires and authority index.
A complete example to create a new Transaction with the expected transactionIndex
After being created, the transaction will remain in a Draft
status, until it is activated by the member key that created it.
Refer to the Transaction PDA section for more information about deriving the transaction PDA and the Authority section for information about how authorities function within Squads.