PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/ethereumjs-tx/node_modules/ethereumjs-util/dist
Просмотр файла: index.d.ts
declare const secp256k1: any;
import BN = require('bn.js');
import rlp = require('rlp');
/**
* [`BN`](https://github.com/indutny/bn.js)
*/
export { BN };
/**
* [`rlp`](https://github.com/ethereumjs/rlp)
*/
export { rlp };
/**
* [`secp256k1`](https://github.com/cryptocoinjs/secp256k1-node/)
*/
export { secp256k1 };
/**
* Constants
*/
export * from './constants';
/**
* Public-key cryptography (secp256k1) and addresses
*/
export * from './account';
/**
* Hash functions
*/
export * from './hash';
/**
* ECDSA signature
*/
export * from './signature';
/**
* Utilities for manipulating Buffers, byte arrays, etc.
*/
export * from './bytes';
/**
* Function for definining properties on an object
*/
export * from './object';
Выполнить команду
Для локальной разработки. Не используйте в интернете!