Delegation constructor

Delegation(
  1. String delegator_address,
  2. String validator_address,
  3. double shares,
  4. Coin balance,
)

Implementation

Delegation(this.delegator_address, this.validator_address, this.shares,
    this.balance);