PHP WebShell
Текущая директория: /opt/BitGoJS/modules/babylonlabs-io-btc-staking-ts/build/src/utils
Просмотр файла: index.d.ts
/**
* Reverses the order of bytes in a buffer.
* @param buffer - The buffer to reverse.
* @returns A new buffer with the bytes reversed.
*/
export declare const reverseBuffer: (buffer: Uint8Array) => Uint8Array;
/**
* Converts a Uint8Array to a hexadecimal string.
* @param uint8Array - The Uint8Array to convert.
* @returns The hexadecimal string.
*/
export declare const uint8ArrayToHex: (uint8Array: Uint8Array) => string;
Выполнить команду
Для локальной разработки. Не используйте в интернете!