Variable ValidatorInfo.stake

Value of frozen UTXO this validator has staked to enroll This will be used to determine the share of fees and rewards paid for each signed block

struct ValidatorInfo
{
  // ...
  Amount stake ;
  // ...
}