Update auto-generated bindings to 0.0.102
authorMatt Corallo <git@bluematt.me>
Mon, 18 Oct 2021 21:08:44 +0000 (21:08 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 18 Oct 2021 21:09:09 +0000 (21:09 +0000)
commit0e5e33e2bb46c905f6c9478fbfcda11be6b309ff
treec1a86e0f7e44a8fb16108a7c294a4062fd7572f8
parentc33c485e953a0a22246fbb749b20d441ee8e4eb3
Update auto-generated bindings to 0.0.102
55 files changed:
src/main/java/org/ldk/impl/bindings.java
src/main/java/org/ldk/structs/ChainMonitor.java
src/main/java/org/ldk/structs/ChannelDetails.java
src/main/java/org/ldk/structs/ChannelInfo.java
src/main/java/org/ldk/structs/ChannelManager.java
src/main/java/org/ldk/structs/Event.java
src/main/java/org/ldk/structs/Filter.java
src/main/java/org/ldk/structs/LockedChannelMonitor.java [new file with mode: 0644]
src/main/java/org/ldk/structs/NodeId.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Option_CVec_NetAddressZZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/PaymentId.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Persist.java
src/main/java/org/ldk/structs/ReadOnlyNetworkGraph.java
src/main/java/org/ldk/structs/Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_LockedChannelMonitorNoneZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_NodeIdDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_PaymentHashPaymentSendFailureZ.java [deleted file]
src/main/java/org/ldk/structs/Result_PaymentIdDecodeErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result_PaymentIdPaymentSendFailureZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Result__u832APIErrorZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Score.java [new file with mode: 0644]
src/main/java/org/ldk/structs/Scorer.java [new file with mode: 0644]
src/main/java/org/ldk/structs/ShutdownScript.java
src/main/java/org/ldk/structs/TwoTuple_PaymentHashPaymentIdZ.java [new file with mode: 0644]
src/main/java/org/ldk/structs/UtilMethods.java
src/main/java/org/ldk/structs/Watch.java
src/main/jni/bindings.c
src/main/jni/bindings.c.body
src/main/jni/org_ldk_impl_bindings.h
src/main/jni/org_ldk_impl_bindings_LDKCOption_CVec_NetAddressZZ.h [new file with mode: 0644]
ts/bindings.c
ts/bindings.c.body
ts/bindings.ts
ts/structs/ChainMonitor.ts
ts/structs/ChannelDetails.ts
ts/structs/ChannelInfo.ts
ts/structs/ChannelManager.ts
ts/structs/Event.ts
ts/structs/LockedChannelMonitor.ts [new file with mode: 0644]
ts/structs/NodeId.ts [new file with mode: 0644]
ts/structs/Option_CVec_NetAddressZZ.ts [new file with mode: 0644]
ts/structs/PaymentId.ts [new file with mode: 0644]
ts/structs/ReadOnlyNetworkGraph.ts
ts/structs/Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.ts [new file with mode: 0644]
ts/structs/Result_LockedChannelMonitorNoneZ.ts [new file with mode: 0644]
ts/structs/Result_NodeIdDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_PaymentHashPaymentSendFailureZ.ts [deleted file]
ts/structs/Result_PaymentIdDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_PaymentIdPaymentSendFailureZ.ts [new file with mode: 0644]
ts/structs/Result__u832APIErrorZ.ts [new file with mode: 0644]
ts/structs/Score.ts [new file with mode: 0644]
ts/structs/Scorer.ts [new file with mode: 0644]
ts/structs/ShutdownScript.ts
ts/structs/TwoTuple_PaymentHashPaymentIdZ.ts [new file with mode: 0644]
ts/structs/UtilMethods.ts