interface QueryGetPriceResponseSDKType {
    found: boolean;
    price?: PriceSDKType;
}

Properties

Properties

found: boolean
price?: PriceSDKType