Get desktop application:
View/edit binary Protocol Buffers messages
Query defines the gRPC querier service.
EpochInfos provide running epochInfos
QueryEpochsInfoRequest is the request type for the Query/EpochInfos RPC method.
pagination defines an optional pagination for the request.
QueryEpochsInfoResponse is the response type for the Query/EpochInfos RPC method.
epochs is a slice of all EpochInfos
pagination defines an optional pagination for the request.
CurrentEpoch provide current epoch of specified identifier
QueryCurrentEpochRequest is the request type for the Query/EpochInfos RPC method.
identifier of the current epoch
QueryCurrentEpochResponse is the response type for the Query/EpochInfos RPC method.
current_epoch is the number of the current epoch
EpochInfo defines the message interface containing the relevant informations about an epoch.
Used in:
,identifier of the epoch
start_time of the epoch
duration of the epoch
current_epoch is the integer identifier of the epoch
current_epoch_start_time defines the timestamp of the start of the epoch
epoch_counting_started reflects if the counting for the epoch has started
current_epoch_start_height of the epoch
GenesisState defines the epochs module's genesis state.
epochs is a slice of EpochInfo that defines the epochs in the genesis state