interface QueryGetPriceRequest {
    assetDenom: string;
    contractAddr: string;
    priceDenom: string;
    timestamp: bigint;
}

Properties

assetDenom: string
contractAddr: string
priceDenom: string
timestamp: bigint