Skip to content

Commit

Permalink
Expose next_event_async in bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Jan 24, 2024
1 parent cc5ed11 commit cf06e9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/ldk_node.udl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ interface LDKNode {
void stop();
Event? next_event();
Event wait_next_event();
[Async]
Event next_event_async();
void event_handled();
PublicKey node_id();
sequence<SocketAddress>? listening_addresses();
Expand Down

0 comments on commit cf06e9c

Please sign in to comment.