Skip to main content

sign_and_send

Function sign_and_send 

Source
pub async fn sign_and_send(
    client: &Client,
    builder: EventBuilder,
) -> Result<SendEventOutput, String>
Expand description

Sign an EventBuilder with the session signer and publish it.

Stands in for 0.44’s Client::send_event_builder.