Uses of Class
org.ldk.structs.ProbabilisticScoringDecayParameters
-
Packages that use ProbabilisticScoringDecayParameters Package Description org.ldk.batteries org.ldk.structs -
-
Uses of ProbabilisticScoringDecayParameters in org.ldk.batteries
Constructors in org.ldk.batteries with parameters of type ProbabilisticScoringDecayParameters Constructor Description ChannelManagerConstructor(byte[] channel_manager_serialized, byte[][] channel_monitors_serialized, UserConfig config, EntropySource entropy_source, NodeSigner node_signer, SignerProvider signer_provider, FeeEstimator fee_estimator, ChainMonitor chain_monitor, Filter filter, byte[] net_graph_serialized, ProbabilisticScoringDecayParameters scoring_decay_params, ProbabilisticScoringFeeParameters scoring_fee_params, byte[] probabilistic_scorer_bytes, ChannelManagerConstructor.RouterWrapper router_wrapper, BroadcasterInterface tx_broadcaster, Logger logger)Deserializes a channel manager and a set of channel monitors from the given serialized copies and interface implementationsChannelManagerConstructor(Network network, UserConfig config, byte[] current_blockchain_tip_hash, int current_blockchain_tip_height, EntropySource entropy_source, NodeSigner node_signer, SignerProvider signer_provider, FeeEstimator fee_estimator, ChainMonitor chain_monitor, NetworkGraph net_graph, ProbabilisticScoringDecayParameters scoring_decay_params, ProbabilisticScoringFeeParameters scoring_fee_params, ChannelManagerConstructor.RouterWrapper router_wrapper, BroadcasterInterface tx_broadcaster, Logger logger)Constructs a channel manager from the given interface implementations -
Uses of ProbabilisticScoringDecayParameters in org.ldk.structs
Methods in org.ldk.structs that return ProbabilisticScoringDecayParameters Modifier and Type Method Description ProbabilisticScoringDecayParametersProbabilisticScoringDecayParameters. clone()Creates a copy of the ProbabilisticScoringDecayParametersstatic ProbabilisticScoringDecayParametersProbabilisticScoringDecayParameters. of(long historical_no_updates_half_life_arg, long liquidity_offset_half_life_arg)Constructs a new ProbabilisticScoringDecayParameters given each fieldstatic ProbabilisticScoringDecayParametersProbabilisticScoringDecayParameters. with_default()Creates a "default" ProbabilisticScoringDecayParameters.Methods in org.ldk.structs with parameters of type ProbabilisticScoringDecayParameters Modifier and Type Method Description static ProbabilisticScorerProbabilisticScorer. of(ProbabilisticScoringDecayParameters decay_params, NetworkGraph network_graph, Logger logger)Creates a new scorer using the given scoring parameters for sending payments from a node through a network graph.static Result_ProbabilisticScorerDecodeErrorZResult_ProbabilisticScorerDecodeErrorZ. ok(ProbabilisticScoringDecayParameters o_decay_params, NetworkGraph o_network_graph, Logger o_logger)Creates a new CResult_ProbabilisticScorerDecodeErrorZ in the success state.static Result_ProbabilisticScorerDecodeErrorZProbabilisticScorer. read(byte[] ser, ProbabilisticScoringDecayParameters arg_a, NetworkGraph arg_b, Logger arg_c)Read a ProbabilisticScorer from a byte array, created by ProbabilisticScorer_write
-