UNPKG

@aeternity/aepp-sdk

Version:

SDK for the æternity blockchain

2 lines 448 kB
/*! For license information please see aepp-sdk.browser.cjs.LICENSE.txt */ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("bignumber.js"),require("@azure/core-rest-pipeline"),require("buffer"),require("tweetnacl"),require("bs58"),require("rlp"),require("@azure/core-client"),require("@aeternity/aepp-calldata"),require("canonicalize"),require("eventemitter3"),require("json-bigint"),require("@scure/bip39"),require("tweetnacl-auth"),require("websocket"),require("events"),require("isomorphic-ws")):"function"==typeof define&&define.amd?define(["bignumber.js","@azure/core-rest-pipeline","buffer","tweetnacl","bs58","rlp","@azure/core-client","@aeternity/aepp-calldata","canonicalize","eventemitter3","json-bigint","@scure/bip39","tweetnacl-auth","websocket","events","isomorphic-ws"],t):"object"==typeof exports?exports.Aeternity=t(require("bignumber.js"),require("@azure/core-rest-pipeline"),require("buffer"),require("tweetnacl"),require("bs58"),require("rlp"),require("@azure/core-client"),require("@aeternity/aepp-calldata"),require("canonicalize"),require("eventemitter3"),require("json-bigint"),require("@scure/bip39"),require("tweetnacl-auth"),require("websocket"),require("events"),require("isomorphic-ws")):e.Aeternity=t(e["bignumber.js"],e["@azure/core-rest-pipeline"],e.buffer,e.tweetnacl,e.bs58,e.rlp,e["@azure/core-client"],e["@aeternity/aepp-calldata"],e.canonicalize,e.eventemitter3,e["json-bigint"],e["@scure/bip39"],e["tweetnacl-auth"],e.websocket,e.events,e["isomorphic-ws"])}(self,(function(e,t,n,r,a,i,s,o,c,m,u,l,p,d,h,y){return function(){var f={18:function(e){"use strict";e.exports=n},36:function(e,t,n){"use strict";n(1091)({target:"Symbol",stat:!0,name:"isWellKnownSymbol",forced:!0},{isWellKnown:n(9197)})},43:function(e,t,n){"use strict";var r=n(4018),a=String,i=TypeError;e.exports=function(e){if(r(e))return e;throw new i("Can't set "+a(e)+" as a prototype")}},70:function(e,t,n){"use strict";var r=n(1661);e.exports=r},160:function(e,t,n){"use strict";var r=n(3948),a=String;e.exports=function(e){if("Symbol"===r(e))throw new TypeError("Cannot convert a Symbol value to a string");return a(e)}},183:function(e,t,n){"use strict";var r=n(1091),a=n(3930),i=n(7376),s=n(6833),o=n(2250),c=n(7181),m=n(5972),u=n(9192),l=n(4840),p=n(1626),d=n(8055),h=n(6264),y=n(3742),f=n(5116),g=s.PROPER,N=s.CONFIGURABLE,x=f.IteratorPrototype,w=f.BUGGY_SAFARI_ITERATORS,v=h("iterator"),C="keys",b="values",P="entries",z=function(){return this};e.exports=function(e,t,n,s,h,f,S){c(n,t,s);var _,I,T,A=function(e){if(e===h&&R)return R;if(!w&&e&&e in E)return E[e];switch(e){case C:case b:case P:return function(){return new n(this,e)}}return function(){return new n(this)}},q=t+" Iterator",M=!1,E=e.prototype,k=E[v]||E["@@iterator"]||h&&E[h],R=!w&&k||A(h),O="Array"===t&&E.entries||k;if(O&&(_=m(O.call(new e)))!==Object.prototype&&_.next&&(i||m(_)===x||(u?u(_,x):o(_[v])||d(_,v,z)),l(_,q,!0,!0),i&&(y[q]=z)),g&&h===b&&k&&k.name!==b&&(!i&&N?p(E,"name",b):(M=!0,R=function(){return a(k,this)})),h)if(I={values:A(b),keys:f?R:A(C),entries:A(P)},S)for(T in I)(w||M||!(T in E))&&d(E,T,I[T]);else r({target:t,proto:!0,forced:w||M},I);return i&&!S||E[v]===R||d(E,v,R,{name:h}),y[t]=R,I}},359:function(e,t,n){"use strict";n(366)("replaceAll")},366:function(e,t,n){"use strict";var r=n(2046),a=n(9724),i=n(560),s=n(4284).f;e.exports=function(e){var t=r.Symbol||(r.Symbol={});a(t,e)||s(t,e,{value:i.f(e)})}},376:function(e){"use strict";e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},392:function(e,t,n){var r=n(2861).Buffer;function a(e,t){this._block=r.alloc(e),this._finalSize=t,this._blockSize=e,this._len=0}a.prototype.update=function(e,t){"string"==typeof e&&(t=t||"utf8",e=r.from(e,t));for(var n=this._block,a=this._blockSize,i=e.length,s=this._len,o=0;o<i;){for(var c=s%a,m=Math.min(i-o,a-c),u=0;u<m;u++)n[c+u]=e[o+u];o+=m,(s+=m)%a==0&&this._update(n)}return this._len+=i,this},a.prototype.digest=function(e){var t=this._len%this._blockSize;this._block[t]=128,this._block.fill(0,t+1),t>=this._finalSize&&(this._update(this._block),this._block.fill(0));var n=8*this._len;if(n<=4294967295)this._block.writeUInt32BE(n,this._blockSize-4);else{var r=(4294967295&n)>>>0,a=(n-r)/4294967296;this._block.writeUInt32BE(a,this._blockSize-8),this._block.writeUInt32BE(r,this._blockSize-4)}this._update(this._block);var i=this._hash();return e?i.toString(e):i},a.prototype._update=function(){throw new Error("_update must be implemented by subclass")},e.exports=a},470:function(e,t,n){"use strict";var r=n(6028),a=n(5594);e.exports=function(e){var t=r(e,"string");return a(t)?t:t+""}},551:function(e,t,n){"use strict";var r=n(5951),a=n(2250),i=r.WeakMap;e.exports=a(i)&&/native code/.test(String(i))},560:function(e,t,n){"use strict";var r=n(6264);t.f=r},575:function(e,t,n){"use strict";var r=n(3121);e.exports=function(e){return r(e.length)}},581:function(e,t,n){"use strict";var r=n(3930),a=n(2250),i=n(6285),s=TypeError;e.exports=function(e,t){var n,o;if("string"===t&&a(n=e.toString)&&!i(o=r(n,e)))return o;if(a(n=e.valueOf)&&!i(o=r(n,e)))return o;if("string"!==t&&a(n=e.toString)&&!i(o=r(n,e)))return o;throw new s("Can't convert object to primitive value")}},726:function(e,t,n){"use strict";var r=n(8311),a=n(1907),i=n(6946),s=n(9298),o=n(575),c=n(6968),m=a([].push),u=function(e){var t=1===e,n=2===e,a=3===e,u=4===e,l=6===e,p=7===e,d=5===e||l;return function(h,y,f,g){for(var N,x,w=s(h),v=i(w),C=o(v),b=r(y,f),P=0,z=g||c,S=t?z(h,C):n||p?z(h,0):void 0;C>P;P++)if((d||P in v)&&(x=b(N=v[P],P,w),e))if(t)S[P]=x;else if(x)switch(e){case 3:return!0;case 5:return N;case 6:return P;case 2:m(S,N)}else switch(e){case 4:return!1;case 7:m(S,N)}return l?-1:a||u?u:S}};e.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}},751:function(e,t,n){"use strict";var r=n(1091),a=n(9724),i=n(5594),s=n(4640),o=n(5816),c=n(4411),m=o("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!c},{keyFor:function(e){if(!i(e))throw new TypeError(s(e)+" is not a symbol");if(a(m,e))return m[e]}})},761:function(e){"use strict";e.exports=h},768:function(e,t,n){"use strict";var r=n(6264),a=n(4284).f,i=r("metadata"),s=Function.prototype;void 0===s[i]&&a(s,i,{value:null})},798:function(e,t,n){"use strict";var r,a,i=n(5951),s=n(6794),o=i.process,c=i.Deno,m=o&&o.versions||c&&c.version,u=m&&m.v8;u&&(a=(r=u.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!a&&s&&(!(r=s.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=s.match(/Chrome\/(\d+)/))&&(a=+r[1]),e.exports=a},829:function(e){function t(e){return(4294967296+e).toString(16).substring(1)}e.exports={normalizeInput:function(e){let t;if(e instanceof Uint8Array)t=e;else{if("string"!=typeof e)throw new Error("Input must be an string, Buffer or Uint8Array");t=(new TextEncoder).encode(e)}return t},toHex:function(e){return Array.prototype.map.call(e,(function(e){return(e<16?"0":"")+e.toString(16)})).join("")},debugPrint:function(e,n,r){let a="\n"+e+" = ";for(let i=0;i<n.length;i+=2){if(32===r)a+=t(n[i]).toUpperCase(),a+=" ",a+=t(n[i+1]).toUpperCase();else{if(64!==r)throw new Error("Invalid size "+r);a+=t(n[i+1]).toUpperCase(),a+=t(n[i]).toUpperCase()}i%6==4?a+="\n"+new Array(e.length+4).join(" "):i<n.length-2&&(a+=" ")}console.log(a)},testSpeed:function(e,t,n){let r=(new Date).getTime();const a=new Uint8Array(t);for(let e=0;e<t;e++)a[e]=e%256;const i=(new Date).getTime();console.log("Generated random input in "+(i-r)+"ms"),r=i;for(let i=0;i<n;i++){const n=e(a),i=(new Date).getTime(),s=i-r;r=i,console.log("Hashed in "+s+"ms: "+n.substring(0,20)+"..."),console.log(Math.round(t/(1<<20)/(s/1e3)*100)/100+" MB PER SECOND")}}}},833:function(e){"use strict";e.exports=t},1081:function(e){"use strict";e.exports=s},1091:function(e,t,n){"use strict";var r=n(5951),a=n(6024),i=n(2361),s=n(2250),o=n(3846).f,c=n(7463),m=n(2046),u=n(8311),l=n(1626),p=n(9724);n(6128);var d=function(e){var t=function(n,r,i){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(n);case 2:return new e(n,r)}return new e(n,r,i)}return a(e,this,arguments)};return t.prototype=e.prototype,t};e.exports=function(e,t){var n,a,h,y,f,g,N,x,w,v=e.target,C=e.global,b=e.stat,P=e.proto,z=C?r:b?r[v]:r[v]&&r[v].prototype,S=C?m:m[v]||l(m,v,{})[v],_=S.prototype;for(y in t)a=!(n=c(C?y:v+(b?".":"#")+y,e.forced))&&z&&p(z,y),g=S[y],a&&(N=e.dontCallGetSet?(w=o(z,y))&&w.value:z[y]),f=a&&N?N:t[y],(n||P||typeof g!=typeof f)&&(x=e.bind&&a?u(f,r):e.wrap&&a?d(f):P&&s(f)?i(f):f,(e.sham||f&&f.sham||g&&g.sham)&&l(x,"sham",!0),l(S,y,x),P&&(p(m,h=v+"Prototype")||l(m,h,{}),l(m[h],y,f),e.real&&_&&(n||!_[y])&&l(_,y,f)))}},1175:function(e,t,n){"use strict";var r=n(9846);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},1176:function(e){"use strict";var t=Math.ceil,n=Math.floor;e.exports=Math.trunc||function(e){var r=+e;return(r>0?n:t)(r)}},1372:function(e,t,n){"use strict";n(366)("metadata")},1470:function(e,t,n){"use strict";var r=n(1907),a=n(5482),i=n(160),s=n(4239),o=r("".charAt),c=r("".charCodeAt),m=r("".slice),u=function(e){return function(t,n){var r,u,l=i(s(t)),p=a(n),d=l.length;return p<0||p>=d?e?"":void 0:(r=c(l,p))<55296||r>56319||p+1===d||(u=c(l,p+1))<56320||u>57343?e?o(l,p):r:e?m(l,p,p+2):u-56320+(r-55296<<10)+65536}};e.exports={codeAt:u(!1),charAt:u(!0)}},1505:function(e,t,n){"use strict";var r=n(8828);e.exports=!r((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},1626:function(e,t,n){"use strict";var r=n(9447),a=n(4284),i=n(5817);e.exports=r?function(e,t,n){return a.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}},1655:function(e){"use strict";e.exports=r},1660:function(e,t,n){"use strict";n(366)("species")},1661:function(e,t,n){"use strict";n(8537),n(3669);var r=n(560);e.exports=r.f("toPrimitive")},1697:function(e,t,n){"use strict";n(366)("customMatcher")},1730:function(e,t,n){"use strict";n(9363),n(3643),n(7057),n(4954);var r=n(560);e.exports=r.f("iterator")},1785:function(e,t,n){"use strict";n(1091)({target:"Symbol",stat:!0,forced:!0},{isWellKnownSymbol:n(9197)})},1793:function(e,t,n){"use strict";var r=n(5807);e.exports=Array.isArray||function(e){return"Array"===r(e)}},1871:function(e,t,n){"use strict";var r=n(1907),a=n(2159);e.exports=function(e,t,n){try{return r(a(Object.getOwnPropertyDescriptor(e,t)[n]))}catch(e){}}},1891:function(e){"use strict";e.exports=m},1907:function(e,t,n){"use strict";var r=n(1505),a=Function.prototype,i=a.call,s=r&&a.bind.bind(i,i);e.exports=r?s:function(e){return function(){return i.apply(e,arguments)}}},1926:function(e,t,n){"use strict";n(6750);var r=n(2046).Object,a=e.exports=function(e,t,n){return r.defineProperty(e,t,n)};r.defineProperty.sham&&(a.sham=!0)},2046:function(e){"use strict";e.exports={}},2156:function(e){"use strict";e.exports=function(){}},2159:function(e,t,n){"use strict";var r=n(2250),a=n(4640),i=TypeError;e.exports=function(e){if(r(e))return e;throw new i(a(e)+" is not a function")}},2220:function(e,t,n){"use strict";var r=n(9447),a=n(8661),i=n(4284),s=n(6624),o=n(7374),c=n(2875);t.f=r&&!a?Object.defineProperties:function(e,t){s(e);for(var n,r=o(t),a=c(t),m=a.length,u=0;m>u;)i.f(e,n=a[u++],r[n]);return e}},2230:function(e,t,n){"use strict";n(366)("replace")},2231:function(e,t,n){"use strict";var r=n(9692);e.exports=r},2250:function(e){"use strict";var t="object"==typeof document&&document.all;e.exports=void 0===t&&void 0!==t?function(e){return"function"==typeof e||e===t}:function(e){return"function"==typeof e}},2321:function(e,t,n){"use strict";var r=n(7264);n(3939),n(1785),n(1697),n(4664),n(3422),n(36),n(8703),n(6878),n(9671),n(359),e.exports=r},2361:function(e,t,n){"use strict";var r=n(5807),a=n(1907);e.exports=function(e){if("Function"===r(e))return a(e)}},2416:function(e,t,n){"use strict";var r=n(5582);e.exports=r("document","documentElement")},2522:function(e,t,n){"use strict";var r=n(5816),a=n(6499),i=r("keys");e.exports=function(e){return i[e]||(i[e]=a(e))}},2532:function(e,t,n){"use strict";var r=n(5951),a=Object.defineProperty;e.exports=function(e,t){try{a(r,e,{value:t,configurable:!0,writable:!0})}catch(n){r[e]=t}return t}},2560:function(e,t,n){"use strict";n(9363);var r=n(9287),a=n(5951),i=n(4840),s=n(3742);for(var o in r)i(a[o],o),s[o]=s.Array},2574:function(e,t){"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,a=r&&!n.call({1:2},1);t.f=a?function(e){var t=r(this,e);return!!t&&t.enumerable}:n},2595:function(e,t,n){"use strict";var r=n(5582),a=n(1907),i=r("Symbol"),s=i.keyFor,o=a(i.prototype.valueOf);e.exports=i.isRegisteredSymbol||function(e){try{return void 0!==s(o(e))}catch(e){return!1}}},2596:function(e,t,n){"use strict";n(366)("hasInstance")},2623:function(e,t,n){"use strict";var r={};r[n(6264)("toStringTag")]="z",e.exports="[object z]"===String(r)},2647:function(e,t,n){"use strict";var r=n(1907),a=n(2250),i=n(6128),s=r(Function.toString);a(i.inspectSource)||(i.inspectSource=function(e){return s(e)}),e.exports=i.inspectSource},2853:function(e){"use strict";e.exports=o},2861:function(e,t,n){var r=n(18),a=r.Buffer;function i(e,t){for(var n in e)t[n]=e[n]}function s(e,t,n){return a(e,t,n)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=r:(i(r,t),t.Buffer=s),s.prototype=Object.create(a.prototype),i(a,s),s.from=function(e,t,n){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,n)},s.alloc=function(e,t,n){if("number"!=typeof e)throw new TypeError("Argument must be a number");var r=a(e);return void 0!==t?"string"==typeof n?r.fill(t,n):r.fill(t):r.fill(0),r},s.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return a(e)},s.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}},2875:function(e,t,n){"use strict";var r=n(3045),a=n(376);e.exports=Object.keys||function(e){return r(e,a)}},3045:function(e,t,n){"use strict";var r=n(1907),a=n(9724),i=n(7374),s=n(4436).indexOf,o=n(8530),c=r([].push);e.exports=function(e,t){var n,r=i(e),m=0,u=[];for(n in r)!a(o,n)&&a(r,n)&&c(u,n);for(;t.length>m;)a(r,n=t[m++])&&(~s(u,n)||c(u,n));return u}},3121:function(e,t,n){"use strict";var r=n(5482),a=Math.min;e.exports=function(e){var t=r(e);return t>0?a(t,9007199254740991):0}},3313:function(e,t,n){"use strict";var r=n(1091),a=n(5582),i=n(9724),s=n(160),o=n(5816),c=n(4411),m=o("string-to-symbol-registry"),u=o("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!c},{for:function(e){var t=s(e);if(i(m,t))return m[t];var n=a("Symbol")(t);return m[t]=n,u[n]=t,n}})},3325:function(e,t,n){"use strict";n(366)("unscopables")},3377:function(e,t,n){"use strict";n(366)("matchAll")},3422:function(e,t,n){"use strict";n(1091)({target:"Symbol",stat:!0,name:"isRegisteredSymbol"},{isRegistered:n(2595)})},3427:function(e,t,n){"use strict";var r=n(1907);e.exports=r([].slice)},3467:function(e,t,n){"use strict";var r=n(3930),a=n(5582),i=n(6264),s=n(8055);e.exports=function(){var e=a("Symbol"),t=e&&e.prototype,n=t&&t.valueOf,o=i("toPrimitive");t&&!t[o]&&s(t,o,(function(e){return r(n,this)}),{arity:1})}},3643:function(){},3648:function(e,t,n){"use strict";var r=n(9447),a=n(8828),i=n(9552);e.exports=!r&&!a((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},3669:function(e,t,n){"use strict";var r=n(366),a=n(3467);r("toPrimitive"),a()},3674:function(e,t,n){"use strict";var r=n(1091),a=n(5951),i=n(3930),s=n(1907),o=n(7376),c=n(9447),m=n(9846),u=n(8828),l=n(9724),p=n(8280),d=n(6624),h=n(7374),y=n(470),f=n(160),g=n(5817),N=n(8075),x=n(2875),w=n(4443),v=n(5407),C=n(7170),b=n(3846),P=n(4284),z=n(2220),S=n(2574),_=n(8055),I=n(9251),T=n(5816),A=n(2522),q=n(8530),M=n(6499),E=n(6264),k=n(560),R=n(366),O=n(3467),B=n(4840),V=n(4932),G=n(726).forEach,$=A("hidden"),D="Symbol",J="prototype",H=V.set,j=V.getterFor(D),F=Object[J],U=a.Symbol,L=U&&U[J],W=a.RangeError,K=a.TypeError,Q=a.QObject,Y=b.f,X=P.f,Z=v.f,ee=S.f,te=s([].push),ne=T("symbols"),re=T("op-symbols"),ae=T("wks"),ie=!Q||!Q[J]||!Q[J].findChild,se=function(e,t,n){var r=Y(F,t);r&&delete F[t],X(e,t,n),r&&e!==F&&X(F,t,r)},oe=c&&u((function(){return 7!==N(X({},"a",{get:function(){return X(this,"a",{value:7}).a}})).a}))?se:X,ce=function(e,t){var n=ne[e]=N(L);return H(n,{type:D,tag:e,description:t}),c||(n.description=t),n},me=function(e,t,n){e===F&&me(re,t,n),d(e);var r=y(t);return d(n),l(ne,r)?(n.enumerable?(l(e,$)&&e[$][r]&&(e[$][r]=!1),n=N(n,{enumerable:g(0,!1)})):(l(e,$)||X(e,$,g(1,N(null))),e[$][r]=!0),oe(e,r,n)):X(e,r,n)},ue=function(e,t){d(e);var n=h(t),r=x(n).concat(he(n));return G(r,(function(t){c&&!i(le,n,t)||me(e,t,n[t])})),e},le=function(e){var t=y(e),n=i(ee,this,t);return!(this===F&&l(ne,t)&&!l(re,t))&&(!(n||!l(this,t)||!l(ne,t)||l(this,$)&&this[$][t])||n)},pe=function(e,t){var n=h(e),r=y(t);if(n!==F||!l(ne,r)||l(re,r)){var a=Y(n,r);return!a||!l(ne,r)||l(n,$)&&n[$][r]||(a.enumerable=!0),a}},de=function(e){var t=Z(h(e)),n=[];return G(t,(function(e){l(ne,e)||l(q,e)||te(n,e)})),n},he=function(e){var t=e===F,n=Z(t?re:h(e)),r=[];return G(n,(function(e){!l(ne,e)||t&&!l(F,e)||te(r,ne[e])})),r};m||(U=function(){if(p(L,this))throw new K("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?f(arguments[0]):void 0,t=M(e),n=function(e){var r=void 0===this?a:this;r===F&&i(n,re,e),l(r,$)&&l(r[$],t)&&(r[$][t]=!1);var s=g(1,e);try{oe(r,t,s)}catch(e){if(!(e instanceof W))throw e;se(r,t,s)}};return c&&ie&&oe(F,t,{configurable:!0,set:n}),ce(t,e)},_(L=U[J],"toString",(function(){return j(this).tag})),_(U,"withoutSetter",(function(e){return ce(M(e),e)})),S.f=le,P.f=me,z.f=ue,b.f=pe,w.f=v.f=de,C.f=he,k.f=function(e){return ce(E(e),e)},c&&(I(L,"description",{configurable:!0,get:function(){return j(this).description}}),o||_(F,"propertyIsEnumerable",le,{unsafe:!0}))),r({global:!0,constructor:!0,wrap:!0,forced:!m,sham:!m},{Symbol:U}),G(x(ae),(function(e){R(e)})),r({target:D,stat:!0,forced:!m},{useSetter:function(){ie=!0},useSimple:function(){ie=!1}}),r({target:"Object",stat:!0,forced:!m,sham:!c},{create:function(e,t){return void 0===t?N(e):ue(N(e),t)},defineProperty:me,defineProperties:ue,getOwnPropertyDescriptor:pe}),r({target:"Object",stat:!0,forced:!m},{getOwnPropertyNames:de}),O(),B(U,D),q[$]=!0},3742:function(e){"use strict";e.exports={}},3842:function(e,t,n){"use strict";n(8545),n(3643),n(4452),n(3997),n(5084),n(2596),n(5721),n(4954),n(4123),n(3377),n(2230),n(5344),n(1660),n(4610),n(3669),n(4810),n(3325),n(7024),n(8172),n(5205);var r=n(2046);e.exports=r.Symbol},3846:function(e,t,n){"use strict";var r=n(9447),a=n(3930),i=n(2574),s=n(5817),o=n(7374),c=n(470),m=n(9724),u=n(3648),l=Object.getOwnPropertyDescriptor;t.f=r?l:function(e,t){if(e=o(e),t=c(t),u)try{return l(e,t)}catch(e){}if(m(e,t))return s(!a(i.f,e,t),e[t])}},3930:function(e,t,n){"use strict";var r=n(1505),a=Function.prototype.call;e.exports=r?a.bind(a):function(){return a.apply(a,arguments)}},3939:function(e,t,n){"use strict";n(1091)({target:"Symbol",stat:!0},{isRegisteredSymbol:n(2595)})},3948:function(e,t,n){"use strict";var r=n(2623),a=n(2250),i=n(5807),s=n(6264)("toStringTag"),o=Object,c="Arguments"===i(function(){return arguments}());e.exports=r?i:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=o(e),s))?n:c?i(t):"Object"===(r=i(t))&&a(t.callee)?"Arguments":r}},3997:function(e,t,n){"use strict";n(366)("asyncIterator")},4010:function(e,t,n){"use strict";var r=n(1793),a=n(5468),i=n(6285),s=n(6264)("species"),o=Array;e.exports=function(e){var t;return r(e)&&(t=e.constructor,(a(t)&&(t===o||r(t.prototype))||i(t)&&null===(t=t[s]))&&(t=void 0)),void 0===t?o:t}},4018:function(e,t,n){"use strict";var r=n(6285);e.exports=function(e){return r(e)||null===e}},4107:function(e,t,n){var r=n(6698),a=n(392),i=n(2861).Buffer,s=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],o=new Array(64);function c(){this.init(),this._w=o,a.call(this,64,56)}function m(e,t,n){return n^e&(t^n)}function u(e,t,n){return e&t|n&(e|t)}function l(e){return(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10)}function p(e){return(e>>>6|e<<26)^(e>>>11|e<<21)^(e>>>25|e<<7)}function d(e){return(e>>>7|e<<25)^(e>>>18|e<<14)^e>>>3}r(c,a),c.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},c.prototype._update=function(e){for(var t,n=this._w,r=0|this._a,a=0|this._b,i=0|this._c,o=0|this._d,c=0|this._e,h=0|this._f,y=0|this._g,f=0|this._h,g=0;g<16;++g)n[g]=e.readInt32BE(4*g);for(;g<64;++g)n[g]=0|(((t=n[g-2])>>>17|t<<15)^(t>>>19|t<<13)^t>>>10)+n[g-7]+d(n[g-15])+n[g-16];for(var N=0;N<64;++N){var x=f+p(c)+m(c,h,y)+s[N]+n[N]|0,w=l(r)+u(r,a,i)|0;f=y,y=h,h=c,c=o+x|0,o=i,i=a,a=r,r=x+w|0}this._a=r+this._a|0,this._b=a+this._b|0,this._c=i+this._c|0,this._d=o+this._d|0,this._e=c+this._e|0,this._f=h+this._f|0,this._g=y+this._g|0,this._h=f+this._h|0},c.prototype._hash=function(){var e=i.allocUnsafe(32);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e.writeInt32BE(this._h,28),e},e.exports=c},4123:function(e,t,n){"use strict";n(366)("match")},4139:function(e,t,n){"use strict";var r=n(3842);n(2560),e.exports=r},4146:function(e){"use strict";e.exports=u},4156:function(e,t,n){const r=n(829);function a(e,t,n){const r=e[t]+e[n];let a=e[t+1]+e[n+1];r>=4294967296&&a++,e[t]=r,e[t+1]=a}function i(e,t,n,r){let a=e[t]+n;n<0&&(a+=4294967296);let i=e[t+1]+r;a>=4294967296&&i++,e[t]=a,e[t+1]=i}function s(e,t){return e[t]^e[t+1]<<8^e[t+2]<<16^e[t+3]<<24}function o(e,t,n,r,s,o){const c=l[s],m=l[s+1],p=l[o],d=l[o+1];a(u,e,t),i(u,e,c,m);let h=u[r]^u[e],y=u[r+1]^u[e+1];u[r]=y,u[r+1]=h,a(u,n,r),h=u[t]^u[n],y=u[t+1]^u[n+1],u[t]=h>>>24^y<<8,u[t+1]=y>>>24^h<<8,a(u,e,t),i(u,e,p,d),h=u[r]^u[e],y=u[r+1]^u[e+1],u[r]=h>>>16^y<<16,u[r+1]=y>>>16^h<<16,a(u,n,r),h=u[t]^u[n],y=u[t+1]^u[n+1],u[t]=y>>>31^h<<1,u[t+1]=h>>>31^y<<1}const c=new Uint32Array([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),m=new Uint8Array([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9,12,5,1,15,14,13,4,10,0,7,6,3,9,2,8,11,13,11,7,14,12,1,3,9,5,0,15,4,8,6,2,10,6,15,14,9,11,3,0,8,12,2,13,7,1,4,10,5,10,2,8,4,7,6,1,5,15,11,9,14,3,12,13,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3].map((function(e){return 2*e}))),u=new Uint32Array(32),l=new Uint32Array(32);function p(e,t){let n=0;for(n=0;n<16;n++)u[n]=e.h[n],u[n+16]=c[n];for(u[24]=u[24]^e.t,u[25]=u[25]^e.t/4294967296,t&&(u[28]=~u[28],u[29]=~u[29]),n=0;n<32;n++)l[n]=s(e.b,4*n);for(n=0;n<12;n++)o(0,8,16,24,m[16*n+0],m[16*n+1]),o(2,10,18,26,m[16*n+2],m[16*n+3]),o(4,12,20,28,m[16*n+4],m[16*n+5]),o(6,14,22,30,m[16*n+6],m[16*n+7]),o(0,10,20,30,m[16*n+8],m[16*n+9]),o(2,12,22,24,m[16*n+10],m[16*n+11]),o(4,14,16,26,m[16*n+12],m[16*n+13]),o(6,8,18,28,m[16*n+14],m[16*n+15]);for(n=0;n<16;n++)e.h[n]=e.h[n]^u[n]^u[n+16]}const d=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);function h(e,t,n,r){if(0===e||e>64)throw new Error("Illegal output length, expected 0 < length <= 64");if(t&&t.length>64)throw new Error("Illegal key, expected Uint8Array with 0 < length <= 64");if(n&&16!==n.length)throw new Error("Illegal salt, expected Uint8Array with length is 16");if(r&&16!==r.length)throw new Error("Illegal personal, expected Uint8Array with length is 16");const a={b:new Uint8Array(128),h:new Uint32Array(16),t:0,c:0,outlen:e};d.fill(0),d[0]=e,t&&(d[1]=t.length),d[2]=1,d[3]=1,n&&d.set(n,32),r&&d.set(r,48);for(let e=0;e<16;e++)a.h[e]=c[e]^s(d,4*e);return t&&(y(a,t),a.c=128),a}function y(e,t){for(let n=0;n<t.length;n++)128===e.c&&(e.t+=e.c,p(e,!1),e.c=0),e.b[e.c++]=t[n]}function f(e){for(e.t+=e.c;e.c<128;)e.b[e.c++]=0;p(e,!0);const t=new Uint8Array(e.outlen);for(let n=0;n<e.outlen;n++)t[n]=e.h[n>>2]>>8*(3&n);return t}function g(e,t,n,a,i){n=n||64,e=r.normalizeInput(e),a&&(a=r.normalizeInput(a)),i&&(i=r.normalizeInput(i));const s=h(n,t,a,i);return y(s,e),f(s)}e.exports={blake2b:g,blake2bHex:function(e,t,n,a,i){const s=g(e,t,n,a,i);return r.toHex(s)},blake2bInit:h,blake2bUpdate:y,blake2bFinal:f}},4239:function(e,t,n){"use strict";var r=n(7136),a=TypeError;e.exports=function(e){if(r(e))throw new a("Can't call method on "+e);return e}},4284:function(e,t,n){"use strict";var r=n(9447),a=n(3648),i=n(8661),s=n(6624),o=n(470),c=TypeError,m=Object.defineProperty,u=Object.getOwnPropertyDescriptor,l="enumerable",p="configurable",d="writable";t.f=r?i?function(e,t,n){if(s(e),t=o(t),s(n),"function"==typeof e&&"prototype"===t&&"value"in n&&d in n&&!n[d]){var r=u(e,t);r&&r[d]&&(e[t]=n.value,n={configurable:p in n?n[p]:r[p],enumerable:l in n?n[l]:r[l],writable:!1})}return m(e,t,n)}:m:function(e,t,n){if(s(e),t=o(t),s(n),a)try{return m(e,t,n)}catch(e){}if("get"in n||"set"in n)throw new c("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},4411:function(e,t,n){"use strict";var r=n(9846);e.exports=r&&!!Symbol.for&&!!Symbol.keyFor},4436:function(e,t,n){"use strict";var r=n(7374),a=n(4849),i=n(575),s=function(e){return function(t,n,s){var o=r(t),c=i(o);if(0===c)return!e&&-1;var m,u=a(s,c);if(e&&n!=n){for(;c>u;)if((m=o[u++])!=m)return!0}else for(;c>u;u++)if((e||u in o)&&o[u]===n)return e||u||0;return!e&&-1}};e.exports={includes:s(!0),indexOf:s(!1)}},4443:function(e,t,n){"use strict";var r=n(3045),a=n(376).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,a)}},4452:function(e,t,n){"use strict";n(3674),n(3313),n(751),n(9721),n(5264)},4578:function(e){"use strict";e.exports=a},4610:function(e,t,n){"use strict";n(366)("split")},4640:function(e){"use strict";var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},4664:function(e,t,n){"use strict";n(366)("observable")},4810:function(e,t,n){"use strict";var r=n(5582),a=n(366),i=n(4840);a("toStringTag"),i(r("Symbol"),"Symbol")},4840:function(e,t,n){"use strict";var r=n(2623),a=n(4284).f,i=n(1626),s=n(9724),o=n(4878),c=n(6264)("toStringTag");e.exports=function(e,t,n,m){var u=n?e:e&&e.prototype;u&&(s(u,c)||a(u,c,{configurable:!0,value:t}),m&&!r&&i(u,"toString",o))}},4849:function(e,t,n){"use strict";var r=n(5482),a=Math.max,i=Math.min;e.exports=function(e,t){var n=r(e);return n<0?a(n+t,0):i(n,t)}},4878:function(e,t,n){"use strict";var r=n(2623),a=n(3948);e.exports=r?{}.toString:function(){return"[object "+a(this)+"]"}},4932:function(e,t,n){"use strict";var r,a,i,s=n(551),o=n(5951),c=n(6285),m=n(1626),u=n(9724),l=n(6128),p=n(2522),d=n(8530),h="Object already initialized",y=o.TypeError,f=o.WeakMap;if(s||l.state){var g=l.state||(l.state=new f);g.get=g.get,g.has=g.has,g.set=g.set,r=function(e,t){if(g.has(e))throw new y(h);return t.facade=e,g.set(e,t),t},a=function(e){return g.get(e)||{}},i=function(e){return g.has(e)}}else{var N=p("state");d[N]=!0,r=function(e,t){if(u(e,N))throw new y(h);return t.facade=e,m(e,N,t),t},a=function(e){return u(e,N)?e[N]:{}},i=function(e){return u(e,N)}}e.exports={set:r,get:a,has:i,enforce:function(e){return i(e)?a(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!c(t)||(n=a(t)).type!==e)throw new y("Incompatible receiver, "+e+" required");return n}}}},4954:function(e,t,n){"use strict";n(366)("iterator")},4997:function(e,t,n){"use strict";var r=n(6040);e.exports=r},5084:function(){},5116:function(e,t,n){"use strict";var r,a,i,s=n(8828),o=n(2250),c=n(6285),m=n(8075),u=n(5972),l=n(8055),p=n(6264),d=n(7376),h=p("iterator"),y=!1;[].keys&&("next"in(i=[].keys())?(a=u(u(i)))!==Object.prototype&&(r=a):y=!0),!c(r)||s((function(){var e={};return r[h].call(e)!==e}))?r={}:d&&(r=m(r)),o(r[h])||l(r,h,(function(){return this})),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:y}},5196:function(e){"use strict";e.exports=p},5205:function(){},5264:function(e,t,n){"use strict";var r=n(1091),a=n(9846),i=n(8828),s=n(7170),o=n(9298);r({target:"Object",stat:!0,forced:!a||i((function(){s.f(1)}))},{getOwnPropertySymbols:function(e){var t=s.f;return t?t(o(e)):[]}})},5344:function(e,t,n){"use strict";n(366)("search")},5407:function(e,t,n){"use strict";var r=n(5807),a=n(7374),i=n(4443).f,s=n(3427),o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return o&&"Window"===r(e)?function(e){try{return i(e)}catch(e){return s(o)}}(e):i(a(e))}},5468:function(e,t,n){"use strict";var r=n(1907),a=n(8828),i=n(2250),s=n(3948),o=n(5582),c=n(2647),m=function(){},u=o("Reflect","construct"),l=/^\s*(?:class|function)\b/,p=r(l.exec),d=!l.test(m),h=function(e){if(!i(e))return!1;try{return u(m,[],e),!0}catch(e){return!1}},y=function(e){if(!i(e))return!1;switch(s(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return d||!!p(l,c(e))}catch(e){return!0}};y.sham=!0,e.exports=!u||a((function(){var e;return h(h.call)||!h(Object)||!h((function(){e=!0}))||e}))?y:h},5482:function(e,t,n){"use strict";var r=n(1176);e.exports=function(e){var t=+e;return t!=t||0===t?0:r(t)}},5543:function(e,t,n){"use strict";var r=n(9447),a=n(4284),i=n(5817);e.exports=function(e,t,n){r?a.f(e,t,i(0,n)):e[t]=n}},5582:function(e,t,n){"use strict";var r=n(2046),a=n(5951),i=n(2250),s=function(e){return i(e)?e:void 0};e.exports=function(e,t){return arguments.length<2?s(r[e])||s(a[e]):r[e]&&r[e][t]||a[e]&&a[e][t]}},5594:function(e,t,n){"use strict";var r=n(5582),a=n(2250),i=n(8280),s=n(1175),o=Object;e.exports=s?function(e){return"symbol"==typeof e}:function(e){var t=r("Symbol");return a(t)&&i(t.prototype,o(e))}},5663:function(e,t,n){"use strict";var r=n(70);e.exports=r},5721:function(e,t,n){"use strict";n(366)("isConcatSpreadable")},5807:function(e,t,n){"use strict";var r=n(1907),a=r({}.toString),i=r("".slice);e.exports=function(e){return i(a(e),8,-1)}},5816:function(e,t,n){"use strict";var r=n(6128);e.exports=function(e,t){return r[e]||(r[e]=t||{})}},5817:function(e){"use strict";e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},5951:function(e,t,n){"use strict";var r=function(e){return e&&e.Math===Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n.g&&n.g)||r("object"==typeof this&&this)||function(){return this}()||Function("return this")()},5972:function(e,t,n){"use strict";var r=n(9724),a=n(2250),i=n(9298),s=n(2522),o=n(7382),c=s("IE_PROTO"),m=Object,u=m.prototype;e.exports=o?m.getPrototypeOf:function(e){var t=i(e);if(r(t,c))return t[c];var n=t.constructor;return a(n)&&t instanceof n?n.prototype:t instanceof m?u:null}},6016:function(e){"use strict";e.exports=c},6024:function(e,t,n){"use strict";var r=n(1505),a=Function.prototype,i=a.apply,s=a.call;e.exports="object"==typeof Reflect&&Reflect.apply||(r?s.bind(i):function(){return s.apply(i,arguments)})},6028:function(e,t,n){"use strict";var r=n(3930),a=n(6285),i=n(5594),s=n(9367),o=n(581),c=n(6264),m=TypeError,u=c("toPrimitive");e.exports=function(e,t){if(!a(e)||i(e))return e;var n,c=s(e,u);if(c){if(void 0===t&&(t="default"),n=r(c,e,t),!a(n)||i(n))return n;throw new m("Can't convert object to primitive value")}return void 0===t&&(t="number"),o(e,t)}},6040:function(e,t,n){"use strict";var r=n(8251);e.exports=r},6128:function(e,t,n){"use strict";var r=n(7376),a=n(5951),i=n(2532),s="__core-js_shared__",o=e.exports=a[s]||i(s,{});(o.versions||(o.versions=[])).push({version:"3.41.0",mode:r?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE",source:"https://github.com/zloirock/core-js"})},6168:function(t){"use strict";t.exports=e},6264:function(e,t,n){"use strict";var r=n(5951),a=n(5816),i=n(9724),s=n(6499),o=n(9846),c=n(1175),m=r.Symbol,u=a("wks"),l=c?m.for||m:m&&m.withoutSetter||s;e.exports=function(e){return i(u,e)||(u[e]=o&&i(m,e)?m[e]:l("Symbol."+e)),u[e]}},6285:function(e,t,n){"use strict";var r=n(2250);e.exports=function(e){return"object"==typeof e?null!==e:r(e)}},6499:function(e,t,n){"use strict";var r=n(1907),a=0,i=Math.random(),s=r(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+s(++a+i,36)}},6514:function(e){"use strict";e.exports=i},6624:function(e,t,n){"use strict";var r=n(6285),a=String,i=TypeError;e.exports=function(e){if(r(e))return e;throw new i(a(e)+" is not an object")}},6656:function(e,t,n){"use strict";var r=n(1907),a=n(1793),i=n(2250),s=n(5807),o=n(160),c=r([].push);e.exports=function(e){if(i(e))return e;if(a(e)){for(var t=e.length,n=[],r=0;r<t;r++){var m=e[r];"string"==typeof m?c(n,m):"number"!=typeof m&&"Number"!==s(m)&&"String"!==s(m)||c(n,o(m))}var u=n.length,l=!0;return function(e,t){if(l)return l=!1,t;if(a(this))return t;for(var r=0;r<u;r++)if(n[r]===e)return t}}}},6698:function(e){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},6750:function(e,t,n){"use strict";var r=n(1091),a=n(9447),i=n(4284).f;r({target:"Object",stat:!0,forced:Object.defineProperty!==i,sham:!a},{defineProperty:i})},6794:function(e,t,n){"use strict";var r=n(5951).navigator,a=r&&r.userAgent;e.exports=a?String(a):""},6833:function(e,t,n){"use strict";var r=n(9447),a=n(9724),i=Function.prototype,s=r&&Object.getOwnPropertyDescriptor,o=a(i,"name"),c=o&&"something"===function(){}.name,m=o&&(!r||r&&s(i,"name").configurable);e.exports={EXISTS:o,PROPER:c,CONFIGURABLE:m}},6878:function(e,t,n){"use strict";n(366)("metadataKey")},6946:function(e,t,n){"use strict";var r=n(1907),a=n(8828),i=n(5807),s=Object,o=r("".split);e.exports=a((function(){return!s("z").propertyIsEnumerable(0)}))?function(e){return"String"===i(e)?o(e,""):s(e)}:s},6968:function(e,t,n){"use strict";var r=n(4010);e.exports=function(e,t){return new(r(e))(0===t?0:t)}},7024:function(e,t,n){"use strict";var r=n(5951);n(4840)(r.JSON,"JSON",!0)},7045:function(e,t,n){"use strict";var r=n(1730);n(2560),e.exports=r},7057:function(e,t,n){"use strict";var r=n(1470).charAt,a=n(160),i=n(4932),s=n(183),o=n(9550),c="String Iterator",m=i.set,u=i.getterFor(c);s(String,"String",(function(e){m(this,{type:c,string:a(e),index:0})}),(function(){var e,t=u(this),n=t.string,a=t.index;return a>=n.length?o(void 0,!0):(e=r(n,a),t.index+=e.length,o(e,!1))}))},7136:function(e){"use strict";e.exports=function(e){return null==e}},7152:function(e,t,n){"use strict";n(366)("dispose")},7170:function(e,t){"use strict";t.f=Object.getOwnPropertySymbols},7171:function(e,t,n){"use strict";var r=n(8828),a=n(6264),i=n(798),s=a("species");e.exports=function(e){return i>=51||!r((function(){var t=[];return(t.constructor={})[s]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},7181:function(e,t,n){"use strict";var r=n(5116).IteratorPrototype,a=n(8075),i=n(5817),s=n(4840),o=n(3742),c=function(){return this};e.exports=function(e,t,n,m){var u=t+" Iterator";return e.prototype=a(r,{next:i(+!m,n)}),s(e,u,!1,!0),o[u]=c,e}},7250:function(e){"use strict";e.exports=y},7264:function(e,t,n){"use strict";var r=n(4139);n(768),n(8549),n(7152),n(1372),e.exports=r},7374:function(e,t,n){"use strict";var r=n(6946),a=n(4239);e.exports=function(e){return r(a(e))}},7376:function(e){"use strict";e.exports=!0},7382:function(e,t,n){"use strict";var r=n(8828);e.exports=!r((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},7463:function(e,t,n){"use strict";var r=n(8828),a=n(2250),i=/#|\.prototype\./,s=function(e,t){var n=c[o(e)];return n===u||n!==m&&(a(t)?r(t):!!t)},o=s.normalize=function(e){return String(e).replace(i,".").toLowerCase()},c=s.data={},m=s.NATIVE="N",u=s.POLYFILL="P";e.exports=s},8024:function(e){"use strict";var t=TypeError;e.exports=function(e){if(e>9007199254740991)throw t("Maximum allowed index exceeded");return e}},8055:function(e,t,n){"use strict";var r=n(1626);e.exports=function(e,t,n,a){return a&&a.enumerable?e[t]=n:r(e,t,n),e}},8075:function(e,t,n){"use strict";var r,a=n(6624),i=n(2220),s=n(376),o=n(8530),c=n(2416),m=n(9552),u=n(2522),l="prototype",p="script",d=u("IE_PROTO"),h=function(){},y=function(e){return"<"+p+">"+e+"</"+p+">"},f=function(e){e.write(y("")),e.close();var t=e.parentWindow.Object;return e=null,t},g=function(){try{r=new ActiveXObject("htmlfile")}catch(e){}var e,t,n;g="undefined"!=typeof document?document.domain&&r?f(r):(t=m("iframe"),n="java"+p+":",t.style.display="none",c.appendChild(t),t.src=String(n),(e=t.contentWindow.document).open(),e.write(y("document.F=Object")),e.close(),e.F):f(r);for(var a=s.length;a--;)delete g[l][s[a]];return g()};o[d]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(h[l]=a(e),n=new h,h[l]=null,n[d]=e):n=g(),void 0===t?n:i.f(n,t)}},8172:function(){},8251:function(e,t,n){"use strict";var r=n(1926);e.exports=r},8280:function(e,t,n){"use strict";var r=n(1907);e.exports=r({}.isPrototypeOf)},8311:function(e,t,n){"use strict";var r=n(2361),a=n(2159),i=n(1505),s=r(r.bind);e.exports=function(e,t){return a(e),void 0===t?e:i?s(e,t):function(){return e.apply(t,arguments)}}},8380:function(e){"use strict";e.exports=l},8530:function(e){"use strict";e.exports={}},8537:function(){},8545:function(e,t,n){"use strict";var r=n(1091),a=n(8828),i=n(1793),s=n(6285),o=n(9298),c=n(575),m=n(8024),u=n(5543),l=n(6968),p=n(7171),d=n(6264),h=n(798),y=d("isConcatSpreadable"),f=h>=51||!a((function(){var e=[];return e[y]=!1,e.concat()[0]!==e})),g=function(e){if(!s(e))return!1;var t=e[y];return void 0!==t?!!t:i(e)};r({target:"Array",proto:!0,arity:1,forced:!f||!p("concat")},{concat:function(e){var t,n,r,a,i,s=o(this),p=l(s,0),d=0;for(t=-1,r=arguments.length;t<r;t++)if(g(i=-1===t?s:arguments[t]))for(a=c(i),m(d+a),n=0;n<a;n++,d++)n in i&&u(p,d,i[n]);else m(d+1),u(p,d++,i);return p.length=d,p}})},8549:function(e,t,n){"use strict";n(366)("asyncDispose")},8661:function(e,t,n){"use strict";var r=n(9447),a=n(8828);e.exports=r&&a((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},8703:function(e,t,n){"use strict";n(366)("matcher")},8828:function(e){"use strict";e.exports=function(e){try{return!!e()}catch(e){return!0}}},8963:function(e){"use strict";e.exports=d},9192:function(e,t,n){"use strict";var r=n(1871),a=n(6285),i=n(4239),s=n(43);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=r(Object.prototype,"__proto__","set"))(n,[]),t=n instanceof Array}catch(e){}return function(n,r){return i(n),s(r),a(n)?(t?e(n,r):n.__proto__=r,n):n}}():void 0)},9197:function(e,t,n){"use strict";for(var r=n(5816),a=n(5582),i=n(1907),s=n(5594),o=n(6264),c=a("Symbol"),m=c.isWellKnownSymbol,u=a("Object","getOwnPropertyNames"),l=i(c.prototype.valueOf),p=r("wks"),d=0,h=u(c),y=h.length;d<y;d++)try{var f=h[d];s(c[f])&&o(f)}catch(e){}e.exports=function(e){if(m&&m(e))return!0;try{for(var t=l(e),n=0,r=u(p),a=r.length;n<a;n++)if(p[r[n]]==t)return!0}catch(e){}return!1}},9251:function(e,t,n){"use strict";var r=n(4284);e.exports=function(e,t,n){return r.f(e,t,n)}},9280:function(e,t,n){"use strict";var r=n(5663);e.exports=r},9287:function(e){"use strict";e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},9298:function(e,t,n){"use strict";var r=n(4239),a=Object;e.exports=function(e){return a(r(e))}},9363:function(e,t,n){"use strict";var r=n(7374),a=n(2156),i=n(3742),s=n(4932),o=n(4284).f,c=n(183),m=n(9550),u=n(7376),l=n(9447),p="Array Iterator",d=s.set,h=s.getterFor(p);e.exports=c(Array,"Array",(function(e,t){d(this,{type:p,target:r(e),index:0,kind:t})}),(function(){var e=h(this),t=e.target,n=e.index++;if(!t||n>=t.length)return e.target=null,m(void 0,!0);switch(e.kind){case"keys":return m(n,!1);case"values":return m(t[n],!1)}return m([n,t[n]],!1)}),"values");var y=i.Arguments=i.Array;if(a("keys"),a("values"),a("entries"),!u&&l&&"values"!==y.name)try{o(y,"name",{value:"values"})}catch(e){}},9367:function(e,t,n){"use strict";var r=n(2159),a=n(7136);e.exports=function(e,t){var n=e[t];return a(n)?void 0:r(n)}},9447:function(e,t,n){"use strict";var r=n(8828);e.exports=!r((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},9550:function(e){"use strict";e.exports=function(e,t){return{value:e,done:t}}},9552:function(e,t,n){"use strict";var r=n(5951),a=n(6285),i=r.document,s=a(i)&&a(i.createElement);e.exports=function(e){return s?i.createElement(e):{}}},9671:function(e,t,n){"use strict";n(366)("patternMatch")},9692:function(e,t,n){"use strict";var r=n(7045);e.exports=r},9721:function(e,t,n){"use strict";var r=n(1091),a=n(5582),i=n(6024),s=n(3930),o=n(1907),c=n(8828),m=n(2250),u=n(5594),l=n(3427),p=n(6656),d=n(9846),h=String,y=a("JSON","stringify"),f=o(/./.exec),g=o("".charAt),N=o("".charCodeAt),x=o("".replace),w=o(1..toString),v=/[\uD800-\uDFFF]/g,C=/^[\uD800-\uDBFF]$/,b=/^[\uDC00-\uDFFF]$/,P=!d||c((function(){var e=a("Symbol")("stringify detection");return"[null]"!==y([e])||"{}"!==y({a:e})||"{}"!==y(Object(e))})),z=c((function(){return'"\\udf06\\ud834"'!==y("\udf06\ud834")||'"\\udead"'!==y("\udead")})),S=function(e,t){var n=l(arguments),r=p(t);if(m(r)||void 0!==e&&!u(e))return n[1]=function(e,t){if(m(r)&&(t=s(r,this,h(e),t)),!u(t))return t},i(y,null,n)},_=function(e,t,n){var r=g(n,t-1),a=g(n,t+1);return f(C,e)&&!f(b,a)||f(b,e)&&!f(C,r)?"\\u"+w(N(e,0),16):e};y&&r({target:"JSON",stat:!0,arity:3,forced:P||z},{stringify:function(e,t,n){var r=l(arguments),a=i(P?S:y,null,r);return z&&"string"==typeof a?x(a,v,_):a}})},9724:function(e,t,n){"use strict";var r=n(1907),a=n(9298),i=r({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return i(a(e),t)}},9846:function(e,t,n){"use strict";var r=n(798),a=n(8828),i=n(5951).String;e.exports=!!Object.getOwnPropertySymbols&&!a((function(){var e=Symbol("symbol detection");return!i(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))}},g={};function N(e){var t=g[e];if(void 0!==t)return t.exports;var n=g[e]={exports:{}};return f[e].call(n.exports,n,n.exports,N),n.exports}N.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return N.d(t,{a:t}),t},N.d=function(e,t){for(var n in t)N.o(t,n)&&!N.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},N.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),N.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},N.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var x={};return function(){"use strict";N.r(x),N.d(x,{AE_AMOUNT_FORMATS:function(){return Ee},AbiVersion:function(){return Ft},AccountBase:function(){return Oo},AccountError:function(){return p},AccountGeneralized:function(){return Ou},AccountLedger:function(){return Gu},AccountLedgerFactory:function(){return Lu},AccountMemory:function(){return Lo},AccountMetamask:function(){return Zu},AccountMetamaskFactory:function(){return ul},AccountMnemonicFactory:function(){return Au},AeSdk:function(){return um},AeSdkAepp:function(){return Hm},AeSdkBase:function(){return mm},AeSdkMethods:function(){return sm},AeSdkWallet:function(){return yu},AensError:function(){return d},AensPointerContextError:function(){return D},AeppError:function(){return h},AlreadyConnectedError:function(){return Ae},AmbiguousEventDefinitionError:function(){return de},ArgumentCountMismatchError:function(){return S},ArgumentError:function(){return P},BaseError:function(){return l},BrowserRuntimeConnection:function(){return sw},BrowserWindowMessageConnection:function(){return ew},BytecodeMismatchError:function(){return ne},CallReturnType:function(){return zr},Channel:function(){return Lp},ChannelCallError:function(){return K},ChannelConnectionError:function(){return Q},ChannelError:function(){return y},ChannelIncomingMessageError:function(){return Z},ChannelPingTimedOutError:function(){return Y},CompilerBase:function(){return hl},CompilerError:function(){return f},CompilerHttp:function(){return cp},ConsensusProtocolVersion:function(){return Ht},Contract:function(){return kc},ContractError:function(){return g},CryptographyError:function(){return w},DRY_RUN_ACCOUNT:function(){return Rt},DecodeError:function(){return ve},DelegationTag:function(){return dc},DryRunError:function(){return be},DuplicateContractError:function(){return re},DuplicateNodeError:function(){return xe},Encoded:function(){return e},Encoding:function(){return tt},EntryTag:function(){return Sr},IllegalArgumentError:function(){return z},IllegalBidFeeError:function(){return Pe},InactiveContractError:function(){return ae},InsufficientBalanceError:function(){return _},InsufficientNameFeeError:function(){return J},InternalError:function(){return V},InvalidAensNameError:function(){return H},InvalidAuthDataError:function(){return te},InvalidChecksumError:function(){return he},InvalidMethodInvocationError:function(){return ie},InvalidRpcMessageError:function(){return j},InvalidSignatureError:function(){return ze},InvalidTxError:function(){return tc},LogicError:function(){return B},MAX_AUTH_FUN_GAS:function(){return Ot},MESSAGE_DIRECTION:function(){return lm},METHODS:function(){return hm},MIN_GAS_PRICE:function(){return Bt},MemoryAccount:function(){return Lo},MerkleTreeHashMismatchError:function(){return ye},Middleware:function(){return jx},MiddlewarePageMissed:function(){return Dx},MiddlewareSubscriber:function(){return md},MiddlewareSubscriberDisconnected:function(){return ad},MiddlewareSubscriberError:function(){return rd},MissingCallbackError:function(){return F},MissingContractAddressError:function(){return se},MissingContractDefError:function(){return oe},MissingEventDefinitionError:function(){return pe},MissingFunctionNameError:function(){return ce},MissingNodeInTreeError:function(){return fe},MissingParamError:function(){return I},NAME_BID_RANGES:function(){return Jt},NAME_BID_TIMEOUT_BLOCKS:function(){return $t},NAME_FEE_BID_INCREMENT:function(){return Gt},NAME_FEE_MULTIPLIER:function(){return Vt},NAME_MAX_LENGTH_FEE:function(){return Dt},Name:function(){return bc},NoSerializerFoundError:function(){return T},NoSuchContractFunctionError:function(){return ue},NoWalletConnectedError:function(){return qe},Node:function(){return ko},NodeError:function(){return v},NodeInvocationError:function(){return me},NodeNotFoundError:function(){return we},NotImplementedError:function(){return R},NotPayableFunctionError:function(){return le},ORACLE_TTL_TYPES:function(){return _r},Oracle:function(){return Dc},OracleClient:function(){return Jc},PayloadLengthError:function(){return Ce},PrefixNotFoundError:function(){return Se},RPC_STATUS:function(){return ym},RequestTimedOutError:function(){return A},RpcConnectionDenyError:function(){return vm},RpcConnectionError:function(){return Me},RpcError:function(){return gm},RpcInternalError:function(){return Pm},RpcInvalidTransactionError:function(){return Nm},RpcMethodNotFoundError:function(){return Sm},RpcNoNetworkById:function(){return zm},RpcNotAuthorizeError:function(){return Cm},RpcPermissionDenyError:function(){return bm},RpcRejectedByUserError:function(){return xm},RpcUnsupportedProtocolError:function(){return wm},SUBSCRIPTION_TYPES:function(){return dm},SchemaNotFoundError:function(){return _e},Tag:function(){return Ut},TagNotFoundError:function(){return Ie},TransactionError:function(){return C},TxNotInChainError:function(){return Te},TxTimedOutError:function(){return q},TypeError:function(){return M},UnAuthorizedAccountError:function(){return U},UnavailableAccountError:function(){return $},UnexpectedChannelMessageError:function(){return X},UnexpectedTsError:function(){return G},UnknownChannelStateError:function(){return ee},UnknownNodeLengthError:function(){return ge},UnknownPathNibbleError:function(){return Ne},UnknownRpcClientError:function(){return L},UnsubscribedAccountError:function(){return W},UnsupportedPlatformError:function(){return E},UnsupportedProtocolError:function(){return k},UnsupportedVersionError:function(){return O},VmVersion:function(){return jt},WALLET_TYPE:function(){return pm},WalletConnectorFrame:function(){return iu},WalletConnectorFrameWit