PHP WebShell

Текущая директория: /var/www/bitcardoApp/node_modules/tronweb/lib/esm/utils

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

import { keccak256, sha256, sha512, pbkdf2, toUtf8Bytes, toUtf8String, recoverAddress, SigningKey, AbiCoder, Signature, concat, id, Mnemonic, Wordlist, wordlists, HDNodeWallet as ethersHDNodeWallet } from 'ethers';
import type { BytesLike, SignatureLike } from 'ethers';
import { Interface } from './interface.js';
declare const splitSignature: (sigBytes: SignatureLike) => Signature;
declare const joinSignature: (splitSig: SignatureLike) => string;
declare const arrayify: (value: BytesLike) => Uint8Array<ArrayBufferLike>;
declare const FormatTypes: {
    sighash: string;
    minimal: string;
    full: string;
    json: string;
};
declare const isValidMnemonic: typeof Mnemonic.isValidMnemonic;
export { keccak256, sha256, sha512, pbkdf2, toUtf8Bytes, toUtf8String, recoverAddress, Signature, SigningKey, AbiCoder, Interface, FormatTypes, splitSignature, joinSignature, arrayify, ethersHDNodeWallet, concat, id, Mnemonic, Wordlist, wordlists, isValidMnemonic, };

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


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