Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.05 KB

OriginatedContract.md

File metadata and controls

14 lines (11 loc) · 1.05 KB

# OriginatedContract

Properties

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]

[Back to Model list] [Back to API list] [Back to README]