Skip to content

Commit c1e1b51

Browse files
committed
f: Update bindings with open_0reserve_channel methods
1 parent aa005f4 commit c1e1b51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bindings/ldk_node.udl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ interface Node {
113113
[Throws=NodeError]
114114
UserChannelId open_announced_channel_with_all(PublicKey node_id, SocketAddress address, u64? push_to_counterparty_msat, ChannelConfig? channel_config);
115115
[Throws=NodeError]
116+
UserChannelId open_0reserve_channel(PublicKey node_id, SocketAddress address, u64 channel_amount_sats, u64? push_to_counterparty_msat, ChannelConfig? channel_config);
117+
[Throws=NodeError]
118+
UserChannelId open_0reserve_channel_with_all(PublicKey node_id, SocketAddress address, u64? push_to_counterparty_msat, ChannelConfig? channel_config);
119+
[Throws=NodeError]
116120
void splice_in([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id, u64 splice_amount_sats);
117121
[Throws=NodeError]
118122
void splice_in_with_all([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id);

0 commit comments

Comments
 (0)