Properly set CVec_u8Z to a byte[] which adds a ton more fn's
[ldk-java] / src / main / java / org / ldk / structs / KeysInterface.java
index fe7b60c2def7c9a1421fa6c417f9f21511209cac..22ea9eb3af3e4eb7d1b1badcd95e5b9786967a56 100644 (file)
@@ -20,7 +20,11 @@ public class KeysInterface extends CommonBase {
                return ret;
        }
 
-       // Skipped KeysInterface_get_destination_script
+       public byte[] get_destination_script() {
+               byte[] ret = bindings.KeysInterface_get_destination_script(this.ptr);
+               return ret;
+       }
+
        public byte[] get_shutdown_pubkey() {
                byte[] ret = bindings.KeysInterface_get_shutdown_pubkey(this.ptr);
                return ret;