pub fn sign_event_with_external(
signer: &dyn ExternalSigner,
draft: NostrEventDraft,
) -> Result<SignedNostrEvent, SoftchatError>Expand description
Invoke a native Rust provider and verify its result.
ยงErrors
Returns stable provider lifecycle errors or a verified-signature failure.