I am currently creating my first Ethereum smartcontract. In my smart contract I created a uint16 array, which I can dynamically resize:
Why is that so, and what can be done about that?
I am currently creating my first Ethereum smartcontract. In my smart contract I created a uint16 array, which I can dynamically resize:
Why is that so, and what can be done about that?