pub type AuxDataOperations = Vec<(Vec<u8>, Option<Vec<u8>>)>;
Expand description
List of operations to be performed on storage aux data.
First tuple element is the encoded data key.
Second tuple element is the encoded optional data to write.
If None
, the key and the associated data are deleted from storage.
Aliased Typeยง
struct AuxDataOperations { /* private fields */ }