Constructor: accountDaysTTL
Time to live in days of the current account
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| days | int | Yes | This account will self-destruct in the specified number of days |
Type: AccountDaysTTL
Example:
$accountDaysTTL = ['_' => 'accountDaysTTL', 'days' => int];