MsgDelegate constructor

MsgDelegate(
  1. String delegator_address,
  2. String validator_address,
  3. Coin amount
)

Implementation

MsgDelegate(this.delegator_address, this.validator_address, this.amount);