Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 948 Bytes

ChainInfoResponse.md

File metadata and controls

16 lines (10 loc) · 948 Bytes

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 [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]