MsgSetOperatorAddress constructor

const MsgSetOperatorAddress({
  1. String? signer,
  2. String? operator_,
})

Implementation

const MsgSetOperatorAddress({this.signer, this.operator_});