Result_PublicKeyErrorZ |
NodeId.as_pubkey() |
Get the public key from this NodeId
|
Result_PublicKeyErrorZ |
Result_PublicKeyErrorZ.clone() |
Creates a new CResult_PublicKeyErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_PublicKeyErrorZ |
Result_PublicKeyErrorZ.err(Secp256k1Error e) |
Creates a new CResult_PublicKeyErrorZ in the error state.
|
static Result_PublicKeyErrorZ |
Result_PublicKeyErrorZ.ok(byte[] o) |
Creates a new CResult_PublicKeyErrorZ in the success state.
|
static Result_PublicKeyErrorZ |
UtilMethods.recover_pk(byte[] msg,
String sig) |
Recovers the PublicKey of the signer of the message given the message and the signature.
|