pub fn authorize_recipient(
vault: &mut Vault,
murk: &mut Murk,
pubkey: &str,
name: Option<&str>,
) -> Result<(), MurkError>Expand description
Add a recipient to the vault. Returns an error if the pubkey is invalid or already present.