PHP WebShell
Текущая директория: /opt/BitGoJS/modules/abstract-substrate/node_modules/@polkadot/util-crypto/cjs/secp256k1/pair
Просмотр файла: fromSeed.d.ts
import type { Keypair } from '../../types.js';
/**
* @name secp256k1PairFromSeed
* @description Returns a object containing a `publicKey` & `secretKey` generated from the supplied seed.
*/
export declare function secp256k1PairFromSeed(seed: Uint8Array, onlyJs?: boolean): Keypair;
Выполнить команду
Для локальной разработки. Не используйте в интернете!