Interface QueryHistoricalInfoResponseSDKType

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

interface QueryHistoricalInfoResponseSDKType {
    hist?: HistoricalInfoSDKType;
}

Properties

Properties