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