Uses of Class
org.ldk.structs.CounterpartyChannelTransactionParameters
-
Packages that use CounterpartyChannelTransactionParameters Package Description org.ldk.structs -
-
Uses of CounterpartyChannelTransactionParameters in org.ldk.structs
Fields in org.ldk.structs declared as CounterpartyChannelTransactionParameters Modifier and Type Field Description CounterpartyChannelTransactionParametersResult_CounterpartyChannelTransactionParametersDecodeErrorZ.Result_CounterpartyChannelTransactionParametersDecodeErrorZ_OK. resMethods in org.ldk.structs that return CounterpartyChannelTransactionParameters Modifier and Type Method Description CounterpartyChannelTransactionParametersCounterpartyChannelTransactionParameters. clone()Creates a copy of the CounterpartyChannelTransactionParametersCounterpartyChannelTransactionParametersChannelTransactionParameters. get_counterparty_parameters()The late-bound counterparty channel transaction parameters.static CounterpartyChannelTransactionParametersCounterpartyChannelTransactionParameters. of(ChannelPublicKeys pubkeys_arg, short selected_contest_delay_arg)Constructs a new CounterpartyChannelTransactionParameters given each fieldMethods in org.ldk.structs with parameters of type CounterpartyChannelTransactionParameters Modifier and Type Method Description 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 fieldstatic Result_CounterpartyChannelTransactionParametersDecodeErrorZResult_CounterpartyChannelTransactionParametersDecodeErrorZ. ok(CounterpartyChannelTransactionParameters o)Creates a new CResult_CounterpartyChannelTransactionParametersDecodeErrorZ in the success state.voidChannelTransactionParameters. set_counterparty_parameters(CounterpartyChannelTransactionParameters val)The late-bound counterparty channel transaction parameters.
-