stellar_soroban_read_state
Read a Soroban contract data entry directly from the ledger to inspect stored state without simulating a transaction.
Instructions
Read the state of a specific contract data entry directly from the ledger without simulating a transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyType | Yes | The ScVal type of the ledger key | |
| keyValue | Yes | The value of the ledger key | |
| contractId | Yes | Soroban contract ID (C...) | |
| durability | No | The durability of the contract data entry | persistent |