Type alias GetChannelResponseType
GetChannelResponseType: {
balance: string;
channelEpoch: number;
channelId: string;
closureTime: number;
destination: string;
source: string;
status: "Open" | "PendingToClose" | "Closed";
ticketIndex: string;
}
Type declaration
balance: string
channelEpoch: number
channelId: string
closureTime: number
destination: string
source: string
status: "Open" | "PendingToClose" | "Closed"
ticketIndex: string