Interface QueryHistoricalInfoResponseAmino

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

interface QueryHistoricalInfoResponseAmino {
    hist?: HistoricalInfoAmino;
}

Properties

Properties

hist defines the historical info at the given height.