org.ldk.enums.UtxoLookupError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ldk-java Show documentation
Show all versions of ldk-java Show documentation
LDK Java Bindings and Release Binaries
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(); }
}