[][src]Function sn_client::client::map_info::encrypt_entry_actions

pub fn encrypt_entry_actions(
    info: &MapInfo,
    actions: &BTreeMap<Vec<u8>, MapSeqEntryAction>
) -> Result<BTreeMap<Vec<u8>, MapSeqEntryAction>, ClientError>

Encrypt entry actions using the MapInfo. The effect of this is that the entries mutated by the encrypted actions will end up encrypted using the MapInfo.