Result_StrSecp256k1ErrorZ |
Result_StrSecp256k1ErrorZ.clone() |
Creates a new CResult_StrSecp256k1ErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_StrSecp256k1ErrorZ |
Result_StrSecp256k1ErrorZ.err(Secp256k1Error e) |
Creates a new CResult_StrSecp256k1ErrorZ in the error state.
|
static Result_StrSecp256k1ErrorZ |
Result_StrSecp256k1ErrorZ.ok(String o) |
Creates a new CResult_StrSecp256k1ErrorZ in the success state.
|
static Result_StrSecp256k1ErrorZ |
UtilMethods.sign(byte[] msg,
byte[] sk) |
Creates a digital signature of a message given a SecretKey, like the node's secret.
|