Reward constructor

Reward(
  1. int amount,
  2. ClPublicKey validator
)

Implementation

Reward(this.amount, this.validator);