privateKeyToPublic
Usage
import { privateKeyToPublic } from '@stacks/transactions';
const publicKey = privateKeyToPublic(
'b244296d5907de9864c0b0d51f98a13c52890be0404e83f273144004b81874603'
);
// '034f355bdcb7cc0af728ef3cceb9615d90684bb5b2ca5f859ab0f0b704075871aa'Notes
Signature
function privateKeyToPublic(privateKey: PrivateKey): PublicKey;Returns
Parameters
privateKey (required)
Last updated
Was this helpful?