pub async fn session_create_uni_stream(
endpoint: &IrohEndpoint,
session_handle: u64,
) -> Result<u64, CoreError>Expand description
Open a new unidirectional (send-only) stream on an existing session.
Returns a write handle backed by a body channel.