OutboundRelayFrame

data class OutboundRelayFrame(val frame: String, val deliveryEventIds: List<NostrEventId>)

One frame removed from the relay session's bounded queue.

Send frame with the platform WebSocket and call RelaySession.confirmSent only after that write succeeds.

Constructors

Link copied to clipboard
constructor(frame: String, deliveryEventIds: List<NostrEventId>)

Properties

Link copied to clipboard

authored events represented by this socket write

Link copied to clipboard

complete text frame for the host-owned WebSocket