stellar_contract_read
Read contract data entries from Stellar blockchain networks by specifying network, contract ID, and storage key. Output in string, JSON, or XDR format.
Instructions
Read contract data entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Storage key to read | |
| output | No | Output format | |
| key_xdr | No | Storage key as base64-encoded XDR | |
| network | Yes | Stellar network | |
| durability | No | Storage durability type | |
| contract_id | No | Contract ID to read from |