From 9df5b198506349bfb019e0167619e4cf36bd5b94 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 7 Jul 2025 13:28:04 -0500 Subject: [PATCH] chore: remove wallet module from UDL --- bdk-ffi/src/bdk.udl | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/bdk-ffi/src/bdk.udl b/bdk-ffi/src/bdk.udl index 793ea4cf..885e1d45 100644 --- a/bdk-ffi/src/bdk.udl +++ b/bdk-ffi/src/bdk.udl @@ -1,29 +1,5 @@ namespace bdk {}; -// ------------------------------------------------------------------------ -// bdk crate - error module -// ------------------------------------------------------------------------ - -// ------------------------------------------------------------------------ -// bdk_wallet crate - types module -// ------------------------------------------------------------------------ - - - - -// ------------------------------------------------------------------------ -// bdk_wallet crate - wallet module -// ------------------------------------------------------------------------ - -typedef interface Policy; - -typedef enum SatisfiableItem; - - -typedef enum Satisfaction; - -typedef record Condition; - // ------------------------------------------------------------------------ // bdk_wallet crate - bitcoin re-exports // ------------------------------------------------------------------------