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.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, COption_NoneZ opt_anchors_arg, COption_NoneZ opt_non_zero_fee_anchors_arg)Constructs a new ChannelTransactionParameters given each fieldMethods 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 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.
-