Result_StringErrorZ |
Result_StringErrorZ.clone() |
Creates a new CResult_StringErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
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.
|