X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FFundingLocked.java;h=4f5daef277d626f51abb11f2a16fee487408496e;hp=0b8188c1fcf060fc7a0aa40ac8d033f851b9674d;hb=b6cc0960eaee5a5bbc7fde79a56152d6dcd649d8;hpb=fb06c6af463da9aa188980c750f787f5e936634a diff --git a/src/main/java/org/ldk/structs/FundingLocked.java b/src/main/java/org/ldk/structs/FundingLocked.java index 0b8188c1..4f5daef2 100644 --- a/src/main/java/org/ldk/structs/FundingLocked.java +++ b/src/main/java/org/ldk/structs/FundingLocked.java @@ -51,7 +51,7 @@ public class FundingLocked extends CommonBase { /** * Constructs a new FundingLocked given each field */ - public static FundingLocked constructor_new(byte[] channel_id_arg, byte[] next_per_commitment_point_arg) { + public static FundingLocked of(byte[] channel_id_arg, byte[] next_per_commitment_point_arg) { long ret = bindings.FundingLocked_new(channel_id_arg, next_per_commitment_point_arg); FundingLocked ret_hu_conv = new FundingLocked(null, ret); ret_hu_conv.ptrs_to.add(ret_hu_conv); @@ -79,7 +79,7 @@ public class FundingLocked extends CommonBase { /** * Read a FundingLocked from a byte array, created by FundingLocked_write */ - public static Result_FundingLockedDecodeErrorZ constructor_read(byte[] ser) { + public static Result_FundingLockedDecodeErrorZ read(byte[] ser) { long ret = bindings.FundingLocked_read(ser); Result_FundingLockedDecodeErrorZ ret_hu_conv = Result_FundingLockedDecodeErrorZ.constr_from_ptr(ret); return ret_hu_conv;