Interface QueryGetLatestPriceResponseSDKType

interface QueryGetLatestPriceResponseSDKType {
    price?: PriceSDKType;
}

Properties

Properties

price?: PriceSDKType