PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@iota/bcs/dist/cjs
Просмотр файла: b58.d.ts
export declare const toBase58: (buffer: Uint8Array) => string;
export declare const fromBase58: (str: string) => Uint8Array;
/** @deprecated use toBase58 instead */
export declare const toB58: (buffer: Uint8Array) => string;
/** @deprecated use fromBase58 instead */
export declare const fromB58: (str: string) => Uint8Array;
Выполнить команду
Для локальной разработки. Не используйте в интернете!