MsgUpdateValidatorSharesExchRate constructor

const MsgUpdateValidatorSharesExchRate({
  1. String? creator,
  2. String? chainId,
  3. String? valoper,
})

Implementation

const MsgUpdateValidatorSharesExchRate({
  this.creator,
  this.chainId,
  this.valoper,
});