interface QueryGetPriceResponseAmino {
    found?: boolean;
    price?: PriceAmino;
}

Properties

Properties

found?: boolean
price?: PriceAmino