ChannelOptions: CommonChannelOptions & (
    { host: string; role: "initiator" }
    | { role: "responder" }
)

Type declaration

  • { host: string; role: "initiator" }
    • host: string

      Host of the responder's node

    • role: "initiator"

      Participant role

  • { role: "responder" }
    • role: "responder"

      Participant role