decode_account
Decode Solana account data by providing the account address and program ID. Uses the program's IDL to interpret the account's contents, aiding in debugging and inspection.
Instructions
Decode Solana account data using program IDL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idl | No | Optional IDL object (if not provided, will attempt to fetch from chain) | |
| address | Yes | Account address to decode | |
| program_id | Yes | Program ID that owns the account |