interface QueryGetHistoricalPricesRequest {
    assetDenom: string;
    contractAddr: string;
    numOfPeriods: bigint;
    periodLengthInSeconds: bigint;
    priceDenom: string;
}

Properties

assetDenom: string
contractAddr: string
numOfPeriods: bigint
periodLengthInSeconds: bigint
priceDenom: string