wallet_sign_transaction_group
Sign multiple Algorand blockchain transactions as a single group using your wallet, automatically assigning group IDs and enforcing spending limits.
Instructions
Sign a group of transactions with the active wallet account. Assigns group ID automatically and enforces spending limits.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transactions | Yes | Array of transaction objects to sign as a group with the active wallet account | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |