Rewards constructor

Rewards(
  1. String? validator_address,
  2. List<Coin>? reward
)

Implementation

Rewards(this.validator_address, this.reward);