Uses of Class
org.ldk.structs.Result_TxOutUtxoLookupErrorZ
-
Packages that use Result_TxOutUtxoLookupErrorZ Package Description org.ldk.structs -
-
Uses of Result_TxOutUtxoLookupErrorZ in org.ldk.structs
Subclasses of Result_TxOutUtxoLookupErrorZ in org.ldk.structs Modifier and Type Class Description static class
Result_TxOutUtxoLookupErrorZ.Result_TxOutUtxoLookupErrorZ_Err
static class
Result_TxOutUtxoLookupErrorZ.Result_TxOutUtxoLookupErrorZ_OK
Fields in org.ldk.structs declared as Result_TxOutUtxoLookupErrorZ Modifier and Type Field Description Result_TxOutUtxoLookupErrorZ
UtxoResult.Sync. sync
Methods in org.ldk.structs that return Result_TxOutUtxoLookupErrorZ Modifier and Type Method Description Result_TxOutUtxoLookupErrorZ
Result_TxOutUtxoLookupErrorZ. clone()
Creates a new CResult_TxOutUtxoLookupErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_TxOutUtxoLookupErrorZ
Result_TxOutUtxoLookupErrorZ. err(UtxoLookupError e)
Creates a new CResult_TxOutUtxoLookupErrorZ in the error state.static Result_TxOutUtxoLookupErrorZ
Result_TxOutUtxoLookupErrorZ. ok(TxOut o)
Creates a new CResult_TxOutUtxoLookupErrorZ in the success state.Methods in org.ldk.structs with parameters of type Result_TxOutUtxoLookupErrorZ Modifier and Type Method Description void
UtxoFuture. resolve(NetworkGraph graph, P2PGossipSync gossip, Result_TxOutUtxoLookupErrorZ result)
Resolves this future against the given `graph` and with the given `result`.void
UtxoFuture. resolve_without_forwarding(NetworkGraph graph, Result_TxOutUtxoLookupErrorZ result)
Resolves this future against the given `graph` and with the given `result`.static UtxoResult
UtxoResult. sync(Result_TxOutUtxoLookupErrorZ a)
Utility method to constructs a new Sync-variant UtxoResult
-