Skip to content

Commit 65949d4

Browse files
committed
f - bindings
1 parent 3199e7e commit 65949d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bindings/ldk_node.udl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ interface Node {
143143
[Throws=NodeError]
144144
void splice_in([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id, u64 splice_amount_sats);
145145
[Throws=NodeError]
146+
void splice_out([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id, Address address, u64 splice_amount_sats);
147+
[Throws=NodeError]
146148
void close_channel([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id);
147149
[Throws=NodeError]
148150
void force_close_channel([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id, string? reason);

0 commit comments

Comments
 (0)