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()
Obtain 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)
Constructs a new ChannelTransactionParameters given each fieldMethods in org.ldk.structs with parameters of type ChannelTransactionParameters Modifier and Type Method Description static Result_ChannelTransactionParametersDecodeErrorZ
Result_ChannelTransactionParametersDecodeErrorZ. ok(ChannelTransactionParameters o)
Creates a new CResult_ChannelTransactionParametersDecodeErrorZ in the success state.void
BaseSign.BaseSignInterface. ready_channel(ChannelTransactionParameters channel_parameters)
Set the counterparty static channel data, including basepoints, counterparty_selected/holder_selected_contest_delay and funding outpoint.void
BaseSign. ready_channel(ChannelTransactionParameters channel_parameters)
Set the counterparty static channel data, including basepoints, counterparty_selected/holder_selected_contest_delay and funding outpoint.
-