Uses of Class
org.ldk.structs.Result_ShutdownScriptInvalidShutdownScriptZ
-
Packages that use Result_ShutdownScriptInvalidShutdownScriptZ Package Description org.ldk.structs -
-
Uses of Result_ShutdownScriptInvalidShutdownScriptZ in org.ldk.structs
Subclasses of Result_ShutdownScriptInvalidShutdownScriptZ in org.ldk.structs Modifier and Type Class Description static classResult_ShutdownScriptInvalidShutdownScriptZ.Result_ShutdownScriptInvalidShutdownScriptZ_Errstatic classResult_ShutdownScriptInvalidShutdownScriptZ.Result_ShutdownScriptInvalidShutdownScriptZ_OKMethods in org.ldk.structs that return Result_ShutdownScriptInvalidShutdownScriptZ Modifier and Type Method Description static Result_ShutdownScriptInvalidShutdownScriptZResult_ShutdownScriptInvalidShutdownScriptZ. err(byte[] e_script_arg)Creates a new CResult_ShutdownScriptInvalidShutdownScriptZ in the error state.static Result_ShutdownScriptInvalidShutdownScriptZShutdownScript. new_witness_program(byte version, byte[] program)Generates a P2WSH script pubkey from the given segwit version and program.static Result_ShutdownScriptInvalidShutdownScriptZResult_ShutdownScriptInvalidShutdownScriptZ. ok(ShutdownScript o)Creates a new CResult_ShutdownScriptInvalidShutdownScriptZ in the success state.
-