MsgRemoveTokenPriceQuery constructor

const MsgRemoveTokenPriceQuery({
  1. String? admin,
  2. String? baseDenom,
  3. String? quoteDenom,
  4. BigInt? osmosisPoolId,
})

Implementation

const MsgRemoveTokenPriceQuery({
  this.admin,
  this.baseDenom,
  this.quoteDenom,
  this.osmosisPoolId,
});