Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.03 KB

File metadata and controls

17 lines (11 loc) · 1.03 KB

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]
lastUpdated number timestamp (in milliseconds) of last update time [default to undefined]

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