X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=blobdiff_plain;f=ts%2Fstructs%2FCounterpartyChannelTransactionParameters.mts;fp=ts%2Fstructs%2FCounterpartyChannelTransactionParameters.mts;h=56bf5f33a99bdbb448c9ad03deee355a4ae5dc1e;hp=2011da809c02b92cae44425d541db0b7c8c5e0cc;hb=7d372e434499e36b8be0d090ef733a03650dec6e;hpb=d87886bb194886ef86d3597a5cdc142b6ccc89e9 diff --git a/ts/structs/CounterpartyChannelTransactionParameters.mts b/ts/structs/CounterpartyChannelTransactionParameters.mts index 2011da80..56bf5f33 100644 --- a/ts/structs/CounterpartyChannelTransactionParameters.mts +++ b/ts/structs/CounterpartyChannelTransactionParameters.mts @@ -279,7 +279,6 @@ import { MultiThreadedLockableScore } from '../structs/MultiThreadedLockableScor import CommonBase from './CommonBase.mjs'; import * as bindings from '../bindings.mjs' -import * as InternalUtils from '../InternalUtils.mjs' export class CounterpartyChannelTransactionParameters extends CommonBase { @@ -328,12 +327,13 @@ export class CounterpartyChannelTransactionParameters extends CommonBase { } public write(): Uint8Array { - const ret: Uint8Array = bindings.CounterpartyChannelTransactionParameters_write(this.ptr); - return ret; + const ret: number = bindings.CounterpartyChannelTransactionParameters_write(this.ptr); + const ret_conv: Uint8Array = bindings.decodeUint8Array(ret); + return ret_conv; } public static constructor_read(ser: Uint8Array): Result_CounterpartyChannelTransactionParametersDecodeErrorZ { - const ret: number = bindings.CounterpartyChannelTransactionParameters_read(ser); + const ret: number = bindings.CounterpartyChannelTransactionParameters_read(bindings.encodeUint8Array(ser)); const ret_hu_conv: Result_CounterpartyChannelTransactionParametersDecodeErrorZ = Result_CounterpartyChannelTransactionParametersDecodeErrorZ.constr_from_ptr(ret); return ret_hu_conv; }