Skip to content

Commit 58e883b

Browse files
jkczyzbenthecarman
authored andcommitted
f - bindings
1 parent 3cea73e commit 58e883b

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
@@ -141,6 +141,8 @@ interface Node {
141141
[Throws=NodeError]
142142
UserChannelId open_announced_channel(PublicKey node_id, SocketAddress address, u64 channel_amount_sats, u64? push_to_counterparty_msat, ChannelConfig? channel_config);
143143
[Throws=NodeError]
144+
void splice_in([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id, u64 splice_amount_sats);
145+
[Throws=NodeError]
144146
void close_channel([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id);
145147
[Throws=NodeError]
146148
void force_close_channel([ByRef]UserChannelId user_channel_id, PublicKey counterparty_node_id, string? reason);
@@ -281,6 +283,7 @@ enum NodeError {
281283
"ProbeSendingFailed",
282284
"ChannelCreationFailed",
283285
"ChannelClosingFailed",
286+
"ChannelSplicingFailed",
284287
"ChannelConfigUpdateFailed",
285288
"PersistenceFailed",
286289
"FeerateEstimationUpdateFailed",

0 commit comments

Comments
 (0)