Skip to main content

get_sign

Function get_sign 

Source
pub async fn get_sign<A>(
    ctx: &mut ActorContext<A>,
    sign_type: SignTypesNode,
) -> Result<Signature, ActorError>
where A: Actor + Handler<A>,