@@ -16,6 +16,14 @@ struct nativeRefundOpaque;
1616typedef struct nativeRefundOpaque LDKnativeRefund ;
1717struct nativeRecipientOnionFieldsOpaque ;
1818typedef struct nativeRecipientOnionFieldsOpaque LDKnativeRecipientOnionFields ;
19+ struct nativeDNSSECQueryOpaque ;
20+ typedef struct nativeDNSSECQueryOpaque LDKnativeDNSSECQuery ;
21+ struct nativeDNSSECProofOpaque ;
22+ typedef struct nativeDNSSECProofOpaque LDKnativeDNSSECProof ;
23+ struct nativeHumanReadableNameOpaque ;
24+ typedef struct nativeHumanReadableNameOpaque LDKnativeHumanReadableName ;
25+ struct nativeOMNameResolverOpaque ;
26+ typedef struct nativeOMNameResolverOpaque LDKnativeOMNameResolver ;
1927struct nativeInvoiceWithExplicitSigningPubkeyBuilderOpaque ;
2028typedef struct nativeInvoiceWithExplicitSigningPubkeyBuilderOpaque LDKnativeInvoiceWithExplicitSigningPubkeyBuilder ;
2129struct nativeInvoiceWithDerivedSigningPubkeyBuilderOpaque ;
@@ -147,6 +155,8 @@ struct nativeChainParametersOpaque;
147155typedef struct nativeChainParametersOpaque LDKnativeChainParameters ;
148156struct nativePhantomRouteHintsOpaque ;
149157typedef struct nativePhantomRouteHintsOpaque LDKnativePhantomRouteHints ;
158+ struct nativeBolt11InvoiceParametersOpaque ;
159+ typedef struct nativeBolt11InvoiceParametersOpaque LDKnativeBolt11InvoiceParameters ;
150160struct nativeChannelManagerReadArgsOpaque ;
151161typedef struct nativeChannelManagerReadArgsOpaque LDKnativeChannelManagerReadArgs ;
152162struct nativeChannelHandshakeConfigOpaque ;
@@ -185,10 +195,12 @@ struct nativeRapidGossipSyncOpaque;
185195typedef struct nativeRapidGossipSyncOpaque LDKnativeRapidGossipSync ;
186196struct nativeMonitorUpdatingPersisterOpaque ;
187197typedef struct nativeMonitorUpdatingPersisterOpaque LDKnativeMonitorUpdatingPersister ;
188- struct nativeInvoiceRequestWithExplicitPayerIdBuilderOpaque ;
189- typedef struct nativeInvoiceRequestWithExplicitPayerIdBuilderOpaque LDKnativeInvoiceRequestWithExplicitPayerIdBuilder ;
190- struct nativeInvoiceRequestWithDerivedPayerIdBuilderOpaque ;
191- typedef struct nativeInvoiceRequestWithDerivedPayerIdBuilderOpaque LDKnativeInvoiceRequestWithDerivedPayerIdBuilder ;
198+ struct nativeMonitorNameOpaque ;
199+ typedef struct nativeMonitorNameOpaque LDKnativeMonitorName ;
200+ struct nativeUpdateNameOpaque ;
201+ typedef struct nativeUpdateNameOpaque LDKnativeUpdateName ;
202+ struct nativeInvoiceRequestWithDerivedPayerSigningPubkeyBuilderOpaque ;
203+ typedef struct nativeInvoiceRequestWithDerivedPayerSigningPubkeyBuilderOpaque LDKnativeInvoiceRequestWithDerivedPayerSigningPubkeyBuilder ;
192204struct nativeUnsignedInvoiceRequestOpaque ;
193205typedef struct nativeUnsignedInvoiceRequestOpaque LDKnativeUnsignedInvoiceRequest ;
194206struct nativeInvoiceRequestOpaque ;
@@ -379,6 +391,8 @@ struct nativeRouteHintOpaque;
379391typedef struct nativeRouteHintOpaque LDKnativeRouteHint ;
380392struct nativeRouteHintHopOpaque ;
381393typedef struct nativeRouteHintHopOpaque LDKnativeRouteHintHop ;
394+ struct nativeBolt11ParseErrorOpaque ;
395+ typedef struct nativeBolt11ParseErrorOpaque LDKnativeBolt11ParseError ;
382396struct nativeBolt11InvoiceOpaque ;
383397typedef struct nativeBolt11InvoiceOpaque LDKnativeBolt11Invoice ;
384398struct nativeSignedRawBolt11InvoiceOpaque ;
@@ -423,12 +437,12 @@ struct nativeForwardTlvsOpaque;
423437typedef struct nativeForwardTlvsOpaque LDKnativeForwardTlvs ;
424438struct nativeReceiveTlvsOpaque ;
425439typedef struct nativeReceiveTlvsOpaque LDKnativeReceiveTlvs ;
440+ struct nativeUnauthenticatedReceiveTlvsOpaque ;
441+ typedef struct nativeUnauthenticatedReceiveTlvsOpaque LDKnativeUnauthenticatedReceiveTlvs ;
426442struct nativePaymentRelayOpaque ;
427443typedef struct nativePaymentRelayOpaque LDKnativePaymentRelay ;
428444struct nativePaymentConstraintsOpaque ;
429445typedef struct nativePaymentConstraintsOpaque LDKnativePaymentConstraints ;
430- struct nativeUnknownPaymentContextOpaque ;
431- typedef struct nativeUnknownPaymentContextOpaque LDKnativeUnknownPaymentContext ;
432446struct nativeBolt12OfferContextOpaque ;
433447typedef struct nativeBolt12OfferContextOpaque LDKnativeBolt12OfferContext ;
434448struct nativeBolt12RefundContextOpaque ;
@@ -497,3 +511,5 @@ struct nativeBlindedMessagePathOpaque;
497511typedef struct nativeBlindedMessagePathOpaque LDKnativeBlindedMessagePath ;
498512struct nativeMessageForwardNodeOpaque ;
499513typedef struct nativeMessageForwardNodeOpaque LDKnativeMessageForwardNode ;
514+ struct nativeDNSResolverContextOpaque ;
515+ typedef struct nativeDNSResolverContextOpaque LDKnativeDNSResolverContext ;
0 commit comments