interface QueryGetLatestPriceResponse {
    price?: Price;
}

Properties

Properties

price?: Price