]> git.bitcoin.ninja Git - ldk-java/blobdiff - src/main/java/org/ldk/impl/bindings.java
Go all the way through to channel creation in PeerTest
[ldk-java] / src / main / java / org / ldk / impl / bindings.java
index 0a46d319a300433e461ec48daafea2d93247102c..6ff047a13fbed1846526d8fbce71235660639a42 100644 (file)
@@ -11,7 +11,10 @@ public class bindings {
        public static native boolean deref_bool(long ptr);
        public static native long deref_long(long ptr);
        public static native void free_heap_ptr(long ptr);
-       public static native long u8_vec_len(long vec);
+       public static native byte[] get_u8_slice_bytes(long slice_ptr);
+       public static native long bytes_to_u8_vec(byte[] bytes);
+       public static native long vec_slice_len(long vec);
+       public static native long new_empty_slice_vec();
 
        public static native long LDKSecretKey_new();
 
@@ -54,8 +57,10 @@ public class bindings {
        }
        public static native boolean LDKCResult_NoneChannelMonitorUpdateErrZ_result_ok(long arg);
        public static native long LDKCResult_NoneChannelMonitorUpdateErrZ_get_inner(long arg);
+       public static native long LDKMonitorUpdateError_optional_none();
        public static native boolean LDKCResult_NoneMonitorUpdateErrorZ_result_ok(long arg);
        public static native long LDKCResult_NoneMonitorUpdateErrorZ_get_inner(long arg);
+       public static native long LDKOutPoint_optional_none();
        public static native boolean LDKCResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_result_ok(long arg);
        public static native long LDKCResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_get_inner(long arg);
        public static native boolean LDKCResult_SignatureNoneZ_result_ok(long arg);
@@ -64,10 +69,28 @@ public class bindings {
        public static native long LDKCResult_CVec_SignatureZNoneZ_get_inner(long arg);
        public static native boolean LDKCResult_NoneAPIErrorZ_result_ok(long arg);
        public static native long LDKCResult_NoneAPIErrorZ_get_inner(long arg);
+       public static native long LDKPaymentSendFailure_optional_none();
        public static native boolean LDKCResult_NonePaymentSendFailureZ_result_ok(long arg);
        public static native long LDKCResult_NonePaymentSendFailureZ_get_inner(long arg);
+       public static native long LDKChannelAnnouncement_optional_none();
+       public static native long LDKChannelUpdate_optional_none();
+       public static native long LDKPeerHandleError_optional_none();
        public static native boolean LDKCResult_NonePeerHandleErrorZ_result_ok(long arg);
        public static native long LDKCResult_NonePeerHandleErrorZ_get_inner(long arg);
+       public static native long LDKHTLCOutputInCommitment_optional_none();
+       public static native long LDKAcceptChannel_optional_none();
+       public static native long LDKOpenChannel_optional_none();
+       public static native long LDKFundingCreated_optional_none();
+       public static native long LDKFundingSigned_optional_none();
+       public static native long LDKFundingLocked_optional_none();
+       public static native long LDKAnnouncementSignatures_optional_none();
+       public static native long LDKCommitmentUpdate_optional_none();
+       public static native long LDKRevokeAndACK_optional_none();
+       public static native long LDKClosingSigned_optional_none();
+       public static native long LDKShutdown_optional_none();
+       public static native long LDKChannelReestablish_optional_none();
+       public static native long LDKNodeAnnouncement_optional_none();
+       public static native long LDKErrorMessage_optional_none();
        public interface LDKMessageSendEventsProvider {
                 long get_and_clear_pending_msg_events();
        }
@@ -87,6 +110,10 @@ public class bindings {
        }
        public static native long LDKLogger_new(LDKLogger impl);
        public static native LDKLogger LDKLogger_get_obj_from_jcalls(long val);
+       public static native long LDKChannelHandshakeConfig_optional_none();
+       public static native long LDKChannelHandshakeLimits_optional_none();
+       public static native long LDKChannelConfig_optional_none();
+       public static native long LDKUserConfig_optional_none();
        public static native boolean LDKCResult_TxOutAccessErrorZ_result_ok(long arg);
        public static native long LDKCResult_TxOutAccessErrorZ_get_inner(long arg);
        public interface LDKAccess {
@@ -96,6 +123,10 @@ public class bindings {
        public static native LDKAccess LDKAccess_get_obj_from_jcalls(long val);
        // LDKCResult_TxOutAccessErrorZ LDKAccess_call_get_utxo LDKAccess* arg, const uint8_t (*genesis_hash)[32], uint64_t short_channel_id
        public static native long LDKAccess_call_get_utxo(long arg, byte[] genesis_hash, long short_channel_id);
+       public static native long LDKChannelPublicKeys_optional_none();
+       public static native long LDKPreCalculatedTxCreationKeys_optional_none();
+       public static native long LDKHolderCommitmentTransaction_optional_none();
+       public static native long LDKUnsignedChannelAnnouncement_optional_none();
        public interface LDKChannelKeys {
                 long get_per_commitment_point(long idx);
                 long release_commitment_secret(long idx);
@@ -133,6 +164,9 @@ public class bindings {
        public static native long LDKChannelKeys_call_sign_channel_announcement(long arg, long msg);
        // void LDKChannelKeys_call_on_accept LDKChannelKeys* arg, const LDKChannelPublicKeys *channel_points, uint16_t counterparty_selected_contest_delay, uint16_t holder_selected_contest_delay
        public static native void LDKChannelKeys_call_on_accept(long arg, long channel_points, short counterparty_selected_contest_delay, short holder_selected_contest_delay);
+       public static native long LDKChannelMonitor_optional_none();
+       public static native long LDKChannelMonitorUpdate_optional_none();
+       public static native long LDKMonitorEvent_optional_none();
        public interface LDKWatch {
                 long watch_channel(long funding_txo, long monitor);
                 long update_channel(long funding_txo, long update);
@@ -170,6 +204,8 @@ public class bindings {
        public static native LDKFeeEstimator LDKFeeEstimator_get_obj_from_jcalls(long val);
        // uint32_t LDKFeeEstimator_call_get_est_sat_per_1000_weight LDKFeeEstimator* arg, LDKConfirmationTarget confirmation_target
        public static native int LDKFeeEstimator_call_get_est_sat_per_1000_weight(long arg, LDKConfirmationTarget confirmation_target);
+       public static native long LDKChainMonitor_optional_none();
+       public static native long LDKHTLCUpdate_optional_none();
        public interface LDKKeysInterface {
                 long get_node_secret();
                 long get_destination_script();
@@ -189,6 +225,19 @@ public class bindings {
        public static native long LDKKeysInterface_call_get_channel_keys(long arg, boolean inbound, long channel_value_satoshis);
        // LDKThirtyTwoBytes LDKKeysInterface_call_get_secure_random_bytes LDKKeysInterface* arg
        public static native long LDKKeysInterface_call_get_secure_random_bytes(long arg);
+       public static native long LDKInMemoryChannelKeys_optional_none();
+       public static native long LDKKeysManager_optional_none();
+       public static native long LDKChannelManager_optional_none();
+       public static native long LDKChannelDetails_optional_none();
+       public static native long LDKInitFeatures_optional_none();
+       public static native long LDKRoute_optional_none();
+       public static native long LDKUpdateAddHTLC_optional_none();
+       public static native long LDKUpdateFulfillHTLC_optional_none();
+       public static native long LDKUpdateFailHTLC_optional_none();
+       public static native long LDKUpdateFailMalformedHTLC_optional_none();
+       public static native long LDKCommitmentSigned_optional_none();
+       public static native long LDKUpdateFee_optional_none();
+       public static native long LDKInit_optional_none();
        public interface LDKChannelMessageHandler {
                 void handle_open_channel(long their_node_id, long their_features, long msg);
                 void handle_accept_channel(long their_node_id, long their_features, long msg);
@@ -250,6 +299,21 @@ public class bindings {
        public static native void LDKChannelMessageHandler_call_handle_channel_reestablish(long arg, long their_node_id, long msg);
        // void LDKChannelMessageHandler_call_handle_error LDKChannelMessageHandler* arg, LDKPublicKey their_node_id, const LDKErrorMessage *msg
        public static native void LDKChannelMessageHandler_call_handle_error(long arg, long their_node_id, long msg);
+       public static native long LDKChannelManagerReadArgs_optional_none();
+       public static native long LDKDecodeError_optional_none();
+       public static native long LDKPing_optional_none();
+       public static native long LDKPong_optional_none();
+       public static native long LDKDataLossProtect_optional_none();
+       public static native long LDKUnsignedNodeAnnouncement_optional_none();
+       public static native long LDKNodeFeatures_optional_none();
+       public static native long LDKChannelFeatures_optional_none();
+       public static native long LDKUnsignedChannelUpdate_optional_none();
+       public static native long LDKQueryChannelRange_optional_none();
+       public static native long LDKReplyChannelRange_optional_none();
+       public static native long LDKQueryShortChannelIds_optional_none();
+       public static native long LDKReplyShortChannelIdsEnd_optional_none();
+       public static native long LDKGossipTimestampFilter_optional_none();
+       public static native long LDKLightningError_optional_none();
        public static native boolean LDKCResult_boolLightningErrorZ_result_ok(long arg);
        public static native long LDKCResult_boolLightningErrorZ_get_inner(long arg);
        public interface LDKRoutingMessageHandler {
@@ -277,6 +341,7 @@ public class bindings {
        public static native long LDKRoutingMessageHandler_call_get_next_node_announcements(long arg, long starting_point, byte batch_amount);
        // bool LDKRoutingMessageHandler_call_should_request_full_sync LDKRoutingMessageHandler* arg, LDKPublicKey node_id
        public static native boolean LDKRoutingMessageHandler_call_should_request_full_sync(long arg, long node_id);
+       public static native long LDKMessageHandler_optional_none();
        public interface LDKSocketDescriptor {
                 long send_data(long data, boolean resume_read);
                 void disconnect_socket();
@@ -291,6 +356,7 @@ public class bindings {
        public static native void LDKSocketDescriptor_call_disconnect_socket(long arg);
        // uint64_t LDKSocketDescriptor_call_hash LDKSocketDescriptor* arg
        public static native long LDKSocketDescriptor_call_hash(long arg);
+       public static native long LDKPeerManager_optional_none();
        public static native boolean LDKCResult_CVec_u8ZPeerHandleErrorZ_result_ok(long arg);
        public static native long LDKCResult_CVec_u8ZPeerHandleErrorZ_get_inner(long arg);
        public static native boolean LDKCResult_boolPeerHandleErrorZ_result_ok(long arg);
@@ -299,10 +365,21 @@ public class bindings {
        public static native long LDKCResult_SecretKeySecpErrorZ_get_inner(long arg);
        public static native boolean LDKCResult_PublicKeySecpErrorZ_result_ok(long arg);
        public static native long LDKCResult_PublicKeySecpErrorZ_get_inner(long arg);
+       public static native long LDKTxCreationKeys_optional_none();
        public static native boolean LDKCResult_TxCreationKeysSecpErrorZ_result_ok(long arg);
        public static native long LDKCResult_TxCreationKeysSecpErrorZ_get_inner(long arg);
+       public static native long LDKRouteHop_optional_none();
+       public static native long LDKRouteHint_optional_none();
+       public static native long LDKRoutingFees_optional_none();
        public static native boolean LDKCResult_RouteLightningErrorZ_result_ok(long arg);
        public static native long LDKCResult_RouteLightningErrorZ_get_inner(long arg);
+       public static native long LDKNetworkGraph_optional_none();
+       public static native long LDKLockedNetworkGraph_optional_none();
+       public static native long LDKNetGraphMsgHandler_optional_none();
+       public static native long LDKDirectionalChannelInfo_optional_none();
+       public static native long LDKChannelInfo_optional_none();
+       public static native long LDKNodeAnnouncementInfo_optional_none();
+       public static native long LDKNodeInfo_optional_none();
        // extern const void (*C2Tuple_HTLCOutputInCommitmentSignatureZ_free)(LDKC2Tuple_HTLCOutputInCommitmentSignatureZ);
        public static native void C2Tuple_HTLCOutputInCommitmentSignatureZ_free(long arg);
        // extern const void (*C2Tuple_OutPointScriptZ_free)(LDKC2Tuple_OutPointScriptZ);