PHP WebShell

Текущая директория: /opt/BitGoJS/modules/babylonlabs-io-btc-staking-ts/src/constants

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

// internalPubkey denotes an unspendable internal public key to be used for the taproot output
const key =
  "0250929b74c1a04954b78b4b6035e97a5e078a5a0f28ec96d547bfee9ace803ac0";
export const internalPubkey = Buffer.from(key, "hex").subarray(1, 33); // Do a subarray(1, 33) to get the public coordinate

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


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