get_contract_info
Retrieve contract metadata and operations by name, script hash, or Neo address.
Instructions
Get metadata and operations for a contract by known name, script hash, or Neo address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract | No | Generic contract reference: known name, script hash, or Neo address | |
| contractName | No | Supported contract name | |
| nameOrHash | No | Backward-compatible alias for contract name or script hash | |
| network | No | Network to use: "mainnet" or "testnet" |