decode_signed_transaction
Decode base64 signed transaction bytes into readable transaction objects with signature details for Algorand blockchain analysis and verification.
Instructions
Decode base64 signed transaction bytes back into a transaction object with signature details. Accepts the blob from sign_transaction or wallet_sign_transaction.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bytes | Yes | Base64-encoded signed transaction bytes (blob from sign_transaction or wallet_sign_transaction) | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |