Socket
Socket
Sign inDemoInstall

@walletconnect/utils

Package Overview
Dependencies
Maintainers
1
Versions
646
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/utils - npm Package Compare versions

Comparing version 1.0.0-beta.18 to 1.0.0-beta.19

7

lib/index.d.ts

@@ -7,3 +7,3 @@ /// <reference types="node" />

export declare function convertBufferToUtf8(buffer: Buffer): string;
export declare function convertBufferToHex(buffer: Buffer): string;
export declare function convertBufferToHex(buffer: Buffer, prefix?: boolean): string;
export declare function convertHexToBuffer(hex: string): Buffer;

@@ -14,5 +14,5 @@ export declare function concatBuffers(...args: Buffer[]): Buffer;

export declare function convertUtf8ToArrayBuffer(utf8: string): ArrayBuffer;
export declare function convertArrayBufferToHex(arrayBuffer: ArrayBuffer): string;
export declare function convertArrayBufferToHex(arrayBuffer: ArrayBuffer, prefix?: boolean): string;
export declare function convertHexToArrayBuffer(hex: string): ArrayBuffer;
export declare function convertUtf8ToHex(utf8: string): string;
export declare function convertUtf8ToHex(utf8: string, prefix?: boolean): string;
export declare function convertHexToUtf8(hex: string): string;

@@ -30,2 +30,3 @@ export declare function payloadId(): number;

export declare function promisify(originalFn: (...args: any[]) => void, thisArg?: any): (...callArgs: any[]) => Promise<IJsonRpcResponseSuccess | IJsonRpcResponseError>;
export declare function parsePersonalSign(params: string[]): string[];
export declare function parseTransactionData(txData: Partial<ITxData>): Partial<ITxData>;

@@ -32,0 +33,0 @@ export declare function formatRpcError(error: Partial<IJsonRpcErrorMessage>): {

@@ -1,2 +0,2 @@

!function(t,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define("WalletConnectUtils",[],r):"object"==typeof exports?exports.WalletConnectUtils=r():t.WalletConnectUtils=r()}(this,function(){return function(t){var r={};function e(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=t,e.c=r,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{enumerable:!0,get:n})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,r){if(1&r&&(t=e(t)),8&r)return t;if(4&r&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(e.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&r&&"string"!=typeof t)for(var o in t)e.d(n,o,function(r){return t[r]}.bind(null,o));return n},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},e.p="",e(e.s=1)}([function(t,r){var e;e=function(){return this}();try{e=e||new Function("return this")()}catch(t){"object"==typeof window&&(e=window)}t.exports=e},function(t,r,e){"use strict";(function(t){Object.defineProperty(r,"__esModule",{value:!0});var n=e(6),o=n.__importDefault(e(7)),i=e(8);function u(t){return t.toString("hex")}function f(r){return r=r.replace("0x",""),new t(r,"hex")}function a(t){for(var r=new Uint8Array(t),e=[],n=0;n<r.length;){var o=r[n];o<128?(e.push(String.fromCharCode(o)),n++):o>191&&o<224?(e.push(String.fromCharCode((31&o)<<6|63&r[n+1])),n+=2):(e.push(String.fromCharCode((15&o)<<12|(63&r[n+1])<<6|63&r[n+2])),n+=3)}return e.join("")}function s(t){var r=[],e=0;for(t=encodeURI(t);e<t.length;){var n=t.charCodeAt(e++);37===n?(r.push(parseInt(t.substr(e,2),16)),e+=2):r.push(n)}return new Uint8Array(r).buffer}function c(t){for(var r=new Uint8Array(t),e=[],n=0;n<r.length;n++){var o=r[n];e.push("0123456789abcdef"[(240&o)>>4]+"0123456789abcdef"[15&o])}return e.join("")}function h(t){t=t.replace("0x","");for(var r=[],e=0;e<t.length;e+=2)r.push(parseInt(t.substr(e,2),16));return new Uint8Array(r).buffer}function l(t){return c(s(t))}function p(t){return t?"0x"+i.keccak_256(t):""}function d(t){return""===(t="0x"===t.substring(0,2)?t.substring(2):t)?"":"0x"+(t=t.length%2!=0?"0"+t:t)}r.convertArrayBufferToBuffer=function(t){return f(c(t))},r.convertBufferToArrayBuffer=function(t){return h(u(t))},r.convertUtf8ToBuffer=function(r){return new t(r,"utf8")},r.convertBufferToUtf8=function(t){return t.toString("utf8")},r.convertBufferToHex=u,r.convertHexToBuffer=f,r.concatBuffers=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return f(t.map(function(t){return u(t)}).join(""))},r.concatArrayBuffers=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return h(t.map(function(t){return c(t)}).join(""))},r.convertArrayBufferToUtf8=a,r.convertUtf8ToArrayBuffer=s,r.convertArrayBufferToHex=c,r.convertHexToArrayBuffer=h,r.convertUtf8ToHex=l,r.convertHexToUtf8=function(t){return a(h(t))},r.payloadId=function(){return(new Date).getTime()*Math.pow(10,3)+Math.floor(Math.random()*Math.pow(10,3))},r.uuid=function(){return function(t,r){for(r=t="";t++<36;r+=51*t&52?(15^t?8^Math.random()*(20^t?16:4):4).toString(16):"-");return r}()},r.isHexStrict=function(t){return("string"==typeof t||o.default(t))&&/^(-)?0x[0-9a-f]*$/i.test(t)},r.keccak256=p,r.toChecksumAddress=function(t){if(void 0===t)return"";for(var r=p(t=t.toLowerCase().replace("0x","")).replace("0x",""),e="0x",n=0;n<t.length;n++)parseInt(r[n],16)>7?e+=t[n].toUpperCase():e+=t[n];return e},r.isValidAddress=function(t){return!!t&&("0x"===t.toLowerCase().substring(0,2)&&(!!/^(0x)?[0-9a-f]{40}$/i.test(t)&&(!(!/^(0x)?[0-9a-f]{40}$/.test(t)&&!/^(0x)?[0-9A-F]{40}$/.test(t))||t===r.toChecksumAddress(t))))},r.getMeta=function(){if("undefined"==typeof window||"undefined"==typeof document||void 0===window.location)return null;function t(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var e=document.getElementsByTagName("meta"),n=function(r){var n=e[r],o=["itemprop","property","name"].map(function(t){return n.getAttribute(t)}).filter(function(r){r&&t.includes(r)});if(o.length&&o){var i=n.getAttribute("content");if(i)return{value:i}}},o=0;o<e.length;o++){var i=n(o);if("object"==typeof i)return i.value}return""}var r=function(){var r=t("name","og:site_name","og:title","twitter:title");return r||(r=document.title),r}();return{description:t("description","og:description","twitter:description","keywords"),url:window.location.origin,icons:function(){for(var t=document.getElementsByTagName("link"),r=[],e=0;e<t.length;e++){var n=t[e],o=n.getAttribute("rel");if(o&&o.toLowerCase().indexOf("icon")>-1){var i=n.getAttribute("href");if(i)if(-1===i.toLowerCase().indexOf("https:")&&-1===i.toLowerCase().indexOf("http:")&&0!==i.indexOf("//")){var u=window.location.protocol+"//"+window.location.host;if(0===i.indexOf("/"))u+=i;else{var f=window.location.pathname.split("/");f.pop(),u+=f.join("/")+"/"+i}r.push(u)}else if(0===i.indexOf("//")){var a=window.location.protocol+i;r.push(a)}else r.push(i)}}return r}(),name:r}},r.parseWalletConnectUri=function(t){var r=t.indexOf(":"),e=-1!==t.indexOf("?")?t.indexOf("?"):void 0,o=t.substring(0,r),i=function(t){var r=t.split("@");return{handshakeTopic:r[0],version:parseInt(r[1],10)}}(t.substring(r+1,e)),u=function(t){for(var r={},e=("?"===t[0]?t.substr(1):t).split("&"),n=0;n<e.length;n++){var o=e[n].match(/\w+(?==)/i)||[],i=e[n].match(/=.+/i)||[];o[0]&&(r[decodeURIComponent(o[0])]=decodeURIComponent(i[0].substr(1)))}return{key:r.key||"",bridge:r.bridge||""}}(void 0!==e?t.substr(e):"");return n.__assign({protocol:o},i,u)},r.sanitizeHex=d,r.removeHexPrefix=function(t){return t.toLowerCase().replace("0x","")},r.promisify=function(t,r){var e=this;return function(){for(var o=[],i=0;i<arguments.length;i++)o[i]=arguments[i];return n.__awaiter(e,void 0,void 0,function(){return n.__generator(this,function(e){return[2,new Promise(function(e,i){t.apply(r,n.__spread(o,[function(t,r){null==t&&i(t),e(r)}]))})]})})}},r.parseTransactionData=function(t){if(void 0===t.from||!r.isValidAddress(t.from))throw new Error("Transaction object must include a valid 'from' value.");function e(t){return r.isHexStrict(t)?t:l(t)}var n={from:d(t.from),to:void 0===t.to?"":d(t.to),gasPrice:void 0===t.gasPrice?"":e(""+t.gasPrice),gasLimit:void 0===t.gasLimit?void 0===t.gas?"":e(""+t.gas):e(""+t.gasLimit),value:void 0===t.value?"":e(""+t.value),nonce:void 0===t.nonce?"":e(""+t.nonce),data:void 0===t.data?"":e(""+t.data)},o=["gasPrice","gasLimit","value","nonce"];return Object.keys(n).forEach(function(t){!n[t].trim().length&&o.includes(t)&&delete n[t]}),n},r.formatRpcError=function(t){var r=t.message||"Failed or Rejected Request",e=-32e3;if(t&&!t.code)switch(r){case"Parse error":e=-32700;break;case"Invalid request":e=-32600;break;case"Method not found":e=-32601;break;case"Invalid params":e=-32602;break;case"Internal error":e=-32603;break;default:e=-32e3}return{code:e,message:r}}}).call(this,e(2).Buffer)},function(t,r,e){"use strict";(function(t){
!function(t,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define("WalletConnectUtils",[],r):"object"==typeof exports?exports.WalletConnectUtils=r():t.WalletConnectUtils=r()}(this,function(){return function(t){var r={};function e(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=t,e.c=r,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{enumerable:!0,get:n})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,r){if(1&r&&(t=e(t)),8&r)return t;if(4&r&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(e.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&r&&"string"!=typeof t)for(var o in t)e.d(n,o,function(r){return t[r]}.bind(null,o));return n},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},e.p="",e(e.s=1)}([function(t,r){var e;e=function(){return this}();try{e=e||new Function("return this")()}catch(t){"object"==typeof window&&(e=window)}t.exports=e},function(t,r,e){"use strict";(function(t){Object.defineProperty(r,"__esModule",{value:!0});var n=e(6),o=n.__importDefault(e(7)),i=e(8);function u(t,r){var e=t.toString("hex");return r&&(e="0x"+e),e}function f(r){return r=r.replace("0x",""),new t(r,"hex")}function a(t){for(var r=new Uint8Array(t),e=[],n=0;n<r.length;){var o=r[n];o<128?(e.push(String.fromCharCode(o)),n++):o>191&&o<224?(e.push(String.fromCharCode((31&o)<<6|63&r[n+1])),n+=2):(e.push(String.fromCharCode((15&o)<<12|(63&r[n+1])<<6|63&r[n+2])),n+=3)}return e.join("")}function s(t){var r=[],e=0;for(t=encodeURI(t);e<t.length;){var n=t.charCodeAt(e++);37===n?(r.push(parseInt(t.substr(e,2),16)),e+=2):r.push(n)}return new Uint8Array(r).buffer}function c(t,r){for(var e=new Uint8Array(t),n=[],o=0;o<e.length;o++){var i=e[o];n.push("0123456789abcdef"[(240&i)>>4]+"0123456789abcdef"[15&i])}var u=n.join("");return r&&(u="0x"+u),u}function h(t){t=t.replace("0x","");for(var r=[],e=0;e<t.length;e+=2)r.push(parseInt(t.substr(e,2),16));return new Uint8Array(r).buffer}function l(t,r){var e=c(s(t));return r&&(e="0x"+e),e}function p(t){return t?"0x"+i.keccak_256(t):""}function d(t){return""===(t="0x"===t.substring(0,2)?t.substring(2):t)?"":"0x"+(t=t.length%2!=0?"0"+t:t)}r.convertArrayBufferToBuffer=function(t){return f(c(t))},r.convertBufferToArrayBuffer=function(t){return h(u(t))},r.convertUtf8ToBuffer=function(r){return new t(r,"utf8")},r.convertBufferToUtf8=function(t){return t.toString("utf8")},r.convertBufferToHex=u,r.convertHexToBuffer=f,r.concatBuffers=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return f(t.map(function(t){return u(t)}).join(""))},r.concatArrayBuffers=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return h(t.map(function(t){return c(t)}).join(""))},r.convertArrayBufferToUtf8=a,r.convertUtf8ToArrayBuffer=s,r.convertArrayBufferToHex=c,r.convertHexToArrayBuffer=h,r.convertUtf8ToHex=l,r.convertHexToUtf8=function(t){return a(h(t))},r.payloadId=function(){return(new Date).getTime()*Math.pow(10,3)+Math.floor(Math.random()*Math.pow(10,3))},r.uuid=function(){return function(t,r){for(r=t="";t++<36;r+=51*t&52?(15^t?8^Math.random()*(20^t?16:4):4).toString(16):"-");return r}()},r.isHexStrict=function(t){return("string"==typeof t||o.default(t))&&/^(-)?0x[0-9a-f]*$/i.test(t)},r.keccak256=p,r.toChecksumAddress=function(t){if(void 0===t)return"";for(var r=p(t=t.toLowerCase().replace("0x","")).replace("0x",""),e="0x",n=0;n<t.length;n++)parseInt(r[n],16)>7?e+=t[n].toUpperCase():e+=t[n];return e},r.isValidAddress=function(t){return!!t&&("0x"===t.toLowerCase().substring(0,2)&&(!!/^(0x)?[0-9a-f]{40}$/i.test(t)&&(!(!/^(0x)?[0-9a-f]{40}$/.test(t)&&!/^(0x)?[0-9A-F]{40}$/.test(t))||t===r.toChecksumAddress(t))))},r.getMeta=function(){if("undefined"==typeof window||"undefined"==typeof document||void 0===window.location)return null;function t(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var e=document.getElementsByTagName("meta"),n=function(r){var n=e[r],o=["itemprop","property","name"].map(function(t){return n.getAttribute(t)}).filter(function(r){r&&t.includes(r)});if(o.length&&o){var i=n.getAttribute("content");if(i)return{value:i}}},o=0;o<e.length;o++){var i=n(o);if("object"==typeof i)return i.value}return""}var r=function(){var r=t("name","og:site_name","og:title","twitter:title");return r||(r=document.title),r}();return{description:t("description","og:description","twitter:description","keywords"),url:window.location.origin,icons:function(){for(var t=document.getElementsByTagName("link"),r=[],e=0;e<t.length;e++){var n=t[e],o=n.getAttribute("rel");if(o&&o.toLowerCase().indexOf("icon")>-1){var i=n.getAttribute("href");if(i)if(-1===i.toLowerCase().indexOf("https:")&&-1===i.toLowerCase().indexOf("http:")&&0!==i.indexOf("//")){var u=window.location.protocol+"//"+window.location.host;if(0===i.indexOf("/"))u+=i;else{var f=window.location.pathname.split("/");f.pop(),u+=f.join("/")+"/"+i}r.push(u)}else if(0===i.indexOf("//")){var a=window.location.protocol+i;r.push(a)}else r.push(i)}}return r}(),name:r}},r.parseWalletConnectUri=function(t){var r=t.indexOf(":"),e=-1!==t.indexOf("?")?t.indexOf("?"):void 0,o=t.substring(0,r),i=function(t){var r=t.split("@");return{handshakeTopic:r[0],version:parseInt(r[1],10)}}(t.substring(r+1,e)),u=function(t){for(var r={},e=("?"===t[0]?t.substr(1):t).split("&"),n=0;n<e.length;n++){var o=e[n].match(/\w+(?==)/i)||[],i=e[n].match(/=.+/i)||[];o[0]&&(r[decodeURIComponent(o[0])]=decodeURIComponent(i[0].substr(1)))}return{key:r.key||"",bridge:r.bridge||""}}(void 0!==e?t.substr(e):"");return n.__assign({protocol:o},i,u)},r.sanitizeHex=d,r.removeHexPrefix=function(t){return t.toLowerCase().replace("0x","")},r.promisify=function(t,r){var e=this;return function(){for(var o=[],i=0;i<arguments.length;i++)o[i]=arguments[i];return n.__awaiter(e,void 0,void 0,function(){return n.__generator(this,function(e){return[2,new Promise(function(e,i){t.apply(r,n.__spread(o,[function(t,r){null==t&&i(t),e(r)}]))})]})})}},r.parsePersonalSign=function(t){return r.isHexStrict(t[1])||(t[1]=l(t[1],!0)),t},r.parseTransactionData=function(t){if(void 0===t.from||!r.isValidAddress(t.from))throw new Error("Transaction object must include a valid 'from' value.");function e(t){return r.isHexStrict(t)?t:l(t)}var n={from:d(t.from),to:void 0===t.to?"":d(t.to),gasPrice:void 0===t.gasPrice?"":e(""+t.gasPrice),gasLimit:void 0===t.gasLimit?void 0===t.gas?"":e(""+t.gas):e(""+t.gasLimit),value:void 0===t.value?"":e(""+t.value),nonce:void 0===t.nonce?"":e(""+t.nonce),data:void 0===t.data?"":e(""+t.data)},o=["gasPrice","gasLimit","value","nonce"];return Object.keys(n).forEach(function(t){!n[t].trim().length&&o.includes(t)&&delete n[t]}),n},r.formatRpcError=function(t){var r=t.message||"Failed or Rejected Request",e=-32e3;if(t&&!t.code)switch(r){case"Parse error":e=-32700;break;case"Invalid request":e=-32600;break;case"Method not found":e=-32601;break;case"Invalid params":e=-32602;break;case"Internal error":e=-32603;break;default:e=-32e3}return{code:e,message:r}}}).call(this,e(2).Buffer)},function(t,r,e){"use strict";(function(t){
/*!

@@ -8,3 +8,3 @@ * The buffer module from node.js, for the browser.

*/
var n=e(3),o=e(4),i=e(5);function u(){return a.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function f(t,r){if(u()<r)throw new RangeError("Invalid typed array length");return a.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(r)).__proto__=a.prototype:(null===t&&(t=new a(r)),t.length=r),t}function a(t,r,e){if(!(a.TYPED_ARRAY_SUPPORT||this instanceof a))return new a(t,r,e);if("number"==typeof t){if("string"==typeof r)throw new Error("If encoding is specified then the first argument must be a string");return h(this,t)}return s(this,t,r,e)}function s(t,r,e,n){if("number"==typeof r)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&r instanceof ArrayBuffer?function(t,r,e,n){if(r.byteLength,e<0||r.byteLength<e)throw new RangeError("'offset' is out of bounds");if(r.byteLength<e+(n||0))throw new RangeError("'length' is out of bounds");r=void 0===e&&void 0===n?new Uint8Array(r):void 0===n?new Uint8Array(r,e):new Uint8Array(r,e,n);a.TYPED_ARRAY_SUPPORT?(t=r).__proto__=a.prototype:t=l(t,r);return t}(t,r,e,n):"string"==typeof r?function(t,r,e){"string"==typeof e&&""!==e||(e="utf8");if(!a.isEncoding(e))throw new TypeError('"encoding" must be a valid string encoding');var n=0|d(r,e),o=(t=f(t,n)).write(r,e);o!==n&&(t=t.slice(0,o));return t}(t,r,e):function(t,r){if(a.isBuffer(r)){var e=0|p(r.length);return 0===(t=f(t,e)).length?t:(r.copy(t,0,0,e),t)}if(r){if("undefined"!=typeof ArrayBuffer&&r.buffer instanceof ArrayBuffer||"length"in r)return"number"!=typeof r.length||(n=r.length)!=n?f(t,0):l(t,r);if("Buffer"===r.type&&i(r.data))return l(t,r.data)}var n;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(t,r)}function c(t){if("number"!=typeof t)throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function h(t,r){if(c(r),t=f(t,r<0?0:0|p(r)),!a.TYPED_ARRAY_SUPPORT)for(var e=0;e<r;++e)t[e]=0;return t}function l(t,r){var e=r.length<0?0:0|p(r.length);t=f(t,e);for(var n=0;n<e;n+=1)t[n]=255&r[n];return t}function p(t){if(t>=u())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+u().toString(16)+" bytes");return 0|t}function d(t,r){if(a.isBuffer(t))return t.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;"string"!=typeof t&&(t=""+t);var e=t.length;if(0===e)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":case void 0:return N(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*e;case"hex":return e>>>1;case"base64":return z(t).length;default:if(n)return N(t).length;r=(""+r).toLowerCase(),n=!0}}function y(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}function g(t,r,e,n,o){if(0===t.length)return-1;if("string"==typeof e?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,isNaN(e)&&(e=o?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(o)return-1;e=t.length-1}else if(e<0){if(!o)return-1;e=0}if("string"==typeof r&&(r=a.from(r,n)),a.isBuffer(r))return 0===r.length?-1:v(t,r,e,n,o);if("number"==typeof r)return r&=255,a.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):v(t,[r],e,n,o);throw new TypeError("val must be string, number or Buffer")}function v(t,r,e,n,o){var i,u=1,f=t.length,a=r.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(t.length<2||r.length<2)return-1;u=2,f/=2,a/=2,e/=2}function s(t,r){return 1===u?t[r]:t.readUInt16BE(r*u)}if(o){var c=-1;for(i=e;i<f;i++)if(s(t,i)===s(r,-1===c?0:i-c)){if(-1===c&&(c=i),i-c+1===a)return c*u}else-1!==c&&(i-=i-c),c=-1}else for(e+a>f&&(e=f-a),i=e;i>=0;i--){for(var h=!0,l=0;l<a;l++)if(s(t,i+l)!==s(r,l)){h=!1;break}if(h)return i}return-1}function w(t,r,e,n){e=Number(e)||0;var o=t.length-e;n?(n=Number(n))>o&&(n=o):n=o;var i=r.length;if(i%2!=0)throw new TypeError("Invalid hex string");n>i/2&&(n=i/2);for(var u=0;u<n;++u){var f=parseInt(r.substr(2*u,2),16);if(isNaN(f))return u;t[e+u]=f}return u}function b(t,r,e,n){return H(N(r,t.length-e),t,e,n)}function m(t,r,e,n){return H(function(t){for(var r=[],e=0;e<t.length;++e)r.push(255&t.charCodeAt(e));return r}(r),t,e,n)}function _(t,r,e,n){return m(t,r,e,n)}function A(t,r,e,n){return H(z(r),t,e,n)}function E(t,r,e,n){return H(function(t,r){for(var e,n,o,i=[],u=0;u<t.length&&!((r-=2)<0);++u)e=t.charCodeAt(u),n=e>>8,o=e%256,i.push(o),i.push(n);return i}(r,t.length-e),t,e,n)}function B(t,r,e){return 0===r&&e===t.length?n.fromByteArray(t):n.fromByteArray(t.slice(r,e))}function T(t,r,e){e=Math.min(t.length,e);for(var n=[],o=r;o<e;){var i,u,f,a,s=t[o],c=null,h=s>239?4:s>223?3:s>191?2:1;if(o+h<=e)switch(h){case 1:s<128&&(c=s);break;case 2:128==(192&(i=t[o+1]))&&(a=(31&s)<<6|63&i)>127&&(c=a);break;case 3:i=t[o+1],u=t[o+2],128==(192&i)&&128==(192&u)&&(a=(15&s)<<12|(63&i)<<6|63&u)>2047&&(a<55296||a>57343)&&(c=a);break;case 4:i=t[o+1],u=t[o+2],f=t[o+3],128==(192&i)&&128==(192&u)&&128==(192&f)&&(a=(15&s)<<18|(63&i)<<12|(63&u)<<6|63&f)>65535&&a<1114112&&(c=a)}null===c?(c=65533,h=1):c>65535&&(c-=65536,n.push(c>>>10&1023|55296),c=56320|1023&c),n.push(c),o+=h}return function(t){var r=t.length;if(r<=R)return String.fromCharCode.apply(String,t);var e="",n=0;for(;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=R));return e}(n)}r.Buffer=a,r.SlowBuffer=function(t){+t!=t&&(t=0);return a.alloc(+t)},r.INSPECT_MAX_BYTES=50,a.TYPED_ARRAY_SUPPORT=void 0!==t.TYPED_ARRAY_SUPPORT?t.TYPED_ARRAY_SUPPORT:function(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===t.foo()&&"function"==typeof t.subarray&&0===t.subarray(1,1).byteLength}catch(t){return!1}}(),r.kMaxLength=u(),a.poolSize=8192,a._augment=function(t){return t.__proto__=a.prototype,t},a.from=function(t,r,e){return s(null,t,r,e)},a.TYPED_ARRAY_SUPPORT&&(a.prototype.__proto__=Uint8Array.prototype,a.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&a[Symbol.species]===a&&Object.defineProperty(a,Symbol.species,{value:null,configurable:!0})),a.alloc=function(t,r,e){return function(t,r,e,n){return c(r),r<=0?f(t,r):void 0!==e?"string"==typeof n?f(t,r).fill(e,n):f(t,r).fill(e):f(t,r)}(null,t,r,e)},a.allocUnsafe=function(t){return h(null,t)},a.allocUnsafeSlow=function(t){return h(null,t)},a.isBuffer=function(t){return!(null==t||!t._isBuffer)},a.compare=function(t,r){if(!a.isBuffer(t)||!a.isBuffer(r))throw new TypeError("Arguments must be Buffers");if(t===r)return 0;for(var e=t.length,n=r.length,o=0,i=Math.min(e,n);o<i;++o)if(t[o]!==r[o]){e=t[o],n=r[o];break}return e<n?-1:n<e?1:0},a.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},a.concat=function(t,r){if(!i(t))throw new TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return a.alloc(0);var e;if(void 0===r)for(r=0,e=0;e<t.length;++e)r+=t[e].length;var n=a.allocUnsafe(r),o=0;for(e=0;e<t.length;++e){var u=t[e];if(!a.isBuffer(u))throw new TypeError('"list" argument must be an Array of Buffers');u.copy(n,o),o+=u.length}return n},a.byteLength=d,a.prototype._isBuffer=!0,a.prototype.swap16=function(){var t=this.length;if(t%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)y(this,r,r+1);return this},a.prototype.swap32=function(){var t=this.length;if(t%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)y(this,r,r+3),y(this,r+1,r+2);return this},a.prototype.swap64=function(){var t=this.length;if(t%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)y(this,r,r+7),y(this,r+1,r+6),y(this,r+2,r+5),y(this,r+3,r+4);return this},a.prototype.toString=function(){var t=0|this.length;return 0===t?"":0===arguments.length?T(this,0,t):function(t,r,e){var n=!1;if((void 0===r||r<0)&&(r=0),r>this.length)return"";if((void 0===e||e>this.length)&&(e=this.length),e<=0)return"";if((e>>>=0)<=(r>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return P(this,r,e);case"utf8":case"utf-8":return T(this,r,e);case"ascii":return S(this,r,e);case"latin1":case"binary":return x(this,r,e);case"base64":return B(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return O(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}.apply(this,arguments)},a.prototype.equals=function(t){if(!a.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t||0===a.compare(this,t)},a.prototype.inspect=function(){var t="",e=r.INSPECT_MAX_BYTES;return this.length>0&&(t=this.toString("hex",0,e).match(/.{2}/g).join(" "),this.length>e&&(t+=" ... ")),"<Buffer "+t+">"},a.prototype.compare=function(t,r,e,n,o){if(!a.isBuffer(t))throw new TypeError("Argument must be a Buffer");if(void 0===r&&(r=0),void 0===e&&(e=t?t.length:0),void 0===n&&(n=0),void 0===o&&(o=this.length),r<0||e>t.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&r>=e)return 0;if(n>=o)return-1;if(r>=e)return 1;if(this===t)return 0;for(var i=(o>>>=0)-(n>>>=0),u=(e>>>=0)-(r>>>=0),f=Math.min(i,u),s=this.slice(n,o),c=t.slice(r,e),h=0;h<f;++h)if(s[h]!==c[h]){i=s[h],u=c[h];break}return i<u?-1:u<i?1:0},a.prototype.includes=function(t,r,e){return-1!==this.indexOf(t,r,e)},a.prototype.indexOf=function(t,r,e){return g(this,t,r,e,!0)},a.prototype.lastIndexOf=function(t,r,e){return g(this,t,r,e,!1)},a.prototype.write=function(t,r,e,n){if(void 0===r)n="utf8",e=this.length,r=0;else if(void 0===e&&"string"==typeof r)n=r,e=this.length,r=0;else{if(!isFinite(r))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");r|=0,isFinite(e)?(e|=0,void 0===n&&(n="utf8")):(n=e,e=void 0)}var o=this.length-r;if((void 0===e||e>o)&&(e=o),t.length>0&&(e<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var i=!1;;)switch(n){case"hex":return w(this,t,r,e);case"utf8":case"utf-8":return b(this,t,r,e);case"ascii":return m(this,t,r,e);case"latin1":case"binary":return _(this,t,r,e);case"base64":return A(this,t,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return E(this,t,r,e);default:if(i)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),i=!0}},a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var R=4096;function S(t,r,e){var n="";e=Math.min(t.length,e);for(var o=r;o<e;++o)n+=String.fromCharCode(127&t[o]);return n}function x(t,r,e){var n="";e=Math.min(t.length,e);for(var o=r;o<e;++o)n+=String.fromCharCode(t[o]);return n}function P(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var o="",i=r;i<e;++i)o+=D(t[i]);return o}function O(t,r,e){for(var n=t.slice(r,e),o="",i=0;i<n.length;i+=2)o+=String.fromCharCode(n[i]+256*n[i+1]);return o}function U(t,r,e){if(t%1!=0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}function C(t,r,e,n,o,i){if(!a.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>o||r<i)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}function I(t,r,e,n){r<0&&(r=65535+r+1);for(var o=0,i=Math.min(t.length-e,2);o<i;++o)t[e+o]=(r&255<<8*(n?o:1-o))>>>8*(n?o:1-o)}function k(t,r,e,n){r<0&&(r=4294967295+r+1);for(var o=0,i=Math.min(t.length-e,4);o<i;++o)t[e+o]=r>>>8*(n?o:3-o)&255}function j(t,r,e,n,o,i){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function M(t,r,e,n,i){return i||j(t,0,e,4),o.write(t,r,e,n,23,4),e+4}function Y(t,r,e,n,i){return i||j(t,0,e,8),o.write(t,r,e,n,52,8),e+8}a.prototype.slice=function(t,r){var e,n=this.length;if((t=~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),(r=void 0===r?n:~~r)<0?(r+=n)<0&&(r=0):r>n&&(r=n),r<t&&(r=t),a.TYPED_ARRAY_SUPPORT)(e=this.subarray(t,r)).__proto__=a.prototype;else{var o=r-t;e=new a(o,void 0);for(var i=0;i<o;++i)e[i]=this[i+t]}return e},a.prototype.readUIntLE=function(t,r,e){t|=0,r|=0,e||U(t,r,this.length);for(var n=this[t],o=1,i=0;++i<r&&(o*=256);)n+=this[t+i]*o;return n},a.prototype.readUIntBE=function(t,r,e){t|=0,r|=0,e||U(t,r,this.length);for(var n=this[t+--r],o=1;r>0&&(o*=256);)n+=this[t+--r]*o;return n},a.prototype.readUInt8=function(t,r){return r||U(t,1,this.length),this[t]},a.prototype.readUInt16LE=function(t,r){return r||U(t,2,this.length),this[t]|this[t+1]<<8},a.prototype.readUInt16BE=function(t,r){return r||U(t,2,this.length),this[t]<<8|this[t+1]},a.prototype.readUInt32LE=function(t,r){return r||U(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},a.prototype.readUInt32BE=function(t,r){return r||U(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},a.prototype.readIntLE=function(t,r,e){t|=0,r|=0,e||U(t,r,this.length);for(var n=this[t],o=1,i=0;++i<r&&(o*=256);)n+=this[t+i]*o;return n>=(o*=128)&&(n-=Math.pow(2,8*r)),n},a.prototype.readIntBE=function(t,r,e){t|=0,r|=0,e||U(t,r,this.length);for(var n=r,o=1,i=this[t+--n];n>0&&(o*=256);)i+=this[t+--n]*o;return i>=(o*=128)&&(i-=Math.pow(2,8*r)),i},a.prototype.readInt8=function(t,r){return r||U(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},a.prototype.readInt16LE=function(t,r){r||U(t,2,this.length);var e=this[t]|this[t+1]<<8;return 32768&e?4294901760|e:e},a.prototype.readInt16BE=function(t,r){r||U(t,2,this.length);var e=this[t+1]|this[t]<<8;return 32768&e?4294901760|e:e},a.prototype.readInt32LE=function(t,r){return r||U(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},a.prototype.readInt32BE=function(t,r){return r||U(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},a.prototype.readFloatLE=function(t,r){return r||U(t,4,this.length),o.read(this,t,!0,23,4)},a.prototype.readFloatBE=function(t,r){return r||U(t,4,this.length),o.read(this,t,!1,23,4)},a.prototype.readDoubleLE=function(t,r){return r||U(t,8,this.length),o.read(this,t,!0,52,8)},a.prototype.readDoubleBE=function(t,r){return r||U(t,8,this.length),o.read(this,t,!1,52,8)},a.prototype.writeUIntLE=function(t,r,e,n){(t=+t,r|=0,e|=0,n)||C(this,t,r,e,Math.pow(2,8*e)-1,0);var o=1,i=0;for(this[r]=255&t;++i<e&&(o*=256);)this[r+i]=t/o&255;return r+e},a.prototype.writeUIntBE=function(t,r,e,n){(t=+t,r|=0,e|=0,n)||C(this,t,r,e,Math.pow(2,8*e)-1,0);var o=e-1,i=1;for(this[r+o]=255&t;--o>=0&&(i*=256);)this[r+o]=t/i&255;return r+e},a.prototype.writeUInt8=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,1,255,0),a.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[r]=255&t,r+1},a.prototype.writeUInt16LE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,2,65535,0),a.TYPED_ARRAY_SUPPORT?(this[r]=255&t,this[r+1]=t>>>8):I(this,t,r,!0),r+2},a.prototype.writeUInt16BE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,2,65535,0),a.TYPED_ARRAY_SUPPORT?(this[r]=t>>>8,this[r+1]=255&t):I(this,t,r,!1),r+2},a.prototype.writeUInt32LE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,4,4294967295,0),a.TYPED_ARRAY_SUPPORT?(this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=255&t):k(this,t,r,!0),r+4},a.prototype.writeUInt32BE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,4,4294967295,0),a.TYPED_ARRAY_SUPPORT?(this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=255&t):k(this,t,r,!1),r+4},a.prototype.writeIntLE=function(t,r,e,n){if(t=+t,r|=0,!n){var o=Math.pow(2,8*e-1);C(this,t,r,e,o-1,-o)}var i=0,u=1,f=0;for(this[r]=255&t;++i<e&&(u*=256);)t<0&&0===f&&0!==this[r+i-1]&&(f=1),this[r+i]=(t/u>>0)-f&255;return r+e},a.prototype.writeIntBE=function(t,r,e,n){if(t=+t,r|=0,!n){var o=Math.pow(2,8*e-1);C(this,t,r,e,o-1,-o)}var i=e-1,u=1,f=0;for(this[r+i]=255&t;--i>=0&&(u*=256);)t<0&&0===f&&0!==this[r+i+1]&&(f=1),this[r+i]=(t/u>>0)-f&255;return r+e},a.prototype.writeInt8=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,1,127,-128),a.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[r]=255&t,r+1},a.prototype.writeInt16LE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,2,32767,-32768),a.TYPED_ARRAY_SUPPORT?(this[r]=255&t,this[r+1]=t>>>8):I(this,t,r,!0),r+2},a.prototype.writeInt16BE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,2,32767,-32768),a.TYPED_ARRAY_SUPPORT?(this[r]=t>>>8,this[r+1]=255&t):I(this,t,r,!1),r+2},a.prototype.writeInt32LE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,4,2147483647,-2147483648),a.TYPED_ARRAY_SUPPORT?(this[r]=255&t,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24):k(this,t,r,!0),r+4},a.prototype.writeInt32BE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),a.TYPED_ARRAY_SUPPORT?(this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=255&t):k(this,t,r,!1),r+4},a.prototype.writeFloatLE=function(t,r,e){return M(this,t,r,!0,e)},a.prototype.writeFloatBE=function(t,r,e){return M(this,t,r,!1,e)},a.prototype.writeDoubleLE=function(t,r,e){return Y(this,t,r,!0,e)},a.prototype.writeDoubleBE=function(t,r,e){return Y(this,t,r,!1,e)},a.prototype.copy=function(t,r,e,n){if(e||(e=0),n||0===n||(n=this.length),r>=t.length&&(r=t.length),r||(r=0),n>0&&n<e&&(n=e),n===e)return 0;if(0===t.length||0===this.length)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(e<0||e>=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),t.length-r<n-e&&(n=t.length-r+e);var o,i=n-e;if(this===t&&e<r&&r<n)for(o=i-1;o>=0;--o)t[o+r]=this[o+e];else if(i<1e3||!a.TYPED_ARRAY_SUPPORT)for(o=0;o<i;++o)t[o+r]=this[o+e];else Uint8Array.prototype.set.call(t,this.subarray(e,e+i),r);return i},a.prototype.fill=function(t,r,e,n){if("string"==typeof t){if("string"==typeof r?(n=r,r=0,e=this.length):"string"==typeof e&&(n=e,e=this.length),1===t.length){var o=t.charCodeAt(0);o<256&&(t=o)}if(void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!a.isEncoding(n))throw new TypeError("Unknown encoding: "+n)}else"number"==typeof t&&(t&=255);if(r<0||this.length<r||this.length<e)throw new RangeError("Out of range index");if(e<=r)return this;var i;if(r>>>=0,e=void 0===e?this.length:e>>>0,t||(t=0),"number"==typeof t)for(i=r;i<e;++i)this[i]=t;else{var u=a.isBuffer(t)?t:N(new a(t,n).toString()),f=u.length;for(i=0;i<e-r;++i)this[i+r]=u[i%f]}return this};var L=/[^+\/0-9A-Za-z-_]/g;function D(t){return t<16?"0"+t.toString(16):t.toString(16)}function N(t,r){var e;r=r||1/0;for(var n=t.length,o=null,i=[],u=0;u<n;++u){if((e=t.charCodeAt(u))>55295&&e<57344){if(!o){if(e>56319){(r-=3)>-1&&i.push(239,191,189);continue}if(u+1===n){(r-=3)>-1&&i.push(239,191,189);continue}o=e;continue}if(e<56320){(r-=3)>-1&&i.push(239,191,189),o=e;continue}e=65536+(o-55296<<10|e-56320)}else o&&(r-=3)>-1&&i.push(239,191,189);if(o=null,e<128){if((r-=1)<0)break;i.push(e)}else if(e<2048){if((r-=2)<0)break;i.push(e>>6|192,63&e|128)}else if(e<65536){if((r-=3)<0)break;i.push(e>>12|224,e>>6&63|128,63&e|128)}else{if(!(e<1114112))throw new Error("Invalid code point");if((r-=4)<0)break;i.push(e>>18|240,e>>12&63|128,e>>6&63|128,63&e|128)}}return i}function z(t){return n.toByteArray(function(t){if((t=function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}(t).replace(L,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function H(t,r,e,n){for(var o=0;o<n&&!(o+e>=r.length||o>=t.length);++o)r[o+e]=t[o];return o}}).call(this,e(0))},function(t,r,e){"use strict";r.byteLength=function(t){var r=s(t),e=r[0],n=r[1];return 3*(e+n)/4-n},r.toByteArray=function(t){for(var r,e=s(t),n=e[0],u=e[1],f=new i(function(t,r,e){return 3*(r+e)/4-e}(0,n,u)),a=0,c=u>0?n-4:n,h=0;h<c;h+=4)r=o[t.charCodeAt(h)]<<18|o[t.charCodeAt(h+1)]<<12|o[t.charCodeAt(h+2)]<<6|o[t.charCodeAt(h+3)],f[a++]=r>>16&255,f[a++]=r>>8&255,f[a++]=255&r;2===u&&(r=o[t.charCodeAt(h)]<<2|o[t.charCodeAt(h+1)]>>4,f[a++]=255&r);1===u&&(r=o[t.charCodeAt(h)]<<10|o[t.charCodeAt(h+1)]<<4|o[t.charCodeAt(h+2)]>>2,f[a++]=r>>8&255,f[a++]=255&r);return f},r.fromByteArray=function(t){for(var r,e=t.length,o=e%3,i=[],u=0,f=e-o;u<f;u+=16383)i.push(c(t,u,u+16383>f?f:u+16383));1===o?(r=t[e-1],i.push(n[r>>2]+n[r<<4&63]+"==")):2===o&&(r=(t[e-2]<<8)+t[e-1],i.push(n[r>>10]+n[r>>4&63]+n[r<<2&63]+"="));return i.join("")};for(var n=[],o=[],i="undefined"!=typeof Uint8Array?Uint8Array:Array,u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",f=0,a=u.length;f<a;++f)n[f]=u[f],o[u.charCodeAt(f)]=f;function s(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");return-1===e&&(e=r),[e,e===r?0:4-e%4]}function c(t,r,e){for(var o,i,u=[],f=r;f<e;f+=3)o=(t[f]<<16&16711680)+(t[f+1]<<8&65280)+(255&t[f+2]),u.push(n[(i=o)>>18&63]+n[i>>12&63]+n[i>>6&63]+n[63&i]);return u.join("")}o["-".charCodeAt(0)]=62,o["_".charCodeAt(0)]=63},function(t,r){r.read=function(t,r,e,n,o){var i,u,f=8*o-n-1,a=(1<<f)-1,s=a>>1,c=-7,h=e?o-1:0,l=e?-1:1,p=t[r+h];for(h+=l,i=p&(1<<-c)-1,p>>=-c,c+=f;c>0;i=256*i+t[r+h],h+=l,c-=8);for(u=i&(1<<-c)-1,i>>=-c,c+=n;c>0;u=256*u+t[r+h],h+=l,c-=8);if(0===i)i=1-s;else{if(i===a)return u?NaN:1/0*(p?-1:1);u+=Math.pow(2,n),i-=s}return(p?-1:1)*u*Math.pow(2,i-n)},r.write=function(t,r,e,n,o,i){var u,f,a,s=8*i-o-1,c=(1<<s)-1,h=c>>1,l=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,p=n?0:i-1,d=n?1:-1,y=r<0||0===r&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(f=isNaN(r)?1:0,u=c):(u=Math.floor(Math.log(r)/Math.LN2),r*(a=Math.pow(2,-u))<1&&(u--,a*=2),(r+=u+h>=1?l/a:l*Math.pow(2,1-h))*a>=2&&(u++,a/=2),u+h>=c?(f=0,u=c):u+h>=1?(f=(r*a-1)*Math.pow(2,o),u+=h):(f=r*Math.pow(2,h-1)*Math.pow(2,o),u=0));o>=8;t[e+p]=255&f,p+=d,f/=256,o-=8);for(u=u<<o|f,s+=o;s>0;t[e+p]=255&u,p+=d,u/=256,s-=8);t[e+p-d]|=128*y}},function(t,r){var e={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==e.call(t)}},function(t,r,e){"use strict";e.r(r),e.d(r,"__extends",function(){return o}),e.d(r,"__assign",function(){return i}),e.d(r,"__rest",function(){return u}),e.d(r,"__decorate",function(){return f}),e.d(r,"__param",function(){return a}),e.d(r,"__metadata",function(){return s}),e.d(r,"__awaiter",function(){return c}),e.d(r,"__generator",function(){return h}),e.d(r,"__exportStar",function(){return l}),e.d(r,"__values",function(){return p}),e.d(r,"__read",function(){return d}),e.d(r,"__spread",function(){return y}),e.d(r,"__await",function(){return g}),e.d(r,"__asyncGenerator",function(){return v}),e.d(r,"__asyncDelegator",function(){return w}),e.d(r,"__asyncValues",function(){return b}),e.d(r,"__makeTemplateObject",function(){return m}),e.d(r,"__importStar",function(){return _}),e.d(r,"__importDefault",function(){return A});
var n=e(3),o=e(4),i=e(5);function u(){return a.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function f(t,r){if(u()<r)throw new RangeError("Invalid typed array length");return a.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(r)).__proto__=a.prototype:(null===t&&(t=new a(r)),t.length=r),t}function a(t,r,e){if(!(a.TYPED_ARRAY_SUPPORT||this instanceof a))return new a(t,r,e);if("number"==typeof t){if("string"==typeof r)throw new Error("If encoding is specified then the first argument must be a string");return h(this,t)}return s(this,t,r,e)}function s(t,r,e,n){if("number"==typeof r)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&r instanceof ArrayBuffer?function(t,r,e,n){if(r.byteLength,e<0||r.byteLength<e)throw new RangeError("'offset' is out of bounds");if(r.byteLength<e+(n||0))throw new RangeError("'length' is out of bounds");r=void 0===e&&void 0===n?new Uint8Array(r):void 0===n?new Uint8Array(r,e):new Uint8Array(r,e,n);a.TYPED_ARRAY_SUPPORT?(t=r).__proto__=a.prototype:t=l(t,r);return t}(t,r,e,n):"string"==typeof r?function(t,r,e){"string"==typeof e&&""!==e||(e="utf8");if(!a.isEncoding(e))throw new TypeError('"encoding" must be a valid string encoding');var n=0|d(r,e),o=(t=f(t,n)).write(r,e);o!==n&&(t=t.slice(0,o));return t}(t,r,e):function(t,r){if(a.isBuffer(r)){var e=0|p(r.length);return 0===(t=f(t,e)).length?t:(r.copy(t,0,0,e),t)}if(r){if("undefined"!=typeof ArrayBuffer&&r.buffer instanceof ArrayBuffer||"length"in r)return"number"!=typeof r.length||(n=r.length)!=n?f(t,0):l(t,r);if("Buffer"===r.type&&i(r.data))return l(t,r.data)}var n;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(t,r)}function c(t){if("number"!=typeof t)throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function h(t,r){if(c(r),t=f(t,r<0?0:0|p(r)),!a.TYPED_ARRAY_SUPPORT)for(var e=0;e<r;++e)t[e]=0;return t}function l(t,r){var e=r.length<0?0:0|p(r.length);t=f(t,e);for(var n=0;n<e;n+=1)t[n]=255&r[n];return t}function p(t){if(t>=u())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+u().toString(16)+" bytes");return 0|t}function d(t,r){if(a.isBuffer(t))return t.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;"string"!=typeof t&&(t=""+t);var e=t.length;if(0===e)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":case void 0:return N(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*e;case"hex":return e>>>1;case"base64":return z(t).length;default:if(n)return N(t).length;r=(""+r).toLowerCase(),n=!0}}function y(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}function g(t,r,e,n,o){if(0===t.length)return-1;if("string"==typeof e?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,isNaN(e)&&(e=o?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(o)return-1;e=t.length-1}else if(e<0){if(!o)return-1;e=0}if("string"==typeof r&&(r=a.from(r,n)),a.isBuffer(r))return 0===r.length?-1:v(t,r,e,n,o);if("number"==typeof r)return r&=255,a.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):v(t,[r],e,n,o);throw new TypeError("val must be string, number or Buffer")}function v(t,r,e,n,o){var i,u=1,f=t.length,a=r.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(t.length<2||r.length<2)return-1;u=2,f/=2,a/=2,e/=2}function s(t,r){return 1===u?t[r]:t.readUInt16BE(r*u)}if(o){var c=-1;for(i=e;i<f;i++)if(s(t,i)===s(r,-1===c?0:i-c)){if(-1===c&&(c=i),i-c+1===a)return c*u}else-1!==c&&(i-=i-c),c=-1}else for(e+a>f&&(e=f-a),i=e;i>=0;i--){for(var h=!0,l=0;l<a;l++)if(s(t,i+l)!==s(r,l)){h=!1;break}if(h)return i}return-1}function w(t,r,e,n){e=Number(e)||0;var o=t.length-e;n?(n=Number(n))>o&&(n=o):n=o;var i=r.length;if(i%2!=0)throw new TypeError("Invalid hex string");n>i/2&&(n=i/2);for(var u=0;u<n;++u){var f=parseInt(r.substr(2*u,2),16);if(isNaN(f))return u;t[e+u]=f}return u}function b(t,r,e,n){return H(N(r,t.length-e),t,e,n)}function m(t,r,e,n){return H(function(t){for(var r=[],e=0;e<t.length;++e)r.push(255&t.charCodeAt(e));return r}(r),t,e,n)}function _(t,r,e,n){return m(t,r,e,n)}function A(t,r,e,n){return H(z(r),t,e,n)}function E(t,r,e,n){return H(function(t,r){for(var e,n,o,i=[],u=0;u<t.length&&!((r-=2)<0);++u)e=t.charCodeAt(u),n=e>>8,o=e%256,i.push(o),i.push(n);return i}(r,t.length-e),t,e,n)}function B(t,r,e){return 0===r&&e===t.length?n.fromByteArray(t):n.fromByteArray(t.slice(r,e))}function x(t,r,e){e=Math.min(t.length,e);for(var n=[],o=r;o<e;){var i,u,f,a,s=t[o],c=null,h=s>239?4:s>223?3:s>191?2:1;if(o+h<=e)switch(h){case 1:s<128&&(c=s);break;case 2:128==(192&(i=t[o+1]))&&(a=(31&s)<<6|63&i)>127&&(c=a);break;case 3:i=t[o+1],u=t[o+2],128==(192&i)&&128==(192&u)&&(a=(15&s)<<12|(63&i)<<6|63&u)>2047&&(a<55296||a>57343)&&(c=a);break;case 4:i=t[o+1],u=t[o+2],f=t[o+3],128==(192&i)&&128==(192&u)&&128==(192&f)&&(a=(15&s)<<18|(63&i)<<12|(63&u)<<6|63&f)>65535&&a<1114112&&(c=a)}null===c?(c=65533,h=1):c>65535&&(c-=65536,n.push(c>>>10&1023|55296),c=56320|1023&c),n.push(c),o+=h}return function(t){var r=t.length;if(r<=S)return String.fromCharCode.apply(String,t);var e="",n=0;for(;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=S));return e}(n)}r.Buffer=a,r.SlowBuffer=function(t){+t!=t&&(t=0);return a.alloc(+t)},r.INSPECT_MAX_BYTES=50,a.TYPED_ARRAY_SUPPORT=void 0!==t.TYPED_ARRAY_SUPPORT?t.TYPED_ARRAY_SUPPORT:function(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===t.foo()&&"function"==typeof t.subarray&&0===t.subarray(1,1).byteLength}catch(t){return!1}}(),r.kMaxLength=u(),a.poolSize=8192,a._augment=function(t){return t.__proto__=a.prototype,t},a.from=function(t,r,e){return s(null,t,r,e)},a.TYPED_ARRAY_SUPPORT&&(a.prototype.__proto__=Uint8Array.prototype,a.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&a[Symbol.species]===a&&Object.defineProperty(a,Symbol.species,{value:null,configurable:!0})),a.alloc=function(t,r,e){return function(t,r,e,n){return c(r),r<=0?f(t,r):void 0!==e?"string"==typeof n?f(t,r).fill(e,n):f(t,r).fill(e):f(t,r)}(null,t,r,e)},a.allocUnsafe=function(t){return h(null,t)},a.allocUnsafeSlow=function(t){return h(null,t)},a.isBuffer=function(t){return!(null==t||!t._isBuffer)},a.compare=function(t,r){if(!a.isBuffer(t)||!a.isBuffer(r))throw new TypeError("Arguments must be Buffers");if(t===r)return 0;for(var e=t.length,n=r.length,o=0,i=Math.min(e,n);o<i;++o)if(t[o]!==r[o]){e=t[o],n=r[o];break}return e<n?-1:n<e?1:0},a.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},a.concat=function(t,r){if(!i(t))throw new TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return a.alloc(0);var e;if(void 0===r)for(r=0,e=0;e<t.length;++e)r+=t[e].length;var n=a.allocUnsafe(r),o=0;for(e=0;e<t.length;++e){var u=t[e];if(!a.isBuffer(u))throw new TypeError('"list" argument must be an Array of Buffers');u.copy(n,o),o+=u.length}return n},a.byteLength=d,a.prototype._isBuffer=!0,a.prototype.swap16=function(){var t=this.length;if(t%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)y(this,r,r+1);return this},a.prototype.swap32=function(){var t=this.length;if(t%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)y(this,r,r+3),y(this,r+1,r+2);return this},a.prototype.swap64=function(){var t=this.length;if(t%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)y(this,r,r+7),y(this,r+1,r+6),y(this,r+2,r+5),y(this,r+3,r+4);return this},a.prototype.toString=function(){var t=0|this.length;return 0===t?"":0===arguments.length?x(this,0,t):function(t,r,e){var n=!1;if((void 0===r||r<0)&&(r=0),r>this.length)return"";if((void 0===e||e>this.length)&&(e=this.length),e<=0)return"";if((e>>>=0)<=(r>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return P(this,r,e);case"utf8":case"utf-8":return x(this,r,e);case"ascii":return T(this,r,e);case"latin1":case"binary":return R(this,r,e);case"base64":return B(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return O(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}.apply(this,arguments)},a.prototype.equals=function(t){if(!a.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t||0===a.compare(this,t)},a.prototype.inspect=function(){var t="",e=r.INSPECT_MAX_BYTES;return this.length>0&&(t=this.toString("hex",0,e).match(/.{2}/g).join(" "),this.length>e&&(t+=" ... ")),"<Buffer "+t+">"},a.prototype.compare=function(t,r,e,n,o){if(!a.isBuffer(t))throw new TypeError("Argument must be a Buffer");if(void 0===r&&(r=0),void 0===e&&(e=t?t.length:0),void 0===n&&(n=0),void 0===o&&(o=this.length),r<0||e>t.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&r>=e)return 0;if(n>=o)return-1;if(r>=e)return 1;if(this===t)return 0;for(var i=(o>>>=0)-(n>>>=0),u=(e>>>=0)-(r>>>=0),f=Math.min(i,u),s=this.slice(n,o),c=t.slice(r,e),h=0;h<f;++h)if(s[h]!==c[h]){i=s[h],u=c[h];break}return i<u?-1:u<i?1:0},a.prototype.includes=function(t,r,e){return-1!==this.indexOf(t,r,e)},a.prototype.indexOf=function(t,r,e){return g(this,t,r,e,!0)},a.prototype.lastIndexOf=function(t,r,e){return g(this,t,r,e,!1)},a.prototype.write=function(t,r,e,n){if(void 0===r)n="utf8",e=this.length,r=0;else if(void 0===e&&"string"==typeof r)n=r,e=this.length,r=0;else{if(!isFinite(r))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");r|=0,isFinite(e)?(e|=0,void 0===n&&(n="utf8")):(n=e,e=void 0)}var o=this.length-r;if((void 0===e||e>o)&&(e=o),t.length>0&&(e<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var i=!1;;)switch(n){case"hex":return w(this,t,r,e);case"utf8":case"utf-8":return b(this,t,r,e);case"ascii":return m(this,t,r,e);case"latin1":case"binary":return _(this,t,r,e);case"base64":return A(this,t,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return E(this,t,r,e);default:if(i)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),i=!0}},a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var S=4096;function T(t,r,e){var n="";e=Math.min(t.length,e);for(var o=r;o<e;++o)n+=String.fromCharCode(127&t[o]);return n}function R(t,r,e){var n="";e=Math.min(t.length,e);for(var o=r;o<e;++o)n+=String.fromCharCode(t[o]);return n}function P(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var o="",i=r;i<e;++i)o+=D(t[i]);return o}function O(t,r,e){for(var n=t.slice(r,e),o="",i=0;i<n.length;i+=2)o+=String.fromCharCode(n[i]+256*n[i+1]);return o}function U(t,r,e){if(t%1!=0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}function C(t,r,e,n,o,i){if(!a.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>o||r<i)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}function I(t,r,e,n){r<0&&(r=65535+r+1);for(var o=0,i=Math.min(t.length-e,2);o<i;++o)t[e+o]=(r&255<<8*(n?o:1-o))>>>8*(n?o:1-o)}function k(t,r,e,n){r<0&&(r=4294967295+r+1);for(var o=0,i=Math.min(t.length-e,4);o<i;++o)t[e+o]=r>>>8*(n?o:3-o)&255}function j(t,r,e,n,o,i){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function M(t,r,e,n,i){return i||j(t,0,e,4),o.write(t,r,e,n,23,4),e+4}function Y(t,r,e,n,i){return i||j(t,0,e,8),o.write(t,r,e,n,52,8),e+8}a.prototype.slice=function(t,r){var e,n=this.length;if((t=~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),(r=void 0===r?n:~~r)<0?(r+=n)<0&&(r=0):r>n&&(r=n),r<t&&(r=t),a.TYPED_ARRAY_SUPPORT)(e=this.subarray(t,r)).__proto__=a.prototype;else{var o=r-t;e=new a(o,void 0);for(var i=0;i<o;++i)e[i]=this[i+t]}return e},a.prototype.readUIntLE=function(t,r,e){t|=0,r|=0,e||U(t,r,this.length);for(var n=this[t],o=1,i=0;++i<r&&(o*=256);)n+=this[t+i]*o;return n},a.prototype.readUIntBE=function(t,r,e){t|=0,r|=0,e||U(t,r,this.length);for(var n=this[t+--r],o=1;r>0&&(o*=256);)n+=this[t+--r]*o;return n},a.prototype.readUInt8=function(t,r){return r||U(t,1,this.length),this[t]},a.prototype.readUInt16LE=function(t,r){return r||U(t,2,this.length),this[t]|this[t+1]<<8},a.prototype.readUInt16BE=function(t,r){return r||U(t,2,this.length),this[t]<<8|this[t+1]},a.prototype.readUInt32LE=function(t,r){return r||U(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},a.prototype.readUInt32BE=function(t,r){return r||U(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},a.prototype.readIntLE=function(t,r,e){t|=0,r|=0,e||U(t,r,this.length);for(var n=this[t],o=1,i=0;++i<r&&(o*=256);)n+=this[t+i]*o;return n>=(o*=128)&&(n-=Math.pow(2,8*r)),n},a.prototype.readIntBE=function(t,r,e){t|=0,r|=0,e||U(t,r,this.length);for(var n=r,o=1,i=this[t+--n];n>0&&(o*=256);)i+=this[t+--n]*o;return i>=(o*=128)&&(i-=Math.pow(2,8*r)),i},a.prototype.readInt8=function(t,r){return r||U(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},a.prototype.readInt16LE=function(t,r){r||U(t,2,this.length);var e=this[t]|this[t+1]<<8;return 32768&e?4294901760|e:e},a.prototype.readInt16BE=function(t,r){r||U(t,2,this.length);var e=this[t+1]|this[t]<<8;return 32768&e?4294901760|e:e},a.prototype.readInt32LE=function(t,r){return r||U(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},a.prototype.readInt32BE=function(t,r){return r||U(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},a.prototype.readFloatLE=function(t,r){return r||U(t,4,this.length),o.read(this,t,!0,23,4)},a.prototype.readFloatBE=function(t,r){return r||U(t,4,this.length),o.read(this,t,!1,23,4)},a.prototype.readDoubleLE=function(t,r){return r||U(t,8,this.length),o.read(this,t,!0,52,8)},a.prototype.readDoubleBE=function(t,r){return r||U(t,8,this.length),o.read(this,t,!1,52,8)},a.prototype.writeUIntLE=function(t,r,e,n){(t=+t,r|=0,e|=0,n)||C(this,t,r,e,Math.pow(2,8*e)-1,0);var o=1,i=0;for(this[r]=255&t;++i<e&&(o*=256);)this[r+i]=t/o&255;return r+e},a.prototype.writeUIntBE=function(t,r,e,n){(t=+t,r|=0,e|=0,n)||C(this,t,r,e,Math.pow(2,8*e)-1,0);var o=e-1,i=1;for(this[r+o]=255&t;--o>=0&&(i*=256);)this[r+o]=t/i&255;return r+e},a.prototype.writeUInt8=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,1,255,0),a.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[r]=255&t,r+1},a.prototype.writeUInt16LE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,2,65535,0),a.TYPED_ARRAY_SUPPORT?(this[r]=255&t,this[r+1]=t>>>8):I(this,t,r,!0),r+2},a.prototype.writeUInt16BE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,2,65535,0),a.TYPED_ARRAY_SUPPORT?(this[r]=t>>>8,this[r+1]=255&t):I(this,t,r,!1),r+2},a.prototype.writeUInt32LE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,4,4294967295,0),a.TYPED_ARRAY_SUPPORT?(this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=255&t):k(this,t,r,!0),r+4},a.prototype.writeUInt32BE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,4,4294967295,0),a.TYPED_ARRAY_SUPPORT?(this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=255&t):k(this,t,r,!1),r+4},a.prototype.writeIntLE=function(t,r,e,n){if(t=+t,r|=0,!n){var o=Math.pow(2,8*e-1);C(this,t,r,e,o-1,-o)}var i=0,u=1,f=0;for(this[r]=255&t;++i<e&&(u*=256);)t<0&&0===f&&0!==this[r+i-1]&&(f=1),this[r+i]=(t/u>>0)-f&255;return r+e},a.prototype.writeIntBE=function(t,r,e,n){if(t=+t,r|=0,!n){var o=Math.pow(2,8*e-1);C(this,t,r,e,o-1,-o)}var i=e-1,u=1,f=0;for(this[r+i]=255&t;--i>=0&&(u*=256);)t<0&&0===f&&0!==this[r+i+1]&&(f=1),this[r+i]=(t/u>>0)-f&255;return r+e},a.prototype.writeInt8=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,1,127,-128),a.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[r]=255&t,r+1},a.prototype.writeInt16LE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,2,32767,-32768),a.TYPED_ARRAY_SUPPORT?(this[r]=255&t,this[r+1]=t>>>8):I(this,t,r,!0),r+2},a.prototype.writeInt16BE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,2,32767,-32768),a.TYPED_ARRAY_SUPPORT?(this[r]=t>>>8,this[r+1]=255&t):I(this,t,r,!1),r+2},a.prototype.writeInt32LE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,4,2147483647,-2147483648),a.TYPED_ARRAY_SUPPORT?(this[r]=255&t,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24):k(this,t,r,!0),r+4},a.prototype.writeInt32BE=function(t,r,e){return t=+t,r|=0,e||C(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),a.TYPED_ARRAY_SUPPORT?(this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=255&t):k(this,t,r,!1),r+4},a.prototype.writeFloatLE=function(t,r,e){return M(this,t,r,!0,e)},a.prototype.writeFloatBE=function(t,r,e){return M(this,t,r,!1,e)},a.prototype.writeDoubleLE=function(t,r,e){return Y(this,t,r,!0,e)},a.prototype.writeDoubleBE=function(t,r,e){return Y(this,t,r,!1,e)},a.prototype.copy=function(t,r,e,n){if(e||(e=0),n||0===n||(n=this.length),r>=t.length&&(r=t.length),r||(r=0),n>0&&n<e&&(n=e),n===e)return 0;if(0===t.length||0===this.length)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(e<0||e>=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),t.length-r<n-e&&(n=t.length-r+e);var o,i=n-e;if(this===t&&e<r&&r<n)for(o=i-1;o>=0;--o)t[o+r]=this[o+e];else if(i<1e3||!a.TYPED_ARRAY_SUPPORT)for(o=0;o<i;++o)t[o+r]=this[o+e];else Uint8Array.prototype.set.call(t,this.subarray(e,e+i),r);return i},a.prototype.fill=function(t,r,e,n){if("string"==typeof t){if("string"==typeof r?(n=r,r=0,e=this.length):"string"==typeof e&&(n=e,e=this.length),1===t.length){var o=t.charCodeAt(0);o<256&&(t=o)}if(void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!a.isEncoding(n))throw new TypeError("Unknown encoding: "+n)}else"number"==typeof t&&(t&=255);if(r<0||this.length<r||this.length<e)throw new RangeError("Out of range index");if(e<=r)return this;var i;if(r>>>=0,e=void 0===e?this.length:e>>>0,t||(t=0),"number"==typeof t)for(i=r;i<e;++i)this[i]=t;else{var u=a.isBuffer(t)?t:N(new a(t,n).toString()),f=u.length;for(i=0;i<e-r;++i)this[i+r]=u[i%f]}return this};var L=/[^+\/0-9A-Za-z-_]/g;function D(t){return t<16?"0"+t.toString(16):t.toString(16)}function N(t,r){var e;r=r||1/0;for(var n=t.length,o=null,i=[],u=0;u<n;++u){if((e=t.charCodeAt(u))>55295&&e<57344){if(!o){if(e>56319){(r-=3)>-1&&i.push(239,191,189);continue}if(u+1===n){(r-=3)>-1&&i.push(239,191,189);continue}o=e;continue}if(e<56320){(r-=3)>-1&&i.push(239,191,189),o=e;continue}e=65536+(o-55296<<10|e-56320)}else o&&(r-=3)>-1&&i.push(239,191,189);if(o=null,e<128){if((r-=1)<0)break;i.push(e)}else if(e<2048){if((r-=2)<0)break;i.push(e>>6|192,63&e|128)}else if(e<65536){if((r-=3)<0)break;i.push(e>>12|224,e>>6&63|128,63&e|128)}else{if(!(e<1114112))throw new Error("Invalid code point");if((r-=4)<0)break;i.push(e>>18|240,e>>12&63|128,e>>6&63|128,63&e|128)}}return i}function z(t){return n.toByteArray(function(t){if((t=function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}(t).replace(L,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function H(t,r,e,n){for(var o=0;o<n&&!(o+e>=r.length||o>=t.length);++o)r[o+e]=t[o];return o}}).call(this,e(0))},function(t,r,e){"use strict";r.byteLength=function(t){var r=s(t),e=r[0],n=r[1];return 3*(e+n)/4-n},r.toByteArray=function(t){for(var r,e=s(t),n=e[0],u=e[1],f=new i(function(t,r,e){return 3*(r+e)/4-e}(0,n,u)),a=0,c=u>0?n-4:n,h=0;h<c;h+=4)r=o[t.charCodeAt(h)]<<18|o[t.charCodeAt(h+1)]<<12|o[t.charCodeAt(h+2)]<<6|o[t.charCodeAt(h+3)],f[a++]=r>>16&255,f[a++]=r>>8&255,f[a++]=255&r;2===u&&(r=o[t.charCodeAt(h)]<<2|o[t.charCodeAt(h+1)]>>4,f[a++]=255&r);1===u&&(r=o[t.charCodeAt(h)]<<10|o[t.charCodeAt(h+1)]<<4|o[t.charCodeAt(h+2)]>>2,f[a++]=r>>8&255,f[a++]=255&r);return f},r.fromByteArray=function(t){for(var r,e=t.length,o=e%3,i=[],u=0,f=e-o;u<f;u+=16383)i.push(c(t,u,u+16383>f?f:u+16383));1===o?(r=t[e-1],i.push(n[r>>2]+n[r<<4&63]+"==")):2===o&&(r=(t[e-2]<<8)+t[e-1],i.push(n[r>>10]+n[r>>4&63]+n[r<<2&63]+"="));return i.join("")};for(var n=[],o=[],i="undefined"!=typeof Uint8Array?Uint8Array:Array,u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",f=0,a=u.length;f<a;++f)n[f]=u[f],o[u.charCodeAt(f)]=f;function s(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");return-1===e&&(e=r),[e,e===r?0:4-e%4]}function c(t,r,e){for(var o,i,u=[],f=r;f<e;f+=3)o=(t[f]<<16&16711680)+(t[f+1]<<8&65280)+(255&t[f+2]),u.push(n[(i=o)>>18&63]+n[i>>12&63]+n[i>>6&63]+n[63&i]);return u.join("")}o["-".charCodeAt(0)]=62,o["_".charCodeAt(0)]=63},function(t,r){r.read=function(t,r,e,n,o){var i,u,f=8*o-n-1,a=(1<<f)-1,s=a>>1,c=-7,h=e?o-1:0,l=e?-1:1,p=t[r+h];for(h+=l,i=p&(1<<-c)-1,p>>=-c,c+=f;c>0;i=256*i+t[r+h],h+=l,c-=8);for(u=i&(1<<-c)-1,i>>=-c,c+=n;c>0;u=256*u+t[r+h],h+=l,c-=8);if(0===i)i=1-s;else{if(i===a)return u?NaN:1/0*(p?-1:1);u+=Math.pow(2,n),i-=s}return(p?-1:1)*u*Math.pow(2,i-n)},r.write=function(t,r,e,n,o,i){var u,f,a,s=8*i-o-1,c=(1<<s)-1,h=c>>1,l=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,p=n?0:i-1,d=n?1:-1,y=r<0||0===r&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(f=isNaN(r)?1:0,u=c):(u=Math.floor(Math.log(r)/Math.LN2),r*(a=Math.pow(2,-u))<1&&(u--,a*=2),(r+=u+h>=1?l/a:l*Math.pow(2,1-h))*a>=2&&(u++,a/=2),u+h>=c?(f=0,u=c):u+h>=1?(f=(r*a-1)*Math.pow(2,o),u+=h):(f=r*Math.pow(2,h-1)*Math.pow(2,o),u=0));o>=8;t[e+p]=255&f,p+=d,f/=256,o-=8);for(u=u<<o|f,s+=o;s>0;t[e+p]=255&u,p+=d,u/=256,s-=8);t[e+p-d]|=128*y}},function(t,r){var e={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==e.call(t)}},function(t,r,e){"use strict";e.r(r),e.d(r,"__extends",function(){return o}),e.d(r,"__assign",function(){return i}),e.d(r,"__rest",function(){return u}),e.d(r,"__decorate",function(){return f}),e.d(r,"__param",function(){return a}),e.d(r,"__metadata",function(){return s}),e.d(r,"__awaiter",function(){return c}),e.d(r,"__generator",function(){return h}),e.d(r,"__exportStar",function(){return l}),e.d(r,"__values",function(){return p}),e.d(r,"__read",function(){return d}),e.d(r,"__spread",function(){return y}),e.d(r,"__await",function(){return g}),e.d(r,"__asyncGenerator",function(){return v}),e.d(r,"__asyncDelegator",function(){return w}),e.d(r,"__asyncValues",function(){return b}),e.d(r,"__makeTemplateObject",function(){return m}),e.d(r,"__importStar",function(){return _}),e.d(r,"__importDefault",function(){return A});
/*! *****************************************************************************

@@ -41,3 +41,3 @@ Copyright (c) Microsoft Corporation. All rights reserved.

*/
!function(){"use strict";var u="input is invalid type",f="object"==typeof window,a=f?window:{};a.JS_SHA3_NO_WINDOW&&(f=!1);var s=!f&&"object"==typeof self;!a.JS_SHA3_NO_NODE_JS&&"object"==typeof n&&n.versions&&n.versions.node?a=o:s&&(a=self);var c=!a.JS_SHA3_NO_COMMON_JS&&"object"==typeof t&&t.exports,h=e(10),l=!a.JS_SHA3_NO_ARRAY_BUFFER&&"undefined"!=typeof ArrayBuffer,p="0123456789abcdef".split(""),d=[4,1024,262144,67108864],y=[0,8,16,24],g=[1,0,32898,0,32906,2147483648,2147516416,2147483648,32907,0,2147483649,0,2147516545,2147483648,32777,2147483648,138,0,136,0,2147516425,0,2147483658,0,2147516555,0,139,2147483648,32905,2147483648,32771,2147483648,32770,2147483648,128,2147483648,32778,0,2147483658,2147483648,2147516545,2147483648,32896,2147483648,2147483649,0,2147516424,2147483648],v=[224,256,384,512],w=[128,256],b=["hex","buffer","arrayBuffer","array","digest"],m={128:168,256:136};!a.JS_SHA3_NO_NODE_JS&&Array.isArray||(Array.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)}),!l||!a.JS_SHA3_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(t){return"object"==typeof t&&t.buffer&&t.buffer.constructor===ArrayBuffer});for(var _=function(t,r,e){return function(n){return new M(t,r,t).update(n)[e]()}},A=function(t,r,e){return function(n,o){return new M(t,r,o).update(n)[e]()}},E=function(t,r,e){return function(r,n,o,i){return x["cshake"+t].update(r,n,o,i)[e]()}},B=function(t,r,e){return function(r,n,o,i){return x["kmac"+t].update(r,n,o,i)[e]()}},T=function(t,r,e,n){for(var o=0;o<b.length;++o){var i=b[o];t[i]=r(e,n,i)}return t},R=function(t,r){var e=_(t,r,"hex");return e.create=function(){return new M(t,r,t)},e.update=function(t){return e.create().update(t)},T(e,_,t,r)},S=[{name:"keccak",padding:[1,256,65536,16777216],bits:v,createMethod:R},{name:"sha3",padding:[6,1536,393216,100663296],bits:v,createMethod:R},{name:"shake",padding:[31,7936,2031616,520093696],bits:w,createMethod:function(t,r){var e=A(t,r,"hex");return e.create=function(e){return new M(t,r,e)},e.update=function(t,r){return e.create(r).update(t)},T(e,A,t,r)}},{name:"cshake",padding:d,bits:w,createMethod:function(t,r){var e=m[t],n=E(t,0,"hex");return n.create=function(n,o,i){return o||i?new M(t,r,n).bytepad([o,i],e):x["shake"+t].create(n)},n.update=function(t,r,e,o){return n.create(r,e,o).update(t)},T(n,E,t,r)}},{name:"kmac",padding:d,bits:w,createMethod:function(t,r){var e=m[t],n=B(t,0,"hex");return n.create=function(n,o,i){return new Y(t,r,o).bytepad(["KMAC",i],e).bytepad([n],e)},n.update=function(t,r,e,o){return n.create(t,e,o).update(r)},T(n,B,t,r)}}],x={},P=[],O=0;O<S.length;++O)for(var U=S[O],C=U.bits,I=0;I<C.length;++I){var k=U.name+"_"+C[I];if(P.push(k),x[k]=U.createMethod(C[I],U.padding),"sha3"!==U.name){var j=U.name+C[I];P.push(j),x[j]=x[k]}}function M(t,r,e){this.blocks=[],this.s=[],this.padding=r,this.outputBits=e,this.reset=!0,this.finalized=!1,this.block=0,this.start=0,this.blockCount=1600-(t<<1)>>5,this.byteCount=this.blockCount<<2,this.outputBlocks=e>>5,this.extraBytes=(31&e)>>3;for(var n=0;n<50;++n)this.s[n]=0}function Y(t,r,e){M.call(this,t,r,e)}M.prototype.update=function(t){if(this.finalized)throw new Error("finalize already called");var r,e=typeof t;if("string"!==e){if("object"!==e)throw new Error(u);if(null===t)throw new Error(u);if(l&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!(Array.isArray(t)||l&&ArrayBuffer.isView(t)))throw new Error(u);r=!0}for(var n,o,i=this.blocks,f=this.byteCount,a=t.length,s=this.blockCount,c=0,h=this.s;c<a;){if(this.reset)for(this.reset=!1,i[0]=this.block,n=1;n<s+1;++n)i[n]=0;if(r)for(n=this.start;c<a&&n<f;++c)i[n>>2]|=t[c]<<y[3&n++];else for(n=this.start;c<a&&n<f;++c)(o=t.charCodeAt(c))<128?i[n>>2]|=o<<y[3&n++]:o<2048?(i[n>>2]|=(192|o>>6)<<y[3&n++],i[n>>2]|=(128|63&o)<<y[3&n++]):o<55296||o>=57344?(i[n>>2]|=(224|o>>12)<<y[3&n++],i[n>>2]|=(128|o>>6&63)<<y[3&n++],i[n>>2]|=(128|63&o)<<y[3&n++]):(o=65536+((1023&o)<<10|1023&t.charCodeAt(++c)),i[n>>2]|=(240|o>>18)<<y[3&n++],i[n>>2]|=(128|o>>12&63)<<y[3&n++],i[n>>2]|=(128|o>>6&63)<<y[3&n++],i[n>>2]|=(128|63&o)<<y[3&n++]);if(this.lastByteIndex=n,n>=f){for(this.start=n-f,this.block=i[s],n=0;n<s;++n)h[n]^=i[n];L(h),this.reset=!0}else this.start=n}return this},M.prototype.encode=function(t,r){var e=255&t,n=1,o=[e];for(e=255&(t>>=8);e>0;)o.unshift(e),e=255&(t>>=8),++n;return r?o.push(n):o.unshift(n),this.update(o),o.length},M.prototype.encodeString=function(t){var r,e=typeof t;if("string"!==e){if("object"!==e)throw new Error(u);if(null===t)throw new Error(u);if(l&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!(Array.isArray(t)||l&&ArrayBuffer.isView(t)))throw new Error(u);r=!0}var n=0,o=t.length;if(r)n=o;else for(var i=0;i<t.length;++i){var f=t.charCodeAt(i);f<128?n+=1:f<2048?n+=2:f<55296||f>=57344?n+=3:(f=65536+((1023&f)<<10|1023&t.charCodeAt(++i)),n+=4)}return n+=this.encode(8*n),this.update(t),n},M.prototype.bytepad=function(t,r){for(var e=this.encode(r),n=0;n<t.length;++n)e+=this.encodeString(t[n]);var o=r-e%r,i=[];return i.length=o,this.update(i),this},M.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,r=this.lastByteIndex,e=this.blockCount,n=this.s;if(t[r>>2]|=this.padding[3&r],this.lastByteIndex===this.byteCount)for(t[0]=t[e],r=1;r<e+1;++r)t[r]=0;for(t[e-1]|=2147483648,r=0;r<e;++r)n[r]^=t[r];L(n)}},M.prototype.toString=M.prototype.hex=function(){this.finalize();for(var t,r=this.blockCount,e=this.s,n=this.outputBlocks,o=this.extraBytes,i=0,u=0,f="";u<n;){for(i=0;i<r&&u<n;++i,++u)t=e[i],f+=p[t>>4&15]+p[15&t]+p[t>>12&15]+p[t>>8&15]+p[t>>20&15]+p[t>>16&15]+p[t>>28&15]+p[t>>24&15];u%r==0&&(L(e),i=0)}return o&&(t=e[i],f+=p[t>>4&15]+p[15&t],o>1&&(f+=p[t>>12&15]+p[t>>8&15]),o>2&&(f+=p[t>>20&15]+p[t>>16&15])),f},M.prototype.arrayBuffer=function(){this.finalize();var t,r=this.blockCount,e=this.s,n=this.outputBlocks,o=this.extraBytes,i=0,u=0,f=this.outputBits>>3;t=o?new ArrayBuffer(n+1<<2):new ArrayBuffer(f);for(var a=new Uint32Array(t);u<n;){for(i=0;i<r&&u<n;++i,++u)a[u]=e[i];u%r==0&&L(e)}return o&&(a[i]=e[i],t=t.slice(0,f)),t},M.prototype.buffer=M.prototype.arrayBuffer,M.prototype.digest=M.prototype.array=function(){this.finalize();for(var t,r,e=this.blockCount,n=this.s,o=this.outputBlocks,i=this.extraBytes,u=0,f=0,a=[];f<o;){for(u=0;u<e&&f<o;++u,++f)t=f<<2,r=n[u],a[t]=255&r,a[t+1]=r>>8&255,a[t+2]=r>>16&255,a[t+3]=r>>24&255;f%e==0&&L(n)}return i&&(t=f<<2,r=n[u],a[t]=255&r,i>1&&(a[t+1]=r>>8&255),i>2&&(a[t+2]=r>>16&255)),a},Y.prototype=new M,Y.prototype.finalize=function(){return this.encode(this.outputBits,!0),M.prototype.finalize.call(this)};var L=function(t){var r,e,n,o,i,u,f,a,s,c,h,l,p,d,y,v,w,b,m,_,A,E,B,T,R,S,x,P,O,U,C,I,k,j,M,Y,L,D,N,z,H,F,J,V,W,$,q,G,X,K,Z,Q,tt,rt,et,nt,ot,it,ut,ft,at,st,ct;for(n=0;n<48;n+=2)o=t[0]^t[10]^t[20]^t[30]^t[40],i=t[1]^t[11]^t[21]^t[31]^t[41],u=t[2]^t[12]^t[22]^t[32]^t[42],f=t[3]^t[13]^t[23]^t[33]^t[43],a=t[4]^t[14]^t[24]^t[34]^t[44],s=t[5]^t[15]^t[25]^t[35]^t[45],c=t[6]^t[16]^t[26]^t[36]^t[46],h=t[7]^t[17]^t[27]^t[37]^t[47],r=(l=t[8]^t[18]^t[28]^t[38]^t[48])^(u<<1|f>>>31),e=(p=t[9]^t[19]^t[29]^t[39]^t[49])^(f<<1|u>>>31),t[0]^=r,t[1]^=e,t[10]^=r,t[11]^=e,t[20]^=r,t[21]^=e,t[30]^=r,t[31]^=e,t[40]^=r,t[41]^=e,r=o^(a<<1|s>>>31),e=i^(s<<1|a>>>31),t[2]^=r,t[3]^=e,t[12]^=r,t[13]^=e,t[22]^=r,t[23]^=e,t[32]^=r,t[33]^=e,t[42]^=r,t[43]^=e,r=u^(c<<1|h>>>31),e=f^(h<<1|c>>>31),t[4]^=r,t[5]^=e,t[14]^=r,t[15]^=e,t[24]^=r,t[25]^=e,t[34]^=r,t[35]^=e,t[44]^=r,t[45]^=e,r=a^(l<<1|p>>>31),e=s^(p<<1|l>>>31),t[6]^=r,t[7]^=e,t[16]^=r,t[17]^=e,t[26]^=r,t[27]^=e,t[36]^=r,t[37]^=e,t[46]^=r,t[47]^=e,r=c^(o<<1|i>>>31),e=h^(i<<1|o>>>31),t[8]^=r,t[9]^=e,t[18]^=r,t[19]^=e,t[28]^=r,t[29]^=e,t[38]^=r,t[39]^=e,t[48]^=r,t[49]^=e,d=t[0],y=t[1],$=t[11]<<4|t[10]>>>28,q=t[10]<<4|t[11]>>>28,P=t[20]<<3|t[21]>>>29,O=t[21]<<3|t[20]>>>29,ft=t[31]<<9|t[30]>>>23,at=t[30]<<9|t[31]>>>23,F=t[40]<<18|t[41]>>>14,J=t[41]<<18|t[40]>>>14,j=t[2]<<1|t[3]>>>31,M=t[3]<<1|t[2]>>>31,v=t[13]<<12|t[12]>>>20,w=t[12]<<12|t[13]>>>20,G=t[22]<<10|t[23]>>>22,X=t[23]<<10|t[22]>>>22,U=t[33]<<13|t[32]>>>19,C=t[32]<<13|t[33]>>>19,st=t[42]<<2|t[43]>>>30,ct=t[43]<<2|t[42]>>>30,rt=t[5]<<30|t[4]>>>2,et=t[4]<<30|t[5]>>>2,Y=t[14]<<6|t[15]>>>26,L=t[15]<<6|t[14]>>>26,b=t[25]<<11|t[24]>>>21,m=t[24]<<11|t[25]>>>21,K=t[34]<<15|t[35]>>>17,Z=t[35]<<15|t[34]>>>17,I=t[45]<<29|t[44]>>>3,k=t[44]<<29|t[45]>>>3,T=t[6]<<28|t[7]>>>4,R=t[7]<<28|t[6]>>>4,nt=t[17]<<23|t[16]>>>9,ot=t[16]<<23|t[17]>>>9,D=t[26]<<25|t[27]>>>7,N=t[27]<<25|t[26]>>>7,_=t[36]<<21|t[37]>>>11,A=t[37]<<21|t[36]>>>11,Q=t[47]<<24|t[46]>>>8,tt=t[46]<<24|t[47]>>>8,V=t[8]<<27|t[9]>>>5,W=t[9]<<27|t[8]>>>5,S=t[18]<<20|t[19]>>>12,x=t[19]<<20|t[18]>>>12,it=t[29]<<7|t[28]>>>25,ut=t[28]<<7|t[29]>>>25,z=t[38]<<8|t[39]>>>24,H=t[39]<<8|t[38]>>>24,E=t[48]<<14|t[49]>>>18,B=t[49]<<14|t[48]>>>18,t[0]=d^~v&b,t[1]=y^~w&m,t[10]=T^~S&P,t[11]=R^~x&O,t[20]=j^~Y&D,t[21]=M^~L&N,t[30]=V^~$&G,t[31]=W^~q&X,t[40]=rt^~nt&it,t[41]=et^~ot&ut,t[2]=v^~b&_,t[3]=w^~m&A,t[12]=S^~P&U,t[13]=x^~O&C,t[22]=Y^~D&z,t[23]=L^~N&H,t[32]=$^~G&K,t[33]=q^~X&Z,t[42]=nt^~it&ft,t[43]=ot^~ut&at,t[4]=b^~_&E,t[5]=m^~A&B,t[14]=P^~U&I,t[15]=O^~C&k,t[24]=D^~z&F,t[25]=N^~H&J,t[34]=G^~K&Q,t[35]=X^~Z&tt,t[44]=it^~ft&st,t[45]=ut^~at&ct,t[6]=_^~E&d,t[7]=A^~B&y,t[16]=U^~I&T,t[17]=C^~k&R,t[26]=z^~F&j,t[27]=H^~J&M,t[36]=K^~Q&V,t[37]=Z^~tt&W,t[46]=ft^~st&rt,t[47]=at^~ct&et,t[8]=E^~d&v,t[9]=B^~y&w,t[18]=I^~T&S,t[19]=k^~R&x,t[28]=F^~j&Y,t[29]=J^~M&L,t[38]=Q^~V&$,t[39]=tt^~W&q,t[48]=st^~rt&nt,t[49]=ct^~et&ot,t[0]^=g[n],t[1]^=g[n+1]};if(c)t.exports=x;else{for(O=0;O<P.length;++O)a[P[O]]=x[P[O]];h&&(void 0===(i=function(){return x}.call(r,e,r,t))||(t.exports=i))}}()}).call(this,e(9),e(0))},function(t,r){var e,n,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function u(){throw new Error("clearTimeout has not been defined")}function f(t){if(e===setTimeout)return setTimeout(t,0);if((e===i||!e)&&setTimeout)return e=setTimeout,setTimeout(t,0);try{return e(t,0)}catch(r){try{return e.call(null,t,0)}catch(r){return e.call(this,t,0)}}}!function(){try{e="function"==typeof setTimeout?setTimeout:i}catch(t){e=i}try{n="function"==typeof clearTimeout?clearTimeout:u}catch(t){n=u}}();var a,s=[],c=!1,h=-1;function l(){c&&a&&(c=!1,a.length?s=a.concat(s):h=-1,s.length&&p())}function p(){if(!c){var t=f(l);c=!0;for(var r=s.length;r;){for(a=s,s=[];++h<r;)a&&a[h].run();h=-1,r=s.length}a=null,c=!1,function(t){if(n===clearTimeout)return clearTimeout(t);if((n===u||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(t);try{n(t)}catch(r){try{return n.call(null,t)}catch(r){return n.call(this,t)}}}(t)}}function d(t,r){this.fun=t,this.array=r}function y(){}o.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];s.push(new d(t,r)),1!==s.length||c||f(p)},d.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=y,o.addListener=y,o.once=y,o.off=y,o.removeListener=y,o.removeAllListeners=y,o.emit=y,o.prependListener=y,o.prependOnceListener=y,o.listeners=function(t){return[]},o.binding=function(t){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(t){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},function(t,r){(function(r){t.exports=r}).call(this,{})}])});
!function(){"use strict";var u="input is invalid type",f="object"==typeof window,a=f?window:{};a.JS_SHA3_NO_WINDOW&&(f=!1);var s=!f&&"object"==typeof self;!a.JS_SHA3_NO_NODE_JS&&"object"==typeof n&&n.versions&&n.versions.node?a=o:s&&(a=self);var c=!a.JS_SHA3_NO_COMMON_JS&&"object"==typeof t&&t.exports,h=e(10),l=!a.JS_SHA3_NO_ARRAY_BUFFER&&"undefined"!=typeof ArrayBuffer,p="0123456789abcdef".split(""),d=[4,1024,262144,67108864],y=[0,8,16,24],g=[1,0,32898,0,32906,2147483648,2147516416,2147483648,32907,0,2147483649,0,2147516545,2147483648,32777,2147483648,138,0,136,0,2147516425,0,2147483658,0,2147516555,0,139,2147483648,32905,2147483648,32771,2147483648,32770,2147483648,128,2147483648,32778,0,2147483658,2147483648,2147516545,2147483648,32896,2147483648,2147483649,0,2147516424,2147483648],v=[224,256,384,512],w=[128,256],b=["hex","buffer","arrayBuffer","array","digest"],m={128:168,256:136};!a.JS_SHA3_NO_NODE_JS&&Array.isArray||(Array.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)}),!l||!a.JS_SHA3_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(t){return"object"==typeof t&&t.buffer&&t.buffer.constructor===ArrayBuffer});for(var _=function(t,r,e){return function(n){return new M(t,r,t).update(n)[e]()}},A=function(t,r,e){return function(n,o){return new M(t,r,o).update(n)[e]()}},E=function(t,r,e){return function(r,n,o,i){return R["cshake"+t].update(r,n,o,i)[e]()}},B=function(t,r,e){return function(r,n,o,i){return R["kmac"+t].update(r,n,o,i)[e]()}},x=function(t,r,e,n){for(var o=0;o<b.length;++o){var i=b[o];t[i]=r(e,n,i)}return t},S=function(t,r){var e=_(t,r,"hex");return e.create=function(){return new M(t,r,t)},e.update=function(t){return e.create().update(t)},x(e,_,t,r)},T=[{name:"keccak",padding:[1,256,65536,16777216],bits:v,createMethod:S},{name:"sha3",padding:[6,1536,393216,100663296],bits:v,createMethod:S},{name:"shake",padding:[31,7936,2031616,520093696],bits:w,createMethod:function(t,r){var e=A(t,r,"hex");return e.create=function(e){return new M(t,r,e)},e.update=function(t,r){return e.create(r).update(t)},x(e,A,t,r)}},{name:"cshake",padding:d,bits:w,createMethod:function(t,r){var e=m[t],n=E(t,0,"hex");return n.create=function(n,o,i){return o||i?new M(t,r,n).bytepad([o,i],e):R["shake"+t].create(n)},n.update=function(t,r,e,o){return n.create(r,e,o).update(t)},x(n,E,t,r)}},{name:"kmac",padding:d,bits:w,createMethod:function(t,r){var e=m[t],n=B(t,0,"hex");return n.create=function(n,o,i){return new Y(t,r,o).bytepad(["KMAC",i],e).bytepad([n],e)},n.update=function(t,r,e,o){return n.create(t,e,o).update(r)},x(n,B,t,r)}}],R={},P=[],O=0;O<T.length;++O)for(var U=T[O],C=U.bits,I=0;I<C.length;++I){var k=U.name+"_"+C[I];if(P.push(k),R[k]=U.createMethod(C[I],U.padding),"sha3"!==U.name){var j=U.name+C[I];P.push(j),R[j]=R[k]}}function M(t,r,e){this.blocks=[],this.s=[],this.padding=r,this.outputBits=e,this.reset=!0,this.finalized=!1,this.block=0,this.start=0,this.blockCount=1600-(t<<1)>>5,this.byteCount=this.blockCount<<2,this.outputBlocks=e>>5,this.extraBytes=(31&e)>>3;for(var n=0;n<50;++n)this.s[n]=0}function Y(t,r,e){M.call(this,t,r,e)}M.prototype.update=function(t){if(this.finalized)throw new Error("finalize already called");var r,e=typeof t;if("string"!==e){if("object"!==e)throw new Error(u);if(null===t)throw new Error(u);if(l&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!(Array.isArray(t)||l&&ArrayBuffer.isView(t)))throw new Error(u);r=!0}for(var n,o,i=this.blocks,f=this.byteCount,a=t.length,s=this.blockCount,c=0,h=this.s;c<a;){if(this.reset)for(this.reset=!1,i[0]=this.block,n=1;n<s+1;++n)i[n]=0;if(r)for(n=this.start;c<a&&n<f;++c)i[n>>2]|=t[c]<<y[3&n++];else for(n=this.start;c<a&&n<f;++c)(o=t.charCodeAt(c))<128?i[n>>2]|=o<<y[3&n++]:o<2048?(i[n>>2]|=(192|o>>6)<<y[3&n++],i[n>>2]|=(128|63&o)<<y[3&n++]):o<55296||o>=57344?(i[n>>2]|=(224|o>>12)<<y[3&n++],i[n>>2]|=(128|o>>6&63)<<y[3&n++],i[n>>2]|=(128|63&o)<<y[3&n++]):(o=65536+((1023&o)<<10|1023&t.charCodeAt(++c)),i[n>>2]|=(240|o>>18)<<y[3&n++],i[n>>2]|=(128|o>>12&63)<<y[3&n++],i[n>>2]|=(128|o>>6&63)<<y[3&n++],i[n>>2]|=(128|63&o)<<y[3&n++]);if(this.lastByteIndex=n,n>=f){for(this.start=n-f,this.block=i[s],n=0;n<s;++n)h[n]^=i[n];L(h),this.reset=!0}else this.start=n}return this},M.prototype.encode=function(t,r){var e=255&t,n=1,o=[e];for(e=255&(t>>=8);e>0;)o.unshift(e),e=255&(t>>=8),++n;return r?o.push(n):o.unshift(n),this.update(o),o.length},M.prototype.encodeString=function(t){var r,e=typeof t;if("string"!==e){if("object"!==e)throw new Error(u);if(null===t)throw new Error(u);if(l&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!(Array.isArray(t)||l&&ArrayBuffer.isView(t)))throw new Error(u);r=!0}var n=0,o=t.length;if(r)n=o;else for(var i=0;i<t.length;++i){var f=t.charCodeAt(i);f<128?n+=1:f<2048?n+=2:f<55296||f>=57344?n+=3:(f=65536+((1023&f)<<10|1023&t.charCodeAt(++i)),n+=4)}return n+=this.encode(8*n),this.update(t),n},M.prototype.bytepad=function(t,r){for(var e=this.encode(r),n=0;n<t.length;++n)e+=this.encodeString(t[n]);var o=r-e%r,i=[];return i.length=o,this.update(i),this},M.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,r=this.lastByteIndex,e=this.blockCount,n=this.s;if(t[r>>2]|=this.padding[3&r],this.lastByteIndex===this.byteCount)for(t[0]=t[e],r=1;r<e+1;++r)t[r]=0;for(t[e-1]|=2147483648,r=0;r<e;++r)n[r]^=t[r];L(n)}},M.prototype.toString=M.prototype.hex=function(){this.finalize();for(var t,r=this.blockCount,e=this.s,n=this.outputBlocks,o=this.extraBytes,i=0,u=0,f="";u<n;){for(i=0;i<r&&u<n;++i,++u)t=e[i],f+=p[t>>4&15]+p[15&t]+p[t>>12&15]+p[t>>8&15]+p[t>>20&15]+p[t>>16&15]+p[t>>28&15]+p[t>>24&15];u%r==0&&(L(e),i=0)}return o&&(t=e[i],f+=p[t>>4&15]+p[15&t],o>1&&(f+=p[t>>12&15]+p[t>>8&15]),o>2&&(f+=p[t>>20&15]+p[t>>16&15])),f},M.prototype.arrayBuffer=function(){this.finalize();var t,r=this.blockCount,e=this.s,n=this.outputBlocks,o=this.extraBytes,i=0,u=0,f=this.outputBits>>3;t=o?new ArrayBuffer(n+1<<2):new ArrayBuffer(f);for(var a=new Uint32Array(t);u<n;){for(i=0;i<r&&u<n;++i,++u)a[u]=e[i];u%r==0&&L(e)}return o&&(a[i]=e[i],t=t.slice(0,f)),t},M.prototype.buffer=M.prototype.arrayBuffer,M.prototype.digest=M.prototype.array=function(){this.finalize();for(var t,r,e=this.blockCount,n=this.s,o=this.outputBlocks,i=this.extraBytes,u=0,f=0,a=[];f<o;){for(u=0;u<e&&f<o;++u,++f)t=f<<2,r=n[u],a[t]=255&r,a[t+1]=r>>8&255,a[t+2]=r>>16&255,a[t+3]=r>>24&255;f%e==0&&L(n)}return i&&(t=f<<2,r=n[u],a[t]=255&r,i>1&&(a[t+1]=r>>8&255),i>2&&(a[t+2]=r>>16&255)),a},Y.prototype=new M,Y.prototype.finalize=function(){return this.encode(this.outputBits,!0),M.prototype.finalize.call(this)};var L=function(t){var r,e,n,o,i,u,f,a,s,c,h,l,p,d,y,v,w,b,m,_,A,E,B,x,S,T,R,P,O,U,C,I,k,j,M,Y,L,D,N,z,H,F,J,V,W,$,q,G,X,K,Z,Q,tt,rt,et,nt,ot,it,ut,ft,at,st,ct;for(n=0;n<48;n+=2)o=t[0]^t[10]^t[20]^t[30]^t[40],i=t[1]^t[11]^t[21]^t[31]^t[41],u=t[2]^t[12]^t[22]^t[32]^t[42],f=t[3]^t[13]^t[23]^t[33]^t[43],a=t[4]^t[14]^t[24]^t[34]^t[44],s=t[5]^t[15]^t[25]^t[35]^t[45],c=t[6]^t[16]^t[26]^t[36]^t[46],h=t[7]^t[17]^t[27]^t[37]^t[47],r=(l=t[8]^t[18]^t[28]^t[38]^t[48])^(u<<1|f>>>31),e=(p=t[9]^t[19]^t[29]^t[39]^t[49])^(f<<1|u>>>31),t[0]^=r,t[1]^=e,t[10]^=r,t[11]^=e,t[20]^=r,t[21]^=e,t[30]^=r,t[31]^=e,t[40]^=r,t[41]^=e,r=o^(a<<1|s>>>31),e=i^(s<<1|a>>>31),t[2]^=r,t[3]^=e,t[12]^=r,t[13]^=e,t[22]^=r,t[23]^=e,t[32]^=r,t[33]^=e,t[42]^=r,t[43]^=e,r=u^(c<<1|h>>>31),e=f^(h<<1|c>>>31),t[4]^=r,t[5]^=e,t[14]^=r,t[15]^=e,t[24]^=r,t[25]^=e,t[34]^=r,t[35]^=e,t[44]^=r,t[45]^=e,r=a^(l<<1|p>>>31),e=s^(p<<1|l>>>31),t[6]^=r,t[7]^=e,t[16]^=r,t[17]^=e,t[26]^=r,t[27]^=e,t[36]^=r,t[37]^=e,t[46]^=r,t[47]^=e,r=c^(o<<1|i>>>31),e=h^(i<<1|o>>>31),t[8]^=r,t[9]^=e,t[18]^=r,t[19]^=e,t[28]^=r,t[29]^=e,t[38]^=r,t[39]^=e,t[48]^=r,t[49]^=e,d=t[0],y=t[1],$=t[11]<<4|t[10]>>>28,q=t[10]<<4|t[11]>>>28,P=t[20]<<3|t[21]>>>29,O=t[21]<<3|t[20]>>>29,ft=t[31]<<9|t[30]>>>23,at=t[30]<<9|t[31]>>>23,F=t[40]<<18|t[41]>>>14,J=t[41]<<18|t[40]>>>14,j=t[2]<<1|t[3]>>>31,M=t[3]<<1|t[2]>>>31,v=t[13]<<12|t[12]>>>20,w=t[12]<<12|t[13]>>>20,G=t[22]<<10|t[23]>>>22,X=t[23]<<10|t[22]>>>22,U=t[33]<<13|t[32]>>>19,C=t[32]<<13|t[33]>>>19,st=t[42]<<2|t[43]>>>30,ct=t[43]<<2|t[42]>>>30,rt=t[5]<<30|t[4]>>>2,et=t[4]<<30|t[5]>>>2,Y=t[14]<<6|t[15]>>>26,L=t[15]<<6|t[14]>>>26,b=t[25]<<11|t[24]>>>21,m=t[24]<<11|t[25]>>>21,K=t[34]<<15|t[35]>>>17,Z=t[35]<<15|t[34]>>>17,I=t[45]<<29|t[44]>>>3,k=t[44]<<29|t[45]>>>3,x=t[6]<<28|t[7]>>>4,S=t[7]<<28|t[6]>>>4,nt=t[17]<<23|t[16]>>>9,ot=t[16]<<23|t[17]>>>9,D=t[26]<<25|t[27]>>>7,N=t[27]<<25|t[26]>>>7,_=t[36]<<21|t[37]>>>11,A=t[37]<<21|t[36]>>>11,Q=t[47]<<24|t[46]>>>8,tt=t[46]<<24|t[47]>>>8,V=t[8]<<27|t[9]>>>5,W=t[9]<<27|t[8]>>>5,T=t[18]<<20|t[19]>>>12,R=t[19]<<20|t[18]>>>12,it=t[29]<<7|t[28]>>>25,ut=t[28]<<7|t[29]>>>25,z=t[38]<<8|t[39]>>>24,H=t[39]<<8|t[38]>>>24,E=t[48]<<14|t[49]>>>18,B=t[49]<<14|t[48]>>>18,t[0]=d^~v&b,t[1]=y^~w&m,t[10]=x^~T&P,t[11]=S^~R&O,t[20]=j^~Y&D,t[21]=M^~L&N,t[30]=V^~$&G,t[31]=W^~q&X,t[40]=rt^~nt&it,t[41]=et^~ot&ut,t[2]=v^~b&_,t[3]=w^~m&A,t[12]=T^~P&U,t[13]=R^~O&C,t[22]=Y^~D&z,t[23]=L^~N&H,t[32]=$^~G&K,t[33]=q^~X&Z,t[42]=nt^~it&ft,t[43]=ot^~ut&at,t[4]=b^~_&E,t[5]=m^~A&B,t[14]=P^~U&I,t[15]=O^~C&k,t[24]=D^~z&F,t[25]=N^~H&J,t[34]=G^~K&Q,t[35]=X^~Z&tt,t[44]=it^~ft&st,t[45]=ut^~at&ct,t[6]=_^~E&d,t[7]=A^~B&y,t[16]=U^~I&x,t[17]=C^~k&S,t[26]=z^~F&j,t[27]=H^~J&M,t[36]=K^~Q&V,t[37]=Z^~tt&W,t[46]=ft^~st&rt,t[47]=at^~ct&et,t[8]=E^~d&v,t[9]=B^~y&w,t[18]=I^~x&T,t[19]=k^~S&R,t[28]=F^~j&Y,t[29]=J^~M&L,t[38]=Q^~V&$,t[39]=tt^~W&q,t[48]=st^~rt&nt,t[49]=ct^~et&ot,t[0]^=g[n],t[1]^=g[n+1]};if(c)t.exports=R;else{for(O=0;O<P.length;++O)a[P[O]]=R[P[O]];h&&(void 0===(i=function(){return R}.call(r,e,r,t))||(t.exports=i))}}()}).call(this,e(9),e(0))},function(t,r){var e,n,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function u(){throw new Error("clearTimeout has not been defined")}function f(t){if(e===setTimeout)return setTimeout(t,0);if((e===i||!e)&&setTimeout)return e=setTimeout,setTimeout(t,0);try{return e(t,0)}catch(r){try{return e.call(null,t,0)}catch(r){return e.call(this,t,0)}}}!function(){try{e="function"==typeof setTimeout?setTimeout:i}catch(t){e=i}try{n="function"==typeof clearTimeout?clearTimeout:u}catch(t){n=u}}();var a,s=[],c=!1,h=-1;function l(){c&&a&&(c=!1,a.length?s=a.concat(s):h=-1,s.length&&p())}function p(){if(!c){var t=f(l);c=!0;for(var r=s.length;r;){for(a=s,s=[];++h<r;)a&&a[h].run();h=-1,r=s.length}a=null,c=!1,function(t){if(n===clearTimeout)return clearTimeout(t);if((n===u||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(t);try{n(t)}catch(r){try{return n.call(null,t)}catch(r){return n.call(this,t)}}}(t)}}function d(t,r){this.fun=t,this.array=r}function y(){}o.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];s.push(new d(t,r)),1!==s.length||c||f(p)},d.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=y,o.addListener=y,o.once=y,o.off=y,o.removeListener=y,o.removeAllListeners=y,o.emit=y,o.prependListener=y,o.prependOnceListener=y,o.listeners=function(t){return[]},o.binding=function(t){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(t){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},function(t,r){(function(r){t.exports=r}).call(this,{})}])});
//# sourceMappingURL=index.js.map
{
"name": "@walletconnect/utils",
"version": "1.0.0-beta.18",
"version": "1.0.0-beta.19",
"description": "Utility Library for WalletConnect",

@@ -58,3 +58,3 @@ "scripts": {

"dependencies": {
"@walletconnect/types": "^1.0.0-beta.17",
"@walletconnect/types": "^1.0.0-beta.19",
"js-sha3": "^0.8.0",

@@ -61,0 +61,0 @@ "lodash.isnumber": "^3.0.3"

@@ -37,4 +37,7 @@ import isNumber from 'lodash.isnumber'

export function convertBufferToHex (buffer: Buffer): string {
const result = buffer.toString('hex')
export function convertBufferToHex (buffer: Buffer, prefix?: boolean): string {
let result = buffer.toString('hex')
if (prefix) {
result = '0x' + result
}
return result

@@ -112,3 +115,6 @@ }

export function convertArrayBufferToHex (arrayBuffer: ArrayBuffer): string {
export function convertArrayBufferToHex (
arrayBuffer: ArrayBuffer,
prefix?: boolean
): string {
const array: Uint8Array = new Uint8Array(arrayBuffer)

@@ -121,3 +127,6 @@ const HEX_CHARS: string = '0123456789abcdef'

}
const hex: string = bytes.join('')
let hex: string = bytes.join('')
if (prefix) {
hex = '0x' + hex
}
return hex

@@ -140,5 +149,8 @@ }

export function convertUtf8ToHex (utf8: string): string {
export function convertUtf8ToHex (utf8: string, prefix?: boolean): string {
const arrayBuffer = convertUtf8ToArrayBuffer(utf8)
const hex = convertArrayBufferToHex(arrayBuffer)
let hex = convertArrayBufferToHex(arrayBuffer)
if (prefix) {
hex = '0x' + hex
}
return hex

@@ -453,2 +465,9 @@ }

export function parsePersonalSign (params: string[]): string[] {
if (!isHexStrict(params[1])) {
params[1] = convertUtf8ToHex(params[1], true)
}
return params
}
export function parseTransactionData (

@@ -455,0 +474,0 @@ txData: Partial<ITxData>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc