Uses of Class
org.ldk.structs.UtxoResult
-
Packages that use UtxoResult Package Description org.ldk.structs -
-
Uses of UtxoResult in org.ldk.structs
Subclasses of UtxoResult in org.ldk.structs Modifier and Type Class Description static class
UtxoResult.Async
A result which will be resolved asynchronously.static class
UtxoResult.Sync
A result which was resolved synchronously.Methods in org.ldk.structs that return UtxoResult Modifier and Type Method Description static UtxoResult
UtxoResult. async(UtxoFuture a)
Utility method to constructs a new Async-variant UtxoResultUtxoResult
UtxoResult. clone()
Creates a copy of the UtxoResultUtxoResult
UtxoLookup. get_utxo(byte[] genesis_hash, long short_channel_id)
Returns the transaction output of a funding transaction encoded by [`short_channel_id`].UtxoResult
UtxoLookup.UtxoLookupInterface. get_utxo(byte[] genesis_hash, long short_channel_id)
Returns the transaction output of a funding transaction encoded by [`short_channel_id`].static UtxoResult
UtxoResult. sync(Result_TxOutUtxoLookupErrorZ a)
Utility method to constructs a new Sync-variant UtxoResult
-