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 CounterpartyForwardingInfoCounterpartyForwardingInfo. clone()Creates a copy of the CounterpartyForwardingInfoCounterpartyForwardingInfoChannelCounterparty. get_forwarding_info()Information on the fees and requirements that the counterparty requires when forwarding payments to us through this channel.static CounterpartyForwardingInfoCounterpartyForwardingInfo. 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 ChannelCounterpartyChannelCounterparty. of(byte[] node_id_arg, InitFeatures features_arg, long unspendable_punishment_reserve_arg, CounterpartyForwardingInfo forwarding_info_arg)Constructs a new ChannelCounterparty given each fieldvoidChannelCounterparty. set_forwarding_info(CounterpartyForwardingInfo val)Information on the fees and requirements that the counterparty requires when forwarding payments to us through this channel.
-