Uses of Class
org.ldk.structs.WriteableScore
-
Packages that use WriteableScore Package Description org.ldk.structs -
-
Uses of WriteableScore in org.ldk.structs
Fields in org.ldk.structs declared as WriteableScore Modifier and Type Field Description WriteableScore
Option_WriteableScoreZ.Some. some
Methods in org.ldk.structs that return WriteableScore Modifier and Type Method Description WriteableScore
MultiThreadedLockableScore. as_WriteableScore()
Constructs a new WriteableScore which calls the relevant methods on this_arg.static WriteableScore
WriteableScore. new_impl(WriteableScore.WriteableScoreInterface arg, LockableScore.LockableScoreInterface LockableScore_impl)
Methods in org.ldk.structs with parameters of type WriteableScore Modifier and Type Method Description Result_NoneErrorZ
Persister. persist_scorer(WriteableScore scorer)
Persist the given [`WriteableScore`] to disk, returning an error if persistence failed.Result_NoneErrorZ
Persister.PersisterInterface. persist_scorer(WriteableScore scorer)
Persist the given [`WriteableScore`] to disk, returning an error if persistence failed.static Option_WriteableScoreZ
Option_WriteableScoreZ. some(WriteableScore o)
Constructs a new COption_WriteableScoreZ containing a crate::lightning::routing::scoring::WriteableScore
-