ssz
ssz copied to clipboard
Allow to provide override values to `defaultValue()`
It would be useful to directly provide overrides to defaultValue, e.g.
const validator = ValidatorContainer.defaultValue({activationEligibilityEpoch: 10, ...});
and missing values use defaults. This makes generating testing data a bit easier and look cleaner.