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 boolean
CounterpartyChannelTransactionParameters. eq(CounterpartyChannelTransactionParameters b)
Checks if two CounterpartyChannelTransactionParameterss contain equal inner contents.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 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.
-