pub fn encode_events_frame(
events: Vec<SignedEvent>,
) -> Result<String, SoftchatError>Expand description
Encode the deployed flat, non-empty EVENTS extension.
ยงErrors
Returns SoftchatError::InvalidRelayBatch for empty, oversized, or
duplicate-ID batches.