Uses of Class
org.ldk.structs.CounterpartyForwardingInfo
-
Packages that use CounterpartyForwardingInfo Package Description org.ldk.structs -
-
Uses of CounterpartyForwardingInfo in org.ldk.structs
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)
Constructs a new ChannelCounterparty given each fieldvoid
ChannelCounterparty. set_forwarding_info(CounterpartyForwardingInfo val)
Information on the fees and requirements that the counterparty requires when forwarding payments to us through this channel.
-