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] |