Variable OpenChannelResponseConst

OpenChannelResponse: ZodObject<{
    channelId: ZodString;
    transactionReceipt: ZodString;
}, $strip> = ...

Type declaration

  • channelId: ZodString
  • transactionReceipt: ZodString