eth-sig-util 3.0.1•Public• Published4 years ago Eth-Sig-Util A small collection of ethereum signing functions. You can find usage exampleshere Available on NPM Installation npm install eth-sig-util --save Methods concatSig(v, r, s) ...
npm install @metamask/eth-sig-util API The full API documentation for the latest published version of this library is available here. Contributing Setup Install Node.js version 12 If you are using nvm (recommended) running nvm use will automatically choose the right node version for you. Insta...
BREAKING: Move package under@metamasknpm organization (#162) Update yourrequireandimportstatements to import@metamask/eth-sig-utilrather thaneth-sig-util. BREAKING: Simplify function type signatures (#198) This is only a breaking change for TypeScript projects that were importing types used by the ...
[Snyk] Upgrade: , , , , , , , , , , , , , , , , bip39, bufferutil, emittery, eth-sig-util, leveldown, tmp-promise, utf-8-validate, ws Snyk has created this PR to upgrade multiple dependencies. 👯 The following dependencies are linked and will therefore be updated together. ...
npm install eth-sig-util --save Methods concatSig(v, r, s) All three arguments should be provided as buffers. Returns a continuous, hex-prefixed hex value for the signature, suitable for inclusion in a JSON transaction's data field. ...