Package org.ldk.structs
Class UtxoResult.Sync
- java.lang.Object
-
- org.ldk.structs.UtxoResult
-
- org.ldk.structs.UtxoResult.Sync
-
- Enclosing class:
- UtxoResult
public static final class UtxoResult.Sync extends UtxoResult
A result which was resolved synchronously. It either includes a [`TxOut`] for the output requested or a [`UtxoLookupError`].
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.UtxoResult
UtxoResult.Async, UtxoResult.Sync
-
-
Field Summary
Fields Modifier and Type Field Description Result_TxOutUtxoLookupErrorZ
sync
-
-
-
Field Detail
-
sync
public final Result_TxOutUtxoLookupErrorZ sync
-
-