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 class
Fallback.PubKeyHash
static class
Fallback.ScriptHash
static class
Fallback.SegWitProgram
Methods in org.ldk.structs that return Fallback Modifier and Type Method Description Fallback
Fallback. clone()
Creates a copy of the Fallbackstatic Fallback
Fallback. pub_key_hash(byte[] a)
Utility method to constructs a new PubKeyHash-variant Fallbackstatic Fallback
Fallback. script_hash(byte[] a)
Utility method to constructs a new ScriptHash-variant Fallbackstatic Fallback
Fallback. seg_wit_program(WitnessVersion 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 boolean
Fallback. eq(Fallback b)
Checks if two Fallbacks contain equal inner contents.
-