Skip to content

Commit f4083d1

Browse files
committed
f - bindings
1 parent 32236b5 commit f4083d1

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
@@ -142,6 +142,8 @@ interface Node {
142142
[Throws=NodeError]
143143
void splice_in([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id, u64 splice_amount_sats);
144144
[Throws=NodeError]
145+
void splice_out([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id, Address address, u64 splice_amount_sats);
146+
[Throws=NodeError]
145147
void close_channel([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id);
146148
[Throws=NodeError]
147149
void force_close_channel([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id, string? reason);

0 commit comments

Comments
 (0)