read_account_data
Read and return the raw data of a Solana account, encoded as base64.
Instructions
Read and return the raw data of a Solana account (base64 encoded)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Account address to read | |
| encoding | No | Data encoding (default base64) | |
| network | No | Solana network |