neo-one icon indicating copy to clipboard operation
neo-one copied to clipboard

Check `updateCounter` and `id` in `ContractStateModel`

Open spencercorwin opened this issue 3 years ago • 0 comments

updateCounter and id are nullable in the C# code. But not in our TS code since this would cause various type errors. Should we make them optional/nullable? Or should we add default values and value checks?

spencercorwin avatar Jun 16 '21 02:06 spencercorwin