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.