QueryHistoricalInfoRequest is request type for the Query/HistoricalInfo RPC method.

interface QueryHistoricalInfoRequest {
    height: bigint;
}

Properties

Properties

height: bigint

height defines at which height to query the historical info.