Skip to main content

OutboundTx

Type Alias OutboundTx 

Source
type OutboundTx = UnboundedSender<TxJsonRpcMessage<RoleServer>>;
Expand description

Outbound is unbounded because we never want a slow consumer to deadlock the parse-error path (which writes synthetically). All writes are tiny JSON lines.

Aliased Typeยง

struct OutboundTx { /* private fields */ }