Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 998 Bytes

Commitment.md

File metadata and controls

14 lines (11 loc) · 998 Bytes

# Commitment

Properties

Name Type Description Notes
address string Blinded address of the account [optional]
balance int Account balance to be activated [optional]
activated bool Flag showing whether the account has been activated or not. [optional]
activation_level int Level of the block at which the account has been activated. `null` if the account is not activated yet. [optional]
activation_time \DateTime Datetime of the block at which the account has been activated (ISO 8601, e.g. `2020-02-20T02:40:57Z`). `null` if the account is not activated yet. [optional]
activated_account \Bzzhh\Tzkt\Model\CommitmentActivatedAccount [optional]

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