Skip to main content

try_to_update

Function try_to_update 

Source
pub async fn try_to_update<A>(
    ctx: &mut ActorContext<A>,
    subject_id: DigestIdentifier,
    objective: Option<PublicKey>,
) -> Result<(), ActorError>
where A: Actor + Handler<A>,