interface QueryGetPriceResponse {
    found: boolean;
    price?: Price;
}

Properties

Properties

found: boolean
price?: Price