UNPKG
@hanchon/signature-to-pubkey
Version:
latest (1.0.1)
1.0.1
1.0.0
Generate a public key from a signature
hanchon-live/signature-to-pubkey
@hanchon/signature-to-pubkey
/
lib
/
converter.d.ts
4 lines
(3 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
/// <reference types="node" />
export
declare
function
signatureToPubkey
(
signature
:
string
,
msgHash
:
Buffer
):
string
;
export
declare
function
fromHexString
(
hexString
:
string
):
Uint8Array
;