Creates the TransactionGroup from an array of transactions by assigning a group id to each transaction.
A list of transactions to put in a group.
A list of transactions in a group.
The group id as a base64 encoded string.
Signs all the transactions in the group with the secret key.
Sign the transactions with this secret key.
An array of encoded signed transactions as per the Transaction.signTxn from the Algorand sdk.
Generated using TypeDoc
A convenience class to make managing Algorand transactions groups easier.