How to use StorageVec<StorageString>?

I would like to know if it is possible to use StorageVec<StorageString> type variable in storage?

When I tried to use it, I could not find a way to push a new String to the StorageVector.
The write_slice also does not work in this case.

I would really appreciate your help.

Question answered here How to have a variable size array of variable length strings in contract storage? (StorageVector<StorageString>) - #2 by bitzoic

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.