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