We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f9f234 + 53ef7ed commit e95f04eCopy full SHA for e95f04e
bindings/ldk_node.udl
@@ -6,6 +6,9 @@ dictionary Config {
6
Network network;
7
NetAddress? listening_address;
8
u32 default_cltv_expiry_delta;
9
+ u64 onchain_wallet_sync_interval_secs;
10
+ u64 wallet_sync_interval_secs;
11
+ u64 fee_rate_cache_update_interval_secs;
12
LogLevel log_level;
13
};
14
@@ -157,6 +160,7 @@ dictionary ChannelDetails {
157
160
u64 channel_value_satoshis;
158
161
u64? unspendable_punishment_reserve;
159
162
UserChannelId user_channel_id;
163
+ u32 feerate_sat_per_1000_weight;
164
u64 balance_msat;
165
u64 outbound_capacity_msat;
166
u64 inbound_capacity_msat;
0 commit comments