interface QueryEpochResponse {
    epoch: undefined | Epoch;
}

Properties

Properties

epoch: undefined | Epoch