API fn try_append
is missing for StorageNMap
#5722
Labels
C1-mentor
A task where a mentor is available. Please indicate in the issue who the mentor could be.
C2-good-first-issue
A task for a first time contributor to become familiar with the Polkadot-SDK.
D0-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder.
Storage Map has
try_append
for pushing to a bounded vec: https://crates.parity.io/frame_support/pallet_prelude/struct.StorageMap.html#method.try_appendStorage N Map is missing this API: https://crates.parity.io/frame_support/pallet_prelude/struct.StorageNMap.html
The text was updated successfully, but these errors were encountered: