Uses of Class
org.ldk.structs.Result_StringErrorZ
-
Packages that use Result_StringErrorZ Package Description org.ldk.structs -
-
Uses of Result_StringErrorZ in org.ldk.structs
Subclasses of Result_StringErrorZ in org.ldk.structs Modifier and Type Class Description static classResult_StringErrorZ.Result_StringErrorZ_Errstatic classResult_StringErrorZ.Result_StringErrorZ_OKMethods in org.ldk.structs that return Result_StringErrorZ Modifier and Type Method Description static Result_StringErrorZResult_StringErrorZ. err(Secp256k1Error e)Creates a new CResult_StringErrorZ in the error state.static Result_StringErrorZResult_StringErrorZ. ok(String o)Creates a new CResult_StringErrorZ in the success state.static Result_StringErrorZUtilMethods. sign(byte[] msg, byte[] sk)Creates a digital signature of a message given a SecretKey, like the node's secret.
-