Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 678 Bytes

ChainInfoResponseDto.md

File metadata and controls

17 lines (9 loc) · 678 Bytes

ChainInfoResponseDto

Properties

Name Type Description Notes
chainDescriptor String The protocol identifier (e.g. "ETH"/"SOL").
currentEpoch BigDecimal The current epoch number of the blockchain network.
epochElapsed BigDecimal The percentage of time that has elapsed within the current epoch, represented as a decimal value between 0 and 1.
epochDuration BigDecimal The total duration in milliseconds of a single epoch.
additionalInfo AdditionalInfoDto