Uses of Class
org.ldk.structs.Fallback
-
Packages that use Fallback Package Description org.ldk.structs -
-
Uses of Fallback in org.ldk.structs
Subclasses of Fallback in org.ldk.structs Modifier and Type Class Description static classFallback.PubKeyHashstatic classFallback.ScriptHashstatic classFallback.SegWitProgramMethods in org.ldk.structs that return Fallback Modifier and Type Method Description FallbackFallback. clone()Creates a copy of the Fallbackstatic FallbackFallback. pub_key_hash(byte[] a)Utility method to constructs a new PubKeyHash-variant Fallbackstatic FallbackFallback. script_hash(byte[] a)Utility method to constructs a new ScriptHash-variant Fallbackstatic FallbackFallback. seg_wit_program(UInt5 version, byte[] program)Utility method to constructs a new SegWitProgram-variant FallbackMethods in org.ldk.structs with parameters of type Fallback Modifier and Type Method Description booleanFallback. eq(Fallback b)Checks if two Fallbacks contain equal inner contents.
-