Skip to main content

authorize_recipient

Function authorize_recipient 

Source
pub fn authorize_recipient(
    vault: &mut Vault,
    murk: &mut Murk,
    pubkey: &str,
    name: Option<&str>,
) -> Result<(), String>
Expand description

Add a recipient to the vault. Returns an error if the pubkey is invalid or already present.