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 classResult_TxOutUtxoLookupErrorZ.Result_TxOutUtxoLookupErrorZ_Errstatic classResult_TxOutUtxoLookupErrorZ.Result_TxOutUtxoLookupErrorZ_OKFields in org.ldk.structs declared as Result_TxOutUtxoLookupErrorZ Modifier and Type Field Description Result_TxOutUtxoLookupErrorZUtxoResult.Sync. syncMethods in org.ldk.structs that return Result_TxOutUtxoLookupErrorZ Modifier and Type Method Description Result_TxOutUtxoLookupErrorZResult_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_TxOutUtxoLookupErrorZResult_TxOutUtxoLookupErrorZ. err(UtxoLookupError e)Creates a new CResult_TxOutUtxoLookupErrorZ in the error state.static Result_TxOutUtxoLookupErrorZResult_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 voidUtxoFuture. resolve(NetworkGraph graph, P2PGossipSync gossip, Result_TxOutUtxoLookupErrorZ result)Resolves this future against the given `graph` and with the given `result`.voidUtxoFuture. resolve_without_forwarding(NetworkGraph graph, Result_TxOutUtxoLookupErrorZ result)Resolves this future against the given `graph` and with the given `result`.static UtxoResultUtxoResult. sync(Result_TxOutUtxoLookupErrorZ a)Utility method to constructs a new Sync-variant UtxoResult
-