Uses of Class
org.ldk.util.WitnessVersion
-
Packages that use WitnessVersion Package Description org.ldk.structs -
-
Uses of WitnessVersion in org.ldk.structs
Fields in org.ldk.structs declared as WitnessVersion Modifier and Type Field Description WitnessVersion
Fallback.SegWitProgram. version
Methods in org.ldk.structs with parameters of type WitnessVersion Modifier and Type Method Description static Result_ShutdownScriptInvalidShutdownScriptZ
ShutdownScript. new_witness_program(WitnessVersion version, byte[] program)
Generates a witness script pubkey from the given segwit version and program.static Fallback
Fallback. seg_wit_program(WitnessVersion version, byte[] program)
Utility method to constructs a new SegWitProgram-variant Fallback
-