pub fn check_delegation(
    root_key: Vec<u8>,
    delegation: &Option<Delegation>
) -> Result<Vec<u8>, String>