PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@polkadot/util/cjs/string
Просмотр файла: toHex.d.ts
import type { AnyString, HexString } from '../types.js';
/**
* @name stringToHex
* @summary Creates a hex string from a utf-8 string
* @description
* String input values return the actual encoded hex value.
* @example
* <BR>
*
* ```javascript
* import { stringToHex } from '@polkadot/util';
*
* stringToU8a('hello'); // 0x68656c6c6f
* ```
*/
export declare function stringToHex(value?: AnyString): HexString;
Выполнить команду
Для локальной разработки. Не используйте в интернете!