dymension icon indicating copy to clipboard operation
dymension copied to clipboard

refactor: add `nullable = false` to relevant fields

Open mtsitrin opened this issue 11 months ago • 0 comments

e.g DymintPubKey in the MsgCreateRollapp should be mandatory. w/o nullable = false, it can be nil and therefor always checked for in the code.

mandatory complex fields, should be set with nullable = false in the proto files

mtsitrin avatar Mar 28 '24 08:03 mtsitrin