Uses of Class
org.ldk.structs.UtxoFuture
-
Packages that use UtxoFuture Package Description org.ldk.structs -
-
Uses of UtxoFuture in org.ldk.structs
Fields in org.ldk.structs declared as UtxoFuture Modifier and Type Field Description UtxoFuture
UtxoResult.Async. async
Methods in org.ldk.structs that return UtxoFuture Modifier and Type Method Description UtxoFuture
UtxoFuture. clone()
Creates a copy of the UtxoFuturestatic UtxoFuture
UtxoFuture. of()
Builds a new future for later resolution.Methods in org.ldk.structs with parameters of type UtxoFuture Modifier and Type Method Description static UtxoResult
UtxoResult. async(UtxoFuture a)
Utility method to constructs a new Async-variant UtxoResult
-