randomPrivateKey
Usage
import { randomPrivateKey } from '@stacks/transactions';
const privateKey = randomPrivateKey();
// e.g. 'f5a31c1268a1e37d4edaa05c7d11183c5fbfdcdc48aae36ea4d8cd5cb709932801'Notes
Signature
function randomPrivateKey(): string;Returns
Last updated
Was this helpful?