The timeline of the staking activity.
| Name | Type | Description | Notes |
|---|---|---|---|
| action | ActivityAction | ||
| status | String | The status of the action. Possible values include: - `Success`: The action is successfully completed. - `Processing`: The action is being processed. - `Failed`: The action has failed. | [optional] |
| timestamp | Long | The time when the action took place, in Unix timestamp format, measured in milliseconds. - For the `Submitted` action, `timestamp` represents the time the staking, unstaking, or withdrawal request was created. - For the `BTCConfirmation` action, `timestamp` represents the time when the request was confirmed on the Bitcoin chain, or when the confirmation failed. - For the `BabylonConfirmation` action, `timestamp` represents the time when the request was confirmed by the Babylon protocol, or when the confirmation failed. | [optional] |
| transactionId | String | The ID of the corresponding transaction. | [optional] |