MsgUpdateAdmin constructor

const MsgUpdateAdmin({
  1. String? sender,
  2. String? newAdmin,
  3. String? contract,
  4. List<int>? callbackSig,
})

Implementation

const MsgUpdateAdmin({
  this.sender,
  this.newAdmin,
  this.contract,
  this.callbackSig,
});