Uses of Class
org.ldk.structs.TransactionU16LenLimited
-
Packages that use TransactionU16LenLimited Package Description org.ldk.structs -
-
Uses of TransactionU16LenLimited in org.ldk.structs
Fields in org.ldk.structs declared as TransactionU16LenLimited Modifier and Type Field Description TransactionU16LenLimitedResult_TransactionU16LenLimitedDecodeErrorZ.Result_TransactionU16LenLimitedDecodeErrorZ_OK. resTransactionU16LenLimitedResult_TransactionU16LenLimitedNoneZ.Result_TransactionU16LenLimitedNoneZ_OK. resMethods in org.ldk.structs that return TransactionU16LenLimited Modifier and Type Method Description TransactionU16LenLimitedTransactionU16LenLimited. clone()Creates a copy of the TransactionU16LenLimitedTransactionU16LenLimitedTxAddInput. get_prevtx()Serialized transaction that contains the output this input spends to verify that it is non malleable.Methods in org.ldk.structs with parameters of type TransactionU16LenLimited Modifier and Type Method Description booleanTransactionU16LenLimited. eq(TransactionU16LenLimited b)Checks if two TransactionU16LenLimiteds contain equal inner contents.static TxAddInputTxAddInput. of(byte[] channel_id_arg, long serial_id_arg, TransactionU16LenLimited prevtx_arg, int prevtx_out_arg, int sequence_arg)Constructs a new TxAddInput given each fieldstatic Result_TransactionU16LenLimitedDecodeErrorZResult_TransactionU16LenLimitedDecodeErrorZ. ok(TransactionU16LenLimited o)Creates a new CResult_TransactionU16LenLimitedDecodeErrorZ in the success state.static Result_TransactionU16LenLimitedNoneZResult_TransactionU16LenLimitedNoneZ. ok(TransactionU16LenLimited o)Creates a new CResult_TransactionU16LenLimitedNoneZ in the success state.voidTxAddInput. set_prevtx(TransactionU16LenLimited val)Serialized transaction that contains the output this input spends to verify that it is non malleable.
-