QueryHistoricalInfoResponse is response type for the Query/HistoricalInfo RPC method.

interface QueryHistoricalInfoResponse {
    hist?: HistoricalInfo;
}

Properties

Properties

hist defines the historical info at the given height.