Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.04 KB

Commitment.md

File metadata and controls

14 lines (11 loc) · 1.04 KB

Commitment

Properties

Name Type Description Notes
address str 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 OneOfCommitmentActivatedAccount Info about activated account. `null` if the account is not activated yet. [optional]

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