Type alias CloseChannelResponseType

CloseChannelResponseType: {
    channelStatus: "Open" | "PendingToClose" | "Closed";
    receipt: string;
}

Type declaration

  • channelStatus: "Open" | "PendingToClose" | "Closed"
  • receipt: string