interface QueryGetPricesResponseAmino {
    prices?: PriceAmino[];
}

Properties

Properties

prices?: PriceAmino[]