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 classUtxoResult.AsyncA result which will be resolved asynchronously.static classUtxoResult.SyncA result which was resolved synchronously.Methods in org.ldk.structs that return UtxoResult Modifier and Type Method Description static UtxoResultUtxoResult. async(UtxoFuture a)Utility method to constructs a new Async-variant UtxoResultUtxoResultUtxoResult. clone()Creates a copy of the UtxoResultUtxoResultUtxoLookup. get_utxo(byte[] genesis_hash, long short_channel_id)Returns the transaction output of a funding transaction encoded by [`short_channel_id`].UtxoResultUtxoLookup.UtxoLookupInterface. get_utxo(byte[] genesis_hash, long short_channel_id)Returns the transaction output of a funding transaction encoded by [`short_channel_id`].static UtxoResultUtxoResult. sync(Result_TxOutUtxoLookupErrorZ a)Utility method to constructs a new Sync-variant UtxoResult
-