PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@polkadot/util-crypto/sr25519

Просмотр файла: sign.d.ts

import type { Keypair } from '../types.js';
/**
 * @name sr25519Sign
 * @description Returns message signature of `message`, using the supplied pair
 */
export declare function sr25519Sign(message: string | Uint8Array, { publicKey, secretKey }: Partial<Keypair>): Uint8Array;

Выполнить команду


Для локальной разработки. Не используйте в интернете!