Uses of Class
org.ldk.structs.ChannelTransactionParameters
-
Packages that use ChannelTransactionParameters Package Description org.ldk.structs -
-
Uses of ChannelTransactionParameters in org.ldk.structs
Fields in org.ldk.structs declared as ChannelTransactionParameters Modifier and Type Field Description ChannelTransactionParametersResult_ChannelTransactionParametersDecodeErrorZ.Result_ChannelTransactionParametersDecodeErrorZ_OK. resMethods in org.ldk.structs that return ChannelTransactionParameters Modifier and Type Method Description ChannelTransactionParametersChannelTransactionParameters. clone()Creates a copy of the ChannelTransactionParametersChannelTransactionParametersInMemorySigner. get_channel_parameters()Returns a [`ChannelTransactionParameters`] for this channel, to be used when verifying or building transactions.ChannelTransactionParametersStaticPaymentOutputDescriptor. get_channel_transaction_parameters()The necessary channel parameters that need to be provided to the re-derived signer through [`ChannelSigner::provide_channel_parameters`].ChannelTransactionParametersChannelDerivationParameters. get_transaction_parameters()The necessary channel parameters that need to be provided to the re-derived signer through [`ChannelSigner::provide_channel_parameters`].static ChannelTransactionParametersChannelTransactionParameters. of(ChannelPublicKeys holder_pubkeys_arg, short holder_selected_contest_delay_arg, boolean is_outbound_from_holder_arg, CounterpartyChannelTransactionParameters counterparty_parameters_arg, OutPoint funding_outpoint_arg, ChannelTypeFeatures channel_type_features_arg)Constructs a new ChannelTransactionParameters given each field Note that counterparty_parameters_arg (or a relevant inner pointer) may be NULL or all-0s to represent None Note that funding_outpoint_arg (or a relevant inner pointer) may be NULL or all-0s to represent NoneMethods in org.ldk.structs with parameters of type ChannelTransactionParameters Modifier and Type Method Description booleanChannelTransactionParameters. eq(ChannelTransactionParameters b)Checks if two ChannelTransactionParameterss contain equal inner contents.static ChannelDerivationParametersChannelDerivationParameters. of(long value_satoshis_arg, byte[] keys_id_arg, ChannelTransactionParameters transaction_parameters_arg)Constructs a new ChannelDerivationParameters given each fieldstatic StaticPaymentOutputDescriptorStaticPaymentOutputDescriptor. of(OutPoint outpoint_arg, TxOut output_arg, byte[] channel_keys_id_arg, long channel_value_satoshis_arg, ChannelTransactionParameters channel_transaction_parameters_arg)Constructs a new StaticPaymentOutputDescriptor given each field Note that channel_transaction_parameters_arg (or a relevant inner pointer) may be NULL or all-0s to represent Nonestatic Result_ChannelTransactionParametersDecodeErrorZResult_ChannelTransactionParametersDecodeErrorZ. ok(ChannelTransactionParameters o)Creates a new CResult_ChannelTransactionParametersDecodeErrorZ in the success state.voidChannelSigner.ChannelSignerInterface. provide_channel_parameters(ChannelTransactionParameters channel_parameters)Set the counterparty static channel data, including basepoints, `counterparty_selected`/`holder_selected_contest_delay` and funding outpoint.voidChannelSigner. provide_channel_parameters(ChannelTransactionParameters channel_parameters)Set the counterparty static channel data, including basepoints, `counterparty_selected`/`holder_selected_contest_delay` and funding outpoint.voidStaticPaymentOutputDescriptor. set_channel_transaction_parameters(ChannelTransactionParameters val)The necessary channel parameters that need to be provided to the re-derived signer through [`ChannelSigner::provide_channel_parameters`].voidChannelDerivationParameters. set_transaction_parameters(ChannelTransactionParameters val)The necessary channel parameters that need to be provided to the re-derived signer through [`ChannelSigner::provide_channel_parameters`].
-