Currently, files are added to instances with instance.AddFile(size). I propose to add a File object, that can be added to an Instance with instance.AddFile(file). Related: https://github.com/celestiaorg/knuu/issues/390
Currently, files are added to instances with instance.AddFile(size).
I propose to add a File object, that can be added to an Instance with instance.AddFile(file).
Related: #390