Skip to content

Files

Latest commit

2d438b1 · Apr 3, 2025

History

History

utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 17, 2022
Jan 22, 2025
Oct 2, 2024
Jan 17, 2023
Mar 23, 2023
Jul 24, 2024
Jan 17, 2023
Nov 8, 2023
Apr 3, 2025
Oct 13, 2022
Oct 13, 2022

@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.

Installation

npm install @requestnetwork/utils

Usage

import { normalizeKeccak256Hash } from '@requestnetwork/utils';

const hash = normalizeKeccak256Hash({ exampleData: true });

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Read the contributing guide

License

MIT