MsgCreateValidator constructor

MsgCreateValidator(
  1. ValidatorDescription description,
  2. CommissionRates commission,
  3. int min_self_delegation,
  4. String delegator_address,
  5. String validator_address,
  6. ValConsKey pubkey,
  7. Coin value,
)

Implementation

MsgCreateValidator(
    this.description,
    this.commission,
    this.min_self_delegation,
    this.delegator_address,
    this.validator_address,
    this.pubkey,
    this.value);