Bid constructor

Bid(
  1. Uref bondingPurse,
  2. int delegationRate,
  3. List<Delegator> delegators,
  4. bool inactive,
  5. BigInt stakedAmount,
  6. ClPublicKey? validatorPublicKey,
  7. VestingSchedule? vestingSchedule,
)

Implementation

Bid(this.bondingPurse, this.delegationRate, this.delegators, this.inactive, this.stakedAmount,
    this.validatorPublicKey, this.vestingSchedule);