# ChainInfoResponse ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**chainDescriptor** | **string** | The protocol identifier (e.g. \"ETH\"/\"SOL\"). | [default to undefined]| |**currentEpoch** | **number** | The current epoch number of the blockchain network. | [default to undefined]| |**epochElapsed** | **number** | The percentage of time that has elapsed within the current epoch, represented as a decimal value between 0 and 1. | [default to undefined]| |**epochDuration** | **number** | The total duration in milliseconds of a single epoch. | [default to undefined]| |**additionalInfo** | [**AdditionalInfo**](AdditionalInfo.md) | | [default to undefined]| |**lastUpdated** | **number** | timestamp (in milliseconds) of last update time | [default to undefined]| [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)