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 WitnessVersionFallback.SegWitProgram. versionMethods in org.ldk.structs with parameters of type WitnessVersion Modifier and Type Method Description static Result_ShutdownScriptInvalidShutdownScriptZShutdownScript. new_witness_program(WitnessVersion version, byte[] program)Generates a witness script pubkey from the given segwit version and program.static FallbackFallback. seg_wit_program(WitnessVersion version, byte[] program)Utility method to constructs a new SegWitProgram-variant Fallback
-