ssz icon indicating copy to clipboard operation
ssz copied to clipboard

Allow to provide override values to `defaultValue()`

Open nflaig opened this issue 1 year ago • 1 comments

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.

nflaig avatar Mar 26 '24 11:03 nflaig