stellar_contract_info
Retrieve Stellar contract interface, metadata, environment metadata, or build details using contract ID, WASM hash, or local WASM file.
Instructions
Get information about a contract (interface, metadata, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wasm | No | Path to local WASM file | |
| output | No | Output format | |
| network | No | Network for fetching contract | |
| info_type | Yes | Type of information to retrieve | |
| wasm_hash | No | Hash of WASM on network | |
| contract_id | No | Contract ID on network |