Skip to main content

remove_peer

Function remove_peer 

Source
pub fn remove_peer(did: &str) -> Result<(), String>
Expand description

Remove the peer with the given did from the store, then persist.

Removing an absent did is a no-op success (the store already lacks it).