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.
pub async fn sign_and_send(
client: &Client,
builder: EventBuilder,
) -> Result<SendEventOutput, String>Sign an EventBuilder with the session signer and publish it.
Stands in for 0.44’s Client::send_event_builder.