General tools for Request Network packages.
npm install @requestnetwork/utils@requestnetwork/utils is a typescript library part of the Request Network protocol.
It is a collection of tools shared between the @requestnetwork packages.
``bash`
npm install @requestnetwork/utils
`javascript
import { normalizeKeccak256Hash } from '@requestnetwork/utils';
const hash = normalizeKeccak256Hash({ exampleData: true });
``
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Read the contributing guide