Type Definition sc_client_api::client::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.