MsgBeginRedelegate constructor

MsgBeginRedelegate(
  1. String delegator_address,
  2. String validator_src_address,
  3. String validator_dst_address,
  4. Coin amount,
)

Implementation

MsgBeginRedelegate(this.delegator_address, this.validator_src_address,
    this.validator_dst_address, this.amount);