Skip to content

Commit d5e65d3

Browse files
committed
f - bindings
1 parent a2a1c7c commit d5e65d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bindings/ldk_node.udl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ interface Node {
140140
[Throws=NodeError]
141141
UserChannelId open_announced_channel(PublicKey node_id, SocketAddress address, u64 channel_amount_sats, u64? push_to_counterparty_msat, ChannelConfig? channel_config);
142142
[Throws=NodeError]
143+
void splice_in([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id, u64 splice_amount_sats);
144+
[Throws=NodeError]
143145
void close_channel([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id);
144146
[Throws=NodeError]
145147
void force_close_channel([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id, string? reason);
@@ -280,6 +282,7 @@ enum NodeError {
280282
"ProbeSendingFailed",
281283
"ChannelCreationFailed",
282284
"ChannelClosingFailed",
285+
"ChannelSplicingFailed",
283286
"ChannelConfigUpdateFailed",
284287
"PersistenceFailed",
285288
"FeerateEstimationUpdateFailed",

0 commit comments

Comments
 (0)