@ethersproject/solidity
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -1,1 +0,1 @@ | ||
export declare const version = "solidity/5.0.2"; | ||
export declare const version = "solidity/5.0.3"; |
@@ -1,2 +0,2 @@ | ||
export const version = "solidity/5.0.2"; | ||
export const version = "solidity/5.0.3"; | ||
//# sourceMappingURL=_version.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const version = "solidity/5.0.2"; | ||
export declare const version = "solidity/5.0.3"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = "solidity/5.0.2"; | ||
exports.version = "solidity/5.0.3"; | ||
//# sourceMappingURL=_version.js.map |
{ | ||
"author": "Richard Moore <me@ricmoo.com>", | ||
"dependencies": { | ||
"@ethersproject/bignumber": "^5.0.0", | ||
"@ethersproject/bytes": "^5.0.0", | ||
"@ethersproject/keccak256": "^5.0.0", | ||
"@ethersproject/sha2": "^5.0.0", | ||
"@ethersproject/strings": "^5.0.0" | ||
"@ethersproject/bignumber": "^5.0.6", | ||
"@ethersproject/bytes": "^5.0.4", | ||
"@ethersproject/keccak256": "^5.0.3", | ||
"@ethersproject/sha2": "^5.0.3", | ||
"@ethersproject/strings": "^5.0.3" | ||
}, | ||
@@ -30,5 +30,5 @@ "description": "Solidity coder for non-standard (tight) packing.", | ||
}, | ||
"tarballHash": "0xfff7ea728efebe7728dc667e7b599640559f233836bbe0be2709678eb09147b1", | ||
"tarballHash": "0x6c0f4c325c97940f39843f3a0495d0099f05ece384375e31e3052d0a61504fe3", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.2" | ||
"version": "5.0.3" | ||
} |
Solidity Packed-Encoding Utilities | ||
================================== | ||
**EXPERIMENTAL** | ||
This sub-module is part of the [ethers project](https://github.com/ethers-io/ethers.js). | ||
Please see the [ethers](https://github.com/ethers-io/ethers.js) repository | ||
for more informations. | ||
It contains functions to perform Solidity-specific packed (i.e. non-standard) | ||
encoding operations. | ||
API | ||
--- | ||
For more information, see the [documentation](https://docs.ethers.io/v5/api/utils/hashing/#utils--solidity-hashing). | ||
`@TODO` | ||
Importing | ||
--------- | ||
Most users will prefer to use the [umbrella package](https://www.npmjs.com/package/ethers), | ||
but for those with more specific needs, individual components can be imported. | ||
```javascript | ||
const { | ||
pack, | ||
keccak256, | ||
sha256 | ||
} = require("@ethersproject/solidity"); | ||
``` | ||
License | ||
@@ -15,0 +29,0 @@ ------- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16826
32