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 ChannelTransactionParameters
Result_ChannelTransactionParametersDecodeErrorZ.Result_ChannelTransactionParametersDecodeErrorZ_OK. res
Methods in org.ldk.structs that return ChannelTransactionParameters Modifier and Type Method Description ChannelTransactionParameters
ChannelTransactionParameters. clone()
Creates a copy of the ChannelTransactionParametersChannelTransactionParameters
InMemorySigner. get_channel_parameters()
Returns a [`ChannelTransactionParameters`] for this channel, to be used when verifying or building transactions.static ChannelTransactionParameters
ChannelTransactionParameters. 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 boolean
ChannelTransactionParameters. eq(ChannelTransactionParameters b)
Checks if two ChannelTransactionParameterss contain equal inner contents.static Result_ChannelTransactionParametersDecodeErrorZ
Result_ChannelTransactionParametersDecodeErrorZ. ok(ChannelTransactionParameters o)
Creates a new CResult_ChannelTransactionParametersDecodeErrorZ in the success state.void
ChannelSigner.ChannelSignerInterface. provide_channel_parameters(ChannelTransactionParameters channel_parameters)
Set the counterparty static channel data, including basepoints, `counterparty_selected`/`holder_selected_contest_delay` and funding outpoint.void
ChannelSigner. provide_channel_parameters(ChannelTransactionParameters channel_parameters)
Set the counterparty static channel data, including basepoints, `counterparty_selected`/`holder_selected_contest_delay` and funding outpoint.
-