Uses of Class
org.ldk.structs.TxCreationKeys
-
Packages that use TxCreationKeys Package Description org.ldk.structs -
-
Uses of TxCreationKeys in org.ldk.structs
Fields in org.ldk.structs declared as TxCreationKeys Modifier and Type Field Description TxCreationKeysResult_TxCreationKeysDecodeErrorZ.Result_TxCreationKeysDecodeErrorZ_OK. resTxCreationKeysResult_TxCreationKeysErrorZ.Result_TxCreationKeysErrorZ_OK. resMethods in org.ldk.structs that return TxCreationKeys Modifier and Type Method Description TxCreationKeysTxCreationKeys. clone()Creates a copy of the TxCreationKeysTxCreationKeysTrustedCommitmentTransaction. keys()The pre-calculated transaction creation public keys.static TxCreationKeysTxCreationKeys. of(byte[] per_commitment_point_arg, byte[] revocation_key_arg, byte[] broadcaster_htlc_key_arg, byte[] countersignatory_htlc_key_arg, byte[] broadcaster_delayed_payment_key_arg)Constructs a new TxCreationKeys given each fieldMethods in org.ldk.structs with parameters of type TxCreationKeys Modifier and Type Method Description static byte[]UtilMethods. get_htlc_redeemscript(HTLCOutputInCommitment htlc, TxCreationKeys keys)Gets the witness redeemscript for an HTLC output in a commitment transaction.static Result_TxCreationKeysDecodeErrorZResult_TxCreationKeysDecodeErrorZ. ok(TxCreationKeys o)Creates a new CResult_TxCreationKeysDecodeErrorZ in the success state.static Result_TxCreationKeysErrorZResult_TxCreationKeysErrorZ. ok(TxCreationKeys o)Creates a new CResult_TxCreationKeysErrorZ in the success state.
-