All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ldk.enums.UtxoLookupError Maven / Gradle / Ivy

There is a newer version: 0.0.124.0
Show newest version
package org.ldk.enums;

/**
 * An error when accessing the chain via [`UtxoLookup`].
 */
public enum UtxoLookupError {
	/**
	 * The requested chain is unknown.
	 */
	LDKUtxoLookupError_UnknownChain,
	/**
	 * The requested transaction doesn't exist or hasn't confirmed.
	 */
	LDKUtxoLookupError_UnknownTx,
	; static native void init();
	static { init(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy