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 CounterpartyChannelTransactionParameters
Result_CounterpartyChannelTransactionParametersDecodeErrorZ.Result_CounterpartyChannelTransactionParametersDecodeErrorZ_OK. res
Methods in org.ldk.structs that return CounterpartyChannelTransactionParameters Modifier and Type Method Description CounterpartyChannelTransactionParameters
CounterpartyChannelTransactionParameters. clone()
Creates a copy of the CounterpartyChannelTransactionParametersCounterpartyChannelTransactionParameters
ChannelTransactionParameters. get_counterparty_parameters()
The late-bound counterparty channel transaction parameters.static CounterpartyChannelTransactionParameters
CounterpartyChannelTransactionParameters. 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 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 fieldstatic Result_CounterpartyChannelTransactionParametersDecodeErrorZ
Result_CounterpartyChannelTransactionParametersDecodeErrorZ. ok(CounterpartyChannelTransactionParameters o)
Creates a new CResult_CounterpartyChannelTransactionParametersDecodeErrorZ in the success state.void
ChannelTransactionParameters. set_counterparty_parameters(CounterpartyChannelTransactionParameters val)
The late-bound counterparty channel transaction parameters.
-