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 WriteableScoreOption_WriteableScoreZ.Some. someMethods in org.ldk.structs that return WriteableScore Modifier and Type Method Description WriteableScoreMultiThreadedLockableScore. as_WriteableScore()Constructs a new WriteableScore which calls the relevant methods on this_arg.static WriteableScoreWriteableScore. 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_NoneErrorZPersister. persist_scorer(WriteableScore scorer)Persist the given [`WriteableScore`] to disk, returning an error if persistence failed.Result_NoneErrorZPersister.PersisterInterface. persist_scorer(WriteableScore scorer)Persist the given [`WriteableScore`] to disk, returning an error if persistence failed.static Option_WriteableScoreZOption_WriteableScoreZ. some(WriteableScore o)Constructs a new COption_WriteableScoreZ containing a crate::lightning::routing::scoring::WriteableScore
-