Get GenLayer Contract Interface
genlayer_get_contract_interfaceRetrieve the interface of a GenLayer contract, including constructor, view, and write methods, by providing the deployed address or base64-encoded code.
Instructions
Normalize a contract schema into constructor, view methods, and write methods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Base64-encoded contract code to inspect directly. | |
| address | No | Deployed contract address to inspect. |