@@ -60,12 +60,10 @@ struct nativeWatchedOutputOpaque;
60
60
typedef struct nativeWatchedOutputOpaque LDKnativeWatchedOutput ;
61
61
struct nativeMultiThreadedLockableScoreOpaque ;
62
62
typedef struct nativeMultiThreadedLockableScoreOpaque LDKnativeMultiThreadedLockableScore ;
63
+ struct nativeChannelUsageOpaque ;
64
+ typedef struct nativeChannelUsageOpaque LDKnativeChannelUsage ;
63
65
struct nativeFixedPenaltyScorerOpaque ;
64
66
typedef struct nativeFixedPenaltyScorerOpaque LDKnativeFixedPenaltyScorer ;
65
- struct nativeScorerOpaque ;
66
- typedef struct nativeScorerOpaque LDKnativeScorer ;
67
- struct nativeScoringParametersOpaque ;
68
- typedef struct nativeScoringParametersOpaque LDKnativeScoringParameters ;
69
67
struct nativeProbabilisticScorerOpaque ;
70
68
typedef struct nativeProbabilisticScorerOpaque LDKnativeProbabilisticScorer ;
71
69
struct nativeProbabilisticScoringParametersOpaque ;
@@ -80,6 +78,26 @@ struct nativeInvoiceFeaturesOpaque;
80
78
typedef struct nativeInvoiceFeaturesOpaque LDKnativeInvoiceFeatures ;
81
79
struct nativeChannelTypeFeaturesOpaque ;
82
80
typedef struct nativeChannelTypeFeaturesOpaque LDKnativeChannelTypeFeatures ;
81
+ struct nativeNodeIdOpaque ;
82
+ typedef struct nativeNodeIdOpaque LDKnativeNodeId ;
83
+ struct nativeNetworkGraphOpaque ;
84
+ typedef struct nativeNetworkGraphOpaque LDKnativeNetworkGraph ;
85
+ struct nativeReadOnlyNetworkGraphOpaque ;
86
+ typedef struct nativeReadOnlyNetworkGraphOpaque LDKnativeReadOnlyNetworkGraph ;
87
+ struct nativeP2PGossipSyncOpaque ;
88
+ typedef struct nativeP2PGossipSyncOpaque LDKnativeP2PGossipSync ;
89
+ struct nativeChannelUpdateInfoOpaque ;
90
+ typedef struct nativeChannelUpdateInfoOpaque LDKnativeChannelUpdateInfo ;
91
+ struct nativeChannelInfoOpaque ;
92
+ typedef struct nativeChannelInfoOpaque LDKnativeChannelInfo ;
93
+ struct nativeDirectedChannelInfoOpaque ;
94
+ typedef struct nativeDirectedChannelInfoOpaque LDKnativeDirectedChannelInfo ;
95
+ struct nativeRoutingFeesOpaque ;
96
+ typedef struct nativeRoutingFeesOpaque LDKnativeRoutingFees ;
97
+ struct nativeNodeAnnouncementInfoOpaque ;
98
+ typedef struct nativeNodeAnnouncementInfoOpaque LDKnativeNodeAnnouncementInfo ;
99
+ struct nativeNodeInfoOpaque ;
100
+ typedef struct nativeNodeInfoOpaque LDKnativeNodeInfo ;
83
101
struct nativeDelayedPaymentOutputDescriptorOpaque ;
84
102
typedef struct nativeDelayedPaymentOutputDescriptorOpaque LDKnativeDelayedPaymentOutputDescriptor ;
85
103
struct nativeStaticPaymentOutputDescriptorOpaque ;
@@ -115,12 +133,12 @@ struct nativeChannelConfigOpaque;
115
133
typedef struct nativeChannelConfigOpaque LDKnativeChannelConfig ;
116
134
struct nativeUserConfigOpaque ;
117
135
typedef struct nativeUserConfigOpaque LDKnativeUserConfig ;
136
+ struct nativeBigSizeOpaque ;
137
+ typedef struct nativeBigSizeOpaque LDKnativeBigSize ;
118
138
struct nativeOutPointOpaque ;
119
139
typedef struct nativeOutPointOpaque LDKnativeOutPoint ;
120
140
struct nativeInvoicePayerOpaque ;
121
141
typedef struct nativeInvoicePayerOpaque LDKnativeInvoicePayer ;
122
- struct nativeRetryAttemptsOpaque ;
123
- typedef struct nativeRetryAttemptsOpaque LDKnativeRetryAttempts ;
124
142
struct nativeInvoiceOpaque ;
125
143
typedef struct nativeInvoiceOpaque LDKnativeInvoice ;
126
144
struct nativeSignedRawInvoiceOpaque ;
@@ -151,6 +169,8 @@ struct nativeHTLCUpdateOpaque;
151
169
typedef struct nativeHTLCUpdateOpaque LDKnativeHTLCUpdate ;
152
170
struct nativeChannelMonitorOpaque ;
153
171
typedef struct nativeChannelMonitorOpaque LDKnativeChannelMonitor ;
172
+ struct nativeExpandedKeyOpaque ;
173
+ typedef struct nativeExpandedKeyOpaque LDKnativeExpandedKey ;
154
174
struct nativeIgnoringMessageHandlerOpaque ;
155
175
typedef struct nativeIgnoringMessageHandlerOpaque LDKnativeIgnoringMessageHandler ;
156
176
struct nativeErroringMessageHandlerOpaque ;
@@ -161,26 +181,8 @@ struct nativePeerHandleErrorOpaque;
161
181
typedef struct nativePeerHandleErrorOpaque LDKnativePeerHandleError ;
162
182
struct nativePeerManagerOpaque ;
163
183
typedef struct nativePeerManagerOpaque LDKnativePeerManager ;
164
- struct nativeNodeIdOpaque ;
165
- typedef struct nativeNodeIdOpaque LDKnativeNodeId ;
166
- struct nativeNetworkGraphOpaque ;
167
- typedef struct nativeNetworkGraphOpaque LDKnativeNetworkGraph ;
168
- struct nativeReadOnlyNetworkGraphOpaque ;
169
- typedef struct nativeReadOnlyNetworkGraphOpaque LDKnativeReadOnlyNetworkGraph ;
170
- struct nativeNetGraphMsgHandlerOpaque ;
171
- typedef struct nativeNetGraphMsgHandlerOpaque LDKnativeNetGraphMsgHandler ;
172
- struct nativeChannelUpdateInfoOpaque ;
173
- typedef struct nativeChannelUpdateInfoOpaque LDKnativeChannelUpdateInfo ;
174
- struct nativeChannelInfoOpaque ;
175
- typedef struct nativeChannelInfoOpaque LDKnativeChannelInfo ;
176
- struct nativeDirectedChannelInfoOpaque ;
177
- typedef struct nativeDirectedChannelInfoOpaque LDKnativeDirectedChannelInfo ;
178
- struct nativeRoutingFeesOpaque ;
179
- typedef struct nativeRoutingFeesOpaque LDKnativeRoutingFees ;
180
- struct nativeNodeAnnouncementInfoOpaque ;
181
- typedef struct nativeNodeAnnouncementInfoOpaque LDKnativeNodeAnnouncementInfo ;
182
- struct nativeNodeInfoOpaque ;
183
- typedef struct nativeNodeInfoOpaque LDKnativeNodeInfo ;
184
+ struct nativeRapidGossipSyncOpaque ;
185
+ typedef struct nativeRapidGossipSyncOpaque LDKnativeRapidGossipSync ;
184
186
struct nativeDecodeErrorOpaque ;
185
187
typedef struct nativeDecodeErrorOpaque LDKnativeDecodeError ;
186
188
struct nativeInitOpaque ;
@@ -201,8 +203,8 @@ struct nativeFundingCreatedOpaque;
201
203
typedef struct nativeFundingCreatedOpaque LDKnativeFundingCreated ;
202
204
struct nativeFundingSignedOpaque ;
203
205
typedef struct nativeFundingSignedOpaque LDKnativeFundingSigned ;
204
- struct nativeFundingLockedOpaque ;
205
- typedef struct nativeFundingLockedOpaque LDKnativeFundingLocked ;
206
+ struct nativeChannelReadyOpaque ;
207
+ typedef struct nativeChannelReadyOpaque LDKnativeChannelReady ;
206
208
struct nativeShutdownOpaque ;
207
209
typedef struct nativeShutdownOpaque LDKnativeShutdown ;
208
210
struct nativeClosingSignedFeeRangeOpaque ;
0 commit comments