Uses of Class
org.ldk.structs.CounterpartyForwardingInfo
-
Packages that use CounterpartyForwardingInfo Package Description org.ldk.structs -
-
Uses of CounterpartyForwardingInfo in org.ldk.structs
Fields in org.ldk.structs declared as CounterpartyForwardingInfo Modifier and Type Field Description CounterpartyForwardingInfo
Result_CounterpartyForwardingInfoDecodeErrorZ.Result_CounterpartyForwardingInfoDecodeErrorZ_OK. res
Methods in org.ldk.structs that return CounterpartyForwardingInfo Modifier and Type Method Description CounterpartyForwardingInfo
CounterpartyForwardingInfo. clone()
Creates a copy of the CounterpartyForwardingInfoCounterpartyForwardingInfo
ChannelCounterparty. get_forwarding_info()
Information on the fees and requirements that the counterparty requires when forwarding payments to us through this channel.static CounterpartyForwardingInfo
CounterpartyForwardingInfo. of(int fee_base_msat_arg, int fee_proportional_millionths_arg, short cltv_expiry_delta_arg)
Constructs a new CounterpartyForwardingInfo given each fieldMethods in org.ldk.structs with parameters of type CounterpartyForwardingInfo Modifier and Type Method Description static ChannelCounterparty
ChannelCounterparty. of(byte[] node_id_arg, InitFeatures features_arg, long unspendable_punishment_reserve_arg, CounterpartyForwardingInfo forwarding_info_arg, Option_u64Z outbound_htlc_minimum_msat_arg, Option_u64Z outbound_htlc_maximum_msat_arg)
Constructs a new ChannelCounterparty given each fieldstatic Result_CounterpartyForwardingInfoDecodeErrorZ
Result_CounterpartyForwardingInfoDecodeErrorZ. ok(CounterpartyForwardingInfo o)
Creates a new CResult_CounterpartyForwardingInfoDecodeErrorZ in the success state.void
ChannelCounterparty. set_forwarding_info(CounterpartyForwardingInfo val)
Information on the fees and requirements that the counterparty requires when forwarding payments to us through this channel.
-