referrerpolicy=no-referrer-when-downgrade
sc_client_api::client

Type Alias AuxDataOperations

Source
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 */ }