Name | Type | Description | Notes |
---|---|---|---|
kind | string | Kind of the contract (`delegator_contract` or `smart_contract`), where `delegator_contract` - manager.tz smart contract for delegation purpose only | [optional] |
alias | string | Name of the project behind the contract or contract description | [optional] |
address | string | Public key hash of the contract | [optional] |
type_hash | int | 32-bit hash of the contract parameter and storage types. This field can be used for searching similar contracts (which have the same interface). | [optional] |
code_hash | int | 32-bit hash of the contract code. This field can be used for searching same contracts (which have the same script). | [optional] |
tzips | string[] | List of implemented standards (TZIPs) | [optional] |