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 class
Result_StringErrorZ.Result_StringErrorZ_Err
static class
Result_StringErrorZ.Result_StringErrorZ_OK
Methods in org.ldk.structs that return Result_StringErrorZ Modifier and Type Method Description static Result_StringErrorZ
Result_StringErrorZ. err(Secp256k1Error e)
Creates a new CResult_StringErrorZ in the error state.static Result_StringErrorZ
Result_StringErrorZ. ok(String o)
Creates a new CResult_StringErrorZ in the success state.static Result_StringErrorZ
UtilMethods. sign(byte[] msg, byte[] sk)
Creates a digital signature of a message given a SecretKey, like the node's secret.
-