wallet_sign_transaction
Sign Algorand transactions with wallet security by enforcing spending limits per transaction and daily.
Instructions
Sign a single transaction with the active wallet account. Enforces per-transaction and daily spending limits.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction | Yes | Transaction object to sign 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) |