From c4ac2c15c584dd781989cbf496461fe96b66b0cb Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 21 Mar 2024 11:49:52 +0200 Subject: [PATCH] feat: ios list all channel monitors --- example/Dev.tsx | 17 +++++++ lib/ios/Helpers.swift | 113 ++++++++++++++++++++++------------------- lib/ios/Ldk.m | 3 ++ lib/ios/Ldk.swift | 45 +++++++++++++++- lib/src/ldk.ts | 19 +++++++ lib/src/utils/types.ts | 7 +++ 6 files changed, 152 insertions(+), 52 deletions(-) diff --git a/example/Dev.tsx b/example/Dev.tsx index 4d8da97b..ab2086f6 100644 --- a/example/Dev.tsx +++ b/example/Dev.tsx @@ -587,6 +587,23 @@ const Dev = (): ReactElement => { }} /> +