zink icon indicating copy to clipboard operation
zink copied to clipboard

Interface of fixed array in storage

Open clearloop opened this issue 1 year ago • 0 comments
trafficstars

Describe the feature

Introduce example of fixed array in storage, should be at least [u256; 2], [u8; n] has already been solved

for more details, it should support

  • [u256; n],
  • [String32; n],
  • [..., n]

Solution

based on the mapping implementation

clearloop avatar Oct 30 '24 19:10 clearloop