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 CounterpartyForwardingInfoResult_CounterpartyForwardingInfoDecodeErrorZ.Result_CounterpartyForwardingInfoDecodeErrorZ_OK. resMethods 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, Option_u64Z outbound_htlc_minimum_msat_arg, Option_u64Z outbound_htlc_maximum_msat_arg)Constructs a new ChannelCounterparty given each fieldstatic Result_CounterpartyForwardingInfoDecodeErrorZResult_CounterpartyForwardingInfoDecodeErrorZ. ok(CounterpartyForwardingInfo o)Creates a new CResult_CounterpartyForwardingInfoDecodeErrorZ in the success state.voidChannelCounterparty. set_forwarding_info(CounterpartyForwardingInfo val)Information on the fees and requirements that the counterparty requires when forwarding payments to us through this channel.
-