@qevm/purity
v5.7.2
Published
Purity coder for non-standard (tight) packing.
Readme
Purity Packed-Encoding Utilities
This sub-module is part of the qethers, a fork of ethers project.
It contains functions to perform Purity-specific packed (i.e. non-standard) encoding operations.
Importing
Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.
const {
pack,
keccak256,
sha256
} = require("@qevm/purity");License
MIT License
