Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.05 KB

RelatedContract.md

File metadata and controls

15 lines (12 loc) · 1.05 KB

# RelatedContract

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]
balance int Contract balance (micro tez) [optional]
delegate \Bzzhh\Tzkt\Model\RelatedContractDelegate [optional]
creation_level int Height of the block where the contract was created [optional]
creation_time \DateTime Datetime of the block where the contract was created (ISO 8601, e.g. `2020-02-20T02:40:57Z`) [optional]

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