Variable GetChannelResponseConst
GetChannelResponse: ZodObject<{
balance: ZodString;
channelEpoch: ZodNumber;
channelId: ZodString;
closureTime: ZodNumber;
destination: ZodString;
source: ZodString;
status: ZodString;
ticketIndex: ZodNumber;
}, $strip> = TopologyChannel
Type declaration
balance: ZodString
channelEpoch: ZodNumber
channelId: ZodString
closureTime: ZodNumber
destination: ZodString
source: ZodString
status: ZodString
ticketIndex: ZodNumber