Type alias GetChannelResponseType

GetChannelResponseType: {
    balance: string;
    channelEpoch: number;
    channelId: string;
    closureTime: number;
    destinationAddress: string;
    destinationPeerId: string;
    sourceAddress: string;
    sourcePeerId: string;
    status: "Open" | "PendingToClose" | "Closed";
    ticketIndex: string;
}

Type declaration

  • balance: string
  • channelEpoch: number
  • channelId: string
  • closureTime: number
  • destinationAddress: string
  • destinationPeerId: string
  • sourceAddress: string
  • sourcePeerId: string
  • status: "Open" | "PendingToClose" | "Closed"
  • ticketIndex: string