@upcoming/bee-js 12.2.5 → 12.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.BeeJs=t():e.BeeJs=t()}(this,(()=>(()=>{var e={20(e,t){"use strict";var n;async function r(e){return new Promise(((t,n)=>e.then(n,t)))}async function a(e){return new Promise((t=>setTimeout((()=>{t(!0)}),e)))}function i(e,t=Math.random){for(let n=e.length-1;n>0;n--){const r=Math.floor(t()*(n+1)),a=e[n];e[n]=e[r],e[r]=a}return e}function o(e,t,n=Math.random){return i(W(0,e.length-1),n).slice(0,t)}function s(e,t,n=Math.random){return Math.floor(n()*(t-e+1))+e}function c(e,t,n){return t>=e.x&&t<e.x+e.width&&n>=e.y&&n<e.y+e.height}function u(e,t=Math.random){return t()<e}function l(e,t=Math.random){return e[Math.floor(e.length*t())]}function h(e){if(!e.length)throw Error("Received empty array");return e[e.length-1]}function f(e,t,n){return n(t.reduce(((e,t)=>t(e)),e))}function m(e,t){if(null==e)return null;const n=t.split(".");let r=e;for(const a of n){if(null===r[a]||void 0===r[a])return null;r=r[a]}return r}function p(e,t,n){const r=t.split(/\.|\[/);let a=e;for(let i=0;i<r.length;i++){const e=r[i],t=i<r.length-1&&r[i+1].includes("]"),o=e.includes("]")?e.replace(/\[|\]/g,""):e;if(i===r.length-1)return a[o]=n,n;g(a[o])||(a[o]=t?[]:{}),a=a[o]}return n}function d(e,t){return Math.round(e/t)*t}function g(e,t=!0){return!(!e||t&&!w(e._readableState)||t&&e.constructor&&(e.constructor.isBuffer||"AbortController"==e.constructor.name||"AbortSignal"==e.constructor.name||"Uint8Array"==e.constructor.name||"ArrayBuffer"===e.constructor.name||"ReadableStream"===e.constructor.name))&&"object"==typeof e}function y(e){return g(e)&&!Array.isArray(e)}function b(e){return Array.isArray(e)&&0===e.length}function w(e){return void 0===e}function B(e){return"[object Function]"===Object.prototype.toString.call(e)||"[object AsyncFunction]"===Object.prototype.toString.call(e)}function v(e){return"[object String]"===Object.prototype.toString.call(e)}function T(e){return"number"==typeof e&&isFinite(e)}function E(e){return!0===e||!1===e}function R(e){return"[object Date]"===Object.prototype.toString.call(e)}function x(e){return!v(e)||0===e.trim().length}function S(e){return T(e)&&Number.isInteger(e)&&e>=1}function O(e){return v(e)&&null!==e.match(/^-?\d+$/)}function D(e){return v(e)&&null!==e.match(/^(0x)?[0-9a-f]+$/i)}t.Mi=t.l2=t.mW=t.DH=t.Or=t.Rb=t.AO=t.HC=t.FQ=t.iQ=t.DO=t.o8=t.LQ=t.yI=t.c_=t.Ox=t.ij=t.g$=t.O3=t.Dj=t.ie=t.vU=t.AA=t.$i=t.pp=t.f7=t.dF=t.Xx=void 0;const A="!@#$%^&*()_+-=[]{}|;:<>?,./".split(""),V="abcdefghijklmnopqrstuvwxyz",$=V+"ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890",I=$+"!@#$%^&*()_+-=[]{}|;:<>?,./",C=["—","\\","東","京","都","𝖆","𝖇","𝖈","👾","🙇","💁","🙅","ᚠ","ᛇ","ᚻ","ᛦ"],N="0123456789abcdef";function F(e,t){if(x(e))throw new TypeError(`Expected string${t?.name?` for ${t.name}`:""}, got: `+e);if(t&&(void 0!==t.min&&e.length<t.min||void 0!==t.max&&e.length>t.max))throw RangeError(`Expected string${t?.name?` for ${t.name}`:""} length in range: ${t.min??"-inf"}..${t.max??"inf"}; got: ${e.length}`);return e}function k(e,t){if(void 0!==t.min&&e<t.min||void 0!==t.max&&e>t.max)throw RangeError(`Expected value${t?.name?` for ${t.name}`:""} in range: ${t.min??"-inf"}..${t.max??"inf"}; got: ${e}`)}function z(e,t){if(T(e))return t&&k(e,t),e;if(!v(e)||!e.match(/^-?\d+(\.\d+)?$/))throw new TypeError(`Expected number${t?.name?` for ${t.name}`:""}, got: `+e);const n=parseFloat(e);return t&&k(n,t),n}function P(e,t){return Math.trunc(z(e,t))}function M(e,t){if(!y(e))throw new TypeError(`Expected object${t?.name?` for ${t.name}`:""}, got: `+e);return e}function L(e){return v(e)&&null!==e.match(/^https?:\/\/.+/)}function U(e){return"bigint"==typeof e}function j(e,t){if(!U(e))throw new TypeError(`Expected bigint${t?.name?` for ${t.name}`:""}, got: `+e);if(void 0!==t?.min&&e<t?.min||void 0!==t?.max&&e>t?.max)throw RangeError(`Expected value${t?.name?` for ${t.name}`:""} in range: ${t.min??"-inf"}..${t.max??"inf"}; got: ${e}`);return e}function G(e,t){for(const[n,r]of Object.entries(t))if(!r(e[n]))throw TypeError(`${n} in value does not exist or match shape`);for(const n of Object.keys(e))if(!t[n])throw TypeError(`${n} exists in value but not in shape`);return!0}function q(e,t){if(y(e)&&y(t))for(const n in t)y(t[n])?(e[n]||(e[n]={}),q(e[n],t[n])):Array.isArray(t[n])?e[n]=[...t[n]]:(null!==t[n]&&void 0!==t[n]||null===e[n]||void 0===e[n])&&(e[n]=t[n]);return e}function _(e,t){const n={};for(const r of e)for(const e of Object.keys(r))n[e]?n[e]=t(n[e],r[e]):n[e]=r[e];return n}function H(e,t){Array.prototype.push.apply(e,t)}function W(e,t){const n=[];for(let r=e;r<=t;r++)n.push(r);return n}function K(e,t=()=>!1){return e.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,"").split("").map((e=>/[a-z0-9]/.test(e)||t(e)?e:"-")).join("").replace(/-+/g,"-").replace(/^-|-$/g,"")}function X(e,t){if(0===t.length)return 0;const n=e.toLowerCase(),r=t.toLowerCase();return e===t?1e4:n.startsWith(r)?1e4-e.length:n.includes(r)?5e3-e.length:new RegExp(".*"+r.split("").join(".*")+".*").test(n)?1e3-e.length:0}const Z={"&amp;":"&","&quot;":'"',"&apos;":"'","&gt;":">","&lt;":"<"};function J(e,t){const n=e.indexOf(t);return-1===n?null:e.slice(0,n)}function Q(e,t){const n=e.indexOf(t);return-1===n?null:e.slice(n+t.length)}function Y(e,t){const n=e.lastIndexOf(t);return-1===n?null:e.slice(0,n)}function ee(e,t){const n=e.lastIndexOf(t);return-1===n?null:e.slice(n+t.length)}function te(e,t,n=!1){const r=n?e.lastIndexOf(t):e.indexOf(t);return-1===r?n?[null,e]:[e,null]:[e.slice(0,r),e.slice(r+t.length)]}function ne(e,t){let n=[e];for(const r of t)n=n.flatMap((e=>e.split(r)));return n.filter((e=>e))}function re(e){const t=h(e.split(/\\|\//g)),n=t.lastIndexOf(".",t.length-1);return n<=0?"":t.slice(n+1)}function ae(e){const t=h(e.split(/\\|\//g)),n=t.lastIndexOf(".",t.length-1);return n<=0?t:t.slice(0,n)}function ie(e){return e.split("\n").map((e=>e.trim().replace(/\s+/g," "))).filter((e=>e.length>0)).join("\n")}function oe(e){return e.charAt(0).toUpperCase()+e.slice(1)}function se(e){return e.charAt(0).toLowerCase()+e.slice(1)}function ce(e){if(!e)return!1;const t=e.charCodeAt(0);return t>=65&&t<=90||t>=97&&t<=122}function ue(e){if(!e)return!1;const t=e.charCodeAt(0);return t>=48&&t<=57}function le(e){return ce(e)||ue(e)}const he=" \n\t\r.,?!:;\"'`(){}[]~@#$%^&*-+=|<>/\\".split("");function fe(e){return he.includes(e)}function me(e,t,n=0){const r=t.exec(e.slice(n));return r?{index:r.index,match:r[0]}:null}function pe(e,t,n=!0){if(!n)return t.every((t=>t instanceof RegExp?t.test(e):-1!==e.indexOf(t,0)));let r=0;for(const a of t)if(a instanceof RegExp){const t=me(e,a,r);if(!t)return!1;r=t.index+t.match.length}else{const t=e.indexOf(a,r);if(-1===t)return!1;r=t+a.length}return!0}function de(e,t,n=0){const r=[];let a=e.indexOf(t,n);for(;-1!==a;)r.push(a),a=e.indexOf(t,a+t.length);return r}function ge(e,t,n=0){let r=-1;for(const a of t){const t=e.indexOf(a,n);-1!==t&&(-1===r||t<r)&&(r=t)}return r}function ye(e,t=0){for(let n=t;n<e.length;n++)if(fe(e[n]))return n;return-1}function be(e,t=0){for(let n=t;n<e.length;n++)if("#"===e[n]&&le(e[n+1]))return n;return-1}function we(e,t,n=0){return e.slice(0,n).lastIndexOf(t)}function Be(e,t=0,n="{",r="}"){let a=1;for(let i=t;i<e.length;i++)if(e.slice(i,i+r.length)===r){if(0==--a)return i}else e.slice(i,i+n.length)===n&&a++;return-1}function ve(e,t){const n=t.wordBoundary?ge(e,[`${t.opening} `,`${t.opening}\n`],t.start||0):e.indexOf(t.opening,t.start||0);if(-1===n)return null;const r=Be(e,n+t.opening.length,t.opening,t.closing);return-1===r?null:t.exclusive?e.slice(n+t.opening.length,r):e.slice(n,r+t.closing.length)}const Te="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ee="ABCDEFGHIJKLMNOPQRSTUVWXYZ234567";function Re(e,t){const n=t.length;let r=0,a=0;const i=[];for(let o=0;o<e.length;o++){const s=e[o];if("="===s)break;const c=t.indexOf(s);if(-1===c)throw new Error(`Invalid character: ${s}`);a=a<<Math.log2(n)|c,r+=Math.log2(n),r>=8&&(r-=8,i.push(a>>r&255))}return new Uint8Array(i)}function xe(e,t){const n=t.length;let r=0,a=0,i="";for(let o=0;o<e.length;o++)for(a=a<<8|e[o],r+=8;r>=Math.log2(n);)r-=Math.log2(n),i+=t[a>>r&n-1];return r>0&&(i+=t[a<<Math.log2(n)-r&n-1]),i.length%4!=0&&(i+="=".repeat(4-i.length%4)),i}function Se(e,t,n){const r=[];for(const a of n)a!==t&&r.push(e.replace(t,a));return r}function Oe(e){const t=e.lastIndexOf(" ");if(-1===t)return{line:e,rest:""};return{line:e.slice(0,t),rest:e.slice(t+1)}}function De(e){const t=e.reduce(((e,t)=>e.length<t.length?e:t));let n="";for(let r=0;r<t.length;r++){const a=t[r];if(!e.every((e=>e[r]===a)))break;n+=a}return n}function Ae(e,t){return new RegExp(`\\b${t}\\b`).test(e)}function Ve(e,t,n=[]){let r="";for(;t<e.length&&(le(e[t])||n.includes(e[t]));)r+=e[t++];return r}function $e(e,t,n,r="$",a=":"){if(""===n)return e;let i=e.indexOf(`${r}${t}`);for(;-1!==i;){if(e[i+t.length+1]===a)if(e[i+t.length+2]===a)e=e.replace(`${r}${t}${a}${a}`,n);else{const o=Ve(e,i+t.length+2,["_"]);e=e.replace(`${r}${t}${a}${o}`,n)}else e=e.replace(`${r}${t}`,n);i=e.indexOf(`${r}${t}`,i+n.length)}return e}function Ie(e,t="$",n=":"){let r=e.indexOf(t);for(;-1!==r;){const a=Ve(e,r+1);if(e[r+a.length+1]===n)if(e[r+a.length+2]===n)e=e.replace(`${t}${a}${n}${n}`,"");else{const i=Ve(e,r+a.length+2);e=e.replace(`${t}${a}${n}${i}`,i)}r=e.indexOf(t,r+1)}return e}function Ce(e,t=!0){const n=Object.entries(e).filter((([e,t])=>null!=t)).map((([e,t])=>`${e}=${encodeURIComponent(t)}`)).join("&");return n?(t?"?":"")+n:""}function Ne(e){return String(Math.floor(e)).padStart(2,"0")}function Fe(e){const t=Math.floor(e/36e5);e%=36e5;const n=Math.floor(e/6e4);e%=6e4;const r=Math.floor(e/1e3);return t?`${Ne(t)}:${Ne(n)}:${Ne(r)}`:`${Ne(n)}:${Ne(r)}`}function ke(e){return Math.floor((R(e)?e.getTime():e)/864e5)}const ze={today:(e,t)=>Ne(e)+":"+Ne(t),yesterday:()=>"Yesterday",monday:()=>"Mon",tuesday:()=>"Tue",wednesday:()=>"Wed",thursday:()=>"Thu",friday:()=>"Fri",saturday:()=>"Sat",sunday:()=>"Sun",weeks:e=>`${e}w`};const Pe={now:()=>"A few seconds",seconds:e=>`${e} seconds`,minutes:e=>`${e} minutes`,hours:e=>`${e} hours`,days:e=>`${e} days`,weeks:e=>`${e} weeks`};function Me(e,n){const r=n?.now??Date.now(),a=n?.labels||Pe;let i=(r-(t.Or.isDate(e)?e.getTime():e))/1e3;return i<10?a.now():i<120?a.seconds(Math.floor(i)):(i/=60,i<120?a.minutes(Math.floor(i)):(i/=60,i<48?a.hours(Math.floor(i)):(i/=24,i<14?a.days(Math.floor(i)):(i/=7,a.weeks(Math.floor(i))))))}const Le={};const Ue={s:1e3,m:6e4,h:36e5,d:864e5};const je={0:"sunday",1:"monday",2:"tuesday",3:"wednesday",4:"thursday",5:"friday",6:"saturday"};function Ge(e){return{zeroBasedIndex:e,day:je[e]}}function qe(e){return Ge(e.getDay())}const _e={ms:1,milli:1,millis:1,millisecond:1,milliseconds:1,s:1e3,sec:1e3,second:1e3,seconds:1e3,m:6e4,min:6e4,minute:6e4,minutes:6e4,h:36e5,hour:36e5,hours:36e5,d:864e5,day:864e5,days:864e5,w:6048e5,week:6048e5,weeks:6048e5,month:2592e6,months:2592e6,y:31536e6,year:31536e6,years:31536e6};const He={b:0,byte:0,bytes:0,kb:1,kilobyte:1,kilobytes:1,mb:2,megabyte:2,megabytes:2,gb:3,gigabyte:3,gigabytes:3,tb:4,terabyte:4,terabytes:4};const We=new Map;function Ke(e,t=!1){e=e.filter((e=>e)),t&&v(e[1])&&(e[1]="../"+e[1]);let n="";v(e[0])&&e[0].includes("://")&&(n=J(e[0],"://")??"",e[0]=Q(e[0],"://")??"");const r=e.map((e=>String(e))).flatMap((e=>e.split("/"))),a=[];for(let i=0;i<r.length;i++)"."!==r[i]&&(".."===r[i]?(!n||a.length>1)&&a.pop():a.push(r[i]));return(n?n+"://":"")+a.join("/").replaceAll(/\/{2,}/g,"/")}function Xe(e){const t=Object.keys(e).sort(((e,t)=>e.localeCompare(t))),n={};for(const r of t)n[r]=Je(e[r]);return n}function Ze(e){const t=[];return e.sort(((e,t)=>JSON.stringify(Je(e)).localeCompare(JSON.stringify(Je(t))))).forEach((e=>t.push(Je(e)))),t}function Je(e){return Array.isArray(e)?Ze(e):g(e)?Xe(e):e}function Qe(e,t){return JSON.stringify(Je(e))===JSON.stringify(Je(t))}function Ye(e){const t=Object.keys(e);return t[Math.floor(Math.random()*t.length)]}const et=[1e3,1e6,1e9,1e12,1e15,1e18,1e21,1e24,1e27,1e30,1e9,1e16,1e18,1e18,1e18,1e33],tt=["thousand","million","billion","trillion","quadrillion","quintillion","sextillion","septillion","octillion","nonillion","gwei","bzz","btc","eth","dai","decillion"],nt=["K","M","B","T","Qa","Qi","Sx","Sp","O","N","gwei","bzz","eth","btc","dai","D"];function rt(e){const t=parseFloat(e);if(isNaN(t))throw Error("makeNumber got NaN for input");const n=e.replace(/^-?[0-9.]+/,"").trim(),r=nt.findIndex((e=>e.toLowerCase()===n.toLowerCase()));return-1===r?t:t*et[r]}function at(e,t,n){return e<t?t:e>n?n:e}function it(e,t,n){return e+(n?"["+t+"]":(e.length?".":"")+t)}function ot(e,t,n,r,a){if(!g(t))return t;for(const[i,o]of Object.entries(t)){const t=it(n,i,r);Array.isArray(o)?a?ot(e,o,t,!0,a):e[t]=o.map((e=>ot(Array.isArray(e)?[]:{},e,"",!1,a))):g(o)?ot(e,o,t,!1,a):e[t]=o}return e}function st(e,t){const n={};for(const r of e){n[t(r)]=r}return n}function ct(e,t){const n=Math.ceil(e.length/t),r=[];for(let a=0;a<e.length;a+=n)r.push(e.slice(a,a+n));return r}function ut(e,t){const n=[],r=Math.ceil(e.length/t);for(let a=0;a<r;a++)n.push(e.slice(a*t,a*t+t));return n}function lt(e,t){return Object.fromEntries(Object.entries(e).sort(t))}function ht(e,t){const n=[];let r=[];return e.forEach(((a,i)=>{(0===i||!t(a,e[i-1]))&&(r=[],n.push(r)),r.push(a)})),n}function ft(e,t,n,r=100){if(e.map.has(t)){const n=e.keys.indexOf(t);e.keys.splice(n,1)}if(e.map.set(t,n),e.keys.push(t),e.keys.length>r){const t=e.keys.shift();t&&e.map.delete(t)}}class mt{constructor(e){this.value=e}static of(e){return new mt(e)}static empty(){return new mt(null)}map(e){return new mt(null!==this.value&&void 0!==this.value?e(this.value):null)}mapAsync(e){return null!==this.value&&void 0!==this.value?e(this.value).then((e=>mt.of(e))):Promise.resolve(mt.empty())}ifPresent(e){return null!==this.value&&void 0!==this.value&&e(this.value),this}ifPresentAsync(e){return null!==this.value&&void 0!==this.value?e(this.value).then((()=>this)):Promise.resolve(this)}ifAbsent(e){return(null===this.value||void 0===this.value)&&e(),this}ifAbsentAsync(e){return null===this.value||void 0===this.value?e().then((()=>this)):Promise.resolve(this)}getOrFallback(e){return this.value??e()}getOrFallbackAsync(e){return null!==this.value&&void 0!==this.value?Promise.resolve(this.value):e()}getOrThrow(){if(null===this.value||void 0===this.value)throw Error("Optional.value is empty");return this.value}}t.Xx=mt;t.dF=class{constructor(e){this.supplier=e,this.value=null}get(){return this.value||(this.value=this.supplier()),this.value}};t.f7=class{constructor(e){this.supplier=e,this.value=null}async get(){return this.value||(this.value=await this.supplier()),this.value}};class pt{constructor(e){this.value=e,this.children=[]}}function dt(e,t){if(Math.log2(e.length)%1!=0)throw new Error("Array length must be a power of 2");let n=[...e];for(;n.length>1;){const e=[];for(let r=0;r<n.length;r+=2){const a=n[r+1];e.push(t(n[r],a))}n=e}return n[0]}function gt(...e){const t=e.reduce(((e,t)=>e+t.length),0),n=new Uint8Array(t);let r=0;return e.forEach((e=>{n.set(e,r),r+=e.length})),n}function yt(e){return 137===e[0]&&80===e[1]&&78===e[2]&&71===e[3]}function bt(e){return 255===e[0]&&216===e[1]}function wt(e){return 87===e[8]&&69===e[9]&&66===e[10]&&80===e[11]}function Bt(e,t){const n=new ArrayBuffer(8);return new DataView(n).setBigUint64(0,BigInt(e),"LE"===t),new Uint8Array(n)}function vt(e,t){const n=new Uint8Array(32);let r=e;if("LE"===t){for(let e=0;e<32;e++)n[e]=Number(0xffn&r),r>>=8n;return n}for(let a=31;a>=0;a--)n[a]=Number(0xffn&r),r>>=8n;return n}function Tt(e,t){let n=0n;if("LE"===t){for(let t=31;t>=0;t--)n=n<<8n|BigInt(e[t]);return n}for(let r=0;r<32;r++)n=n<<8n|BigInt(e[r]);return n}function Et(e,t){const n=[];for(let r=0;r<e.length;r+=t)n.push(e.subarray(r,r+t));return n}const Rt=[0,1,0,32898,2147483648,32906,2147483648,2147516416,0,32907,0,2147483649,2147483648,2147516545,2147483648,32777,0,138,0,136,0,2147516425,0,2147483658,0,2147516555,2147483648,139,2147483648,32905,2147483648,32771,2147483648,32770,2147483648,128,0,32778,2147483648,2147483658,2147483648,2147516545,2147483648,32896,0,2147483649,2147483648,2147516424];function xt(e){for(let t=0;t<24;t++){const n=e[0]^e[10]^e[20]^e[30]^e[40],r=e[1]^e[11]^e[21]^e[31]^e[41],a=e[2]^e[12]^e[22]^e[32]^e[42],i=e[3]^e[13]^e[23]^e[33]^e[43],o=e[4]^e[14]^e[24]^e[34]^e[44],s=e[5]^e[15]^e[25]^e[35]^e[45],c=e[6]^e[16]^e[26]^e[36]^e[46],u=e[7]^e[17]^e[27]^e[37]^e[47],l=e[8]^e[18]^e[28]^e[38]^e[48],h=e[9]^e[19]^e[29]^e[39]^e[49],f=l^(a<<1|i>>>31),m=h^(i<<1|a>>>31),p=n^(o<<1|s>>>31),d=r^(s<<1|o>>>31),g=a^(c<<1|u>>>31),y=i^(u<<1|c>>>31),b=o^(l<<1|h>>>31),w=s^(h<<1|l>>>31),B=c^(n<<1|r>>>31),v=u^(r<<1|n>>>31);e[0]^=f,e[1]^=m,e[2]^=p,e[3]^=d,e[4]^=g,e[5]^=y,e[6]^=b,e[7]^=w,e[8]^=B,e[9]^=v,e[10]^=f,e[11]^=m,e[12]^=p,e[13]^=d,e[14]^=g,e[15]^=y,e[16]^=b,e[17]^=w,e[18]^=B,e[19]^=v,e[20]^=f,e[21]^=m,e[22]^=p,e[23]^=d,e[24]^=g,e[25]^=y,e[26]^=b,e[27]^=w,e[28]^=B,e[29]^=v,e[30]^=f,e[31]^=m,e[32]^=p,e[33]^=d,e[34]^=g,e[35]^=y,e[36]^=b,e[37]^=w,e[38]^=B,e[39]^=v,e[40]^=f,e[41]^=m,e[42]^=p,e[43]^=d,e[44]^=g,e[45]^=y,e[46]^=b,e[47]^=w,e[48]^=B,e[49]^=v;const T=e[0],E=e[1],R=e[2]<<1|e[3]>>>31,x=e[3]<<1|e[2]>>>31,S=e[5]<<30|e[4]>>>2,O=e[4]<<30|e[5]>>>2,D=e[6]<<28|e[7]>>>4,A=e[7]<<28|e[6]>>>4,V=e[8]<<27|e[9]>>>5,$=e[9]<<27|e[8]>>>5,I=e[11]<<4|e[10]>>>28,C=e[10]<<4|e[11]>>>28,N=e[13]<<12|e[12]>>>20,F=e[12]<<12|e[13]>>>20,k=e[14]<<6|e[15]>>>26,z=e[15]<<6|e[14]>>>26,P=e[17]<<23|e[16]>>>9,M=e[16]<<23|e[17]>>>9,L=e[18]<<20|e[19]>>>12,U=e[19]<<20|e[18]>>>12,j=e[20]<<3|e[21]>>>29,G=e[21]<<3|e[20]>>>29,q=e[22]<<10|e[23]>>>22,_=e[23]<<10|e[22]>>>22,H=e[25]<<11|e[24]>>>21,W=e[24]<<11|e[25]>>>21,K=e[26]<<25|e[27]>>>7,X=e[27]<<25|e[26]>>>7,Z=e[29]<<7|e[28]>>>25,J=e[28]<<7|e[29]>>>25,Q=e[31]<<9|e[30]>>>23,Y=e[30]<<9|e[31]>>>23,ee=e[33]<<13|e[32]>>>19,te=e[32]<<13|e[33]>>>19,ne=e[34]<<15|e[35]>>>17,re=e[35]<<15|e[34]>>>17,ae=e[36]<<21|e[37]>>>11,ie=e[37]<<21|e[36]>>>11,oe=e[38]<<8|e[39]>>>24,se=e[39]<<8|e[38]>>>24,ce=e[40]<<18|e[41]>>>14,ue=e[41]<<18|e[40]>>>14,le=e[42]<<2|e[43]>>>30,he=e[43]<<2|e[42]>>>30,fe=e[45]<<29|e[44]>>>3,me=e[44]<<29|e[45]>>>3,pe=e[47]<<24|e[46]>>>8,de=e[46]<<24|e[47]>>>8,ge=e[48]<<14|e[49]>>>18,ye=e[49]<<14|e[48]>>>18;e[0]=T^~N&H,e[1]=E^~F&W,e[2]=N^~H&ae,e[3]=F^~W&ie,e[4]=H^~ae&ge,e[5]=W^~ie&ye,e[6]=ae^~ge&T,e[7]=ie^~ye&E,e[8]=ge^~T&N,e[9]=ye^~E&F,e[10]=D^~L&j,e[11]=A^~U&G,e[12]=L^~j&ee,e[13]=U^~G&te,e[14]=j^~ee&fe,e[15]=G^~te&me,e[16]=ee^~fe&D,e[17]=te^~me&A,e[18]=fe^~D&L,e[19]=me^~A&U,e[20]=R^~k&K,e[21]=x^~z&X,e[22]=k^~K&oe,e[23]=z^~X&se,e[24]=K^~oe&ce,e[25]=X^~se&ue,e[26]=oe^~ce&R,e[27]=se^~ue&x,e[28]=ce^~R&k,e[29]=ue^~x&z,e[30]=V^~I&q,e[31]=$^~C&_,e[32]=I^~q&ne,e[33]=C^~_&re,e[34]=q^~ne&pe,e[35]=_^~re&de,e[36]=ne^~pe&V,e[37]=re^~de&$,e[38]=pe^~V&I,e[39]=de^~$&C,e[40]=S^~P&Z,e[41]=O^~M&J,e[42]=P^~Z&Q,e[43]=M^~J&Y,e[44]=Z^~Q&le,e[45]=J^~Y&he,e[46]=Q^~le&S,e[47]=Y^~he&O,e[48]=le^~S&P,e[49]=he^~O&M,e[0]^=Rt[2*t],e[1]^=Rt[2*t+1]}}function St(e){const t=[];for(let n=0;n<e.length;n+=4)t.push(e[n]|e[n+1]<<8|e[n+2]<<16|e[n+3]<<24);return t}function Ot(e,t){if(!e.length){const e=new Uint8Array(136);return e[0]=t,e[135]=128,[St(e)]}const n=Et(e,136),r=n[n.length-1];if(r.length<136){const e=new Uint8Array(136);e.set(r),e[r.length]=t,e[135]|=128,n[n.length-1]=e}if(136===r.length){const e=new Uint8Array(136);e[0]=t,e[135]=128,n.push(e)}return n.map(St)}function Dt(e,t){for(const n of t){for(let t=0;t<34;t+=2)e[t]^=n[t+1],e[t+1]^=n[t];xt(e)}return e}function At(e){return new Uint8Array([e[1],e[1]>>-24,e[1]>>-16,e[1]>>-8,e[0],e[0]>>8,e[0]>>16,e[0]>>24,e[3],e[3]>>-24,e[3]>>-16,e[3]>>-8,e[2],e[2]>>8,e[2]>>16,e[2]>>24,e[5],e[5]>>-24,e[5]>>-16,e[5]>>-8,e[4],e[4]>>8,e[4]>>16,e[4]>>24,e[7],e[7]>>-24,e[7]>>-16,e[7]>>-8,e[6],e[6]>>8,e[6]>>16,e[6]>>24])}function Vt(e){return At(Dt(new Array(50).fill(0),Ot(e,1)))}function $t(e,t,n=0){if(e.length>=t)return e;const r=new Uint8Array(t);return r.fill(n),r.set(e,t-e.length),r}function It(e,t,n=0){if(e.length>=t)return e;const r=new Uint8Array(t);return r.fill(n),r.set(e,0),r}function Ct(e,t){return(e%t+t)%t}function Nt(e,t){e=Ct(e,t);let[n,r]=[0n,1n],[a,i]=[t,e];for(;0n!==i;){const e=a/i;[n,r]=[r,n-e*r],[a,i]=[i,a-e*i]}if(a>1n)throw new Error("a is not invertible");return n<0n&&(n+=t),n}function Ft(e,t){return 0n===Ct(e,t)?0n:t%4n===3n?function(e,t,n){let r=1n;for(e=Ct(e,n);t>0;)t%2n===1n&&(r=Ct(r*e,n)),e=Ct(e*e,n),t/=2n;return r}(e,(t+1n)/4n,t):null}const kt=0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2fn,zt=0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141n,Pt=0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798n,Mt=0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8n;function Lt(e,t,n){if(0n===t)return[0n,0n];const r=Ct(3n*e*e*Nt(2n*t,n),n),a=Ct(r*r-2n*e,n);return[a,Ct(r*(e-a)-t,n)]}function Ut(e,t,n,r,a){if(0n===e&&0n===t)return[n,r];if(0n===n&&0n===r)return[e,t];if(e===n&&t===Ct(-r,a))return[0n,0n];if(e===n&&t===r)return Lt(e,t,a);const i=Ct((r-t)*Nt(n-e,a),a),o=Ct(i*i-e-n,a);return[o,Ct(i*(e-o)-t,a)]}function jt(e,t,n,r){let a=[0n,0n],i=[e,t];const o=n.toString(2);for(const s of o)"0"===s?(i=Ut(a[0],a[1],i[0],i[1],r),a=Lt(a[0],a[1],r)):(a=Ut(a[0],a[1],i[0],i[1],r),i=Lt(i[0],i[1],r));return a}function Gt(e,t,n){if(t<=0n||t>=zt)throw new Error("Invalid private key");if(n||(n=Ct(Tt(Vt(gt(Vt(vt(t,"BE")),vt(e,"BE"))),"BE"),zt)),n<=0n||n>=zt)throw new Error("Invalid nonce");const r=Ct(e,zt),a=jt(Pt,Mt,n,kt),i=Ct(a[0],zt);let o=Ct((r+Ct(i,zt)*t)*Nt(n,zt),zt);if(0n===i||0n===o)throw new Error("Invalid r or s value");let s=a[1]%2n===0n?27n:28n;return o>zt/2n&&(o=zt-o,s=27n===s?28n:27n),[i,o,s]}class qt{constructor(e){this.cursor=0,this.buffer=e}read(e){const t=this.buffer.subarray(this.cursor,this.cursor+e);return this.cursor+=e,t}max(){return this.buffer.length-this.cursor}}t.pp=qt;class _t{constructor(e){this.buffer=e,this.cursor=0}write(e){const t=Math.min(this.max(),e.max());return this.buffer.set(e.read(t),this.cursor),this.cursor+=t,t}max(){return this.buffer.length-this.cursor}}t.$i=_t;class Ht{constructor(e,t=0n){this.span=t,this.writer=new _t(new Uint8Array(e))}build(){return gt(Bt(this.span,"LE"),this.writer.buffer)}hash(){const e=dt(Et(this.writer.buffer,32),((e,t)=>Ht.hashFunction(gt(e,t))));return Ht.hashFunction(gt(Bt(this.span,"LE"),e))}}t.AA=Ht,Ht.hashFunction=Vt;class Wt{constructor(e,t=4096){this.counters=[1],this.capacity=t,this.chunks=[new Ht(t)],this.onChunk=e}static async root(e,t=4096){const r=new n(n.NOOP,t);return await r.append(e),r.finalize()}async append(e,t=0,n=0n){const r=new qt(e);for(;r.max()>0;){0===this.chunks[t].writer.max()&&await this.elevate(t);const e=this.chunks[t].writer.write(r);n?this.chunks[t].span+=n:this.chunks[0].span+=BigInt(e)}}async elevate(e){this.counters[e]=++this.counters[e]%(this.capacity/32),this.chunks[e+1]||(this.chunks.push(new Ht(this.capacity)),this.counters.push(1)),await this.append(this.chunks[e].hash(),e+1,this.chunks[e].span),await this.onChunk(this.chunks[e]),this.chunks[e]=new Ht(this.capacity)}async finalize(e=0){return this.chunks[e+1]?1===this.counters[e]?(await this.elevate(e+1),this.chunks[e+1]=this.chunks[e],this.finalize(e+1)):(await this.elevate(e),this.finalize(e+1)):(await this.onChunk(this.chunks[e]),this.chunks[e])}}t.vU=Wt,n=Wt,Wt.NOOP=async e=>{};class Kt{constructor(e,t){if(t<0)throw Error("Scale must be non-negative");this.value=BigInt(e),this.scale=t}static cast(e){if(!e)throw Error("Cannot cast falsy value to FixedPointNumber");if(e instanceof Kt)return e;const t=j(e.value),n=z(e.scale);return new Kt(t,n)}static fromDecimalString(e,t){/e\-\d+$/i.test(e)&&(e=parseFloat(e).toFixed(t));let[n,r]=e.split(".");return r=(r||"").padEnd(t,"0").slice(0,t),new Kt(BigInt(n+r),t)}static fromFloat(e,t){return Kt.fromDecimalString(e.toString(),t)}add(e){return this.assertSameScale(e),new Kt(this.value+e.value,this.scale)}subtract(e){return this.assertSameScale(e),new Kt(this.value-e.value,this.scale)}multiply(e){return new Kt(this.value*e,this.scale)}divmod(e){if(0n===e)throw new Error("Division by zero is not allowed");const t=this.value/e,n=this.value%e;return[new Kt(t,this.scale),new Kt(n,this.scale)]}exchange(e,t,n){if("*"===e){const e=this.value*t.value/10n**BigInt(this.scale);return new Kt(e,n)}this.assertSameScale(t);const r=this.value*10n**BigInt(n)/t.value;return new Kt(r,n)}compare(e){return this.assertSameScale(e),this.value>e.value?1:this.value<e.value?-1:0}toDecimalString(){if(0===this.scale)return this.value.toString();const e=this.value.toString();return`${e.slice(0,-this.scale)||"0"}.${e.slice(-this.scale).padStart(this.scale,"0")}`}toString(){return this.value.toString()}toJSON(){return this.toString()}toFloat(){return parseFloat(this.toDecimalString())}assertSameScale(e){if(this.scale!==e.scale)throw new Error(`Scale mismatch: expected ${this.scale}, but got ${e.scale}`)}}function Xt(e,t,n,r){const a=e.findIndex((e=>e===`--${t}`||e.startsWith(`--${t}=`))),i=e[a];if(!i)return(n||{})[r||t||""]||null;if(i.includes("="))return i.split("=")[1];const o=e[a+1];return o&&!o.startsWith("-")?o:(n||{})[r||t||""]||null}function Zt(e,t,n,r){const a=Xt(e,t,n,r);if(!a)throw new Error(`Missing argument ${t}`);return a}function Jt(e,t){const n=e[t];e.splice(t,1),e.unshift(n)}function Qt(e,t){return{x:e.x+t.x,y:e.y+t.y}}function Yt(e,t){return{x:e.x*t,y:e.y*t}}function en(e,t,n){return{x:e.x+Math.cos(t)*n,y:e.y+Math.sin(t)*n}}function tn(e,t){return Math.sqrt((e.x-t.x)**2+(e.y-t.y)**2)}function nn(e,t,n="row-first"){const r=[];if("column-first"===n)for(let a=0;a<e.length;a++)for(let n=0;n<e[0].length;n++)t(a,n)&&r.push({x:a,y:n});else for(let a=0;a<e[0].length;a++)for(let n=0;n<e.length;n++)t(n,a)&&r.push({x:n,y:a});return r}function rn(e,t,n){return!e[t-1]?.[n]}function an(e,t,n){return!e[t+1]?.[n]}function on(e,t,n){return!e[t][n-1]}function sn(e,t,n){return!e[t][n+1]}function cn(e,t,n){const r=[];return e[t][n]?function(e,t,n){return e[t+1]?.[n]&&e[t-1]?.[n]&&!e[t][n-1]&&!e[t][n+1]}(e,t,n)||function(e,t,n){return e[t][n+1]&&e[t][n-1]&&!e[t-1]?.[n]&&!e[t+1]?.[n]}(e,t,n)?[]:(!e[t-1]?.[n-1]&&rn(e,t,n)&&on(e,t,n)&&r.push({x:t,y:n}),!e[t+1]?.[n-1]&&an(e,t,n)&&on(e,t,n)&&r.push({x:t+1,y:n}),!e[t-1]?.[n+1]&&rn(e,t,n)&&sn(e,t,n)&&r.push({x:t,y:n+1}),!e[t+1]?.[n+1]&&an(e,t,n)&&sn(e,t,n)&&r.push({x:t+1,y:n+1}),r):(e[t-1]?.[n]&&e[t][n-1]&&r.push({x:t,y:n}),e[t+1]?.[n]&&e[t][n-1]&&r.push({x:t+1,y:n}),e[t-1]?.[n]&&e[t][n+1]&&r.push({x:t,y:n+1}),e[t+1]?.[n]&&e[t][n+1]&&r.push({x:t+1,y:n+1}),r)}function un(e,t){return t.map((t=>function(e,t){return Math.atan2(t.y-e.y,t.x-e.x)}(e,t))).sort(((e,t)=>e-t))}function ln(e,t,n,r){const a=(r.y-n.y)*(t.x-e.x)-(r.x-n.x)*(t.y-e.y);if(0===a)return null;let i=e.y-n.y,o=e.x-n.x;const s=(r.x-n.x)*i-(r.y-n.y)*o,c=(t.x-e.x)*i-(t.y-e.y)*o;return i=s/a,o=c/a,i>0&&i<1&&o>0&&o<1?{x:e.x+i*(t.x-e.x),y:e.y+i*(t.y-e.y)}:null}function hn(e,t,n){const r=[],a=en(e,n,1e4);for(const i of t){const t=ln(e,a,i.start,i.end);t&&r.push(t)}return r.length?r.reduce(((t,n)=>tn(e,n)<tn(e,t)?n:t)):null}t.ie=Kt;class fn{constructor(){this.subscribers=[]}subscribe(e){return this.subscribers.push(e),()=>{this.subscribers=this.subscribers.filter((t=>t!==e))}}publish(e){this.subscribers.forEach((t=>t(e)))}clear(){this.subscribers=[]}getSubscriberCount(){return this.subscribers.length}}t.Dj=fn;t.O3=class{constructor(e,t){this.queue=[],this.running=0,this.onProcessed=new fn,this.onDrained=new fn,this.concurrency=e,this.capacity=t}process(){if(this.running>=this.concurrency)return;const e=this.queue.shift();e&&(this.running++,e().finally((()=>{this.running--,this.process(),this.onProcessed.publish(),0===this.running&&this.onDrained.publish()})))}enqueue(e){if(this.queue.length<this.capacity)return this.queue.push(e),this.process(),Promise.resolve();if(this.onProcessed.getSubscriberCount())throw Error("Queue capacity is full");return new Promise((t=>{this.onProcessed.subscribe((()=>{this.queue.length<this.capacity&&(this.queue.push(e),this.process(),this.onProcessed.clear(),t())}))}))}drain(){if(0===this.running)return Promise.resolve();if(this.onDrained.getSubscriberCount())throw Error("Already draining");return new Promise((e=>{this.onDrained.subscribe((()=>{this.onDrained.clear(),e()}))}))}};class mn{constructor(){this.forks=new Map}insert(e,t){if(0===e.length)return void(this.handler=t);const n=e[0];let r,a=n;if(n.startsWith(":")&&(a=":",r=n.slice(1)),!this.forks.has(a)){const e=new mn;r&&(e.variableName=r),this.forks.set(a,e)}this.forks.get(a).insert(e.slice(1),t)}async handle(e,t,n,r){if(0===e.length)return!!this.handler&&(await this.handler(t,n,r),!0);const a=e[0],i=this.forks.get(a);if(i)return i.handle(e.slice(1),t,n,r);const o=this.forks.get(":");if(o)return o.variableName&&r.set(o.variableName,decodeURIComponent(a)),o.handle(e.slice(1),t,n,r);const s=this.forks.get("*");return!!s&&(r.set("wildcard",e.join("/")),!!s.handler&&(await s.handler(t,n,r),!0))}}t.g$=mn;t.ij=class{constructor(e){this.index=0,this.values=e}current(){return this.values[this.index]}next(){return this.index=(this.index+1)%this.values.length,this.values[this.index]}};t.Ox=class{constructor(){this.status="pending",this.steps=[],this.onStatusChange=async()=>{},this.onStepChange=async()=>{},this.onFinish=async()=>{},this.onError=async()=>{},this.context=new Map}getStatus(){return this.status}createInitialState(){return Object.fromEntries(this.steps.map((e=>[e.name,"pending"])))}setHooks(e){e.onStatusChange&&(this.onStatusChange=e.onStatusChange),e.onStepChange&&(this.onStepChange=e.onStepChange),e.onFinish&&(this.onFinish=e.onFinish),e.onError&&(this.onError=e.onError)}addStep(e){if(this.steps.find((t=>t.name===e.name)))throw Error(`Step with name ${e.name} already exists`);this.steps.push(e)}async execute(){if("pending"!==this.status)throw Error(`Cannot execute solver in status ${this.status}`);this.status="in-progress",await this.onStatusChange(this.status);let e=this.createInitialState();for(const n of this.steps)try{if(n.transientSkipStepName){const t=e[n.transientSkipStepName];if("skipped"===t||"failed"===t){e={...e,[n.name]:"skipped"},await this.onStepChange(e);continue}}if(n.precondition&&!await n.precondition(this.context)){e={...e,[n.name]:"skipped"},await this.onStepChange(e);continue}e={...e,[n.name]:"in-progress"},await this.onStepChange(e);for(let e=0;"retry"===await n.action(this.context,e);e++);e={...e,[n.name]:"completed"},await this.onStepChange(e)}catch(t){throw e={...e,[n.name]:"failed"},this.status="failed",await this.onStatusChange(this.status),await this.onStepChange(e),await this.onError(t),t}return this.status="completed",await this.onStatusChange(this.status),await this.onFinish(),this.context}};t.c_=class{constructor(e){this.queryFunction=e.queryFunction,this.lockFunction=e.lockFunction,this.unlockFunction=e.unlockFunction,this.timeoutMillis=e.timeoutMillis}async couldLock(){const e=await this.queryFunction();try{const t=P(e);if(Date.now()<t+this.timeoutMillis)return new Date(t+this.timeoutMillis)}catch{}return await this.lockFunction(Date.now().toString()),!0}async unlock(){await this.unlockFunction()}},t.yI={hexToUint8Array:function(e){(e.startsWith("0x")||e.startsWith("0X"))&&(e=e.slice(2));const t=e.length/2,n=new Uint8Array(t);for(let r=0;r<t;r++){const t=parseInt(e.slice(2*r,2*r+2),16);n[r]=t}return n},uint8ArrayToHex:function(e){return Array.from(e).map((e=>e.toString(16).padStart(2,"0"))).join("")},binaryToUint8Array:function(e){const t=Math.ceil(e.length/8),n=new Uint8Array(t);for(let r=0;r<t;r++){const t=parseInt(e.slice(8*r,8*r+8),2);n[r]=t}return n},uint8ArrayToBinary:function(e){return Array.from(e).map((e=>e.toString(2).padStart(8,"0"))).join("")},base64ToUint8Array:function(e){return Re(e,Te)},uint8ArrayToBase64:function(e){return xe(e,Te)},base32ToUint8Array:function(e){return Re(e,Ee)},uint8ArrayToBase32:function(e){return xe(e,Ee)},log2Reduce:dt,partition:Et,concatBytes:gt,numberToUint8:function(e){return new Uint8Array([e])},uint8ToNumber:function(e){return e[0]},numberToUint16:function(e,t){const n=new ArrayBuffer(2);return new DataView(n).setUint16(0,e,"LE"===t),new Uint8Array(n)},uint16ToNumber:function(e,t){return new DataView(e.buffer).getUint16(e.byteOffset,"LE"===t)},numberToUint32:function(e,t){const n=new ArrayBuffer(4);return new DataView(n).setUint32(0,e,"LE"===t),new Uint8Array(n)},uint32ToNumber:function(e,t){return new DataView(e.buffer).getUint32(e.byteOffset,"LE"===t)},numberToUint64:Bt,uint64ToNumber:function(e,t){return new DataView(e.buffer).getBigUint64(e.byteOffset,"LE"===t)},numberToUint256:vt,uint256ToNumber:Tt,sliceBytes:function(e,t){const n=[];let r=0;for(const a of t)n.push(e.subarray(r,r+a)),r+=a;return n},keccak256:Vt,sha3_256:function(e){return At(Dt(new Array(50).fill(0),Ot(e,6)))},proximity:function(e,t){const n=Math.min(e.length,t.length);for(let r=0;r<n;r++){const n=e[r]^t[r];for(let e=0;e<8;e++)if(n>>7-e&1)return 8*r+e}return 8*Math.min(e.length,t.length)},commonPrefix:function(e,t){const n=Math.min(e.length,t.length);for(let r=0;r<n;r++)if(e[r]!==t[r])return e.subarray(0,r);return e.subarray(0,n)},setBit:function(e,t,n,r){const a=Math.floor(t/8),i=t%8;1===n?e[a]|=1<<("BE"===r?7-i:i):e[a]&=~(1<<("BE"===r?7-i:i))},getBit:function(e,t,n){const r=t%8;return e[Math.floor(t/8)]>>("BE"===n?7-r:r)&1},indexOf:function(e,t,n=0){for(let r=n;r<e.length;r++)for(let n=0;n<t.length&&e[r+n]===t[n];n++)if(n===t.length-1)return r;return-1},equals:function(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0},padStart:$t,padStartToMultiple:function(e,t,n=0){const r=e.length%t;return 0===r?e:$t(e,e.length+t-r,n)},padEnd:It,padEndToMultiple:function(e,t,n=0){const r=e.length%t;return 0===r?e:It(e,e.length+t-r,n)},xorCypher:function(e,t){const n=new Uint8Array(e.length);for(let r=0;r<e.length;r++)n[r]=e[r]^t[r%t.length];return n},isUtf8:function(e){for(let t=0;t<e.length;t++){const n=e[t];if(!(n<128))if(192==(224&n)){if(t+1>=e.length||128!=(192&e[t+1]))return!1;t+=1}else if(224==(240&n)){if(t+2>=e.length||128!=(192&e[t+1])||128!=(192&e[t+2]))return!1;t+=2}else{if(240!=(248&n))return!1;if(t+3>=e.length||128!=(192&e[t+1])||128!=(192&e[t+2])||128!=(192&e[t+3]))return!1;t+=3}}return!0}},t.LQ={privateKeyToPublicKey:function(e){if(e<=0n||e>=zt)throw new Error("Invalid private key");return jt(Pt,Mt,e,kt)},compressPublicKey:function(e){const t=e[1]%2n===0n?2:3;return new Uint8Array([t,...vt(e[0],"BE")])},publicKeyFromCompressed:function(e){if(33!==e.length||2!==e[0]&&3!==e[0])throw new Error("Invalid compressed public key");const t=Tt(e.slice(1),"BE"),n=Ft(Ct(t**3n+7n,kt),kt);if(!n)throw Error("Invalid x: does not correspond to a valid curve point");const r=Ct(-n,kt),a=n%2n===0n;return[t,2===e[0]?a?n:r:a?r:n]},publicKeyToAddress:function(e){const t=new Uint8Array(20),n=Vt(gt(vt(e[0],"BE"),vt(e[1],"BE")));return t.set(n.subarray(12)),t},signMessage:function(e,t,n){return Gt(Tt(Vt(e),"BE"),t,n)},signHash:Gt,verifySignature:function(e,t,n,r){const a=Ct(Tt(Vt(e),"BE"),zt),i=Nt(r,zt),o=Ct(a*i,zt),s=Ct(n*i,zt),c=jt(Pt,Mt,o,kt),u=jt(t[0],t[1],s,kt);return n===Ct(Ut(c[0],c[1],u[0],u[1],kt)[0],zt)},recoverPublicKey:function(e,t,n,r){const a=Ft(Ct(t**3n+7n,kt),kt);if(!a)throw new Error("Invalid r: does not correspond to a valid curve point");const i=a%2n===(27n===r?0n:1n)?a:kt-a,o=Ct(Tt(Vt(e),"BE"),zt),s=jt(t,i,n,kt),c=jt(Pt,Mt,o,kt),u=Ut(s[0],s[1],c[0],Ct(-c[1],kt),kt);return jt(u[0],u[1],Nt(t,zt),kt)},checksumEncode:function(e){const n=t.yI.uint8ArrayToHex(e),r=t.yI.uint8ArrayToHex(t.yI.keccak256(new Uint8Array([...n].map((e=>e.charCodeAt(0))))));let a="0x";for(let t=0;t<n.length;t++)parseInt(r[t],16)>7?a+=n[t].toUpperCase():a+=n[t];return a}},t.o8={intBetween:s,floatBetween:function(e,t,n=Math.random){return n()*(t-e)+e},chance:u,signed:function(){return 2*Math.random()-1},makeSeededRng:function(e){let t=e,n=3405648695,r=3735928559;return function(){return t+=n,n^=t<<7,t*=r,r^=t<<13,t^=n^r,(t>>>0)/4294967296}},point:function(e,t,n,r=Math.random){let a,i;do{a=s(0,e-1,r),i=s(0,t-1,r)}while(n&&c(n,a,i));return[a,i]},procs:function(e,t=Math.random){const n=Math.floor(e);return u(e-n,t)?n+1:n}},t.DO={countUnique:function(e,t,n,r,a){const i=t?e.map(t):e,o={};for(const c of i)o[c]=(o[c]||0)+1;const s=r?lt(o,a?(e,t)=>e[1]-t[1]:(e,t)=>t[1]-e[1]):o;return n?Object.keys(s):s},makeUnique:function(e,t){return Object.values(st(e,t))},splitBySize:function(e,t){const n=[];for(let r=0;r<e.length;r+=t)n.push(e.slice(r,r+t));return n},splitByCount:ct,index:st,indexCollection:function(e,t){const n={};for(const r of e){const e=t(r);n[e]||(n[e]=[]),n[e].push(r)}return n},onlyOrThrow:function(e){if(1===e.length)return e[0];throw Error(`Expected exactly one element, actual: ${e.length}`)},onlyOrNull:function(e){return 1===e.length?e[0]:null},firstOrThrow:function(e){if(!e.length)throw Error("Received empty array");return e[0]},firstOrNull:function(e){return e.length>0?e[0]:null},shuffle:i,initialize:function(e,t){const n=[];for(let r=0;r<e;r++)n.push(t(r));return n},initialize2D:function(e,t,n){const r=[];for(let a=0;a<e;a++){r.push([]);for(let e=0;e<t;e++)r[a].push(n)}return r},rotate2D:function(e){const t=[];for(let n=0;n<e[0].length;n++){t.push([]);for(let r=0;r<e.length;r++)t[n].push(e[r][n])}return t},containsShape:function(e,t,n,r){if(n<0||r<0||r+t[0].length>e[0].length||n+t.length>e.length)return!1;for(let a=0;a<t.length;a++)for(let i=0;i<t[a].length;i++)if(void 0!==t[a][i]&&e[n+a][r+i]!==t[a][i])return!1;return!0},glue:function(e,t){const n=[];for(let r=0;r<e.length;r++)n.push(e[r]),r<e.length-1&&(B(t)?n.push(t()):n.push(t));return n},pluck:function(e,t){return e.map((e=>e[t]))},pick:l,pickMany:function(e,t,n=Math.random){if(t>e.length)throw new Error(`Count (${t}) is greater than array length (${e.length})`);return o(e,t,n).map((t=>e[t]))},pickManyUnique:function(e,t,n,r=Math.random){if(t>e.length)throw new Error(`Count (${t}) is greater than array length (${e.length})`);const a=[];for(;a.length<t;){const t=l(e,r);a.some((e=>n(e,t)))||a.push(t)}return a},pickWeighted:function(e,t,n){if(void 0===n&&(n=Math.random()),e.length!==t.length)throw new Error("Array length mismatch");let r=t.reduce(((e,t)=>e+t),0);const a=n*r;for(let i=0;i<e.length-1;i++)if(r-=t[i],a>=r)return e[i];return h(e)},pickRandomIndices:o,pickGuaranteed:function(e,n,r,a,o,s=Math.random){const c=e.filter((e=>e!==n&&e!==r)),u=[];for(null!==n&&u.push(n);c.length&&u.length<a;){const e=t.o8.intBetween(0,c.length-1,s);o(c[e],u)&&u.push(c[e]),c.splice(e,1)}return i(u,s),{values:u,indexOfGuaranteed:null!==n?u.indexOf(n):-1}},last:h,pipe:f,makePipe:function(e,t){return n=>f(n,e,t)},sortWeighted:function(e,t,n=Math.random){const r=t.map((e=>n()*e)),a=[];for(let i=0;i<e.length;i++)a.push([e[i],r[i]]);return a.sort(((e,t)=>t[1]-e[1])).map((e=>e[0]))},pushAll:H,unshiftAll:function(e,t){Array.prototype.unshift.apply(e,t)},filterAndRemove:function(e,t){const n=[];for(let r=e.length-1;r>=0;r--)t(e[r])&&n.push(e.splice(r,1)[0]);return n},merge:function(e,t){const n=Object.keys(t);for(const r of n)Array.isArray(t[r])&&Array.isArray(e[r])&&H(e[r],t[r])},empty:function(e){return e.splice(0,e.length),e},pushToBucket:function(e,t,n){e[t]||(e[t]=[]),e[t].push(n)},unshiftAndLimit:function(e,t,n){for(e.unshift(t);e.length>n;)e.pop()},atRolling:function(e,t){let n=t%e.length;return n<0&&(n+=e.length),e[n]},group:ht,createOscillator:function(e){let t=0;return{next:()=>e[t++%e.length]}},organiseWithLimits:function(e,t,n,r,a){const i={};for(const o of Object.keys(t))i[o]=[];i[r]=[],a&&(e=e.sort(a));for(const o of e){const e=o[n],a=t[e]?e:r;i[a].length>=t[a]?i[r].push(o):i[a].push(o)}return i},tickPlaybook:function(e){if(0===e.length)return null;const t=e[0];return t.ttlMax?--t.ttl<=0&&e.shift():t.ttlMax=t.ttl,{progress:(t.ttlMax-t.ttl)/t.ttlMax,data:t.data}},getArgument:Xt,getBooleanArgument:function(e,t,n,r){const a=e.some((e=>e.endsWith("-"+t))),i=Xt(e,t,n,r);if(!i&&a)return!0;if(!i&&!a)return null;if(["true","1","yes","y","on"].includes(i.toLowerCase()))return!0;if(["false","0","no","n","off"].includes(i.toLowerCase()))return!1;throw Error(`Invalid boolean argument ${t}: ${i}`)},getNumberArgument:function(e,t,n,r){const a=Xt(e,t,n,r);if(!a)return null;try{return rt(a)}catch{throw new Error(`Invalid number argument ${t}: ${a}`)}},requireStringArgument:Zt,requireNumberArgument:function(e,t,n,r){const a=Zt(e,t,n,r);try{return rt(a)}catch{throw new Error(`Invalid argument ${t}: ${a}`)}},bringToFront:function(e,t){const n=[...e];return Jt(n,t),n},bringToFrontInPlace:Jt,findInstance:function(e,t){const n=e.find((e=>e instanceof t));return mt.of(n)},filterInstances:function(e,t){return e.filter((e=>e instanceof t))},interleave:function(e,t){const n=[],r=Math.max(e.length,t.length);for(let a=0;a<r;a++)e[a]&&n.push(e[a]),t[a]&&n.push(t[a]);return n},toggle:function(e,t){return e.includes(t)?e.filter((e=>e!==t)):[...e,t]},createHierarchy:function(e,t,n,r,a=!1){const i=new Map,o=[];e.forEach((e=>{const n=new pt(e);i.set(e[t],n)})),e.forEach((e=>{const r=i.get(e[t]);if(!r)return;const a=e[n];if(a){const e=i.get(a);e&&e.children.push(r)}else o.push(r)}));const s=e=>{e.children.sort(((e,t)=>{const n=e.value[r],i=t.value[r];return a?i-n:n-i})),e.children.forEach(s)};return o.forEach(s),o},multicall:function(e){return()=>e.forEach((e=>e()))},maxBy:function(e,t){return e.reduce(((e,n)=>t(e)>t(n)?e:n))},minBy:function(e,t){return e.reduce(((e,n)=>t(e)<t(n)?e:n))},allIndexOf:function(e,t){const n=[];return e.forEach(((e,r)=>{t(e)&&n.push(r)})),n}},t.iQ={sleepMillis:a,forever:async function(e,t,n){for(;;){try{await e()}catch(r){n&&n("Error in forever",r)}await a(t)}},scheduleMany:function(e,t){for(let n=0;n<e.length;n++){const r=e[n],a=t[n],i=Math.max(0,a.getTime()-Date.now());setTimeout(r,i)}},waitFor:async function(e,t){let n=t.requiredConsecutivePasses||1,r=0;for(let i=0;i<t.attempts;i++){try{if(await e()){if(r++,r>=n)return}else r=0}catch{r=0}i<t.attempts-1&&await a(t.waitMillis)}throw Error("Timed out waiting for predicate")},expandError:function(e,t){if(v(e))return e;const n=Object.keys(e);e.message&&!n.includes("message")&&n.push("message");const r=n.map((t=>`${t}: ${e[t]}`)).join("; ");return t&&e.stack?r+"\n"+e.stack:r},runAndSetInterval:function(e,t){e();const n=setInterval((()=>{e()}),t);return()=>clearInterval(n)},whereAmI:function(){const e=globalThis.process;return e?!0===e.browser?"browser":"node":"browser"},withRetries:async function(e,t,n,r,i,o){let s=null;for(let u=0;u<=t;u++)try{return await e()}catch(c){if(s=c,u===t)break;const e=n+u/(t-1)*(r-n);i&&i("Error in withRetries, retrying",{attempt:u+1,allowedFailures:t,delayMillis:e,error:c}),o&&o(),await a(e)}throw s}},t.FQ={make:rt,sum:function(e){return e.reduce(((e,t)=>e+t),0)},average:function(e){return e.reduce(((e,t)=>e+t),0)/e.length},median:function(e){const t=[...e].sort(((e,t)=>e-t)),n=Math.floor(t.length/2);return t.length%2==0?(t[n]+t[n-1])/2:t[n]},getDistanceFromMidpoint:function(e,t){return e-(t-1)/2},clamp:at,range:W,interpolate:function(e,t,n){return e+(t-e)*n},createSequence:function(){let e=0;return{next:()=>e++}},increment:function(e,t,n){const r=e+t;return r>n?n:r},decrement:function(e,t,n){const r=e-t;return r<n?n:r},format:function(e,t){const n=t?.longForm??!1,r=t?.unit?` ${t.unit}`:"",a=n?tt:nt,i=t?.precision??1;if(e<et[0])return`${e}${r}`;for(let o=0;o<et.length-1;o++)if(e<et[o+1])return`${(e/et[o]).toFixed(i)}${n?" ":""}${a[o]}${r}`;return`${(e/et[et.length-1]).toFixed(i)}${n?" ":""}${a[et.length-1]}${r}`},fromDecimals:function(e,t,n){let r=e.length-t;if(r<=0)return"0."+"0".repeat(-r)+e+(n?" "+n:"");let a=e.substring(0,r);return""===a&&(a="0"),a+"."+e.substring(r)+(n?" "+n:"")},makeStorage:function(e,t=1024){const n=parseFloat(e);if(isNaN(n))throw Error("makeStorage got NaN for input");const r=e.replace(/^-?[0-9.]+/,"").trim().toLowerCase(),a=""===r?0:He[r];if(null==a)throw Error(`Unknown unit: "${r}"`);return Math.ceil(n*t**a)},asMegabytes:function(e){return e/1024/1024},convertBytes:function(e,t=1024){return e>=t*t*t*t?(e/t/t/t/t).toFixed(3)+" TB":e>=t*t*t?(e/t/t/t).toFixed(3)+" GB":e>=t*t?(e/t/t).toFixed(3)+" MB":e>=t?(e/t).toFixed(3)+" KB":e+" B"},hexToRgb:function(e){const t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e.toLowerCase());if(!t)throw new Error("Invalid hex color: "+e);return[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]},rgbToHex:function(e){return"#"+e.map((e=>e.toString(16).padStart(2,"0"))).join("")},haversineDistanceToMeters:function(e,t,n,r){const a=e*Math.PI/180,i=n*Math.PI/180,o=(n-e)*Math.PI/180,s=(r-t)*Math.PI/180,c=Math.sin(o/2)*Math.sin(o/2)+Math.cos(a)*Math.cos(i)*Math.sin(s/2)*Math.sin(s/2);return 2*Math.atan2(Math.sqrt(c),Math.sqrt(1-c))*6371e3},roundToNearest:d,formatDistance:function(e){return e>1e3?(e/1e3).toFixed(0)+" km":e>=500?d(e,100)+" m":e>=100?d(e,50)+" m":d(e,10)+" m"},triangularNumber:function(e){return e*(e+1)/2},searchFloat:function(e){const t=e.match(/-?\d+(\.\d+)?/);if(!t)throw Error("No float found in "+e);return parseFloat(t[0])},binomialSample:function(e,t,n=Math.random){const r=e*t,a=Math.sqrt(e*t*(1-t)),i=(n()+n()+n()+n()+n()+n()-3)*Math.SQRT2,o=Math.round(r+a*i);return Math.max(0,Math.min(e,o))},toSignificantDigits:function(e,t){if(!e.includes("."))return e;if(0===parseFloat(e))return"0";const[n,r]=e.split("."),a=n.replace("-",""),i=a.length;if(i>=t)return n;if("0"!==a){const e=t-i,a=r.slice(0,e);return/[1-9]/.test(a)?`${n}.${a.replace(/0+$/,"")}`:n}const o=t+(r.match(/^0*/)?.[0].length??0);return`${n}.${r.slice(0,o)}`}},t.HC={raceFulfilled:async function(e){return r(Promise.all(e.map(r)))},invert:r,runInParallelBatches:async function(e,t=1){const n=ct(e,t),r=[],a=n.map((async e=>{for(const t of e)r.push(await t())}));return await Promise.all(a),r}},t.AO={getTimestamp:function(e,t){const n=new Date(t?.now||Date.now()),r=t?.labels||ze,a=R(e)?e:new Date(e);if(ke(n)===ke(a))return r.today(a.getUTCHours(),a.getUTCMinutes(),a.getUTCHours()>12);if(ke(n)-ke(a)==1)return r.yesterday();const i=qe(a);return ke(n)-ke(a)<7?r[i.day]():r.weeks(Math.round((n.getTime()-a.getTime())/6048e5))},getTimeDelta:Me,secondsToHumanTime:function(e,t=Pe){return Me(0,{now:1e3*e,labels:t})},countCycles:function(e,t,n){const r=(n?.now??Date.now())-e;return{cycles:Math.floor(r/t),remaining:t/(n?.precision??1)-Math.ceil(r%t/(n?.precision??1))}},isoDate:function(e){return(e||new Date).toISOString().slice(0,10)},throttle:function(e,t){return(!Le[e]||Date.now()>Le[e])&&(Le[e]=Date.now()+t,!0)},timeSince:function(e,t,n){return t=R(t)?t.getTime():t,((n=n?R(n)?n.getTime():n:Date.now())-t)/Ue[e]},dateTimeSlug:function(e){return(e||new Date).toISOString().slice(0,19).replace(/T|:/g,"-")},unixTimestamp:function(e){return Math.ceil((e||Date.now())/1e3)},fromUtcString:function(e){const t=new Date(e);return new Date(t.getTime()-6e4*t.getTimezoneOffset())},fromMillis:function(e){return new Date(e)},getProgress:function(e,t,n,r){r||(r=Date.now());const a=r-e,i=a/t,o=i*n;return{deltaMs:a,progress:t/n,baseTimeMs:i,totalTimeMs:o,remainingTimeMs:o-a}},humanizeTime:Fe,humanizeProgress:function(e){return`[${Math.floor(100*e.progress)}%] ${Fe(e.deltaMs)} out of ${Fe(e.totalTimeMs)} (${Fe(e.remainingTimeMs)} left) [${Math.round(e.baseTimeMs)} ms each]`},createTimeDigits:Ne,mapDayNumber:Ge,getDayInfoFromDate:qe,getDayInfoFromDateTimeString:function(e){return qe(new Date(e))},seconds:function(e){return 1e3*e},minutes:function(e){return 6e4*e},hours:function(e){return 36e5*e},days:function(e){return 864e5*e},make:function(e){const t=parseFloat(e);if(isNaN(t))throw Error("makeDate got NaN for input");const n=e.replace(/^-?[0-9.]+/,"").trim().toLowerCase(),r=""===n?1:_e[n];if(!r)throw Error(`Unknown unit: "${n}"`);return Math.ceil(t*r)},normalizeTime:function(e){let[t,n]=e.split(":");T(parseInt(t,10))||(t="0"),T(parseInt(n,10))||(n="0");let r=at(P(t),0,23),a=at(P(n),0,59);return`${Ne(r)}:${Ne(a)}`},absoluteDays:ke},t.Rb={safeParse:function(e){try{return JSON.parse(e)}catch{return null}},deleteDeep:function(e,t){const n=Y(t,"."),r=ee(t,".");if(!n||!r)return;const a=m(e,n);a&&delete a[r]},getDeep:m,setDeep:p,incrementDeep:function(e,t,n=1){const r=m(e,t)||0;return p(e,t,r+n),r},ensureDeep:function(e,t,n){return m(e,t)||p(e,t,n)},replaceDeep:function(e,t,n){const r=m(e,t);if(!r)throw new Error("Key '"+t+"' does not exist.");return p(e,t,n),r},getFirstDeep:function(e,t,n){for(const r of t){const t=m(e,r);if(t)return t}if(n){const t=Object.values(e);if(t.length)return t[0]}return null},deepMergeInPlace:q,deepMerge2:function(e,t){const n={};return q(n,e),q(n,t),n},deepMerge3:function(e,t,n){const r={};return q(r,e),q(r,t),q(r,n),r},mapAllAsync:async function(e,t){const n=[];for(const r of e)n.push(await t(r));return n},cloneWithJson:function(e){return JSON.parse(JSON.stringify(e))},sortObject:Xe,sortArray:Ze,sortAny:Je,deepEquals:Qe,deepEqualsEvery:function(...e){for(let t=1;t<e.length;t++)if(!Qe(e[t-1],e[t]))return!1;return!0},runOn:function(e,t){return t(e),e},ifPresent:function(e,t){e&&t(e)},zip:_,zipSum:function(e){return _(e,((e,t)=>e+t))},removeEmptyArrays:function(e){for(const t of Object.keys(e))(b(e[t])||Array.isArray(e[t])&&e[t].every((e=>null==e)))&&delete e[t];return e},removeEmptyValues:function(e){for(const t of Object.entries(e))(null===t[1]||void 0===t[1]||v(t[1])&&x(t[1]))&&delete e[t[0]];return e},flatten:function(e,t=!1,n){return ot({},e,n||"",!1,t)},unflatten:function e(t){if(!g(t))return t;const n=Array.isArray(t)?[]:{};for(const[r,a]of Object.entries(t))Array.isArray(a)?p(n,r,a.map((t=>e(t)))):p(n,r,a);return n},match:function(e,t,n){return t[e]?t[e]:n},sort:lt,map:function(e,t){const n={};for(const r of Object.entries(e))n[r[0]]=t(r[1]);return n},mapIterable:function(e,t){const n=[];let r=0;for(const a of e)n.push(t(a,r++));return n},filterKeys:function(e,t){const n={};for(const[r,a]of Object.entries(e))t(r)&&(n[r]=a);return n},filterValues:function(e,t){const n={};for(const[r,a]of Object.entries(e))t(a)&&(n[r]=a);return n},rethrow:async function(e,t){try{return await e()}catch{throw t}},setSomeOnObject:function(e,t,n){null!=n&&(e[t]=n)},setSomeDeep:function(e,t,n,r){const a=m(n,r);null!=a&&p(e,t,a)},flip:function(e){const t={};for(const[n,r]of Object.entries(e))t[r]=n;return t},getAllPermutations:function(e){const t=Object.keys(e),n=t.map((t=>e[t].length)),r=n.reduce(((e,t)=>e*t));let a=1;const i=[1];for(let s=0;s<n.length-1;s++)a*=n[s],i.push(a);const o=[];for(let s=0;s<r;s++){const n={};for(let r=0;r<t.length;r++){const a=e[t[r]],o=Math.floor(s/i[r])%a.length;n[t[r]]=a[o]}o.push(n)}return o},countTruthyValues:function(e){return Object.values(e).filter((e=>e)).length},transformToArray:function(e){const t=[],n=Object.keys(e),r=e[n[0]].length;for(let a=0;a<r;a++){const r={};for(const t of n)r[t]=e[t][a];t.push(r)}return t},setMulti:function(e,t,n){for(const r of e)r[t]=n},incrementMulti:function(e,t,n=1){for(const r of e)r[t]+=n},createBidirectionalMap:function(){return{map:new Map,keys:[]}},createTemporalBidirectionalMap:function(){return{map:new Map,keys:[]}},pushToBidirectionalMap:ft,unshiftToBidirectionalMap:function(e,t,n,r=100){if(e.map.has(t)){const n=e.keys.indexOf(t);e.keys.splice(n,1)}if(e.map.set(t,n),e.keys.unshift(t),e.keys.length>r){const t=e.keys.shift();t&&e.map.delete(t)}},addToTemporalBidirectionalMap:function(e,t,n,r,a=100){ft(e,t,{validUntil:Date.now()+r,data:n},a)},getFromTemporalBidirectionalMap:function(e,t){const n=e.map.get(t);return n&&n.validUntil>Date.now()?n.data:null},createStatefulToggle:function(e){let t;return n=>{const r=n===e&&t!==e;return t=n,r}},diffKeys:function(e,t){const n=Object.keys(e),r=Object.keys(t);return{uniqueToA:n.filter((e=>!r.includes(e))),uniqueToB:r.filter((e=>!n.includes(e)))}},pickRandomKey:Ye,mapRandomKey:function(e,t){const n=Ye(e);return e[n]=t(e[n]),n},fromObjectString:function(e){return e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=e.replace(/\r\n/g,"\n")).replace(/(\w+)\((.+)\)/g,((e,t,n)=>`${t}(${n.replaceAll(",","&comma;")})`))).replace(/(,)(\s+})/g,"$2")).replace(/\.\.\..+?,/g,"")).replace(/({\s+)([a-zA-Z]\w+),/g,"$1$2: '$2',")).replace(/(,\s+)([a-zA-Z]\w+),/g,"$1$2: '$2',")).replace(/:(.+)\?(.+):/g,((e,t,n)=>`: (${t.trim()} && ${n.trim()}) ||`))).replace(/([a-zA-Z0-9]+)( ?: ?{)/g,'"$1"$2')).replace(/([a-zA-Z0-9]+) ?: ?(.+?)(,|\n|})/g,((e,t,n,r)=>`"${t}":"${n.trim()}"${r}`))).replace(/("'|'")/g,'"')).replaceAll("&comma;",","),JSON.parse(e)},toQueryString:Ce,parseQueryString:function(e){const t={},n=e.split("&");for(const r of n){const[e,n]=r.split("=");e&&n&&(t[e]=decodeURIComponent(n))}return t},hasKey:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},selectMax:function(e,t){let n=null,r=-1/0;for(const[a,i]of Object.entries(e)){const e=t(i);e>r&&(r=e,n=a)}return n?[n,e[n]]:null},reposition:function(e,t,n,r){const a=e.find((e=>e[t]===n)),i=e.find((e=>e[t]===n+r));a&&i?(a[t]=n+r,i[t]=n):a&&(a[t]=n+r),e.sort(((e,n)=>z(e[t])-z(n[t]))),e.forEach(((e,n)=>e[t]=n+1))},unwrapSingleKey:function(e){const t=Object.keys(e);if(1===t.length)return e[t[0]];throw new Error("Expected object to have a single key")},parseKeyValues:function(e,t=":"){return Object.fromEntries(e.map((e=>te(e,t))).map((e=>e[0]&&e[1]?[ie(e[0]),ie(e[1])]:null)).filter((e=>e)))},errorMatches:function(e,t){if(!e)return!1;const n=e.message;return"string"==typeof n&&n.includes(t)}},t.Or={isFunction:B,isObject:g,isStrictlyObject:y,isEmptyArray:b,isEmptyObject:function(e){return y(e)&&0===Object.keys(e).length},isUndefined:w,isString:v,isNumber:T,isBoolean:E,isDate:R,isBlank:x,isId:S,isIntegerString:O,isHexString:D,isUrl:L,isBigint:U,isNullable:function(e,t){return null==t||e(t)},asString:F,asHexString:function(e,t){if(!D(e))throw new TypeError(`Expected hex string${t?.name?` for ${t.name}`:""}, got: `+e);if(t?.strictPrefix&&!e.startsWith("0x")&&!e.startsWith("0X"))throw new TypeError(`Expected hex string with 0x prefix${t?.name?` for ${t.name}`:""}, got: `+e);const n=e.replace(/^0x/i,"");if(n.length%2!=0&&!t?.uneven)throw RangeError(`Expected even number of hex digits${t?.name?` for ${t.name}`:""}; got: `+e);if(t&&t.byteLength&&n.length!==2*t.byteLength)throw RangeError(`Expected hex string${t?.name?` for ${t.name}`:""} of byte length ${t.byteLength}; got: `+n);return`0x${n}`},asSafeString:function(e,t){if(!F(e,t).split("").every((e=>"_"===e||le(e))))throw new TypeError(`Expected safe string${t?.name?` for ${t.name}`:""}, got: `+e);return e},asIntegerString:function(e,t){if(!O(e))throw new TypeError(`Expected integer string${t?.name?` for ${t.name}`:""}, got: `+e);const n=BigInt(e);if(t&&(t.min&&n<t.min||t.max&&n>t.max))throw RangeError(`Expected integer string${t?.name?` for ${t.name}`:""} in range: ${t.min??"-inf"}..${t.max??"inf"}; got: `+n);return e},asNumber:z,asFunction:function(e,t){if(!B(e))throw new TypeError(`Expected function${t?.name?` for ${t.name}`:""}, got: `+e);return e},asInteger:P,asBoolean:function(e,t){if("true"===e)return!0;if("false"===e)return!1;if(!E(e))throw new TypeError(`Expected boolean${t?.name?` for ${t.name}`:""}, got: `+e);return e},asDate:function(e,t){if(!R(e))throw new TypeError(`Expected date${t?.name?` for ${t.name}`:""}, got: `+e);return e},asNullableString:function(e){return x(e)?null:e},asEmptiableString:function(e,t){if(!v(e))throw new TypeError(`Expected string${t?.name?` for ${t.name}`:""}, got: `+e);return e},asId:function(e,t){if(S(e))return e;const n=parseInt(e,10);if(!S(n))throw new TypeError(`Expected id${t?.name?` for ${t.name}`:""}, got: `+e);return n},asTime:function(e,t){if(!v(e))throw new TypeError(`Expected time${t?.name?` for ${t.name}`:""}, got: `+e);const n=e.split(":");if(2!==n.length)throw new TypeError(`Expected time${t?.name?` for ${t.name}`:""}, got: `+e);const r=parseInt(n[0],10),a=parseInt(n[1],10);if(!T(r)||!T(a)||r<0||r>23||a<0||a>59)throw new TypeError(`Expected time, got${t?.name?` for ${t.name}`:""}: `+e);return`${String(r).padStart(2,"0")}:${String(a).padStart(2,"0")}`},asArray:function(e,t){if(!Array.isArray(e))throw new TypeError(`Expected array${t?.name?` for ${t.name}`:""}, got: `+e);return e},asObject:M,asNullableObject:function(e,t){return null===e?null:M(e,t)},asStringMap:function(e,t){const n=M(e,t);for(const r of Object.keys(n))if(!v(n[r]))throw new TypeError(`Expected string map${t?.name?` for ${t.name}`:""}, got: `+e);return n},asNumericDictionary:function(e,t){const n=M(e),r=Object.keys(n),a=Object.values(n);if(!r.every(v)||!a.every(T))throw new TypeError(`Expected numeric dictionary${t?.name?` for ${t.name}`:""}, got: `+e);return n},asUrl:function(e,t){if(!L(e))throw new TypeError(`Expected url${t?.name?` for ${t.name}`:""}, got: `+e);return e},asBigint:j,asEmptiable:function(e,t){return""===t?void 0:e(t)},asNullable:function(e,t){return null==t?null:e(t)},asOptional:function(e,t){return null==t?void 0:e(t)},enforceObjectShape:G,enforceArrayShape:function(e,t){return e.every((e=>G(e,t)))},isPng:yt,isJpg:bt,isWebp:wt,isImage:function(e){return yt(e)||bt(e)||wt(e)}},t.DH={tokenizeByCount:function(e,t){return ut(e,Math.ceil(e.length/t))},tokenizeByLength:ut,searchHex:function(e,t){const n=new RegExp(`[0-9a-f]{${t}}`,"i"),r=e.match(n);return r?r[0]:null},searchSubstring:function(e,t,n=A){const r=ne(e,n);for(const a of r)if(t(a))return a;return null},randomHex:function(e,t=Math.random){let n="";for(let r=0;r<e;r++)n+=N[Math.floor(16*t())];return n},randomLetter:function(e,t=Math.random){let n="";for(let r=0;r<e;r++)n+=V[Math.floor(26*t())];return n},randomAlphanumeric:function(e,t=Math.random){let n="";for(let r=0;r<e;r++)n+=$[Math.floor(62*t())];return n},randomRichAscii:function(e,t=Math.random){let n="";for(let r=0;r<e;r++)n+=I[Math.floor(89*t())];return n},randomUnicode:function(e,t=Math.random){let n="";for(let r=0;r<e;r++)n+=C[Math.floor(t()*C.length)];return n},includesAny:function(e,t){return t.some((t=>e.includes(t)))},slugify:K,normalForm:function(e){return K(e).replaceAll("-","")},enumify:function(e){return K(e).replace(/-/g,"_").toUpperCase()},escapeHtml:function(e){return e.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")},decodeHtmlEntities:function(e){let t=e.replace(/&#(\d+);/g,((e,t)=>String.fromCharCode(t))).replace(/&#x(\d+);/g,((e,t)=>String.fromCharCode(parseInt(t,16))));for(const[n,r]of Object.entries(Z))t=t.replaceAll(n,r);return t},after:Q,afterLast:ee,before:J,beforeLast:Y,betweenWide:function(e,t,n){const r=Y(e,n);return r?Q(r,t):null},betweenNarrow:function(e,t,n){const r=Q(e,t);return r?J(r,n):null},getPreLine:function(e){return e.replace(/ +/g," ").replace(/^ /gm,"")},containsWord:Ae,containsWords:function(e,t,n){return"any"===n?t.some((t=>Ae(e,t))):t.every((t=>Ae(e,t)))},joinUrl:Ke,getFuzzyMatchScore:X,sortByFuzzyScore:function(e,t){return e.filter((e=>X(e,t))).sort(((e,n)=>X(n,t)-X(e,t)))},splitOnce:te,splitAll:ne,randomize:function(e,t=Math.random){return e.replace(/\{(.+?)\}/g,((e,n)=>l(n.split("|"),t)))},expand:function e(t){const n=t.match(/\{(.+?)\}/);if(!n||!n.index)return[t];const r=n[1].split(","),a=t.slice(0,n.index),i=t.slice(n.index+n[0].length);let o=[];for(const s of r){const t=e(a+s+i);o=o.concat(t)}return o},shrinkTrim:ie,capitalize:oe,decapitalize:se,csvEscape:function(e){return e.match(/"|,/)?`"${e.replace(/"/g,'""')}"`:e},parseCsv:function(e,t=",",n='"'){const r=[];let a="",i=!1;const o=e.split("");for(const s of o)s!==t||i?s!==n||(a||i)&&!i?a+=s:i=!i:(r.push(a),a="");return r.push(a),r},surroundInOut:function(e,t){return t+e.split("").join(t)+t},getExtension:re,getBasename:ae,normalizeEmail:function(e){let[t,n]=e.split("@");t=ie(t.replaceAll(".","").toLowerCase()).replaceAll(" ","");const[r]=t.split("+");if(!r||!n||-1===n.indexOf(".")||n.indexOf(".")===n.length-1)throw new Error("Invalid email");return n=ie(n.toLowerCase()).replaceAll(" ",""),`${r}@${n}`},normalizeFilename:function(e){const t=ae(e),n=re(e);return n?`${t}.${n}`:t},parseFilename:function(e){const t=ae(e),n=re(e);return{basename:t,extension:n,filename:n?`${t}.${n}`:t}},camelToTitle:function(e){return oe(e.replace(/([A-Z])/g," $1"))},slugToTitle:function(e){return e.split("-").map(oe).join(" ")},slugToCamel:function(e){return se(e.split("-").map(oe).join(""))},joinHumanly:function(e,t=", ",n=" and "){return e&&e.length?1===e.length?e[0]:2===e.length?`${e[0]}${n}${e[1]}`:`${e.slice(0,e.length-1).join(t)}${n}${e[e.length-1]}`:""},findWeightedPair:Be,extractBlock:ve,extractAllBlocks:function(e,t){const n=[];let r=t.wordBoundary?ge(e,[`${t.opening} `,`${t.opening}\n`],t.start||0):e.indexOf(t.opening,t.start||0);for(;;){if(-1===r)return n;const a=ve(e,{...t,start:r});if(!a)return n;n.push(a),r=t.wordBoundary?ge(e,[`${t.opening} `,`${t.opening}\n`],r+a.length):e.indexOf(t.opening,r+a.length)}},replaceBlocks:function(e,n,r){let a=0;for(;;){const i=t.DH.extractBlock(e,{...r,start:a});if(!i)return e;const o=n(i);a=e.indexOf(i,a)+o.length,e=e.replace(i,o)}},indexOfEarliest:ge,lastIndexOfBefore:we,parseHtmlAttributes:function(e){const t={},n=e.match(/([a-z\-]+)="([^"]+)"/g);if(n)for(const r of n){const[e,n]=te(r,"=");t[e]=n.slice(1,n.length-1)}return t},readNextWord:Ve,readWordsAfterAll:function(e,t,n=[]){const r=de(e,t),a=[];for(const i of r)a.push(Ve(e,i+t.length,n));return a},resolveVariables:function(e,t,n="$",r=":"){for(const a in t)e=$e(e,a,t[a],n,r);return e=Ie(e)},resolveVariableWithDefaultSyntax:$e,resolveRemainingVariablesWithDefaults:Ie,isLetter:ce,isDigit:ue,isLetterOrDigit:le,isValidObjectPathCharacter:function(e){return le(e)||"."===e||"["===e||"]"===e||"_"===e},insert:function(e,t,n,r,a){return e.slice(0,t)+r+e.slice(t,t+n)+a+e.slice(t+n)},indexOfRegex:me,allIndexOf:de,lineMatches:pe,linesMatchInOrder:function(e,t,n=!0){let r=0;for(const a of t){let t=!1;for(;!t&&r<e.length;)pe(e[r],a,n)&&(t=!0),r++;if(!t)return!1}return!0},represent:function e(t,n="json",r=0){if(t&&B(t.represent)){const e=t.represent();if(v(e))return"json"===n&&0===r?JSON.stringify(e):e}if(g(t,!1)){if(r>1)return"[object Object]";if("json"===n){if(Array.isArray(t)){const n=t.map((t=>e(t,"json",r+1)));return 0===r?JSON.stringify(n):n}const n={};t.message&&(n.message=e(t.message,"json",r+1));for(const[a,i]of Object.entries(t))n[a]=e(i,"json",r+1);return 0===r?JSON.stringify(n):n}if("key-value"===n){const n=Object.keys(t);return t.message&&!n.includes("message")&&n.unshift("message"),n.map((n=>`${n}=${JSON.stringify(e(t[n],"json",r+1))}`)).join(" ")}}return w(t)&&(t="undefined"),0===r?JSON.stringify(t):t},resolveMarkdownLinks:function(e,t){let n=e.indexOf("](");for(;-1!==n;){const r=we(e,"[",n),a=e.indexOf(")",n);if(-1!==r&&-1!==a){const[n,i]=e.slice(r+1,a).split("]("),o=t(n,i);e=e.slice(0,r)+o+e.slice(a+1)}n=e.indexOf("](",n+1)}return e},buildUrl:function(e,t,n){return Ke([e,t])+Ce(n||{})},isChinese:function(e){return/^[\u4E00-\u9FA5]+$/.test(e)},replaceBetweenStrings:function(e,t,n,r,a=!0){const i=e.indexOf(t),o=e.indexOf(n,i+t.length);if(-1===i||-1===o)throw Error("Start or end not found");return a?e.substring(0,i+t.length)+r+e.substring(o):e.substring(0,i)+r+e.substring(o+n.length)},describeMarkdown:function(e){let t="p";return e.startsWith("#")?(t="h1",e=e.slice(1).trim()):e.startsWith("-")&&(t="li",e=e.slice(1).trim()),{type:t,isCapitalized:e[0]===e[0].toUpperCase(),hasPunctuation:/[.?!]$/.test(e),endsWithColon:/:$/.test(e)}},isBalanced:function(e,t="(",n=")"){let r=0,a=0;for(;a<e.length;)if(e.startsWith(t,a)?(r++,a+=t.length):e.startsWith(n,a)?(r--,a+=n.length):a++,r<0)return!1;return t===n?r%2==0:0===r},textToFormat:function(e){let t=(e=e.normalize("NFD").replace(/[\u0300-\u036f]/g,"")).length;for(;(e=e.replace(/(\w+)[\s,']+\w+/g,"$1")).length!==t;)t=e.length;return e=(e=(e=e.replaceAll(/[A-Z][a-zA-Z0-9]*/g,"A")).replaceAll(/[a-z][a-zA-Z0-9]*/g,"a")).replaceAll(/[\u4E00-\u9FA5]+/g,"Z")},splitFormatting:function(e,t){const n=[];let r=0;for(;r<e.length;){const a=e.indexOf(t,r);if(-1===a){n.push({string:e.slice(r),symbol:null});break}const i=e.indexOf(t,a+t.length);if(a>r&&-1!==i&&n.push({string:e.slice(r,a),symbol:null}),-1===i){n.push({string:e.slice(r),symbol:null});break}n.push({string:e.slice(a+t.length,i),symbol:t}),r=i+t.length}return n},splitHashtags:function(e){const t=[];let n=0;for(;n<e.length;){const r=be(e,n);if(-1===r){t.push({string:e.slice(n),symbol:null});break}const a=ye(e,r+1);if(-1===a){t.push({string:e.slice(n,r),symbol:null}),t.push({string:e.slice(r+1),symbol:"#"});break}r>n&&t.push({string:e.slice(n,r),symbol:null}),t.push({string:e.slice(r+1,a),symbol:"#"}),n=a}return t},splitUrls:function(e){const t=[];let n=0;for(;n<e.length;){const r=ge(e,["http://","https://"],n);if(-1===r){t.push({string:e.slice(n),symbol:null});break}const a=ge(e,[" ","\n"],r);if(-1===a){r>n&&t.push({string:e.slice(n,r),symbol:null}),t.push({string:e.slice(r),symbol:"http"});break}r>n&&t.push({string:e.slice(n,r),symbol:null}),t.push({string:e.slice(r,a),symbol:"http"}),n=a}return t},route:function(e,t){const n=e.split("/").filter((e=>e)),r=t.split("/").filter((e=>e));if(n.length!==r.length)return null;const a={};for(let i=0;i<n.length;i++){const e=n[i];if(e.startsWith(":"))a[e.slice(1)]=r[i];else if(e!==r[i])return null}return a},explodeReplace:Se,generateVariants:function(e,n,r,a=Math.random){const i=t.DO.shuffle(n.map((e=>({variants:t.DO.shuffle(e.variants.map((e=>e)),a),avoid:e.avoid}))),a),o=[];for(const t of i){const n=t.variants.filter((e=>e!==t.avoid)),a=n.find((t=>e.includes(t)));if(a&&(H(o,Se(e,a,n)),o.length>=r))break}if(o.length<r)for(const t of i){const n=t.variants.find((t=>e.includes(t)));if(n&&(H(o,Se(e,n,t.variants)),o.length>=r))break}return o.slice(0,r)},replaceWord:function(e,t,n,r=!1){const a=new RegExp(r?`(?<=\\s|^)${t}(?=\\s|$)`:`\\b${t}\\b`,"g");return e.replace(a,n)},replacePascalCaseWords:function(e,t){return e.replace(/\b[A-Z][a-zA-Z0-9]*\b/g,(e=>e.toUpperCase()===e?e:t(e)))},stripHtml:function(e){return e.replace(/<[^>]*>/g,"")},breakLine:Oe,measureTextWidth:function(e,t={}){return[...e].reduce(((e,n)=>e+(t[n]||1)),0)},toLines:function(e,t,n={}){const r=[];let a="",i=0;for(let o=0;o<e.length;o++){const s=e[o];if(a+=s,i+=n[s]||1,i>t){const{line:e,rest:t}=Oe(a);r.push(e),a=t,i=t.split("").map((e=>n[e]||1)).reduce(((e,t)=>e+t),0)}}return a&&r.push(a),r},levenshteinDistance:function(e,t){const n=[];for(let r=0;r<=e.length;r++)n[r]=[r];for(let r=0;r<=t.length;r++)n[0][r]=r;for(let r=1;r<=e.length;r++)for(let a=1;a<=t.length;a++){const i=e[r-1]===t[a-1]?0:1;n[r][a]=Math.min(n[r-1][a]+1,n[r][a-1]+1,n[r-1][a-1]+i)}return n[e.length][t.length]},findCommonPrefix:De,findCommonDirectory:function(e){const t=De(e),n=t.lastIndexOf("/");return-1===n?"":t.slice(0,n+1)}},t.mW={asEqual:function(e,t){if(e!==t)throw Error(`Expected [${e}] to equal [${t}]`);return[e,t]},asTrue:function(e){if(!0!==e)throw Error(`Expected [true], got: [${e}]`);return e},asTruthy:function(e){if(!e)throw Error(`Expected truthy value, got: [${e}]`);return e},asFalse:function(e){if(!1!==e)throw Error(`Expected [false], got: [${e}]`);return e},asFalsy:function(e){if(e)throw Error(`Expected falsy value, got: [${e}]`);return e},asEither:function(e,t){if(!t.includes(e))throw Error(`Expected any of [${t.join(", ")}], got: [${e}]`);return e}},t.l2={get:async function(e,t,n){const r=Date.now(),a=We.get(e);if(a&&a.validUntil>r)return a.value;const i=await n(),o=r+t;return We.set(e,{value:i,validUntil:o}),i},delete:function(e){We.delete(e)},deleteExpired:function(){const e=Date.now();for(const[t,n]of We.entries())n.validUntil<=e&&We.delete(t)},size:function(){return We.size}},t.Mi={addPoint:Qt,subtractPoint:function(e,t){return{x:e.x-t.x,y:e.y-t.y}},multiplyPoint:Yt,normalizePoint:function(e){const t=Math.sqrt(e.x*e.x+e.y*e.y);return{x:e.x/t,y:e.y/t}},pushPoint:en,filterCoordinates:nn,findCorners:function(e,t,n,r){const a=[{x:0,y:0},{x:n,y:0},{x:0,y:r},{x:n,y:r}];for(let i=0;i<e.length;i++)for(let t=0;t<e[0].length;t++){const n=cn(e,i,t);for(const e of n)a.some((t=>t.x===e.x&&t.y===e.y))||a.push(e)}return a.map((e=>({x:e.x*t,y:e.y*t})))},findLines:function(e,t){const n=nn(e,((t,n)=>0===e[t][n]&&0!==e[t][n+1]),"row-first").map((e=>({...e,dx:1,dy:0}))),r=nn(e,((t,n)=>0===e[t][n]&&0!==e[t][n-1]),"row-first").map((e=>({...e,dx:1,dy:0}))),a=nn(e,((t,n)=>0===e[t][n]&&0!==e[t-1]?.[n]),"column-first").map((e=>({...e,dx:0,dy:1}))),i=nn(e,((t,n)=>0===e[t][n]&&0!==e[t+1]?.[n]),"column-first").map((e=>({...e,dx:0,dy:1})));return n.forEach((e=>e.y++)),i.forEach((e=>e.x++)),[...ht([...a,...i],((e,t)=>e.x===t.x&&e.y-1===t.y)),...ht([...r,...n],((e,t)=>e.y===t.y&&e.x-1===t.x))].map((e=>({start:e[0],end:h(e)}))).map((e=>({start:Yt(e.start,t),end:Yt(Qt(e.end,{x:e.start.dx,y:e.start.dy}),t)})))},raycast:hn,raycastCircle:function(e,t,n){const r=un(e,n),a=[];for(const i of r){const n=hn(e,t,i-.001),r=hn(e,t,i+.001);n&&a.push(n),r&&a.push(r)}return a},getLineIntersectionPoint:ln}},878(e,t,n){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,a=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(a=r))})),t.splice(a,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(n){}},t.load=function(){let e;try{e=t.storage.getItem("debug")||t.storage.getItem("DEBUG")}catch(n){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let e;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&(e=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(e[1],10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=n(945)(t);const{formatters:r}=e.exports;r.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}},945(e,t,n){e.exports=function(e){function t(e){let n,a,i,o=null;function s(...e){if(!s.enabled)return;const r=s,a=Number(new Date),i=a-(n||a);r.diff=i,r.prev=n,r.curr=a,n=a,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let o=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,a)=>{if("%%"===n)return"%";o++;const i=t.formatters[a];if("function"==typeof i){const t=e[o];n=i.call(r,t),e.splice(o,1),o--}return n})),t.formatArgs.call(r,e);(r.log||t.log).apply(r,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=r,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==o?o:(a!==t.namespaces&&(a=t.namespaces,i=t.enabled(e)),i),set:e=>{o=e}}),"function"==typeof t.init&&t.init(s),s}function r(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function a(e,t){let n=0,r=0,a=-1,i=0;for(;n<e.length;)if(r<t.length&&(t[r]===e[n]||"*"===t[r]))"*"===t[r]?(a=r,i=n,r++):(n++,r++);else{if(-1===a)return!1;r=a+1,i++,n=i}for(;r<t.length&&"*"===t[r];)r++;return r===t.length}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names,...t.skips.map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){t.save(e),t.namespaces=e,t.names=[],t.skips=[];const n=("string"==typeof e?e:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(const r of n)"-"===r[0]?t.skips.push(r.slice(1)):t.names.push(r)},t.enabled=function(e){for(const n of t.skips)if(a(e,n))return!1;for(const n of t.names)if(a(e,n))return!0;return!1},t.humanize=n(192),t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((n=>{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t<e.length;t++)n=(n<<5)-n+e.charCodeAt(t),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}},666(e,t,n){var r=null;"undefined"!=typeof WebSocket?r=WebSocket:"undefined"!=typeof MozWebSocket?r=MozWebSocket:void 0!==n.g?r=n.g.WebSocket||n.g.MozWebSocket:"undefined"!=typeof window?r=window.WebSocket||window.MozWebSocket:"undefined"!=typeof self&&(r=self.WebSocket||self.MozWebSocket),e.exports=r},192(e){var t=1e3,n=60*t,r=60*n,a=24*r,i=7*a,o=365.25*a;function s(e,t,n,r){var a=t>=1.5*n;return Math.round(e/n)+" "+r+(a?"s":"")}e.exports=function(e,c){c=c||{};var u=typeof e;if("string"===u&&e.length>0)return function(e){if((e=String(e)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*i;case"days":case"day":case"d":return c*a;case"hours":case"hour":case"hrs":case"hr":case"h":return c*r;case"minutes":case"minute":case"mins":case"min":case"m":return c*n;case"seconds":case"second":case"secs":case"sec":case"s":return c*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(e);if("number"===u&&isFinite(e))return c.long?function(e){var i=Math.abs(e);if(i>=a)return s(e,i,a,"day");if(i>=r)return s(e,i,r,"hour");if(i>=n)return s(e,i,n,"minute");if(i>=t)return s(e,i,t,"second");return e+" ms"}(e):function(e){var i=Math.abs(e);if(i>=a)return Math.round(e/a)+"d";if(i>=r)return Math.round(e/r)+"h";if(i>=n)return Math.round(e/n)+"m";if(i>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},963(e,t,n){"use strict";const r=n(527),{MAX_LENGTH:a,MAX_SAFE_INTEGER:i}=n(197),{safeRe:o,t:s}=n(423),c=n(676),{compareIdentifiers:u}=n(956);class l{constructor(e,t){if(t=c(t),e instanceof l){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>a)throw new TypeError(`version is longer than ${a} characters`);r("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const n=e.trim().match(t.loose?o[s.LOOSE]:o[s.FULL]);if(!n)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>i||this.major<0)throw new TypeError("Invalid major version");if(this.minor>i||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>i||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t<i)return t}return e})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(r("SemVer.compare",this.version,this.options,e),!(e instanceof l)){if("string"==typeof e&&e===this.version)return 0;e=new l(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof l||(e=new l(e,this.options)),this.major<e.major?-1:this.major>e.major?1:this.minor<e.minor?-1:this.minor>e.minor?1:this.patch<e.patch?-1:this.patch>e.patch?1:0}comparePre(e){if(e instanceof l||(e=new l(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{const n=this.prerelease[t],a=e.prerelease[t];if(r("prerelease compare",t,n,a),void 0===n&&void 0===a)return 0;if(void 0===a)return 1;if(void 0===n)return-1;if(n!==a)return u(n,a)}while(++t)}compareBuild(e){e instanceof l||(e=new l(e,this.options));let t=0;do{const n=this.build[t],a=e.build[t];if(r("build compare",t,n,a),void 0===n&&void 0===a)return 0;if(void 0===a)return 1;if(void 0===n)return-1;if(n!==a)return u(n,a)}while(++t)}inc(e,t,n){if(e.startsWith("pre")){if(!t&&!1===n)throw new Error("invalid increment argument: identifier is empty");if(t){const e=`-${t}`.match(this.options.loose?o[s.PRERELEASELOOSE]:o[s.PRERELEASE]);if(!e||e[1]!==t)throw new Error(`invalid identifier: ${t}`)}}switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t,n);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t,n);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t,n),this.inc("pre",t,n);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t,n),this.inc("pre",t,n);break;case"release":if(0===this.prerelease.length)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":{const e=Number(n)?1:0;if(0===this.prerelease.length)this.prerelease=[e];else{let r=this.prerelease.length;for(;--r>=0;)"number"==typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);if(-1===r){if(t===this.prerelease.join(".")&&!1===n)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let r=[t,e];!1===n&&(r=[t]),0===u(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=r):this.prerelease=r}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}e.exports=l},359(e,t,n){"use strict";const r=n(963);e.exports=(e,t)=>new r(e,t).major},197(e){"use strict";const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:t,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},527(e){"use strict";const t="object"==typeof process&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=t},956(e){"use strict";const t=/^[0-9]+$/,n=(e,n)=>{if("number"==typeof e&&"number"==typeof n)return e===n?0:e<n?-1:1;const r=t.test(e),a=t.test(n);return r&&a&&(e=+e,n=+n),e===n?0:r&&!a?-1:a&&!r?1:e<n?-1:1};e.exports={compareIdentifiers:n,rcompareIdentifiers:(e,t)=>n(t,e)}},676(e){"use strict";const t=Object.freeze({loose:!0}),n=Object.freeze({});e.exports=e=>e?"object"!=typeof e?t:e:n},423(e,t,n){"use strict";const{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:a,MAX_LENGTH:i}=n(197),o=n(527),s=(t=e.exports={}).re=[],c=t.safeRe=[],u=t.src=[],l=t.safeSrc=[],h=t.t={};let f=0;const m="[a-zA-Z0-9-]",p=[["\\s",1],["\\d",i],[m,a]],d=(e,t,n)=>{const r=(e=>{for(const[t,n]of p)e=e.split(`${t}*`).join(`${t}{0,${n}}`).split(`${t}+`).join(`${t}{1,${n}}`);return e})(t),a=f++;o(e,a,t),h[e]=a,u[a]=t,l[a]=r,s[a]=new RegExp(t,n?"g":void 0),c[a]=new RegExp(r,n?"g":void 0)};d("NUMERICIDENTIFIER","0|[1-9]\\d*"),d("NUMERICIDENTIFIERLOOSE","\\d+"),d("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${m}*`),d("MAINVERSION",`(${u[h.NUMERICIDENTIFIER]})\\.(${u[h.NUMERICIDENTIFIER]})\\.(${u[h.NUMERICIDENTIFIER]})`),d("MAINVERSIONLOOSE",`(${u[h.NUMERICIDENTIFIERLOOSE]})\\.(${u[h.NUMERICIDENTIFIERLOOSE]})\\.(${u[h.NUMERICIDENTIFIERLOOSE]})`),d("PRERELEASEIDENTIFIER",`(?:${u[h.NONNUMERICIDENTIFIER]}|${u[h.NUMERICIDENTIFIER]})`),d("PRERELEASEIDENTIFIERLOOSE",`(?:${u[h.NONNUMERICIDENTIFIER]}|${u[h.NUMERICIDENTIFIERLOOSE]})`),d("PRERELEASE",`(?:-(${u[h.PRERELEASEIDENTIFIER]}(?:\\.${u[h.PRERELEASEIDENTIFIER]})*))`),d("PRERELEASELOOSE",`(?:-?(${u[h.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${u[h.PRERELEASEIDENTIFIERLOOSE]})*))`),d("BUILDIDENTIFIER",`${m}+`),d("BUILD",`(?:\\+(${u[h.BUILDIDENTIFIER]}(?:\\.${u[h.BUILDIDENTIFIER]})*))`),d("FULLPLAIN",`v?${u[h.MAINVERSION]}${u[h.PRERELEASE]}?${u[h.BUILD]}?`),d("FULL",`^${u[h.FULLPLAIN]}$`),d("LOOSEPLAIN",`[v=\\s]*${u[h.MAINVERSIONLOOSE]}${u[h.PRERELEASELOOSE]}?${u[h.BUILD]}?`),d("LOOSE",`^${u[h.LOOSEPLAIN]}$`),d("GTLT","((?:<|>)?=?)"),d("XRANGEIDENTIFIERLOOSE",`${u[h.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),d("XRANGEIDENTIFIER",`${u[h.NUMERICIDENTIFIER]}|x|X|\\*`),d("XRANGEPLAIN",`[v=\\s]*(${u[h.XRANGEIDENTIFIER]})(?:\\.(${u[h.XRANGEIDENTIFIER]})(?:\\.(${u[h.XRANGEIDENTIFIER]})(?:${u[h.PRERELEASE]})?${u[h.BUILD]}?)?)?`),d("XRANGEPLAINLOOSE",`[v=\\s]*(${u[h.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[h.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[h.XRANGEIDENTIFIERLOOSE]})(?:${u[h.PRERELEASELOOSE]})?${u[h.BUILD]}?)?)?`),d("XRANGE",`^${u[h.GTLT]}\\s*${u[h.XRANGEPLAIN]}$`),d("XRANGELOOSE",`^${u[h.GTLT]}\\s*${u[h.XRANGEPLAINLOOSE]}$`),d("COERCEPLAIN",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?`),d("COERCE",`${u[h.COERCEPLAIN]}(?:$|[^\\d])`),d("COERCEFULL",u[h.COERCEPLAIN]+`(?:${u[h.PRERELEASE]})?`+`(?:${u[h.BUILD]})?(?:$|[^\\d])`),d("COERCERTL",u[h.COERCE],!0),d("COERCERTLFULL",u[h.COERCEFULL],!0),d("LONETILDE","(?:~>?)"),d("TILDETRIM",`(\\s*)${u[h.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",d("TILDE",`^${u[h.LONETILDE]}${u[h.XRANGEPLAIN]}$`),d("TILDELOOSE",`^${u[h.LONETILDE]}${u[h.XRANGEPLAINLOOSE]}$`),d("LONECARET","(?:\\^)"),d("CARETTRIM",`(\\s*)${u[h.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",d("CARET",`^${u[h.LONECARET]}${u[h.XRANGEPLAIN]}$`),d("CARETLOOSE",`^${u[h.LONECARET]}${u[h.XRANGEPLAINLOOSE]}$`),d("COMPARATORLOOSE",`^${u[h.GTLT]}\\s*(${u[h.LOOSEPLAIN]})$|^$`),d("COMPARATOR",`^${u[h.GTLT]}\\s*(${u[h.FULLPLAIN]})$|^$`),d("COMPARATORTRIM",`(\\s*)${u[h.GTLT]}\\s*(${u[h.LOOSEPLAIN]}|${u[h.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",d("HYPHENRANGE",`^\\s*(${u[h.XRANGEPLAIN]})\\s+-\\s+(${u[h.XRANGEPLAIN]})\\s*$`),d("HYPHENRANGELOOSE",`^\\s*(${u[h.XRANGEPLAINLOOSE]})\\s+-\\s+(${u[h.XRANGEPLAINLOOSE]})\\s*$`),d("STAR","(<|>)?=?\\s*\\*"),d("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),d("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},497(){},61(){},320(){}},t={};function n(r){var a=t[r];if(void 0!==a)return a.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},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=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{"use strict";n.r(r),n.d(r,{BRANCHES:()=>X,BZZ:()=>se,BatchId:()=>k,Bee:()=>En,BeeArgumentError:()=>j,BeeError:()=>U,BeeModes:()=>H,BeeResponseError:()=>G,Bytes:()=>T,CHUNK_SIZE:()=>Z,DAI:()=>ce,Duration:()=>ie,EthAddress:()=>V,FeedIndex:()=>L,Identifier:()=>$,MantarayNode:()=>mn,MerkleTree:()=>m,NULL_ADDRESS:()=>Dn,NULL_IDENTIFIER:()=>An,NULL_OWNER:()=>Vn,NULL_STAMP:()=>Sn,NULL_TOPIC:()=>On,PSS_TARGET_HEX_LENGTH_MAX:()=>J,PeerAddress:()=>F,PrivateKey:()=>D,PublicKey:()=>A,RedundancyLevel:()=>ne,RedundancyStrategy:()=>re,Reference:()=>I,SECTION_SIZE:()=>K,STAMPS_DEPTH_MAX:()=>Y,STAMPS_DEPTH_MIN:()=>Q,SUPPORTED_BEE_VERSION:()=>_t,SUPPORTED_BEE_VERSION_EXACT:()=>qt,SWARM_GATEWAY_URL:()=>xn,Signature:()=>z,Size:()=>oe,Span:()=>N,Stamper:()=>Rn,TAGS_LIMIT_MAX:()=>te,TAGS_LIMIT_MIN:()=>ee,Topic:()=>P,TransactionId:()=>C,Utils:()=>e,capacityBreakpoints:()=>ae,toBeeMode:()=>W});var e={};n.r(e),n.d(e,{approximateOverheadForRedundancyLevel:()=>Ln,convertEnvelopeToMarshaledStamp:()=>Ve,getAmountForDuration:()=>De,getCollectionSize:()=>vt,getDepthForSize:()=>Ae,getFolderSize:()=>bn,getRedundancyStat:()=>Hn,getRedundancyStats:()=>_n,getStampCost:()=>Se,getStampDuration:()=>Oe,getStampEffectiveBytes:()=>Re,getStampEffectiveBytesBreakpoints:()=>xe,getStampTheoreticalBytes:()=>Te,getStampUsage:()=>ve,makeCollectionFromFileList:()=>Bt,makeMaxTarget:()=>$n,mapPostageBatch:()=>$e,unmapPostageBatch:()=>Ie});var t=n(20);t.DO,t.mW;const a=t.yI,i=(t.l2,t.AO),o=t.LQ,s=t.FQ,c=t.Rb,u=(t.Pagination,t.HC,t.o8,t.DH),l=t.iQ,h=t.Or,f=t.Xx,m=(t.Mi,t.Dj,t.AA,t.vU),p=t.ie,d=(t.dF,t.f7,t.O3),g=t.pp;t.$i,t.g$,t.ij,t.Ox,t.c_;var y=n(878),b=n.n(y);const w=b()("bee-js:bytes"),B=new TextDecoder,v=new TextEncoder;class T{constructor(e,t){if(!e)throw Error(`Bytes#constructor: constructor parameter is falsy: ${e}`);if(e instanceof T)this.bytes=e.bytes;else if("string"==typeof e)this.bytes=a.hexToUint8Array(h.asHexString(e,{name:"Bytes#constructor(bytes)"}));else if(e instanceof ArrayBuffer)this.bytes=new Uint8Array(e);else if(e instanceof Uint8Array)this.bytes=e;else{const t=e,n=c.getDeep(t,"toHex");if(!h.isFunction(n))throw w("bytes",e),new Error("Bytes#constructor: unsupported type: "+typeof e);{const e=n.call(t);this.bytes=a.hexToUint8Array(h.asHexString(e,{name:"Bytes#constructor(bytes)"}))}}if(this.length=this.bytes.length,t)if(Array.isArray(t)){if(!t.includes(this.length))throw new Error(`Bytes#checkByteLength: bytes length is ${this.length} but expected ${t.join(" or ")}`)}else if(this.length!==t)throw new Error(`Bytes#checkByteLength: bytes length is ${this.length} but expected ${t}`)}static keccak256(e){return new T(a.keccak256(new T(e).toUint8Array()))}static fromUtf8(e){return new T(v.encode(e))}static fromSlice(e,t,n){return new T(void 0===n?e.slice(t):e.slice(t,t+n))}offset(e){return new Uint8Array(this.bytes.slice(e))}toUint8Array(){return new Uint8Array(this.bytes)}toHex(){return a.uint8ArrayToHex(this.bytes)}toBase64(){return a.uint8ArrayToBase64(this.bytes)}toBase32(){return a.uint8ArrayToBase32(this.bytes)}toString(){return this.toHex()}toUtf8(){return B.decode(this.bytes)}toJSON(){return JSON.parse(this.toUtf8())}equals(e){return this.toHex()===new T(e).toHex()}represent(){return this.toHex()}}function E(e){const t=e.match(/^([\d.]+)\s*(B|kB|MB|GB|TB|PB)$/);if(!t)throw new Error(`Invalid size format: ${e}`);const n=parseFloat(t[1]),r=t[2];return Math.ceil(n*{B:1,kB:1e3,MB:1e6,GB:1e3**3,TB:1e3**4,PB:1e3**5}[r])}const R=250,x=251,S={[R]:"manifest",[x]:"feed"};const O=new TextEncoder;class D extends T{static LENGTH=32;constructor(e){super(e,32)}publicKey(){const[e,t]=o.privateKeyToPublicKey(a.uint256ToNumber(this.bytes,"BE"));return new A(a.concatBytes(a.numberToUint256(e,"BE"),a.numberToUint256(t,"BE")))}sign(e){const t=a.concatBytes(O.encode("Ethereum Signed Message:\n32"),a.keccak256(e instanceof Uint8Array?e:O.encode(e))),[n,r,i]=o.signMessage(t,a.uint256ToNumber(this.bytes,"BE"));return new z(a.concatBytes(a.numberToUint256(n,"BE"),a.numberToUint256(r,"BE"),new Uint8Array([Number(i)])))}}class A extends T{static LENGTH=64;constructor(e){const t=new T(e);if(33===t.length){const[e,n]=o.publicKeyFromCompressed(t.toUint8Array());super(a.concatBytes(a.numberToUint256(e,"BE"),a.numberToUint256(n,"BE")),64)}else super(e,64)}address(){const e=a.uint256ToNumber(this.bytes.slice(0,32),"BE"),t=a.uint256ToNumber(this.bytes.slice(32,64),"BE");return new V(o.publicKeyToAddress([e,t]))}toCompressedUint8Array(){const e=a.uint256ToNumber(this.bytes.slice(0,32),"BE"),t=a.uint256ToNumber(this.bytes.slice(32,64),"BE");return o.compressPublicKey([e,t])}toCompressedHex(){return a.uint8ArrayToHex(this.toCompressedUint8Array())}}class V extends T{static LENGTH=20;constructor(e){super(e,20)}toChecksum(){return o.checksumEncode(this.bytes)}}class $ extends T{static LENGTH=32;constructor(e){super(e,32)}static fromString(e){return new $(a.keccak256(O.encode(e)))}}class I extends T{static LENGTH=32;constructor(e){if("string"==typeof e&&e.startsWith("bah5")){const t=function(e){const t=a.base32ToUint8Array(e.toUpperCase().slice(1)),n=t[1];if(!S[n])throw new Error("Unknown codec");const r=new I(t.slice(-32));return{type:S[n],reference:r}}(e);super(t.reference.bytes,32)}else super(e,[32,64])}toCid(e){return function(e,t){e=new I(e);const n=new Uint8Array([1]),r=new Uint8Array(["feed"===t?251:250]),i=new Uint8Array([1]),o=new Uint8Array([27]),s=new Uint8Array([32]);return`b${a.uint8ArrayToBase32(a.concatBytes(n,r,i,o,s)).replace(/\=+$/,"")}${e.toBase32().replace(/\=+$/,"")}`.toLowerCase()}(this.bytes,e)}static isValid(e){try{return new I(e),!0}catch{return!1}}}class C extends T{static LENGTH=32;constructor(e){super(e,32)}}class N extends T{static LENGTH=8;constructor(e){super(e,8)}static fromBigInt(e){return new N(a.numberToUint64(e,"LE"))}toBigInt(){return a.uint64ToNumber(this.bytes,"LE")}static fromSlice(e,t){return new N(e.slice(t,t+N.LENGTH))}}class F extends T{static LENGTH=32;constructor(e){super(e,32)}}class k extends T{static LENGTH=32;constructor(e){super(e,32)}}class z extends T{static LENGTH=65;constructor(e){super(e,65)}static fromSlice(e,t){return new z(e.slice(t,t+z.LENGTH))}recoverPublicKey(e){const t=a.uint256ToNumber(this.bytes.slice(0,32),"BE"),n=a.uint256ToNumber(this.bytes.slice(32,64),"BE"),r=BigInt(this.bytes[64]),[i,s]=o.recoverPublicKey(a.concatBytes(O.encode("Ethereum Signed Message:\n32"),a.keccak256(e instanceof Uint8Array?e:O.encode(e))),t,n,r);return new A(a.concatBytes(a.numberToUint256(i,"BE"),a.numberToUint256(s,"BE")))}isValid(e,t){return this.recoverPublicKey(e).address().equals(t)}}class P extends T{static LENGTH=32;constructor(e){super(e,32)}static fromString(e){return new P(a.keccak256(O.encode(e)))}}const M=new Uint8Array(8).fill(255,0,8);class L extends T{static LENGTH=8;static MINUS_ONE=new L(M);constructor(e){super(e,8)}static fromBigInt(e){return new L(a.numberToUint64(e,"BE"))}toBigInt(){return a.uint64ToNumber(this.bytes,"BE")}next(){return a.equals(this.bytes,M)?L.fromBigInt(0n):L.fromBigInt(this.toBigInt()+1n)}}class U extends Error{constructor(e){super(e)}}class j extends U{constructor(e,t){super(e),this.value=t}}class G extends U{constructor(e,t,n,r,a,i){super(n),this.method=e,this.url=t,this.responseBody=r,this.status=a,this.statusText=i,this.response={status:a,data:r,statusText:i}}}const q=4096;function _(e){const t=e.slice(0,N.LENGTH),n=function(e){if(e.length>q)throw new j(`payload size ${e.length} exceeds maximum chunk payload size 4096`,e);const t=new Uint8Array(q);return t.set(e),a.log2Reduce(a.partition(t,32),((e,t)=>a.keccak256(a.concatBytes(e,t))))}(e.slice(N.LENGTH)),r=a.keccak256(a.concatBytes(t,n));return new I(r)}let H=function(e){return e.FULL="full",e.LIGHT="light",e.ULTRA_LIGHT="ultra-light",e.DEV="dev",e}({});function W(e){switch(e){case"full":return H.FULL;case"light":return H.LIGHT;case"ultra-light":return H.ULTRA_LIGHT;case"dev":return H.DEV;default:throw new Error(`Unknown Bee mode: ${e}`)}}const K=32,X=128,Z=K*X,J=4,Q=17,Y=255,ee=1,te=1e3;let ne=function(e){return e[e.OFF=0]="OFF",e[e.MEDIUM=1]="MEDIUM",e[e.STRONG=2]="STRONG",e[e.INSANE=3]="INSANE",e[e.PARANOID=4]="PARANOID",e}({}),re=function(e){return e[e.NONE=0]="NONE",e[e.DATA=1]="DATA",e[e.PROX=2]="PROX",e[e.RACE=3]="RACE",e}({});const ae={ENCRYPTION_OFF:{[ne.OFF]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"44.70 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"6.66 MB",batchDepth:18,utilizationRate:"0.61%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"112.06 MB",batchDepth:19,utilizationRate:"5.09%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"687.62 MB",batchDepth:20,utilizationRate:"15.65%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"2.60 GB",batchDepth:21,utilizationRate:"30.27%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"7.73 GB",batchDepth:22,utilizationRate:"44.99%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"19.94 GB",batchDepth:23,utilizationRate:"58.03%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"47.06 GB",batchDepth:24,utilizationRate:"68.48%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"105.51 GB",batchDepth:25,utilizationRate:"76.77%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"227.98 GB",batchDepth:26,utilizationRate:"82.94%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"476.68 GB",batchDepth:27,utilizationRate:"86.71%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"993.65 GB",batchDepth:28,utilizationRate:"88.37%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"2.04 TB",batchDepth:29,utilizationRate:"92.88%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"4.17 TB",batchDepth:30,utilizationRate:"94.81%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"8.45 TB",batchDepth:31,utilizationRate:"96.06%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"17.07 TB",batchDepth:32,utilizationRate:"97.01%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"34.36 TB",batchDepth:33,utilizationRate:"97.65%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"69.04 TB",batchDepth:34,utilizationRate:"98.11%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"138.54 TB",batchDepth:35,utilizationRate:"98.44%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"277.72 TB",batchDepth:36,utilizationRate:"98.67%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"556.35 TB",batchDepth:37,utilizationRate:"98.83%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"1.11 PB",batchDepth:38,utilizationRate:"98.91%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"2.23 PB",batchDepth:39,utilizationRate:"98.96%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"4.46 PB",batchDepth:40,utilizationRate:"98.98%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"8.93 PB",batchDepth:41,utilizationRate:"99.11%"}],[ne.MEDIUM]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"41.56 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"6.19 MB",batchDepth:18,utilizationRate:"0.57%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"104.18 MB",batchDepth:19,utilizationRate:"4.73%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"639.27 MB",batchDepth:20,utilizationRate:"14.54%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"2.41 GB",batchDepth:21,utilizationRate:"28.11%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"7.18 GB",batchDepth:22,utilizationRate:"41.79%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"18.54 GB",batchDepth:23,utilizationRate:"53.95%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"43.75 GB",batchDepth:24,utilizationRate:"63.66%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"98.09 GB",batchDepth:25,utilizationRate:"71.37%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"211.95 GB",batchDepth:26,utilizationRate:"77.11%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"443.16 GB",batchDepth:27,utilizationRate:"80.61%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"923.78 GB",batchDepth:28,utilizationRate:"82.16%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"1.90 TB",batchDepth:29,utilizationRate:"86.30%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"3.88 TB",batchDepth:30,utilizationRate:"88.14%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"7.86 TB",batchDepth:31,utilizationRate:"89.26%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"15.87 TB",batchDepth:32,utilizationRate:"90.21%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"31.94 TB",batchDepth:33,utilizationRate:"90.77%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"64.19 TB",batchDepth:34,utilizationRate:"91.22%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"128.80 TB",batchDepth:35,utilizationRate:"91.52%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"258.19 TB",batchDepth:36,utilizationRate:"91.73%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"517.23 TB",batchDepth:37,utilizationRate:"91.88%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"1.04 PB",batchDepth:38,utilizationRate:"91.95%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"2.07 PB",batchDepth:39,utilizationRate:"92.00%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"4.15 PB",batchDepth:40,utilizationRate:"92.15%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"8.30 PB",batchDepth:41,utilizationRate:"92.14%"}],[ne.STRONG]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"37.37 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"5.57 MB",batchDepth:18,utilizationRate:"0.51%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"93.68 MB",batchDepth:19,utilizationRate:"4.25%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"574.81 MB",batchDepth:20,utilizationRate:"13.07%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"2.17 GB",batchDepth:21,utilizationRate:"25.26%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"6.46 GB",batchDepth:22,utilizationRate:"37.58%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"16.67 GB",batchDepth:23,utilizationRate:"48.50%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"39.34 GB",batchDepth:24,utilizationRate:"57.24%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"88.20 GB",batchDepth:25,utilizationRate:"64.17%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"190.58 GB",batchDepth:26,utilizationRate:"69.33%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"398.47 GB",batchDepth:27,utilizationRate:"72.48%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"830.63 GB",batchDepth:28,utilizationRate:"73.85%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"1.71 TB",batchDepth:29,utilizationRate:"77.59%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"3.49 TB",batchDepth:30,utilizationRate:"79.27%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"7.07 TB",batchDepth:31,utilizationRate:"80.34%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"14.27 TB",batchDepth:32,utilizationRate:"81.12%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"28.72 TB",batchDepth:33,utilizationRate:"81.63%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"57.71 TB",batchDepth:34,utilizationRate:"82.01%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"115.81 TB",batchDepth:35,utilizationRate:"82.29%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"232.16 TB",batchDepth:36,utilizationRate:"82.48%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"465.07 TB",batchDepth:37,utilizationRate:"82.61%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"931.23 TB",batchDepth:38,utilizationRate:"82.67%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"1.86 PB",batchDepth:39,utilizationRate:"82.71%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"3.73 PB",batchDepth:40,utilizationRate:"82.78%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"7.46 PB",batchDepth:41,utilizationRate:"82.79%"}],[ne.INSANE]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"33.88 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"5.05 MB",batchDepth:18,utilizationRate:"0.46%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"84.92 MB",batchDepth:19,utilizationRate:"3.86%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"521.09 MB",batchDepth:20,utilizationRate:"11.85%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"1.97 GB",batchDepth:21,utilizationRate:"22.90%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"5.86 GB",batchDepth:22,utilizationRate:"34.09%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"15.11 GB",batchDepth:23,utilizationRate:"43.97%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"35.66 GB",batchDepth:24,utilizationRate:"51.90%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"79.96 GB",batchDepth:25,utilizationRate:"58.18%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"172.77 GB",batchDepth:26,utilizationRate:"62.85%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"361.23 GB",batchDepth:27,utilizationRate:"65.70%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"753.00 GB",batchDepth:28,utilizationRate:"66.95%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"1.55 TB",batchDepth:29,utilizationRate:"70.38%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"3.16 TB",batchDepth:30,utilizationRate:"71.92%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"6.41 TB",batchDepth:31,utilizationRate:"72.85%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"12.93 TB",batchDepth:32,utilizationRate:"73.53%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"26.04 TB",batchDepth:33,utilizationRate:"74.01%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"52.32 TB",batchDepth:34,utilizationRate:"74.35%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"104.99 TB",batchDepth:35,utilizationRate:"74.60%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"210.46 TB",batchDepth:36,utilizationRate:"74.77%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"421.61 TB",batchDepth:37,utilizationRate:"74.89%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"844.20 TB",batchDepth:38,utilizationRate:"74.94%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"1.69 PB",batchDepth:39,utilizationRate:"74.98%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"3.38 PB",batchDepth:40,utilizationRate:"75.03%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"6.77 PB",batchDepth:41,utilizationRate:"75.10%"}],[ne.PARANOID]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"13.27 kB",batchDepth:17,utilizationRate:"0.00%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"1.98 MB",batchDepth:18,utilizationRate:"0.18%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"33.27 MB",batchDepth:19,utilizationRate:"1.51%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"204.14 MB",batchDepth:20,utilizationRate:"4.64%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"771.13 MB",batchDepth:21,utilizationRate:"8.75%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"2.29 GB",batchDepth:22,utilizationRate:"13.34%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"5.92 GB",batchDepth:23,utilizationRate:"17.22%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"13.97 GB",batchDepth:24,utilizationRate:"20.33%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"31.32 GB",batchDepth:25,utilizationRate:"22.79%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"67.68 GB",batchDepth:26,utilizationRate:"24.62%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"141.51 GB",batchDepth:27,utilizationRate:"25.74%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"294.99 GB",batchDepth:28,utilizationRate:"26.23%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"606.90 GB",batchDepth:29,utilizationRate:"27.56%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"1.24 TB",batchDepth:30,utilizationRate:"28.15%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"2.51 TB",batchDepth:31,utilizationRate:"28.54%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"5.07 TB",batchDepth:32,utilizationRate:"28.82%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"10.20 TB",batchDepth:33,utilizationRate:"28.99%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"20.50 TB",batchDepth:34,utilizationRate:"29.13%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"41.13 TB",batchDepth:35,utilizationRate:"29.22%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"82.45 TB",batchDepth:36,utilizationRate:"29.29%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"165.17 TB",batchDepth:37,utilizationRate:"29.34%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"330.72 TB",batchDepth:38,utilizationRate:"29.37%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"661.97 TB",batchDepth:39,utilizationRate:"29.39%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"1.32 PB",batchDepth:40,utilizationRate:"29.41%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"2.65 PB",batchDepth:41,utilizationRate:"29.43%"}]},ENCRYPTION_ON:{[ne.OFF]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"44.35 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"6.61 MB",batchDepth:18,utilizationRate:"0.60%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"111.18 MB",batchDepth:19,utilizationRate:"5.05%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"682.21 MB",batchDepth:20,utilizationRate:"15.52%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"2.58 GB",batchDepth:21,utilizationRate:"30.04%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"7.67 GB",batchDepth:22,utilizationRate:"44.62%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"19.78 GB",batchDepth:23,utilizationRate:"57.56%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"46.69 GB",batchDepth:24,utilizationRate:"67.93%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"104.68 GB",batchDepth:25,utilizationRate:"76.16%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"226.19 GB",batchDepth:26,utilizationRate:"82.29%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"472.93 GB",batchDepth:27,utilizationRate:"86.02%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"985.83 GB",batchDepth:28,utilizationRate:"87.66%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"2.03 TB",batchDepth:29,utilizationRate:"92.25%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"4.14 TB",batchDepth:30,utilizationRate:"94.21%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"8.39 TB",batchDepth:31,utilizationRate:"95.37%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"16.93 TB",batchDepth:32,utilizationRate:"96.22%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"34.09 TB",batchDepth:33,utilizationRate:"96.88%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"68.50 TB",batchDepth:34,utilizationRate:"97.34%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"137.45 TB",batchDepth:35,utilizationRate:"97.67%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"275.53 TB",batchDepth:36,utilizationRate:"97.89%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"551.97 TB",batchDepth:37,utilizationRate:"98.05%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"1.11 PB",batchDepth:38,utilizationRate:"98.13%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"2.21 PB",batchDepth:39,utilizationRate:"98.18%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"4.43 PB",batchDepth:40,utilizationRate:"98.36%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"8.86 PB",batchDepth:41,utilizationRate:"98.37%"}],[ne.MEDIUM]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"40.89 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"6.09 MB",batchDepth:18,utilizationRate:"0.56%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"102.49 MB",batchDepth:19,utilizationRate:"4.65%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"628.91 MB",batchDepth:20,utilizationRate:"14.30%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"2.38 GB",batchDepth:21,utilizationRate:"27.68%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"7.07 GB",batchDepth:22,utilizationRate:"41.15%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"18.24 GB",batchDepth:23,utilizationRate:"53.09%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"43.04 GB",batchDepth:24,utilizationRate:"62.63%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"96.50 GB",batchDepth:25,utilizationRate:"70.21%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"208.52 GB",batchDepth:26,utilizationRate:"75.86%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"435.98 GB",batchDepth:27,utilizationRate:"79.30%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"908.81 GB",batchDepth:28,utilizationRate:"80.82%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"1.87 TB",batchDepth:29,utilizationRate:"84.98%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"3.81 TB",batchDepth:30,utilizationRate:"86.67%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"7.73 TB",batchDepth:31,utilizationRate:"87.84%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"15.61 TB",batchDepth:32,utilizationRate:"88.74%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"31.43 TB",batchDepth:33,utilizationRate:"89.34%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"63.15 TB",batchDepth:34,utilizationRate:"89.74%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"126.71 TB",batchDepth:35,utilizationRate:"90.03%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"254.01 TB",batchDepth:36,utilizationRate:"90.24%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"508.85 TB",batchDepth:37,utilizationRate:"90.39%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"1.02 PB",batchDepth:38,utilizationRate:"90.47%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"2.04 PB",batchDepth:39,utilizationRate:"90.51%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"4.08 PB",batchDepth:40,utilizationRate:"90.64%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"8.17 PB",batchDepth:41,utilizationRate:"90.65%"}],[ne.STRONG]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"36.73 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"5.47 MB",batchDepth:18,utilizationRate:"0.50%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"92.07 MB",batchDepth:19,utilizationRate:"4.18%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"564.95 MB",batchDepth:20,utilizationRate:"12.85%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"2.13 GB",batchDepth:21,utilizationRate:"24.86%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"6.35 GB",batchDepth:22,utilizationRate:"36.97%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"16.38 GB",batchDepth:23,utilizationRate:"47.67%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"38.66 GB",batchDepth:24,utilizationRate:"56.26%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"86.69 GB",batchDepth:25,utilizationRate:"63.07%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"187.31 GB",batchDepth:26,utilizationRate:"68.14%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"391.64 GB",batchDepth:27,utilizationRate:"71.24%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"816.39 GB",batchDepth:28,utilizationRate:"72.59%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"1.68 TB",batchDepth:29,utilizationRate:"76.34%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"3.43 TB",batchDepth:30,utilizationRate:"77.89%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"6.94 TB",batchDepth:31,utilizationRate:"78.86%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"14.02 TB",batchDepth:32,utilizationRate:"79.71%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"28.23 TB",batchDepth:33,utilizationRate:"80.23%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"56.72 TB",batchDepth:34,utilizationRate:"80.60%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"113.82 TB",batchDepth:35,utilizationRate:"80.88%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"228.18 TB",batchDepth:36,utilizationRate:"81.06%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"457.10 TB",batchDepth:37,utilizationRate:"81.20%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"915.26 TB",batchDepth:38,utilizationRate:"81.26%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"1.83 PB",batchDepth:39,utilizationRate:"81.30%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"3.67 PB",batchDepth:40,utilizationRate:"81.43%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"7.34 PB",batchDepth:41,utilizationRate:"81.45%"}],[ne.INSANE]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"33.26 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"4.96 MB",batchDepth:18,utilizationRate:"0.45%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"83.38 MB",batchDepth:19,utilizationRate:"3.79%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"511.65 MB",batchDepth:20,utilizationRate:"11.64%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"1.93 GB",batchDepth:21,utilizationRate:"22.52%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"5.75 GB",batchDepth:22,utilizationRate:"33.50%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"14.84 GB",batchDepth:23,utilizationRate:"43.19%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"35.02 GB",batchDepth:24,utilizationRate:"50.96%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"78.51 GB",batchDepth:25,utilizationRate:"57.12%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"169.64 GB",batchDepth:26,utilizationRate:"61.71%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"354.69 GB",batchDepth:27,utilizationRate:"64.52%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"739.37 GB",batchDepth:28,utilizationRate:"65.74%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"1.52 TB",batchDepth:29,utilizationRate:"69.15%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"3.10 TB",batchDepth:30,utilizationRate:"70.56%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"6.29 TB",batchDepth:31,utilizationRate:"71.48%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"12.70 TB",batchDepth:32,utilizationRate:"72.18%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"25.57 TB",batchDepth:33,utilizationRate:"72.67%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"51.37 TB",batchDepth:34,utilizationRate:"73.00%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"103.08 TB",batchDepth:35,utilizationRate:"73.24%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"206.65 TB",batchDepth:36,utilizationRate:"73.42%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"413.98 TB",batchDepth:37,utilizationRate:"73.54%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"828.91 TB",batchDepth:38,utilizationRate:"73.59%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"1.66 PB",batchDepth:39,utilizationRate:"73.62%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"3.32 PB",batchDepth:40,utilizationRate:"73.72%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"6.64 PB",batchDepth:41,utilizationRate:"73.74%"}],[ne.PARANOID]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"13.17 kB",batchDepth:17,utilizationRate:"0.00%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"1.96 MB",batchDepth:18,utilizationRate:"0.18%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"33.01 MB",batchDepth:19,utilizationRate:"1.50%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"202.53 MB",batchDepth:20,utilizationRate:"4.61%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"765.05 MB",batchDepth:21,utilizationRate:"8.68%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"2.28 GB",batchDepth:22,utilizationRate:"13.27%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"5.87 GB",batchDepth:23,utilizationRate:"17.08%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"13.86 GB",batchDepth:24,utilizationRate:"20.17%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"31.08 GB",batchDepth:25,utilizationRate:"22.61%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"67.15 GB",batchDepth:26,utilizationRate:"24.43%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"140.40 GB",batchDepth:27,utilizationRate:"25.54%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"292.67 GB",batchDepth:28,utilizationRate:"26.03%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"602.12 GB",batchDepth:29,utilizationRate:"27.35%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"1.23 TB",batchDepth:30,utilizationRate:"27.94%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"2.49 TB",batchDepth:31,utilizationRate:"28.32%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"5.03 TB",batchDepth:32,utilizationRate:"28.60%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"10.12 TB",batchDepth:33,utilizationRate:"28.77%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"20.34 TB",batchDepth:34,utilizationRate:"28.91%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"40.80 TB",batchDepth:35,utilizationRate:"29.00%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"81.80 TB",batchDepth:36,utilizationRate:"29.06%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"163.87 TB",batchDepth:37,utilizationRate:"29.11%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"328.11 TB",batchDepth:38,utilizationRate:"29.14%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"656.76 TB",batchDepth:39,utilizationRate:"29.16%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"1.31 PB",batchDepth:40,utilizationRate:"29.18%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"2.63 PB",batchDepth:41,utilizationRate:"29.19%"}]}};class ie{static ZERO=new ie(0);constructor(e){this.seconds=Math.ceil(e),e<0&&(this.seconds=0)}static fromMilliseconds(e){return new ie(e/1e3)}static fromSeconds(e){return new ie(e)}static fromHours(e){return new ie(60*e*60)}static fromDays(e){return new ie(24*e*60*60)}static fromWeeks(e){return new ie(7*e*24*60*60)}static fromYears(e){return new ie(365*e*24*60*60)}static fromEndDate(e,t){return new ie((e.getTime()-(t??new Date).getTime())/1e3)}static parseFromString(e){return ie.fromSeconds(i.make(e)/1e3)}toSeconds(){return this.seconds}toHours(){return this.seconds/60/60}toDays(){return this.seconds/24/60/60}toWeeks(){return this.seconds/7/24/60/60}toYears(){return this.seconds/365/24/60/60}toEndDate(e){return new Date((e??new Date).getTime()+1e3*this.seconds)}represent(){return i.secondsToHumanTime(this.seconds)}isZero(){return 0===this.seconds}}class oe{constructor(e){if(this.bytes=Math.ceil(e),e<0)throw Error("Size must be at least 0")}static fromBytes(e){return new oe(e)}static fromKilobytes(e){return new oe(1e3*e)}static fromMegabytes(e){return new oe(1e3*e*1e3)}static fromGigabytes(e){return new oe(1e3*e*1e3*1e3)}static parseFromString(e){return oe.fromBytes(s.makeStorage(e,1e3))}toBytes(){return this.bytes}toGigabytes(){return this.bytes/1e3/1e3/1e3}toFormattedString(){return s.convertBytes(this.bytes,1e3)}represent(){return this.toFormattedString()}}class se{static DIGITS=16;constructor(e){this.state=e}static fromDecimalString(e){return new se(p.fromDecimalString(e,se.DIGITS))}static fromPLUR(e){return new se(new p(e,se.DIGITS))}static fromFloat(e){return new se(p.fromFloat(e,se.DIGITS))}toPLURString(){return this.state.toString()}toPLURBigInt(){return this.state.value}toDecimalString(){return this.state.toDecimalString()}toFloat(){return this.state.toFloat()}toSignificantDigits(e){return this.toDecimalString().slice(0,this.toDecimalString().indexOf(".")+e+1)}plus(e){return new se(this.state.add(e instanceof se?e.state:new p(e,se.DIGITS)))}minus(e){return new se(this.state.subtract(e instanceof se?e.state:new p(e,se.DIGITS)))}divide(e){return new se(this.state.divmod(e)[0])}gt(e){return 1===this.state.compare(e.state)}gte(e){return-1!==this.state.compare(e.state)}lt(e){return-1===this.state.compare(e.state)}lte(e){return 1!==this.state.compare(e.state)}eq(e){return 0===this.state.compare(e.state)}exchangeToDAI(e){return ce.fromWei(this.state.exchange("*",new p(e.toWeiBigInt(),ce.DIGITS),ce.DIGITS).value)}}class ce{static DIGITS=18;constructor(e){this.state=e}static fromDecimalString(e){return new ce(p.fromDecimalString(e,ce.DIGITS))}static fromWei(e){return new ce(new p(e,ce.DIGITS))}static fromFloat(e){return new ce(p.fromFloat(e,ce.DIGITS))}toWeiString(){return this.state.toString()}toWeiBigInt(){return this.state.value}toDecimalString(){return this.state.toDecimalString()}toSignificantDigits(e){return this.toDecimalString().slice(0,this.toDecimalString().indexOf(".")+e+1)}toFloat(){return this.state.toFloat()}plus(e){return new ce(this.state.add(e instanceof ce?e.state:new p(e,ce.DIGITS)))}minus(e){return new ce(this.state.subtract(e instanceof ce?e.state:new p(e,ce.DIGITS)))}divide(e){return new ce(this.state.divmod(e)[0])}gt(e){return 1===this.state.compare(e.state)}gte(e){return-1!==this.state.compare(e.state)}lt(e){return-1===this.state.compare(e.state)}lte(e){return 1!==this.state.compare(e.state)}eq(e){return 0===this.state.compare(e.state)}exchangeToBZZ(e){return se.fromPLUR(this.state.exchange("/",new p(e.toWeiBigInt(),ce.DIGITS),se.DIGITS).value)}}var ue=n(320);function le(e){if("function"==typeof File&&e instanceof File)return!0;const t=e;return"object"==typeof t&&"string"==typeof t.name&&("function"==typeof t.stream||"function"==typeof t.arrayBuffer)}function he(e){return void 0!==ue.Readable&&e instanceof ue.Readable}function fe(e,t){return"bigint"==typeof e&&(e=e.toString()),h.asIntegerString(e,t)}function me(e){const t=h.asObject(e,{name:"DownloadOptions"});return{redundancyStrategy:h.asOptional((e=>h.asInteger(e,{name:"redundancyStrategy"})),t.redundancyStrategy),fallback:h.asOptional((e=>h.asBoolean(e,{name:"fallback"})),t.fallback),timeoutMs:h.asOptional((e=>h.asInteger(e,{name:"timeoutMs",min:0})),t.timeoutMs),actPublisher:h.asOptional((e=>new A(e)),t.actPublisher),actHistoryAddress:h.asOptional((e=>new I(e)),t.actHistoryAddress),actTimestamp:h.asOptional((e=>h.asNumber(e,{name:"actTimestamp"})),t.actTimestamp)}}function pe(e,t="UploadOptions"){const n=h.asObject(e,{name:t});return{act:h.asOptional((e=>h.asBoolean(e,{name:"act"})),n.act),actHistoryAddress:h.asOptional((e=>new I(e)),n.actHistoryAddress),deferred:h.asOptional((e=>h.asBoolean(e,{name:"deferred"})),n.deferred),encrypt:h.asOptional((e=>h.asBoolean(e,{name:"encrypt"})),n.encrypt),pin:h.asOptional((e=>h.asBoolean(e,{name:"pin"})),n.pin),tag:h.asOptional((e=>h.asInteger(e,{name:"tag",min:0})),n.tag)}}function de(e){const t=pe(e,"CollectionUploadOptions"),n=h.asObject(e,{name:"CollectionUploadOptions"});return{...t,errorDocument:h.asOptional((e=>h.asString(e,{name:"errorDocument"})),n.errorDocument),indexDocument:h.asOptional((e=>h.asString(e,{name:"indexDocument"})),n.indexDocument),redundancyLevel:h.asOptional((e=>h.asInteger(e,{name:"redundancyLevel",min:0})),n.redundancyLevel)}}function ge(e){const t=h.asObject(e,{name:"PostageBatchOptions"});return{gasPrice:h.asOptional((e=>fe(e,{name:"gasPrice"})),t.gasPrice),immutableFlag:h.asOptional((e=>h.asBoolean(e,{name:"immutableFlag"})),t.immutableFlag),label:h.asOptional((e=>h.asString(e,{name:"label"})),t.label),waitForUsable:h.asOptional((e=>h.asBoolean(e,{name:"waitForUsable"})),t.waitForUsable),waitForUsableTimeout:h.asOptional((e=>h.asInteger(e,{name:"waitForUsableTimeout",min:0})),t.waitForUsableTimeout)}}function ye(e,t="TransactionOptions"){const n=h.asObject(e,{name:t});return{gasLimit:h.asOptional((e=>fe(e,{name:"gasLimit",min:0n})),n.gasLimit),gasPrice:h.asOptional((e=>fe(e,{name:"gasPrice",min:0n})),n.gasPrice)}}function be(e){if("string"!=typeof e&&!(e instanceof Uint8Array))throw new TypeError("Data must be either string or Uint8Array!")}function we(e){if(null==e)throw new TypeError(`Expected number | Tag | string from tagUid, got: ${e}`);if(function(e){try{const t=h.asObject(e,{name:"Tag"});return h.asInteger(t.uid,{name:"Tag.uid"}),!0}catch{return!1}}(e))return e.uid;if("number"==typeof e||"string"==typeof e)return h.asNumber(e,{name:"tagUid",min:0});throw new TypeError(`Expected number | Tag | string from tagUid, got: ${e}`)}const Be=.9;function ve(e,t,n){return e/Math.pow(2,t-n)}function Te(e){return 4096*2**e}const Ee=[[17,4089e-8],[18,.00609],[19,.10249],[20,.62891],[21,2.38],[22,7.07],[23,18.24],[24,43.04],[25,96.5],[26,208.52],[27,435.98],[28,908.81],[29,1870],[30,3810],[31,7730],[32,15610],[33,31430],[34,63150]];function Re(e,t,n){if(e<17)return 0;if(void 0!==t&&void 0!==n){const r=ae[t?"ENCRYPTION_ON":"ENCRYPTION_OFF"][n].find((t=>t.batchDepth===e));if(r?.effectiveVolume)return E(r.effectiveVolume)}else{const t=Ee.find((([t,n])=>{if(e===t)return n}));if(t)return 1e3*t[1]*1e3*1e3}return Math.ceil(Te(e)*Be)}function xe(e,t){const n=new Map;for(let r=17;r<35;r++)n.set(r,Re(r,e,t));return n}function Se(e,t){return se.fromPLUR(2n**BigInt(e)*BigInt(t))}function Oe(e,t,n){const r=BigInt(fe(e));return ie.fromSeconds(Number(r*BigInt(n)/BigInt(t)))}function De(e,t,n){return BigInt(e.toSeconds())/BigInt(n)*BigInt(t)+1n}function Ae(e,t,n){if(void 0!==t&&void 0!==n){const r=ae[t?"ENCRYPTION_ON":"ENCRYPTION_OFF"][n].find((t=>e.toBytes()<=E(t.effectiveVolume)));if(r?.effectiveVolume)return r.batchDepth}else for(const[r,a]of Ee)if(e.toBytes()<=1e3*a*1e3*1e3)return r;return 35}function Ve(e){return function(e,t,n,r){if(65!==e.length)throw Error("invalid signature length");if(32!==t.length)throw Error("invalid batch ID length");if(8!==n.length)throw Error("invalid timestamp length");if(8!==r.length)throw Error("invalid index length");return new T(a.concatBytes(t,r,n,e))}(e.signature,e.batchId.toUint8Array(),e.timestamp,e.index)}function $e(e,t,n){const r=ve(e.utilization,e.depth,e.bucketDepth),a=function(e){return Number.isInteger(e)?e<1?1:e>3155695200?3155695200:e:1}(e.batchTTL),i=ie.fromSeconds(a),o=Re(e.depth,t,n);return{batchID:new k(e.batchID),utilization:e.utilization,usable:e.usable,label:e.label,depth:e.depth,amount:fe(e.amount),bucketDepth:e.bucketDepth,blockNumber:e.blockNumber,immutableFlag:e.immutableFlag,usage:r,usageText:`${Math.round(100*r)}%`,size:oe.fromBytes(o),remainingSize:oe.fromBytes(Math.ceil(o*(1-r))),theoreticalSize:oe.fromBytes(Te(e.depth)),duration:i,calculateSize(t,n){const r=Re(e.depth,t,n);return oe.fromBytes(r)},calculateRemainingSize(t,n){const r=Re(e.depth,t,n);return oe.fromBytes(Math.ceil(r*(1-this.usage)))}}}function Ie(e){return{batchID:e.batchID.toHex(),utilization:e.utilization,usable:e.usable,label:e.label,depth:e.depth,amount:e.amount,bucketDepth:e.bucketDepth,blockNumber:e.blockNumber,immutableFlag:e.immutableFlag,batchTTL:e.duration.toSeconds()}}function Ce(e){return{name:function(e){if(!e)throw new U("missing content-disposition header");const t=e.match(/filename\*?=['"]?(?:UTF-\d['"]*)?([^;\r\n"']*)['"]?;?/i);if(t&&t.length>0)return t[1];throw new U("invalid content-disposition header")}(e["content-disposition"]),tagUid:function(e){if(!e)return;return parseInt(e,10)}(e["swarm-tag-uid"]),contentType:e["content-type"]||void 0}}function Ne(e,t){const n={};if(!function(e){if(!h.isObject(e))return!1;const t=e;return void 0!==t.issuer&&void 0!==t.index&&void 0!==t.signature&&void 0!==t.timestamp&&void 0!==t.batchId}(e)?e&&(e=new k(e),n["swarm-postage-batch-id"]=e.toHex()):n["swarm-postage-stamp"]=Ve(e).toHex(),!t)return n;const r=h.asObject(t);return r.size&&(n["content-length"]=String(r.size)),r.contentType&&(n["content-type"]=String(r.contentType)),r.redundancyLevel&&(n["swarm-redundancy-level"]=String(r.redundancyLevel)),h.isBoolean(r.act)&&(n["swarm-act"]=String(r.act)),h.isBoolean(r.pin)&&(n["swarm-pin"]=String(r.pin)),h.isBoolean(r.encrypt)&&(n["swarm-encrypt"]=r.encrypt.toString()),r.tag&&(n["swarm-tag"]=String(r.tag)),h.isBoolean(r.deferred)&&(n["swarm-deferred-upload"]=r.deferred.toString()),r.redundancyStrategy&&(n["swarm-redundancy-strategy"]=String(r.redundancyStrategy)),h.isBoolean(r.fallback)&&(n["swarm-redundancy-fallback-mode"]=r.fallback.toString()),r.timeoutMs&&(n["swarm-chunk-retrieval-timeout"]=String(r.timeoutMs)),r.indexDocument&&(n["swarm-index-document"]=String(r.indexDocument)),r.errorDocument&&(n["swarm-error-document"]=String(r.errorDocument)),r.actPublisher&&(n["swarm-act-publisher"]=new A(r.actPublisher).toCompressedHex()),r.actHistoryAddress&&(n["swarm-act-history-address"]=new I(r.actHistoryAddress).toHex()),r.actTimestamp&&(n["swarm-act-timestamp"]=String(r.actTimestamp)),(r.actPublisher||r.actHistoryAddress||r.actTimestamp)&&(n["swarm-act"]="true"),r.gasPrice&&(n["gas-price"]=String(r.gasPrice)),r.gasLimit&&(n["gas-limit"]=String(r.gasLimit)),n}const Fe=b()("bee-js:http"),ke={headers:{accept:"application/json, text/plain, */*"}};async function ze(e,t){const n=c.deepMerge3(ke,t,e);if(e.signal&&(n.signal=e.signal),function(e){if(void 0===e.data)return;const t=e.data;if(null!==t&&"object"==typeof t&&t.constructor===Object||Array.isArray(t))e.body=JSON.stringify(t),e.headers={"content-type":"application/json",...e.headers};else{e.body=t,e.duplex="half";const n=t instanceof Blob&&t.type?t.type:"application/octet-stream";e.headers={"content-type":n,...e.headers}}}(n),n.params)for(const s of Object.keys(n.params))void 0===n.params[s]&&delete n.params[s];const r=function(e){let t=u.joinUrl([e.baseURL??"",e.url??""]);if(e.params){const n=new URLSearchParams(Object.entries(e.params).filter((([,e])=>void 0!==e)).map((([e,t])=>[e,String(t)]))).toString();n&&(t+=`?${n}`)}return t}(n),a=(n.method||"GET").toUpperCase();n.method=a,e.onRequest?.({method:a,url:u.joinUrl([n.baseURL??"",n.url??""]),headers:{...n.headers},params:n.params});let i=0;for(;i<1e5;)try{Fe(`${a} ${r}`,{headers:n.headers,params:n.params});const e=await fetch(r,n);return e.ok||await Pe(a,r,e,n.responseType),Le(e,n.responseType)}catch(o){if(o instanceof G)throw o;const t=o;if("TimeoutError"!==t.name||!e.endlesslyRetry)throw Me(t,a,r);i++,await l.sleepMillis(i<300?200:1e3)}throw Error("Max number of failed attempts reached")}async function Pe(e,t,n,r){const a=await Le(n,r).catch((()=>({data:void 0}))),i="string"==typeof a.data?a.data:JSON.stringify(a.data),o=i&&"undefined"!==i?`${n.statusText}: ${i}`:n.statusText;throw new G(e,t,o,a.data,n.status,n.statusText)}function Me(e,t,n){if("AbortError"===e.name)return new G(t,n,"Request aborted",void 0,void 0,"ERR_CANCELED");const r=e.cause,a=r?.message?`${e.message}: ${r.message}`:e.message;return new G(t,n,a)}async function Le(e,t="json"){let n;switch(t){case"arraybuffer":n=await e.arrayBuffer();break;case"text":n=await e.text();break;case"blob":n=await e.blob();break;case"stream":n=e.body;break;default:{const t=await e.text();n=t?JSON.parse(t):null}}return{data:n,status:e.status,statusText:e.statusText,headers:Object.fromEntries(e.headers.entries()),raw:e}}const Ue="chunks";async function je(e,t,n){t=new I(t);const r=await ze(e,{responseType:"arraybuffer",url:`${Ue}/${t}`,headers:Ne(null,n)});return new Uint8Array(r.data)}const Ge=$.LENGTH,qe=$.LENGTH+z.LENGTH,_e=$.LENGTH+z.LENGTH+N.LENGTH;function He(e,t){e=e instanceof T?e.toUint8Array():e,t=new I(t);const n=function(e){const t=_(e.slice(qe)),n=z.fromSlice(e,Ge),r=T.fromSlice(e,0,$.LENGTH),i=a.concatBytes(r.toUint8Array(),t.toUint8Array());return n.recoverPublicKey(i).address()}(e),r=T.fromSlice(e,0,$.LENGTH),i=new I(a.keccak256(a.concatBytes(r.toUint8Array(),n.toUint8Array())));if(!a.equals(t.toUint8Array(),i.toUint8Array()))throw new U("SOC data does not match given address!");return{data:e,identifier:r,signature:z.fromSlice(e,Ge),span:N.fromSlice(e,qe),payload:T.fromSlice(e,_e),address:i,owner:n}}function We(e,t){return new I(a.keccak256(a.concatBytes(e.toUint8Array(),t.toUint8Array())))}function Ke(e,t,n,r,i){const o=We(r=new $(r),(i=new D(i)).publicKey().address()),s=i.sign(a.concatBytes(r.toUint8Array(),e.toUint8Array()));return{data:a.concatBytes(r.toUint8Array(),s.toUint8Array(),t.toUint8Array(),n.toUint8Array()),identifier:r,signature:s,span:t,payload:n,address:o,owner:i.publicKey().address()}}async function Xe(e,t,n,r){const i=a.concatBytes(t.span.toUint8Array(),t.payload.toUint8Array());return async function(e,t,n,r,a,i,o){const s=await ze(e,{method:"post",url:`soc/${t}/${n}`,data:a,headers:{"content-type":"application/octet-stream",...Ne(i,o)},responseType:"json",params:{sig:r.toHex()}}),c=h.asObject(s.data,{name:"response.data"});return{reference:new I(h.asHexString(c.reference)),tagUid:s.headers["swarm-tag"]?we(s.headers["swarm-tag"]):void 0,historyAddress:s.headers["swarm-act-history-address"]?f.of(new I(s.headers["swarm-act-history-address"])):f.empty()}}(e,t.owner,t.identifier,t.signature,i,n,r)}async function Ze(e,t,n,r,a,i){t=new D(t),r=new $(r);return Xe(e,tt(a).toSingleOwnerChunk(r,t),n,i)}async function Je(e,t,n){const r=We(n=new $(n),t=new V(t));return He(await je(e,r.toHex()),r)}const Qe=1,Ye=4096;function et(e){return tt((e=new T(e)).toUint8Array().slice(N.LENGTH),N.fromSlice(e.toUint8Array(),0))}function tt(e,t){if(h.isString(e)&&(e=T.fromUtf8(e)),e.length<Qe||e.length>Ye)throw new RangeError(`payload size ${e.length} exceeds limits [${Qe}, ${Ye}]`);const n=t?"bigint"==typeof t?N.fromBigInt(t):t:N.fromBigInt(BigInt(e.length)),r=new T(e),i=a.concatBytes(n.toUint8Array(),r.toUint8Array()),o=_(i);return{data:i,span:n,payload:r,address:o,toSingleOwnerChunk:(e,t)=>Ke(o,n,r,e,t)}}const nt="bytes";async function rt(e,t,n,r){const a=await ze(e,{url:nt,method:"post",responseType:"json",data:t,headers:{"content-type":"application/octet-stream",...Ne(n,r)}}),i=h.asObject(a.data,{name:"response.data"});return{reference:new I(h.asHexString(i.reference)),tagUid:a.headers["swarm-tag"]?we(a.headers["swarm-tag"]):void 0,historyAddress:a.headers["swarm-act-history-address"]?f.of(new I(a.headers["swarm-act-history-address"])):f.empty()}}async function at(e,t,n){n&&(n=me(n));const r=await ze(e,{responseType:"arraybuffer",url:`${nt}/${t}`,headers:Ne(null,n)});return new T(r.data)}const it="feeds";function ot(e){const t=e["swarm-feed-index"],n=e["swarm-feed-index-next"];if(!t)throw new U("Response did not contain expected swarm-feed-index!");if(!n)throw new U("Response did not contain expected swarm-feed-index-next!");return{feedIndex:new L(t),feedIndexNext:new L(n)}}async function st(e,t,n,r){const a=await ze(e,{responseType:"arraybuffer",url:`${it}/${t}/${n}`,params:{...r}});return{payload:new T(a.data),...ot(a.headers)}}class ct{constructor(e){this.raw=e}toString(){return h.isString(this.raw)&&this.raw.includes(".eth")?this.raw:new I(this.raw).toHex()}}function ut(e,t){return t="number"==typeof t?L.fromBigInt(BigInt(t)):t,new $(a.keccak256(a.concatBytes(e.toUint8Array(),t.toUint8Array())))}async function lt(e,t,n){try{const r=await st(e,t,n);if(!r.feedIndexNext)throw Error("Feed index next is not defined. This should happen when fetching an exact index.");return r.feedIndexNext}catch(r){if(r instanceof G)return L.fromBigInt(0n);throw r}}async function ht(e,t,n,r,a,i){const o=ut(n,i?.index??await lt(e,t.publicKey().address(),n));if(r.length>4096){const n=await rt(e,r,a,i);return async function(e,t,n,r,a,i){return t=new D(t),r=new $(r),Xe(e,a.toSingleOwnerChunk(r,t),n,i)}(e,t,a,o,et(await je(e,n.reference)),i)}return Ze(e,t,a,o,h.isString(r)?T.fromUtf8(r).toUint8Array():r,i)}function ft(e,t,n){const r=ut(t,n);return new I(a.keccak256(a.concatBytes(r.toUint8Array(),e.toUint8Array())))}async function mt(e,t,n,r,i=!1){const o=ft(t,n,r="number"==typeof r?L.fromBigInt(BigInt(r)):r),s=He(await je(e,o.toHex()),o);let c=f.empty();if(i){const e=T.fromSlice(s.payload.toUint8Array(),0,8);c=f.of(Number(a.uint64ToNumber(e.toUint8Array(),"BE")))}return{timestamp:c,payload:new T(s.payload.offset(i?8:0))}}async function pt(e,t,n,r){const a=ft(t,n,r="number"==typeof r?L.fromBigInt(BigInt(r)):r),i=He(await je(e,a),a);return tt(i.payload,i.span)}function dt(e,t,n){const r=async r=>{if(void 0===r?.index)return st(e,n,t);const a=await mt(e,n,t,r.index,r.hasTimestamp??!0),i="number"==typeof r.index?L.fromBigInt(BigInt(r.index)):r.index;return{payload:a.payload,feedIndex:i,feedIndexNext:i.next()}};return{download:r,downloadPayload:async r=>{if(void 0===r?.index)return st(e,n,t);const a=await pt(e,n,t,r.index),i=a.span.toBigInt()<=4096n?a.payload:await at(e,new ct(a.address)),o="number"==typeof r.index?L.fromBigInt(BigInt(r.index)):r.index;return{payload:i,feedIndex:o,feedIndexNext:o.next()}},downloadReference:async a=>{let i=a?.index;void 0===i&&(i=(await async function(e,t,n){return ot((await ze(e,{responseType:"arraybuffer",url:`${it}/${t}/${n}`,params:{"Swarm-Only-Root-Chunk":!0}})).headers)}(e,n,t)).feedIndex);const o=await r({...a,index:i});return{reference:new I(o.payload.toUint8Array()),feedIndex:o.feedIndex,feedIndexNext:o.feedIndexNext??o.feedIndex.next()}},owner:n,topic:t}}function gt(e,t,n){const r=async(r,i,o)=>async function(e,t,n,r,i,o){r=new I(r);const s=ut(n,o?.index??await lt(e,t.publicKey().address(),n)),c=o?.at??Date.now()/1e3,u=a.numberToUint64(BigInt(Math.floor(c)),"BE");return Ze(e,t,i,s,a.concatBytes(u,r.toUint8Array()),o)}(e,n,t,i,r,o);return{...dt(e,t,n.publicKey().address()),upload:r,uploadReference:r,uploadPayload:async(r,a,i)=>ht(e,n,t,a,r,i)}}async function yt(e,t,n,r,a,i){const o=function(e,t,n){const r=n.toBigInt(),a=[];for(let i=0n;i<=r;i++)a.push(ft(e,t,L.fromBigInt(i)));return a}(t,n,r).map((async t=>async function(e,t,n,r){try{return await e.downloadChunk(t,n,r),!0}catch(a){const e=c.getDeep(a,"status");if(404===e||500===e)return!1;throw a}}(e,t,a,i)));return(await Promise.all(o)).every((e=>e))}function bt(e){if(!function(e){return!!Array.isArray(e)&&e.every((e=>"object"==typeof e&&e.path&&void 0!==e.size))}(e))throw new j("invalid collection",e)}function wt(e){if(e.webkitRelativePath&&""!==e.webkitRelativePath)return e.webkitRelativePath.replace(/.*?\//i,"");if(e.name)return e.name;throw new TypeError("file is not valid File object")}function Bt(e){return Array.from(e).map((e=>({path:wt(e),size:e.size,file:e})))}function vt(e){return Array.from(e).reduce(((e,t)=>e+t.size),0)}class Tt{output=new ue.PassThrough;currentFileSize=0;beginFile(e,t){const{name:n,prefix:r,longLink:a}=function(e){if(e.length<=100)return{name:e,prefix:"",longLink:!1};for(let r=e.length-1;r>=0;r--)if("/"===e[r]){const t=e.substring(r+1),n=e.substring(0,r);if(t.length<=100&&n.length<=155)return{name:t,prefix:n,longLink:!1}}const t=e.lastIndexOf("/"),n=(t>=0?e.substring(t+1):e).slice(0,100);return{name:n,prefix:"",longLink:!0}}(e);if(a){const t=Buffer.from(e+"\0");this.output.write(function(e){const t=Buffer.alloc(512,0);t.write("././@LongLink",0,100),t.write("0000644\0",100,8),t.write("0000000\0",108,8),t.write("0000000\0",116,8),t.write(e.toString(8).padStart(11,"0")+"\0",124,12),t.write("00000000000\0",136,12),t.write(" ",148,8),t.write("L",156,1),t.write("ustar\0\0",257,8);let n=0;for(let r=0;r<512;r++)n+=t[r];return t.write(n.toString(8).padStart(6,"0")+"\0 ",148,8),t}(t.length)),this.output.write(t);const n=t.length%512==0?0:512-t.length%512;n>0&&this.output.write(Buffer.alloc(n,0))}const i=function(e,t,n){const r=Buffer.alloc(512,0);r.write(e.slice(0,100).padEnd(100,"\0"),0,100),r.write("0000777\0",100,8),r.write("0001750\0",108,8),r.write("0001750\0",116,8),r.write(n.toString(8).padStart(11,"0")+"\0",124,12);const a=Math.floor((new Date).getTime()/1e3);r.write(a.toString(8).padStart(11,"0")+"\0",136,12),r.write(" ",148,8),r.write("0",156,1),r.write("ustar\0\0",257,8),t&&r.write(t.slice(0,155).padEnd(155,"\0"),345,155);let i=0;for(let o=0;o<512;o++)i+=r[o];return r.write(i.toString(8).padStart(6,"0")+"\0 ",148,8),r}(n,r,t);this.output.write(i),this.currentFileSize=0}async appendFile(e){return new Promise((t=>{this.output.write(e)?t():this.output.once("drain",(()=>{t()})),this.currentFileSize+=e.length}))}async endFile(){const e=this.currentFileSize%512==0?0:512-this.currentFileSize%512;e>0&&this.output.write(Buffer.alloc(e,0))}async end(){return new Promise((e=>{this.output.write(Buffer.alloc(1024,0)),this.output.end((()=>{e()}))}))}}var Et=n(497),Rt=n.n(Et);async function xt(e,t,n,r){const a=new Tt,i=ze(e,{method:"post",url:"bzz",data:a.output,responseType:"json",headers:{"content-type":"application/x-tar","swarm-collection":"true",...Ne(n,r)}});await async function(e,t){for(const n of e)if(t.beginFile(n.path,n.size),n.fsPath){const e=(0,Et.createReadStream)(n.fsPath);for await(const n of e)await t.appendFile(n);await t.endFile(),e.close()}else{if(!n.file)throw new Error("Invalid collection item");await t.appendFile(new Uint8Array(await n.file.arrayBuffer())),await t.endFile()}}(t,a),await a.end();return await i}const St="bzz";async function Ot(e,t,n,r,a){he(t)&&!a?.contentType&&(a||(a={}),a.contentType="application/octet-stream");const i=await ze(e,{method:"post",url:St,data:t,headers:Ne(n,a),params:{name:r},responseType:"json"}),o=h.asObject(i.data,{name:"response.data"});return{reference:new I(h.asHexString(o.reference)),tagUid:i.headers["swarm-tag"]?we(i.headers["swarm-tag"]):void 0,historyAddress:i.headers["swarm-act-history-address"]?f.of(new I(i.headers["swarm-act-history-address"])):f.empty()}}async function Dt(e,t,n,r){bt(t);const a=await xt(e,t,n,r),i=h.asObject(a.data,{name:"response.data"});return{reference:new I(h.asHexString(i.reference)),tagUid:a.headers["swarm-tag"]?we(a.headers["swarm-tag"]):void 0,historyAddress:a.headers["swarm-act-history-address"]?f.of(new I(a.headers["swarm-act-history-address"])):f.empty()}}const At="balances",Vt="consumed";const $t="chequebook";async function It(e,t){const n=await ze(e,{url:$t+`/cashout/${t}`,responseType:"json"}),r=h.asObject(n.data,{name:"response.data"});return{peer:h.asString(r.peer,{name:"peer"}),uncashedAmount:se.fromPLUR(fe(r.uncashedAmount,{name:"uncashedAmount"})),transactionHash:h.asNullableString(r.transactionHash),lastCashedCheque:h.asNullable((e=>Ct(e)),r.lastCashedCheque),result:h.asNullable((e=>function(e){const t=h.asObject(e,{name:"cashout result"});return{recipient:h.asString(t.recipient,{name:"recipient"}),lastPayout:se.fromPLUR(fe(t.lastPayout,{name:"lastPayout"})),bounced:h.asBoolean(t.bounced,{name:"bounced"})}}(e)),r.result)}}function Ct(e){const t=h.asObject(e,{name:"cheque"});return{beneficiary:new V(h.asString(t.beneficiary,{name:"beneficiary"})),chequebook:new V(h.asString(t.chequebook,{name:"chequebook"})),payout:se.fromPLUR(fe(t.payout,{name:"payout"}))}}function Nt(e,t){const n=h.asObject(e,{name:t});return n.disconnectedPeers||(n.disconnectedPeers=[]),n.connectedPeers||(n.connectedPeers=[]),{population:h.asNumber(n.population,{name:"population"}),connected:h.asNumber(n.connected,{name:"connected"}),connectedPeers:h.asArray(n.connectedPeers,{name:"connectedPeers"}).map((e=>({address:h.asString(h.asObject(e,{name:"connectedPeer"}).address,{name:"address"})}))),disconnectedPeers:h.asArray(n.disconnectedPeers,{name:"disconnectedPeers"}).map((e=>({address:h.asString(h.asObject(e,{name:"disconnectedPeer"}).address,{name:"address"})})))}}const Ft="settlements";const kt="stake";const zt="stamps";async function Pt(e){const t=await ze(e,{method:"get",url:"batches",responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return h.asArray(n.batches,{name:"batches"}).map((e=>h.asObject(e,{name:"batch"}))).map((e=>({batchID:new k(h.asString(e.batchID,{name:"batchID"})),batchTTL:h.asNumber(e.batchTTL,{name:"batchTTL"}),bucketDepth:h.asNumber(e.bucketDepth,{name:"bucketDepth"}),depth:h.asNumber(e.depth,{name:"depth"}),immutable:h.asBoolean(e.immutable,{name:"immutable"}),owner:new V(h.asString(e.owner,{name:"owner"})),start:h.asNumber(e.start,{name:"start"}),value:fe(e.value,{name:"value"})})))}async function Mt(e){const t=await ze(e,{method:"get",url:`${zt}`,responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return h.asArray(n.stamps,{name:"stamps"}).map((e=>h.asObject(e,{name:"stamp"}))).map((e=>$e(Lt(e))))}function Lt(e){return{amount:fe(e.amount,{name:"amount"}),batchID:h.asString(e.batchID,{name:"batchID"}),batchTTL:h.asNumber(e.batchTTL,{name:"batchTTL"}),bucketDepth:h.asNumber(e.bucketDepth,{name:"bucketDepth"}),blockNumber:h.asNumber(e.blockNumber,{name:"blockNumber"}),depth:h.asNumber(e.depth,{name:"depth"}),immutableFlag:h.asBoolean(e.immutableFlag,{name:"immutableFlag"}),label:h.asEmptiableString(e.label,{name:"label"}),usable:h.asBoolean(e.usable,{name:"usable"}),utilization:h.asNumber(e.utilization,{name:"utilization"})}}const Ut="wallet";var jt=n(359),Gt=n.n(jt);const qt="2.7.0-6ddf9b45",_t=qt.split("-")[0],Ht="7.3.0";async function Wt(e){const t=await ze(e,{method:"get",url:"health",responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return{apiVersion:h.asString(n.apiVersion,{name:"apiVersion"}),version:h.asString(n.version,{name:"version"}),status:h.asString(n.status,{name:"status"})}}const Kt="transactions";function Xt(e){const t=h.asObject(e,{name:"transaction"});return{transactionHash:new C(h.asString(t.transactionHash,{name:"transactionHash"})),to:h.asString(t.to,{name:"to"}),nonce:h.asNumber(t.nonce,{name:"nonce"}),gasPrice:fe(t.gasPrice,{name:"gasPrice"}),gasLimit:h.asNumber(t.gasLimit,{name:"gasLimit"}),data:h.asString(t.data,{name:"data"}),created:h.asString(t.created,{name:"created"}),description:h.asString(t.description,{name:"description"}),value:fe(t.value,{name:"value"})}}const Zt="grantee";var Jt=n(666),Qt=n.n(Jt);const Yt="gsoc";const en="pins";const tn="pss";async function nn(e,t,n,r,a,i){await ze(e,{method:"post",url:`${tn}/send/${t}/${n}`,data:r,responseType:"json",params:{recipient:i},headers:Ne(a)})}async function rn(e){await ze(e,{url:"",responseType:"text"})}const an="stewardship";const on="tags";const sn=b()("bee-js:manifest"),cn=new TextEncoder,un=new TextDecoder,ln=new Uint8Array([47]),hn=a.hexToUint8Array("5768b3b6a7db56d21d1abff40d41cebfc83448fed8d7e9b06ec0d3b073f28f7b");class fn{constructor(e,t){this.prefix=e,this.node=t}static split(e,t){const n=a.commonPrefix(e.prefix,t.prefix);if(n.length===e.prefix.length){const r=t.prefix.slice(n.length);return t.node.path=t.prefix.slice(n.length),t.prefix=t.prefix.slice(n.length),t.node.parent=e.node,e.node.forks.set(r[0],t),e}if(n.length===t.prefix.length){const r=e.prefix.slice(n.length);return e.node.path=e.prefix.slice(n.length),e.prefix=e.prefix.slice(n.length),e.node.parent=t.node,t.node.forks.set(r[0],e),t}const r=new mn({path:n}),i=new fn(e.prefix.slice(n.length),e.node),o=new fn(t.prefix.slice(n.length),t.node);return e.node.path=e.prefix.slice(n.length),t.node.path=t.prefix.slice(n.length),e.prefix=e.prefix.slice(n.length),t.prefix=t.prefix.slice(n.length),r.forks.set(i.prefix[0],i),r.forks.set(o.prefix[0],o),i.node.parent=r,o.node.parent=r,new fn(n,r)}marshal(){if(!this.node.selfAddress)throw Error("Fork#marshal node.selfAddress is not set");const e=[];if(e.push(new Uint8Array([this.node.determineType()])),e.push(a.numberToUint8(this.prefix.length)),e.push(this.prefix),this.prefix.length<30&&e.push(new Uint8Array(30-this.prefix.length)),e.push(this.node.selfAddress),sn("marshalling fork",{prefixLength:this.prefix.length,prefix:un.decode(this.prefix),address:a.uint8ArrayToHex(this.node.selfAddress)}),this.node.metadata){const t=a.padEndToMultiple(new Uint8Array([0,0,...cn.encode(JSON.stringify(this.node.metadata))]),32,10),n=a.numberToUint16(t.length-2,"BE");t.set(n,0),e.push(t)}return a.concatBytes(...e)}static unmarshal(e,t){const n=a.uint8ToNumber(e.read(1)),r=a.uint8ToNumber(e.read(1)),i=e.read(r);r<30&&e.read(30-r);const o=e.read(t);let s;if(sn("unmarshalling fork",{type:n,prefixLength:r,prefix:un.decode(i),addressLength:t,address:a.uint8ArrayToHex(o)}),function(e,t){return(e&t)===t}(n,16)){const t=a.uint16ToNumber(e.read(2),"BE");s=JSON.parse(un.decode(e.read(t)))}return new fn(i,new mn({selfAddress:o,metadata:s,path:i}))}}class mn{obfuscationKey=new Uint8Array(32);selfAddress=null;targetAddress=new Uint8Array(32);metadata=null;path=new Uint8Array(0);forks=new Map;parent=null;constructor(e){e?.targetAddress&&(this.targetAddress=e.targetAddress),e?.selfAddress&&(this.selfAddress=e.selfAddress),e?.metadata&&(this.metadata=e.metadata),e?.obfuscationKey&&(this.obfuscationKey=e.obfuscationKey),e?.path&&(this.path=e.path),e?.parent&&(this.parent=e.parent)}get fullPath(){return a.concatBytes(this.parent?.fullPath??new Uint8Array(0),this.path)}get fullPathString(){return un.decode(this.fullPath)}getRootMetadata(){const e=this.find("/");return e&&e.metadata?f.of(e.metadata):f.empty()}getDocsMetadata(){const e=this.find("/");return e&&e.metadata?{indexDocument:e.metadata["website-index-document"]??null,errorDocument:e.metadata["website-error-document"]??null}:{indexDocument:null,errorDocument:null}}async resolveFeed(e,t){const n=this.find("/");if(!n||!n.metadata)return f.empty();const r=n.metadata["swarm-feed-owner"],a=n.metadata["swarm-feed-topic"];return r&&a?f.of(await e.fetchLatestFeedUpdate(a,r,t)):f.empty()}async marshal(){for(const a of this.forks.values())a.node.selfAddress||(a.node.selfAddress=(await a.node.calculateSelfAddress()).toUint8Array());const e=new Uint8Array(32);e.set(hn,0),e.set(a.equals(this.targetAddress,Dn)&&a.equals(this.path,new Uint8Array([47]))?a.numberToUint8(0):a.numberToUint8(this.targetAddress.length),31);const t=new Uint8Array(32);for(const i of this.forks.keys())a.setBit(t,i,1,"LE");const n=[];for(let i=0;i<256;i++)a.getBit(t,i,"LE")&&n.push(this.forks.get(i).marshal());const r=a.xorCypher(a.concatBytes(e,a.equals(this.targetAddress,Dn)&&a.equals(this.path,new Uint8Array([47]))?new Uint8Array(0):this.targetAddress,t,...n),this.obfuscationKey);return a.concatBytes(this.obfuscationKey,r)}static async unmarshal(e,t,n,r){t=new I(t);const a=(await e.downloadData(t,n,r)).toUint8Array();return this.unmarshalFromData(a,t.toUint8Array())}static unmarshalFromData(e,t){const n=e.subarray(0,32),r=a.xorCypher(e.subarray(32),n),i=new g(r),o=i.read(31);if(!a.equals(o,hn.slice(0,31)))throw new Error("MantarayNode#unmarshal invalid version hash");const s=a.uint8ToNumber(i.read(1)),c=s?i.read(s):Dn,u=new mn({selfAddress:t,targetAddress:c,obfuscationKey:n}),l=i.read(32);for(let h=0;h<256;h++)if(a.getBit(l,h,"LE")){const e=fn.unmarshal(i,t.length);u.forks.set(h,e),e.node.parent=u}return u}addFork(e,t,n){this.selfAddress=null,e=e instanceof Uint8Array?e:cn.encode(e),sn("adding fork",{path:un.decode(e),reference:new I(t).represent()});let r=this;for(;e.length;){const a=e.slice(0,30),i=0===(e=e.slice(30)).length,[o,s]=r.findClosest(a),c=a.slice(s.length);if(s.length&&(r=o),!c.length)continue;const u=new fn(c,new mn({targetAddress:i?new I(t).toUint8Array():void 0,metadata:i?n:void 0,path:c})),l=o.forks.get(c[0]);if(l){const e=fn.split(u,l);r.forks.set(c[0],e),e.node.parent=r,r.selfAddress=null,r=u.node}else r.forks.set(c[0],u),u.node.parent=r,r.selfAddress=null,r=u.node}}removeFork(e){if(this.selfAddress=null,0===(e=e instanceof Uint8Array?e:cn.encode(e)).length)throw Error("MantarayNode#removeFork [path] parameter cannot be empty");const t=this.find(e);if(!t)throw Error("MantarayNode#removeFork fork not found");const[n,r]=this.findClosest(e.slice(0,e.length-1));n.forks.delete(e.slice(r.length)[0]);for(const i of t.forks.values())n.addFork(a.concatBytes(t.path,i.prefix),i.node.targetAddress,i.node.metadata)}async calculateSelfAddress(){return this.selfAddress?new I(this.selfAddress):new I((await m.root(await this.marshal())).hash())}async saveRecursively(e,t,n,r){for(const i of this.forks.values()){const a=await i.node.saveRecursively(e,t,n,r);if(n?.act){let e;a.historyAddress.ifPresent((t=>e=t)),e&&(i.node.metadata||(i.node.metadata={}),i.node.metadata["swarm-act-history-address"]=e.toHex())}}const a=await e.uploadData(t,await this.marshal(),n,r);return this.selfAddress=a.reference.toUint8Array(),a}async loadRecursively(e,t,n){for(const r of this.forks.values()){if(!r.node.selfAddress)throw Error("MantarayNode#loadRecursively fork.node.selfAddress is not set");let a=t;r.node.metadata&&r.node.metadata["swarm-act-history-address"]&&(a={...t,actHistoryAddress:r.node.metadata["swarm-act-history-address"]});const i=await mn.unmarshal(e,r.node.selfAddress,a,n);r.node.targetAddress=i.targetAddress,r.node.forks=i.forks,r.node.path=r.prefix,r.node.parent=this,await r.node.loadRecursively(e,t,n)}}find(e){const[t,n]=this.findClosest(e);return n.length===e.length?t:null}findClosest(e,t=new Uint8Array){if(0===(e=e instanceof Uint8Array?e:cn.encode(e)).length)return[this,t];const n=this.forks.get(e[0]);return n&&a.commonPrefix(n.prefix,e).length===n.prefix.length?n.node.findClosest(e.slice(n.prefix.length),a.concatBytes(t,n.prefix)):[this,t]}collect(e=[]){for(const t of this.forks.values())a.equals(t.node.targetAddress,Dn)||e.push(t.node),t.node.collect(e);return e}collectAndMap(){const e=this.collect(),t={};for(const n of e)t[n.fullPathString]=new I(n.targetAddress).toHex();return t}determineType(){let e=0;return a.equals(this.targetAddress,Dn)&&!a.equals(this.path,ln)||(e|=2),this.forks.size>0&&(e|=4),-1===a.indexOf(this.path,ln)||a.equals(this.path,ln)||(e|=8),this.metadata&&(e|=16),e}}var pn=n(61),dn=n.n(pn);async function gn(e){if("string"!=typeof e)throw new TypeError("dir has to be string!");if(""===e)throw new TypeError("dir must not be empty string!");return yn(e,"")}async function yn(e,t){const n=dn().join(e,t),r=await Rt().promises.opendir(n);let a=[];for await(const i of r){const n=dn().join(e,t,i.name),r=dn().join(t,i.name);i.isFile()?a.push({path:r,size:(await Rt().promises.stat(n)).size,fsPath:n}):i.isDirectory()&&(a=[...await yn(e,r),...a])}return a}async function bn(e){if("string"!=typeof e)throw new TypeError("dir has to be string!");if(""===e)throw new TypeError("dir must not be empty string!");const t=await Rt().promises.opendir(e);let n=0;for await(const r of t)if(r.isFile()){n+=(await Rt().promises.stat(dn().join(e,r.name))).size}else r.isDirectory()&&(n+=await bn(dn().join(e,r.name)));return n}const wn={aac:"audio/aac",abw:"application/x-abiword",ai:"application/postscript",arc:"application/octet-stream",avi:"video/x-msvideo",azw:"application/vnd.amazon.ebook",bin:"application/octet-stream",bz:"application/x-bzip",bz2:"application/x-bzip2",csh:"application/x-csh",css:"text/css",csv:"text/csv",doc:"application/msword",dll:"application/octet-stream",dmg:"application/x-apple-diskimage",eot:"application/vnd.ms-fontobject",epub:"application/epub+zip",gif:"image/gif",htm:"text/html",html:"text/html",ico:"image/x-icon",ics:"text/calendar",jar:"application/java-archive",jpeg:"image/jpeg",jpg:"image/jpeg",js:"application/javascript",json:"application/json",mid:"audio/midi",midi:"audio/midi",mp2:"audio/mpeg",mp3:"audio/mpeg",mp4:"video/mp4",mpa:"video/mpeg",mpe:"video/mpeg",mpeg:"video/mpeg",mpkg:"application/vnd.apple.installer+xml",odp:"application/vnd.oasis.opendocument.presentation",ods:"application/vnd.oasis.opendocument.spreadsheet",odt:"application/vnd.oasis.opendocument.text",oga:"audio/ogg",ogv:"video/ogg",ogx:"application/ogg",otf:"font/otf",png:"image/png",pdf:"application/pdf",ppt:"application/vnd.ms-powerpoint",rar:"application/x-rar-compressed",rtf:"application/rtf",sh:"application/x-sh",svg:"image/svg+xml",swf:"application/x-shockwave-flash",tar:"application/x-tar",tif:"image/tiff",tiff:"image/tiff",ts:"application/typescript",ttf:"font/ttf",txt:"text/plain",vsd:"application/vnd.visio",wav:"audio/x-wav",weba:"audio/webm",webm:"video/webm",webp:"image/webp",woff:"font/woff",woff2:"font/woff2",xhtml:"application/xhtml+xml",xls:"application/vnd.ms-excel",xlsx:"application/vnd.ms-excel",xml:"application/xml",xul:"application/vnd.mozilla.xul+xml",zip:"application/zip","3gp":"video/3gpp","3gp2":"video/3gpp2","7z":"application/x-7z-compressed"};function Bn(e){return["text/html","text/css"].includes(e)?`${e}; charset=utf-8`:e}async function vn(e){if("string"==typeof e)return(new TextEncoder).encode(e);if(e instanceof Buffer)return new Uint8Array(e);if(e instanceof ArrayBuffer)return new Uint8Array(e);if(t=e,Array.isArray(t)&&t.length>0&&t.every((e=>e instanceof Buffer)))return new Uint8Array(Buffer.concat(e));var t;throw new TypeError("unknown websocket data type")}function Tn(e){if(!function(e){try{if("string"!=typeof e)return!1;const t=new URL(e);return"http:"===t.protocol||"https:"===t.protocol}catch(t){return!1}}(e))throw new j("URL is not valid!",e)}class En{constructor(e,t){Tn(e),this.url=function(e){return e.endsWith("/")?e.slice(0,-1):e}(e),t?.signer&&(this.signer=new D(t.signer)),this.network=t?.network??"gnosis",this.requestOptions={baseURL:this.url,timeout:t?.timeout??0,headers:t?.headers,onRequest:t?.onRequest,httpAgent:t?.httpAgent,httpsAgent:t?.httpsAgent}}async uploadData(e,t,n,r){return e=new k(e),be(t),n&&(n=function(e,t="UploadOptions"){const n=pe(e,t),r=h.asObject(e,{name:t});return{...n,redundancyLevel:h.asOptional((e=>h.asInteger(e,{name:"redundancyLevel",min:0})),r.redundancyLevel)}}(n)),rt(this.getRequestOptionsForCall(r),t,e,n)}async probeData(e,t){return e=new I(e),async function(e,t){t=new I(t);const n=await ze(e,{url:`${nt}/${t}`,method:"head",responseType:"json"});return{contentLength:parseInt(n.headers["content-length"])}}(this.getRequestOptionsForCall(t),e)}async downloadData(e,t,n){return t&&(t=me(t)),at(this.getRequestOptionsForCall(n),new ct(e),t)}async downloadReadableData(e,t,n){return t&&(t=me(t)),async function(e,t,n){return n&&(n=me(n)),(await ze(e,{responseType:"stream",url:`${nt}/${t}`,headers:Ne(null,n)})).data}(this.getRequestOptionsForCall(n),new ct(e),t)}async uploadChunk(e,t,n,r){const a="identifier"in t&&"signature"in t&&"owner"in t;if(t=t instanceof Uint8Array?t:t.data,n&&(n=pe(n)),t.length<N.LENGTH)throw new j(`Chunk has to have size of at least ${N.LENGTH}.`,t);if(!a&&t.length>Z+N.LENGTH)throw new j(`Content Addressed Chunk must not exceed ${Z+N.LENGTH} bytes.`,t);if(a&&t.length>Z+N.LENGTH+z.LENGTH+$.LENGTH)throw new j(`Single Owner Chunk must not exceed ${Z+N.LENGTH+z.LENGTH+$.LENGTH} bytes.`,t);return async function(e,t,n,r){const a=await ze(e,{method:"post",url:`${Ue}`,data:t,headers:{"content-type":"application/octet-stream",...Ne(n,r)},responseType:"json"}),i=h.asObject(a.data,{name:"response.data"});return{reference:new I(h.asString(i.reference,{name:"reference"})),tagUid:a.headers["swarm-tag"]?we(a.headers["swarm-tag"]):void 0,historyAddress:a.headers["swarm-act-history-address"]?f.of(new I(a.headers["swarm-act-history-address"])):f.empty()}}(this.getRequestOptionsForCall(r),t,e,n)}async downloadChunk(e,t,n){return e=new I(e),t&&(t=me(t)),je(this.getRequestOptionsForCall(n),e,t)}async createGrantees(e,t,n){return e=new k(e),t=t.map((e=>new A(e))),async function(e,t,n){const r=await ze(e,{method:"post",url:Zt,data:{grantees:n.map((e=>e.toCompressedHex()))},headers:Ne(t),responseType:"json"}),a=h.asObject(r.data,{name:"response.data"});return{status:r.status,statusText:r.statusText,ref:new I(h.asString(a.ref,{name:"ref"})),historyref:new I(h.asString(a.historyref,{name:"historyref"}))}}(this.getRequestOptionsForCall(n),e,t)}async getGrantees(e,t){return async function(e,t){const n=await ze(t,{method:"get",url:`${Zt}/${e}`,responseType:"json"}),r=h.asArray(n.data,{name:"response.data"}).map((e=>new A(h.asString(e,{name:"grantee"}))));return{status:n.status,statusText:n.statusText,grantees:r}}(e=new I(e),this.getRequestOptionsForCall(t))}async patchGrantees(e,t,n,r,a){return async function(e,t,n,r,a){const i=await ze(a,{method:"patch",url:`${Zt}/${t}`,data:{add:r.add?.map((e=>e.toCompressedHex())),revoke:r.revoke?.map((e=>e.toCompressedHex()))},headers:{...Ne(e),"swarm-act-history-address":n.toHex()},responseType:"json"}),o=h.asObject(i.data,{name:"response.data"});return{status:i.status,statusText:i.statusText,ref:new I(h.asString(o.ref,{name:"ref"})),historyref:new I(h.asString(o.historyref,{name:"historyref"}))}}(e=new k(e),t=new I(t),n=new I(n),{add:r.add?.map((e=>new A(e)))??[],revoke:r.revoke?.map((e=>new A(e)))??[]},this.getRequestOptionsForCall(a))}async uploadFile(e,t,n,r,a){if(e=new k(e),function(e){if(!("string"==typeof e||e instanceof Uint8Array||le(e)||he(e)))throw new TypeError("Data must be either string, Readable, Uint8Array or File!")}(t),r&&(r=function(e){const t=pe(e,"FileUploadOptions"),n=h.asObject(e,{name:"FileUploadOptions"});return{...t,size:h.asOptional((e=>h.asInteger(e,{name:"size",min:0})),n.size),contentType:h.asOptional((e=>h.asString(e,{name:"contentType"})),n.contentType),redundancyLevel:h.asOptional((e=>h.asInteger(e,{name:"redundancyLevel",min:0})),n.redundancyLevel)}}(r)),n&&"string"!=typeof n)throw new TypeError("name has to be string or undefined!");if(le(t)){const i=await async function(e){return e.arrayBuffer?e.arrayBuffer():new Promise((t=>{const n=new FileReader;n.onload=()=>t(n.result),n.readAsArrayBuffer(e)}))}(t),o=n??t.name,s=t.type,c={...r,contentType:s};return Ot(this.getRequestOptionsForCall(a),i,e,o,c)}return Ot(this.getRequestOptionsForCall(a),t,e,n,r)}async downloadFile(e,t="",n,r){return n&&(n=me(n)),async function(e,t,n="",r){const a=await ze(e,{method:"GET",responseType:"arraybuffer",url:`${St}/${t}/${n}`,headers:Ne(null,r)});return{...Ce(a.headers),data:new T(a.data)}}(this.getRequestOptionsForCall(r),new ct(e),t,n)}async downloadReadableFile(e,t="",n,r){return e=new I(e),n&&(n=me(n)),async function(e,t,n="",r){t=new I(t);const a=await ze(e,{method:"GET",responseType:"stream",url:`${St}/${t}/${n}`,headers:Ne(null,r)});return{...Ce(a.headers),data:a.data}}(this.getRequestOptionsForCall(r),e,t,n)}async uploadFiles(e,t,n,r){e=new k(e),n&&(n=de(n));const a=Bt(t);return Dt(this.getRequestOptionsForCall(r),a,e,n)}async hashDirectory(e){return async function(e){const t=await gn(e),n=new mn;for(const r of t){const e=new m(m.NOOP);if(!r.fsPath)throw Error("File does not have fsPath, which should never happen in node. Please report this issue.");const t=(0,Et.createReadStream)(r.fsPath);for await(const n of t)await e.append(n);const a=await e.finalize(),{filename:i,extension:o}=u.parseFilename(r.path);n.addFork(r.path,a.hash(),{"Content-Type":Bn(wn[o.toLowerCase()]||"application/octet-stream"),Filename:i})}return n.calculateSelfAddress()}(e)}async streamDirectory(e,t,n,r,a){return async function(e,t,n,r,a,i){const o=new d(64,64);let s=0,c=0;n=new k(n);const l=await gn(t);for(const u of l)s+=(h=u.size,function e(t){return t<=1?t:t+e(Math.ceil(t/128))}(Math.ceil(h/4096)));var h;let f=!1;async function p(t){await o.enqueue((async()=>{await e.uploadChunk(n,t.build(),a,i),r?.({total:s,processed:++c})}))}const g=new mn;for(const d of l){if(!d.fsPath)throw Error("File does not have fsPath, which should never happen in node. Please report this issue.");const e=(0,Et.createReadStream)(d.fsPath),t=new m(p);for await(const i of e)await t.append(i);const n=await t.finalize();await o.drain();const{filename:r,extension:a}=u.parseFilename(d.path);g.addFork(d.path,n.hash(),{"Content-Type":Bn(wn[a.toLowerCase()]||"application/octet-stream"),Filename:r}),"index.html"===d.path&&(f=!0)}if(f||a?.indexDocument||a?.errorDocument){const e={};a?.indexDocument?e["website-index-document"]=a.indexDocument:f&&(e["website-index-document"]="index.html"),a?.errorDocument&&(e["website-error-document"]=a.errorDocument),g.addFork("/",Dn,e)}return g.saveRecursively(e,n,a,i)}(this,t,e=new k(e),n,r,this.getRequestOptionsForCall(a))}async streamFiles(e,t,n,r,a){return e=new k(e),async function(){throw new Error("Streaming files is not supported in Node.js")}(0,0,0,0,0,this.getRequestOptionsForCall(a))}async uploadCollection(e,t,n,r){return e=new k(e),bt(t),n&&(n=de(n)),Dt(this.getRequestOptionsForCall(r),t,e,n)}async uploadFilesFromDirectory(e,t,n,r){e=new k(e),n&&(n=de(n));const a=await gn(t);return Dt(this.getRequestOptionsForCall(r),a,e,n)}async createTag(e){return async function(e){const t=await ze(e,{method:"post",url:on,responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return{address:h.asEmptiableString(n.address,{name:"address"}),seen:h.asNumber(n.seen,{name:"seen"}),sent:h.asNumber(n.sent,{name:"sent"}),split:h.asNumber(n.split,{name:"split"}),startedAt:h.asString(n.startedAt,{name:"startedAt"}),stored:h.asNumber(n.stored,{name:"stored"}),synced:h.asNumber(n.synced,{name:"synced"}),uid:h.asNumber(n.uid,{name:"uid"})}}(this.getRequestOptionsForCall(e))}async getAllTags(e,t){return e&&(e=function(e){const t=h.asObject(e,{name:"AllTagsOptions"});return{limit:h.asOptional((e=>h.asInteger(e,{name:"limit",min:ee,max:te})),t.limit),offset:h.asOptional((e=>h.asInteger(e,{name:"offset",min:0})),t.offset)}}(e)),async function(e,t,n){const r=await ze(e,{url:on,params:{offset:t,limit:n},responseType:"json"}),a=h.asObject(r.data,{name:"response.data"});return h.asArray(a.tags,{name:"tags"}).map((e=>h.asObject(e,{name:"tag"}))).map((e=>({address:h.asEmptiableString(e.address,{name:"address"}),seen:h.asNumber(e.seen,{name:"seen"}),sent:h.asNumber(e.sent,{name:"sent"}),split:h.asNumber(e.split,{name:"split"}),startedAt:h.asString(e.startedAt,{name:"startedAt"}),stored:h.asNumber(e.stored,{name:"stored"}),synced:h.asNumber(e.synced,{name:"synced"}),uid:h.asNumber(e.uid,{name:"uid"})})))}(this.getRequestOptionsForCall(t),e?.offset,e?.limit)}async retrieveTag(e,t){return e=we(e),async function(e,t){const n=await ze(e,{url:`${on}/${t}`,responseType:"json"}),r=h.asObject(n.data,{name:"response.data"});return{address:h.asEmptiableString(r.address,{name:"address"}),seen:h.asNumber(r.seen,{name:"seen"}),sent:h.asNumber(r.sent,{name:"sent"}),split:h.asNumber(r.split,{name:"split"}),startedAt:h.asString(r.startedAt,{name:"startedAt"}),stored:h.asNumber(r.stored,{name:"stored"}),synced:h.asNumber(r.synced,{name:"synced"}),uid:h.asNumber(r.uid,{name:"uid"})}}(this.getRequestOptionsForCall(t),e)}async deleteTag(e,t){return e=we(e),async function(e,t){await ze(e,{method:"delete",url:`${on}/${t}`})}(this.getRequestOptionsForCall(t),e)}async updateTag(e,t,n){return t=new I(t),e=we(e),async function(e,t,n){await ze(e,{method:"patch",url:`${on}/${t}`,data:{reference:n}})}(this.getRequestOptionsForCall(n),e,t)}async pin(e,t){return e=new I(e),async function(e,t){await ze(e,{method:"post",responseType:"json",url:`${en}/${t}`})}(this.getRequestOptionsForCall(t),e)}async unpin(e,t){return e=new I(e),async function(e,t){await ze(e,{method:"delete",responseType:"json",url:`${en}/${t}`})}(this.getRequestOptionsForCall(t),e)}async getAllPins(e){return async function(e){const t=await ze(e,{method:"get",responseType:"json",url:`${en}`}),n=h.asObject(t.data,{name:"response.data"});return null===n.references?[]:h.asArray(n.references,{name:"references"}).map((e=>h.asString(e,{name:"reference"}))).map((e=>new I(e)))}(this.getRequestOptionsForCall(e))}async getPin(e,t){return e=new I(e),async function(e,t){const n=await ze(e,{method:"get",responseType:"json",url:`${en}/${t}`}),r=h.asObject(n.data,{name:"response.data"});return{reference:new I(h.asString(r.reference,{name:"reference"}))}}(this.getRequestOptionsForCall(t),e)}async reuploadPinnedData(e,t,n){e=new k(e),t=new I(t),await async function(e,t,n){await ze(e,{method:"put",url:`${an}/${n}`,headers:{"swarm-postage-batch-id":t.toHex()}})}(this.getRequestOptionsForCall(n),e,t)}async isReferenceRetrievable(e,t){return e=new I(e),async function(e,t){t=new I(t);const n=await ze(e,{method:"get",responseType:"json",url:`${an}/${t}`}),r=h.asObject(n.data,{name:"response.data"});return h.asBoolean(r.isRetrievable,{name:"isRetrievable"})}(this.getRequestOptionsForCall(t),e)}async isFeedRetrievable(e,t,n,r,a){if(e=new V(e),t=new P(t),r&&(r=me(r)),!n)try{return await this.makeFeedReader(t,e,a).download(),!0}catch(i){const e=c.getDeep(i,"status");if(404===e||500===e)return!1;throw i}return yt(this,e,t,n,r,this.getRequestOptionsForCall(a))}async pssSend(e,t,n,r,a,i){return e=new k(e),be(r),a?(a=new A(a),nn(this.getRequestOptionsForCall(i),t,n,r,e,a)):nn(this.getRequestOptionsForCall(i),t,n,r,e)}pssSubscribe(e,t){t=function(e){const t=h.asObject(e,{name:"PssMessageHandler"});return{onMessage:h.asFunction(t.onMessage,{name:"onMessage"}),onError:h.asFunction(t.onError,{name:"onError"}),onClose:h.asFunction(t.onClose,{name:"onClose"})}}(t);const n=function(e,t,n){const r=e.replace(/^http/i,"ws");return"browser"===l.whereAmI()?new(Qt())(`${r}/${tn}/subscribe/${t.toHex()}`):new(Qt())(`${r}/${tn}/subscribe/${t.toHex()}`,{headers:n})}(this.url,e,this.requestOptions.headers);let r=!1;const a={topic:e,cancel:()=>{r||(r=!0,n.terminate?n.terminate():n.close())}};return n.onmessage=async e=>{const n=await vn(e.data);n.length&&t.onMessage(new T(n),a)},n.onerror=e=>{r||t.onError(new U(e.message),a)},n.onclose=()=>{t.onClose(a)},a}async pssReceive(e,t=0){if("number"!=typeof t)throw new TypeError("timeoutMsc parameter has to be a number!");return new Promise(((n,r)=>{let a;const i=this.pssSubscribe(e,{onError:e=>{clearTimeout(a),i.cancel(),r(e.message)},onMessage:e=>{clearTimeout(a),i.cancel(),n(e)},onClose:()=>{clearTimeout(a),i.cancel()}});t>0&&(a=setTimeout((()=>{i.cancel(),r(new U("pssReceive timeout"))}),t))}))}gsocMine(e,t,n=12){e=new F(e),t=new $(t);for(let r=0n;r<0xffffn;r++){const i=new D(a.numberToUint256(2867n+r,"BE")),o=We(t,i.publicKey().address());if(256-a.proximity(o.toUint8Array(),e.toUint8Array())<=256-n)return i}throw Error("Could not mine a valid signer")}async gsocSend(e,t,n,r,a,i){e=new k(e),t=new D(t),n=new $(n);const o=tt(r).toSingleOwnerChunk(n,t);return async function(e,t,n,r){return Xe(e,t,n,r)}(this.getRequestOptionsForCall(i),o,e,a)}gsocSubscribe(e,t,n){e=new V(e),t=new $(t),n=function(e){const t=h.asObject(e,{name:"GsocMessageHandler"});return{onMessage:h.asFunction(t.onMessage,{name:"onMessage"}),onError:h.asFunction(t.onError,{name:"onError"}),onClose:h.asFunction(t.onClose,{name:"onClose"})}}(n);const r=We(t,e),a=function(e,t,n){const r=e.replace(/^http/i,"ws");return"browser"===l.whereAmI()?new(Qt())(`${r}/${Yt}/subscribe/${t.toHex()}`):new(Qt())(`${r}/${Yt}/subscribe/${t.toHex()}`,{headers:n})}(this.url,r,this.requestOptions.headers);let i=!1;const o={address:e,cancel:()=>{i||(i=!0,a.terminate?a.terminate():a.close())}};return a.onmessage=async e=>{const t=await vn(e.data);t.length&&n.onMessage(new T(t),o)},a.onerror=e=>{i||n.onError(new U(e.message),o)},a.onclose=()=>{n.onClose(o)},o}async createFeedManifest(e,t,n,r,a){return e=new k(e),t=new P(t),n=new V(n),r&&(r=pe(r)),async function(e,t,n,r,a){const i=await ze(e,{method:"post",responseType:"json",url:`${it}/${t}/${n}`,headers:Ne(r,a)}),o=h.asObject(i.data,{name:"response.data"});return new I(h.asHexString(o.reference))}(this.getRequestOptionsForCall(a),n,t,e,r)}makeFeedReader(e,t,n){return e=new P(e),t=new V(t),dt(this.getRequestOptionsForCall(n),e,t)}makeFeedWriter(e,t,n){if(e=new P(e),!(t=t?new D(t):this.signer))throw Error("No signer provided");return gt(this.getRequestOptionsForCall(n),e,t)}async fetchLatestFeedUpdate(e,t,n){return e=new P(e),t=new V(t),st(this.getRequestOptionsForCall(n),t,e)}makeContentAddressedChunk(e,t){return tt(e,t)}unmarshalContentAddressedChunk(e){return et(e)}makeSingleOwnerChunk(e,t,n,r,a){return Ke(e,t,n,r,a)}calculateSingleOwnerChunkAddress(e,t){return We(e,t)}unmarshalSingleOwnerChunk(e,t){return He(e,t)}makeSOCReader(e,t){return{owner:e=new V(e),download:Je.bind(null,this.getRequestOptionsForCall(t),e)}}makeSOCWriter(e,t){if(!(e=e?new D(e):this.signer))throw Error("No signer provided");return{...this.makeSOCReader(e.publicKey().address(),t),upload:Ze.bind(null,this.getRequestOptionsForCall(t),e)}}async createEnvelope(e,t,n){return e=new k(e),t=new I(t),async function(e,t,n){const r=await ze(e,{method:"post",responseType:"json",url:`envelope/${n}`,headers:{"swarm-postage-batch-id":t.toHex()}}),i=h.asObject(r.data,{name:"response.data"});return{issuer:a.hexToUint8Array(h.asHexString(i.issuer,{name:"issuer",byteLength:20})),index:a.hexToUint8Array(h.asHexString(i.index,{name:"index",byteLength:8})),timestamp:a.hexToUint8Array(h.asHexString(i.timestamp,{name:"timestamp",byteLength:8})),signature:a.hexToUint8Array(h.asHexString(i.signature,{name:"signature",byteLength:65})),batchId:t}}(this.getRequestOptionsForCall(n),e,t)}async rchash(e,t,n,r){return async function(e,t,n,r){const a=await ze(e,{responseType:"json",url:`rchash/${t}/${n}/${r}`}),i=h.asObject(a.data,{name:"response.data"});return h.asNumber(i.durationSeconds,{name:"durationSeconds"})}(this.getRequestOptionsForCall(r),e,t,n)}async checkConnection(e){return rn(this.getRequestOptionsForCall(e))}async isConnected(e){try{await rn(this.getRequestOptionsForCall(e))}catch(t){return!1}return!0}async isGateway(e){return async function(e){try{const t=await ze(e,{url:"/gateway"}),n=h.asObject(t.data);return h.asBoolean(n.gateway)}catch(t){return!1}}(this.getRequestOptionsForCall(e))}async getNodeAddresses(e){return async function(e){const t=await ze(e,{url:"addresses",responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return{overlay:new F(h.asString(n.overlay,{name:"overlay"})),underlay:h.asArray(n.underlay,{name:"underlay"}).map((e=>h.asString(e,{name:"underlay"}))),ethereum:new V(h.asString(n.ethereum,{name:"ethereum"})),publicKey:new A(h.asString(n.publicKey,{name:"publicKey"})),pssPublicKey:new A(h.asString(n.pssPublicKey,{name:"pssPublicKey"}))}}(this.getRequestOptionsForCall(e))}async getBlocklist(e){return async function(e){return(await ze(e,{url:"blocklist",responseType:"json"})).data.peers}(this.getRequestOptionsForCall(e))}async getPeers(e){return async function(e){const t=await ze(e,{url:"peers",responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return h.asArray(n.peers,{name:"peers"}).map((e=>({address:h.asString(h.asObject(e,{name:"peer"}).address,{name:"address"}),fullNode:h.asBoolean(h.asObject(e,{name:"peer"}).fullNode,{name:"fullNode"})})))}(this.getRequestOptionsForCall(e))}async removePeer(e,t){return e=new F(e),async function(e,t){return(await ze(e,{url:`peers/${t}`,responseType:"json",method:"DELETE"})).data}(this.getRequestOptionsForCall(t),e)}async getTopology(e){return async function(e){const t=await ze(e,{url:"topology",responseType:"json"}),n=h.asObject(t.data,{name:"response.data"}),r=h.asObject(n.bins,{name:"bins"});return{baseAddr:h.asString(n.baseAddr,{name:"baseAddr"}),population:h.asNumber(n.population,{name:"population"}),connected:h.asNumber(n.connected,{name:"connected"}),timestamp:h.asString(n.timestamp,{name:"timestamp"}),nnLowWatermark:h.asNumber(n.nnLowWatermark,{name:"nnLowWatermark"}),depth:h.asNumber(n.depth,{name:"depth"}),reachability:h.asString(n.reachability,{name:"reachability"}),networkAvailability:h.asString(n.networkAvailability,{name:"networkAvailability"}),bins:{bin_0:Nt(r.bin_0,"bin_0"),bin_1:Nt(r.bin_1,"bin_1"),bin_2:Nt(r.bin_2,"bin_2"),bin_3:Nt(r.bin_3,"bin_3"),bin_4:Nt(r.bin_4,"bin_4"),bin_5:Nt(r.bin_5,"bin_5"),bin_6:Nt(r.bin_6,"bin_6"),bin_7:Nt(r.bin_7,"bin_7"),bin_8:Nt(r.bin_8,"bin_8"),bin_9:Nt(r.bin_9,"bin_9"),bin_10:Nt(r.bin_10,"bin_10"),bin_11:Nt(r.bin_11,"bin_11"),bin_12:Nt(r.bin_12,"bin_12"),bin_13:Nt(r.bin_13,"bin_13"),bin_14:Nt(r.bin_14,"bin_14"),bin_15:Nt(r.bin_15,"bin_15"),bin_16:Nt(r.bin_16,"bin_16"),bin_17:Nt(r.bin_17,"bin_17"),bin_18:Nt(r.bin_18,"bin_18"),bin_19:Nt(r.bin_19,"bin_19"),bin_20:Nt(r.bin_20,"bin_20"),bin_21:Nt(r.bin_21,"bin_21"),bin_22:Nt(r.bin_22,"bin_22"),bin_23:Nt(r.bin_23,"bin_23"),bin_24:Nt(r.bin_24,"bin_24"),bin_25:Nt(r.bin_25,"bin_25"),bin_26:Nt(r.bin_26,"bin_26"),bin_27:Nt(r.bin_27,"bin_27"),bin_28:Nt(r.bin_28,"bin_28"),bin_29:Nt(r.bin_29,"bin_29"),bin_30:Nt(r.bin_30,"bin_30"),bin_31:Nt(r.bin_31,"bin_31")}}}(this.getRequestOptionsForCall(e))}async pingPeer(e,t){return e=new F(e),async function(e,t){return(await ze(e,{url:`pingpong/${t}`,responseType:"json",method:"POST"})).data}(this.getRequestOptionsForCall(t),e)}async getAllBalances(e){return async function(e){const t=await ze(e,{url:At,responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return{balances:h.asArray(n.balances,{name:"balances"}).map((e=>h.asObject(e,{name:"balance"}))).map((e=>({peer:h.asString(e.peer,{name:"peer"}),balance:se.fromPLUR(fe(e.balance,{name:"balance"}))})))}}(this.getRequestOptionsForCall(e))}async getPeerBalance(e,t){return e=new F(e),async function(e,t){const n=await ze(e,{url:`${At}/${t}`,responseType:"json"}),r=h.asObject(n.data,{name:"response.data"});return{peer:h.asString(r.peer,{name:"peer"}),balance:se.fromPLUR(fe(r.balance,{name:"balance"}))}}(this.getRequestOptionsForCall(t),e)}async getPastDueConsumptionBalances(e){return async function(e){const t=await ze(e,{url:Vt,responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return{balances:h.asArray(n.balances,{name:"balances"}).map((e=>h.asObject(e,{name:"balance"}))).map((e=>({peer:h.asString(e.peer,{name:"peer"}),balance:se.fromPLUR(fe(e.balance,{name:"balance"}))})))}}(this.getRequestOptionsForCall(e))}async getPastDueConsumptionPeerBalance(e,t){return e=new F(e),async function(e,t){const n=await ze(e,{url:`${Vt}/${t}`,responseType:"json"}),r=h.asObject(n.data,{name:"response.data"});return{peer:h.asString(r.peer,{name:"peer"}),balance:se.fromPLUR(fe(r.balance,{name:"balance"}))}}(this.getRequestOptionsForCall(t),e)}async getChequebookAddress(e){return async function(e){const t=await ze(e,{url:$t+"/address",responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return{chequebookAddress:new V(h.asString(n.chequebookAddress,{name:"chequebookAddress"}))}}(this.getRequestOptionsForCall(e))}async getChequebookBalance(e){return async function(e){const t=await ze(e,{url:$t+"/balance",responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return{availableBalance:se.fromPLUR(fe(n.availableBalance,{name:"availableBalance"})),totalBalance:se.fromPLUR(fe(n.totalBalance,{name:"totalBalance"}))}}(this.getRequestOptionsForCall(e))}async getLastCheques(e){return async function(e){const t=await ze(e,{url:$t+"/cheque",responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return{lastcheques:h.asArray(n.lastcheques,{name:"lastcheques"}).map((e=>h.asObject(e,{name:"lastcheque"}))).map((e=>({peer:h.asString(e.peer,{name:"peer"}),lastreceived:h.asNullable((e=>Ct(e)),e.lastreceived),lastsent:h.asNullable((e=>Ct(e)),e.lastsent)})))}}(this.getRequestOptionsForCall(e))}async getLastChequesForPeer(e,t){return e=new F(e),async function(e,t){const n=await ze(e,{url:$t+`/cheque/${t}`,responseType:"json"}),r=h.asObject(n.data,{name:"response.data"});return{peer:h.asString(r.peer,{name:"peer"}),lastreceived:h.asNullable((e=>Ct(e)),r.lastreceived),lastsent:h.asNullable((e=>Ct(e)),r.lastsent)}}(this.getRequestOptionsForCall(t),e)}async getLastCashoutAction(e,t){return e=new F(e),It(this.getRequestOptionsForCall(t),e)}async cashoutLastCheque(e,t,n){return e=new F(e),t&&ye(t),async function(e,t,n){const r=await ze(e,{method:"post",url:$t+`/cashout/${t}`,responseType:"json",headers:Ne(null,n)}),a=h.asObject(r.data,{name:"response.data"});return new C(h.asString(a.transactionHash,{name:"transactionHash"}))}(this.getRequestOptionsForCall(n),e,t)}async depositTokens(e,t,n){return this.depositBZZToChequebook(e,t,n)}async depositBZZToChequebook(e,t,n){const r=e instanceof se?e.toPLURString():fe(e,{min:1n,name:"amount"});let a;return t&&(a=fe(e,{min:0n,name:"gasPrice"})),async function(e,t,n){const r={};n&&(r["gas-price"]=n.toString());const a=await ze(e,{method:"post",url:$t+"/deposit",responseType:"json",params:{amount:t.toString(10)},headers:r}),i=h.asObject(a.data,{name:"response.data"});return new C(h.asString(i.transactionHash,{name:"transactionHash"}))}(this.getRequestOptionsForCall(n),r,a)}async withdrawTokens(e,t,n){return this.withdrawBZZFromChequebook(e,t,n)}async withdrawBZZFromChequebook(e,t,n){const r=e instanceof se?e.toPLURString():fe(e,{min:1n,name:"amount"});let a;return t&&(a=fe(e,{min:0n,name:"gasPrice"})),async function(e,t,n){const r={};n&&(r["gas-price"]=n.toString());const a=await ze(e,{method:"post",url:$t+"/withdraw",responseType:"json",params:{amount:t.toString(10)},headers:r}),i=h.asObject(a.data,{name:"response.data"});return new C(h.asString(i.transactionHash,{name:"transactionHash"}))}(this.getRequestOptionsForCall(n),r,a)}async withdrawBZZToExternalWallet(e,t,n){return e=e instanceof se?e:se.fromPLUR(e),t=new V(t),async function(e,t,n){const r=await ze(e,{method:"post",url:`${Ut}/withdraw/bzz`,responseType:"json",params:{amount:t.toPLURString(),address:n.toHex()}}),a=h.asObject(r.data,{name:"response.data"});return new C(h.asString(a.transactionHash,{name:"transactionHash"}))}(this.getRequestOptionsForCall(n),e,t)}async withdrawDAIToExternalWallet(e,t,n){return e=e instanceof ce?e:ce.fromWei(e),t=new V(t),async function(e,t,n){const r=await ze(e,{method:"post",url:`${Ut}/withdraw/nativetoken`,responseType:"json",params:{amount:t.toWeiString(),address:n.toHex()}}),a=h.asObject(r.data,{name:"response.data"});return new C(h.asString(a.transactionHash,{name:"transactionHash"}))}(this.getRequestOptionsForCall(n),e,t)}async getSettlements(e,t){return e=new F(e),async function(e,t){const n=await ze(e,{url:`${Ft}/${t}`,responseType:"json"}),r=h.asObject(n.data,{name:"response.data"});return{peer:h.asString(r.peer,{name:"peer"}),sent:se.fromPLUR(fe(r.sent,{name:"sent"})),received:se.fromPLUR(fe(r.received,{name:"received"}))}}(this.getRequestOptionsForCall(t),e)}async getAllSettlements(e){return async function(e){const t=await ze(e,{url:Ft,responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return{totalSent:se.fromPLUR(fe(n.totalSent,{name:"totalSent"})),totalReceived:se.fromPLUR(fe(n.totalReceived,{name:"totalReceived"})),settlements:h.asArray(n.settlements,{name:"settlements"}).map((e=>h.asObject(e,{name:"settlement"}))).map((e=>({peer:h.asString(e.peer,{name:"peer"}),sent:se.fromPLUR(fe(e.sent,{name:"sent"})),received:se.fromPLUR(fe(e.received,{name:"received"}))})))}}(this.getRequestOptionsForCall(e))}async getStatus(e){return async function(e){const t=await ze(e,{method:"get",url:"status",responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return{overlay:h.asString(n.overlay,{name:"overlay"}),proximity:h.asNumber(n.proximity,{name:"proximity"}),beeMode:W(h.asString(n.beeMode,{name:"beeMode"})),reserveSize:h.asNumber(n.reserveSize,{name:"reserveSize"}),reserveSizeWithinRadius:h.asNumber(n.reserveSizeWithinRadius,{name:"reserveSizeWithinRadius"}),pullsyncRate:h.asNumber(n.pullsyncRate,{name:"pullsyncRate"}),storageRadius:h.asNumber(n.storageRadius,{name:"storageRadius"}),connectedPeers:h.asNumber(n.connectedPeers,{name:"connectedPeers"}),neighborhoodSize:h.asNumber(n.neighborhoodSize,{name:"neighborhoodSize"}),batchCommitment:h.asNumber(n.batchCommitment,{name:"batchCommitment"}),isReachable:h.asBoolean(n.isReachable,{name:"isReachable"}),lastSyncedBlock:h.asNumber(n.lastSyncedBlock,{name:"lastSyncedBlock"}),committedDepth:h.asNumber(n.committedDepth,{name:"committedDepth"}),isWarmingUp:h.asBoolean(n.isWarmingUp,{name:"isWarmingUp"})}}(this.getRequestOptionsForCall(e))}async getHealth(e){return Wt(this.getRequestOptionsForCall(e))}async getReadiness(e){return async function(e){const t=await ze(e,{method:"get",url:"readiness"}),n=h.asObject(t.data,{name:"response.data"});return{apiVersion:h.asString(n.apiVersion,{name:"apiVersion"}),version:h.asString(n.version,{name:"version"}),status:h.asString(n.status,{name:"status"})}}(this.getRequestOptionsForCall(e))}async getNodeInfo(e){return async function(e){const t=await ze(e,{method:"get",url:"node",responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return{beeMode:W(h.asString(n.beeMode,{name:"beeMode"})),chequebookEnabled:h.asBoolean(n.chequebookEnabled,{name:"chequebookEnabled"}),swapEnabled:h.asBoolean(n.swapEnabled,{name:"swapEnabled"})}}(this.getRequestOptionsForCall(e))}async isSupportedExactVersion(e){return async function(e){const{version:t}=await Wt(e);return t===qt}(this.getRequestOptionsForCall(e))}async isSupportedApiVersion(e){return async function(e){const{apiVersion:t}=await Wt(e);return Gt()(t)===Gt()(Ht)}(this.getRequestOptionsForCall(e))}async getVersions(e){return async function(e){const{version:t,apiVersion:n}=await Wt(e);return{supportedBeeVersion:qt,supportedBeeApiVersion:Ht,beeVersion:t,beeApiVersion:n}}(this.getRequestOptionsForCall(e))}async getReserveState(e){return async function(e){const t=await ze(e,{method:"get",url:"reservestate",responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return{commitment:h.asNumber(n.commitment,{name:"commitment"}),radius:h.asNumber(n.radius,{name:"radius"}),storageRadius:h.asNumber(n.storageRadius,{name:"storageRadius"}),reserveCapacityDoubling:h.asNumber(n.reserveCapacityDoubling,{name:"reserveCapacityDoubling"})}}(this.getRequestOptionsForCall(e))}async getChainState(e){return async function(e){const t=await ze(e,{method:"get",url:"chainstate",responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return{block:h.asNumber(n.block,{name:"block"}),chainTip:h.asNumber(n.chainTip,{name:"chainTip"}),totalAmount:fe(n.totalAmount,{name:"totalAmount"}),currentPrice:(r=h.asNumber(n.currentPrice,{name:"currentPrice"}),Number.isInteger(r)?r<24e3?24e3:r:24e3)};var r}(this.getRequestOptionsForCall(e))}async getWalletBalance(e){return async function(e){const t=await ze(e,{method:"get",url:`${Ut}`,responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return{bzzBalance:se.fromPLUR(fe(n.bzzBalance,{name:"bzzBalance"})),nativeTokenBalance:ce.fromWei(fe(n.nativeTokenBalance,{name:"nativeTokenBalance"})),chainID:h.asNumber(n.chainID,{name:"chainID"}),chequebookContractAddress:h.asString(n.chequebookContractAddress,{name:"chequebookContractAddress"}),walletAddress:h.asString(n.walletAddress,{name:"walletAddress"})}}(this.getRequestOptionsForCall(e))}async createPostageBatch(e,t,n,r){const a=fe(e,{min:0n,name:"amount"});if(n&&(n=ge(n)),t<Q||t>Y)throw new j(`Depth has to be between ${Q}..${Y}`,t);const i=await this.getChainState(),o=17280n*BigInt(i.currentPrice)+1n;if(BigInt(a)<o)throw new j(`Amount has to be at least ${o} (1 day at current price ${i.currentPrice})`,a);const s=await async function(e,t,n,r){const a={};r?.gasPrice&&(a["gas-price"]=r.gasPrice.toString()),void 0!==r?.immutableFlag&&(a.immutable=String(r.immutableFlag));const i=await ze(e,{method:"post",url:`${zt}/${t}/${n}`,responseType:"json",params:{label:r?.label},headers:a}),o=h.asObject(i.data,{name:"response.data"});return new k(h.asString(o.batchID,{name:"batchID"}))}(this.getRequestOptionsForCall(r),a,t,n);return!1!==n?.waitForUsable&&await this.waitForUsablePostageStamp(s,n?.waitForUsableTimeout),s}async buyStorage(e,t,n,r,a,i){const o=De(t,(await this.getChainState(r)).currentPrice,"gnosis"===this.network?5:15),s=Ae(e,a,i);return n&&(n=ge(n)),this.createPostageBatch(o,s,n,r)}async getStorageCost(e,t,n,r,a){const i=De(t,(await this.getChainState(n)).currentPrice,"gnosis"===this.network?5:15);return Se(Ae(e,r,a),i)}async extendStorage(e,t,n,r,a,i){const o=await this.getPostageBatch(e,r),s=Ae(t,a,i),c=await this.getChainState(r),u=s-o.depth,l=u<=0?1n:2n**BigInt(u),h="gnosis"===this.network?5:15,f=De(n,c.currentPrice,h),m=De(o.duration,c.currentPrice,h),p=(n.isZero()?m*l:(m+f)*l)-m;let d;if(p>0n&&(d=await this.topUpBatch(o.batchID,p,r)),u>0)return this.diluteBatch(o.batchID,s,r);if(!d)throw new Error("Nothing to extend, both size and duration are already sufficient");return d}async extendStorageSize(e,t,n,r,a){const i=await this.getChainState(n),o=await this.getPostageBatch(e,n),s=Ae(t,r,a),c=s-o.depth;if(c<=0)throw new j("New depth has to be greater than the original depth",s);const u=De(o.duration,i.currentPrice,"gnosis"===this.network?5:15);return await this.topUpBatch(o.batchID,u*(2n**BigInt(c)-1n)+1n,n),this.diluteBatch(o.batchID,s,n)}async extendStorageDuration(e,t,n){const r=await this.getPostageBatch(e,n),a=De(t,(await this.getChainState(n)).currentPrice,"gnosis"===this.network?5:15);return this.topUpBatch(r.batchID,a,n)}async getExtensionCost(e,t,n,r,a,i){const o=await this.getPostageBatch(e,r),s=await this.getChainState(r),c="gnosis"===this.network?5:15,u=n.isZero()?0n:De(n,s.currentPrice,c),l=Ae(t,a,i),h=De(o.duration,s.currentPrice,c),f=Se(o.depth,h);return Se(Math.max(o.depth,l),h+u).minus(f)}async getSizeExtensionCost(e,t,n,r,a){const i=await this.getPostageBatch(e,n),o=await this.getChainState(n),s=Ae(t,r,a);if(s-i.depth<=0)throw new j("New depth has to be greater than the original depth",s);const c=De(i.duration,o.currentPrice,"gnosis"===this.network?5:15),u=Se(i.depth,c);return Se(s,c).minus(u)}async getDurationExtensionCost(e,t,n){const r=await this.getPostageBatch(e,n),a=De(t,(await this.getChainState(n)).currentPrice,"gnosis"===this.network?5:15);return Se(r.depth,a)}async calculateTopUpForBzz(e,t,n){const r=await this.getChainState(n),a="gnosis"===this.network?5:15,i=t.toPLURBigInt()/2n**BigInt(e);return{amount:i,duration:Oe(i,r.currentPrice,a)}}async topUpBatch(e,t,n){e=new k(e);const r=fe(t,{min:1n,name:"amount"});return async function(e,t,n){const r=await ze(e,{method:"patch",url:`${zt}/topup/${t}/${n}`,responseType:"json"}),a=h.asObject(r.data,{name:"response.data"});return new k(h.asString(a.batchID,{name:"batchID"}))}(this.getRequestOptionsForCall(n),e,r)}async diluteBatch(e,t,n){return e=new k(e),t=h.asNumber(t,{name:"depth",min:18,max:255}),async function(e,t,n){const r=await ze(e,{method:"patch",url:`${zt}/dilute/${t}/${n}`,responseType:"json"}),a=h.asObject(r.data,{name:"response.data"});return new k(h.asString(a.batchID,{name:"batchID"}))}(this.getRequestOptionsForCall(n),e,t)}async getPostageBatch(e,t,n,r){return e=new k(e),async function(e,t,n,r){const a=await ze(e,{method:"get",url:`${zt}/${t}`,responseType:"json"});return $e(Lt(h.asObject(a.data,{name:"response.data"})),n,r)}(this.getRequestOptionsForCall(t),e,n,r)}async getPostageBatchBuckets(e,t){return e=new k(e),async function(e,t){const n=await ze(e,{method:"get",url:`${zt}/${t}/buckets`,responseType:"json"}),r=h.asObject(n.data,{name:"response.data"});return{depth:h.asNumber(r.depth,{name:"depth"}),bucketDepth:h.asNumber(r.bucketDepth,{name:"bucketDepth"}),bucketUpperBound:h.asNumber(r.bucketUpperBound,{name:"bucketUpperBound"}),buckets:h.asArray(r.buckets,{name:"buckets"}).map((e=>h.asObject(e,{name:"bucket"}))).map((e=>({bucketID:h.asNumber(e.bucketID,{name:"bucketID"}),collisions:h.asNumber(e.collisions,{name:"collisions"})})))}}(this.getRequestOptionsForCall(t),e)}async getAllPostageBatch(e){return Mt(this.getRequestOptionsForCall(e))}async getAllGlobalPostageBatch(e){return Pt(this.getRequestOptionsForCall(e))}async getPostageBatches(e){return Mt(this.getRequestOptionsForCall(e))}async getGlobalPostageBatches(e){return Pt(this.getRequestOptionsForCall(e))}async getAllPendingTransactions(e){return async function(e){const t=await ze(e,{url:Kt,responseType:"json"}),n=h.asObject(t.data,{name:"response.data"});return h.asArray(n.pendingTransactions,{name:"pendingTransactions"}).map(Xt)}(this.getRequestOptionsForCall(e))}async getPendingTransaction(e,t){return e=new C(e),async function(e,t){const n=await ze(e,{url:`${Kt}/${t}`,responseType:"json"});return Xt(h.asObject(n.data,{name:"response.data"}))}(this.getRequestOptionsForCall(t),e)}async rebroadcastPendingTransaction(e,t){return e=new C(e),async function(e,t){const n=await ze(e,{method:"post",url:`${Kt}/${t}`,responseType:"json"}),r=h.asObject(n.data,{name:"response.data"});return new C(h.asString(r.transactionHash,{name:"transactionHash"}))}(this.getRequestOptionsForCall(t),e)}async cancelPendingTransaction(e,t,n){let r;return e=new C(e),t&&(r=fe(t,{min:0n,name:"gasPrice"})),async function(e,t,n){const r={};n&&(r["gas-price"]=n.toString());const a=await ze(e,{method:"delete",headers:r,url:`${Kt}/${t}`,responseType:"json"}),i=h.asObject(a.data,{name:"response.data"});return new C(h.asString(i.transactionHash,{name:"transactionHash"}))}(this.getRequestOptionsForCall(n),e,r)}async getStake(e){return async function(e){const t=await ze(e,{method:"get",responseType:"json",url:`${kt}`}),n=h.asObject(t.data,{name:"response.data"});return se.fromPLUR(fe(n.stakedAmount,{name:"stakedAmount"}))}(this.getRequestOptionsForCall(e))}async getWithdrawableStake(e){return async function(e){const t=await ze(e,{method:"get",responseType:"json",url:`${kt}/withdrawable`}),n=h.asObject(t.data,{name:"response.data"});return se.fromPLUR(fe(n.withdrawableAmount,{name:"withdrawableAmount"}))}(this.getRequestOptionsForCall(e))}async withdrawSurplusStake(e){return async function(e){const t=await ze(e,{method:"delete",responseType:"json",url:`${kt}/withdrawable`}),n=h.asObject(t.data,{name:"response.data"});return new C(h.asHexString(n.txHash,{name:"txHash"}))}(this.getRequestOptionsForCall(e))}async migrateStake(e){return async function(e){const t=await ze(e,{method:"delete",responseType:"json",url:kt}),n=h.asObject(t.data,{name:"response.data"});return new C(h.asHexString(n.txHash,{name:"txHash"}))}(this.getRequestOptionsForCall(e))}async depositStake(e,t,n){const r=e instanceof se?e.toPLURString():fe(e,{min:1n,name:"amount"});return t&&(t=ye(t)),async function(e,t,n){const r=await ze(e,{method:"post",responseType:"json",url:`${kt}/${t}`,headers:Ne(null,n)}),a=h.asObject(r.data,{name:"response.data"});return new C(h.asHexString(a.txHash,{name:"txHash"}))}(this.getRequestOptionsForCall(n),r,t)}async getRedistributionState(e){return async function(e){const t=await ze(e,{method:"get",responseType:"json",url:"redistributionstate"}),n=h.asObject(t.data,{name:"response.data"});return{minimumGasFunds:ce.fromWei(fe(n.minimumGasFunds,{name:"minimumGasFunds"})),hasSufficientFunds:h.asBoolean(n.hasSufficientFunds,{name:"hasSufficientFunds"}),isFrozen:h.asBoolean(n.isFrozen,{name:"isFrozen"}),isFullySynced:h.asBoolean(n.isFullySynced,{name:"isFullySynced"}),phase:h.asString(n.phase,{name:"phase"}),round:h.asNumber(n.round,{name:"round"}),lastWonRound:h.asNumber(n.lastWonRound,{name:"lastWonRound"}),lastPlayedRound:h.asNumber(n.lastPlayedRound,{name:"lastPlayedRound"}),lastFrozenRound:h.asNumber(n.lastFrozenRound,{name:"lastFrozenRound"}),lastSelectedRound:h.asNumber(n.lastSelectedRound,{name:"lastSelectedRound"}),lastSampleDurationSeconds:h.asNumber(n.lastSampleDurationSeconds,{name:"lastSampleDurationSeconds"}),block:h.asNumber(n.block,{name:"block"}),reward:se.fromPLUR(fe(n.reward,{name:"reward"})),fees:ce.fromWei(fe(n.fees,{name:"fees"})),isHealthy:h.asBoolean(n.isHealthy,{name:"isHealthy"})}}(this.getRequestOptionsForCall(e))}async waitForUsablePostageStamp(e,t=24e4){for(let r=0;r<t;r+=3e3){try{if((await this.getPostageBatch(e)).usable)return}catch(n){}await l.sleepMillis(3e3)}throw new U("Timeout on waiting for postage stamp to become usable")}getRequestOptionsForCall(e){return e&&(e=function(e){const t=h.asObject(e,{name:"BeeRequestOptions"});return{baseURL:h.asOptional((e=>h.asString(e,{name:"baseURL"})),t.baseURL),timeout:h.asOptional((e=>h.asInteger(e,{name:"timeout",min:0})),t.timeout),headers:h.asOptional((e=>h.asStringMap(e,{name:"headers"})),t.headers),onRequest:h.asOptional((e=>h.asFunction(e,{name:"onRequest"})),t.onRequest),httpAgent:t.httpAgent,httpsAgent:t.httpsAgent,endlesslyRetry:h.asOptional((e=>h.asBoolean(e,{name:"endlesslyRetry"})),t.endlesslyRetry),signal:t.signal}}(e)),e?c.deepMerge2(this.requestOptions,e):this.requestOptions}}class Rn{constructor(e,t,n,r){this.signer=new D(e),this.batchId=new k(t),this.buckets=n,this.depth=r,this.maxSlot=2**(this.depth-16)}static fromBlank(e,t,n){return new Rn(e,t,new Uint32Array(65536),n)}static fromState(e,t,n,r){return new Rn(e,t,n,r)}stamp(e){const t=e.hash(),n=a.uint16ToNumber(t,"BE"),r=this.buckets[n];if(r>=this.maxSlot)throw Error("Bucket is full");this.buckets[n]++;const i=a.concatBytes(a.numberToUint32(n,"BE"),a.numberToUint32(r,"BE")),o=a.numberToUint64(BigInt(Date.now()),"BE"),s=this.signer.sign(a.concatBytes(t,this.batchId.toUint8Array(),i,o));return{batchId:this.batchId,index:i,issuer:this.signer.publicKey().address().toUint8Array(),signature:s.toUint8Array(),timestamp:o}}getState(){return this.buckets}}const xn="https://api.gateway.ethswarm.org",Sn=new k("0000000000000000000000000000000000000000000000000000000000000000"),On=new P("0000000000000000000000000000000000000000000000000000000000000000"),Dn=new Uint8Array(32),An=new Uint8Array(32),Vn=new Uint8Array(20);function $n(e){return(e=new F(e)).toHex().slice(0,J)}const In=[[94,68,46,28,14,5,1],[9,8,7,6,5,4,3]],Cn=[[47,34,23,14,7,2],[9,8,7,6,5,4]],Nn=[[104,95,86,77,69,61,53,46,39,32,26,20,15,10,6,3,1],[21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5]],Fn=[[52,47,43,38,34,30,26,23,19,16,13,10,7,5,3,1],[21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6]],kn=[[92,87,82,77,73,68,63,59,54,50,45,41,37,33,29,26,22,19,16,13,10,8,5,3,2,1],[31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6]],zn=[[46,43,41,38,36,34,31,29,27,25,22,20,18,16,14,13,11,9,8,6,5,4,2,1],[31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,7]],Pn=[[37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1],[90,88,87,85,84,82,81,79,77,76,74,72,71,69,67,66,64,62,60,59,57,55,53,51,49,48,46,44,41,39,37,35,32,30,27,24,20]],Mn=[[18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1],[88,85,82,79,76,72,69,66,62,59,55,51,48,44,39,35,30,24]];function Ln(e,t,n){if(t===ne.OFF)return 0;const r=function(e,t){switch(e){case ne.MEDIUM:return t?Cn:In;case ne.STRONG:return t?Fn:Nn;case ne.INSANE:return t?zn:kn;case ne.PARANOID:return t?Mn:Pn;default:throw new Error(`Unknown redundancy level ${e}`)}}(t,n),[a,i]=r;for(let o=0;o<a.length;o++)if(e>=a[o])return i[o]/a[o];return i[i.length-1]/a[a.length-1]}const Un={label:"medium",value:ne.MEDIUM,errorTolerance:.01},jn={label:"strong",value:ne.STRONG,errorTolerance:.05},Gn={label:"insane",value:ne.INSANE,errorTolerance:.1},qn={label:"paranoid",value:ne.PARANOID,errorTolerance:.5};function _n(){return{medium:Un,strong:jn,insane:Gn,paranoid:qn}}function Hn(e){if("string"==typeof e)switch(e.toLowerCase()){case"medium":return Un;case"strong":return jn;case"insane":return Gn;case"paranoid":return qn;default:throw new Error(`Unknown redundancy level '${e}'`)}switch(e){case ne.MEDIUM:return Un;case ne.STRONG:return jn;case ne.INSANE:return Gn;case ne.PARANOID:return qn;default:throw new Error(`Unknown redundancy level '${e}'`)}}})(),r})()));
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.BeeJs=t():e.BeeJs=t()}(this,(()=>(()=>{var e={20(e,t){"use strict";var n;async function r(e){return new Promise(((t,n)=>e.then(n,t)))}async function a(e){return new Promise((t=>setTimeout((()=>{t(!0)}),e)))}function i(e,t=Math.random){for(let n=e.length-1;n>0;n--){const r=Math.floor(t()*(n+1)),a=e[n];e[n]=e[r],e[r]=a}return e}function o(e,t,n=Math.random){return i(W(0,e.length-1),n).slice(0,t)}function s(e,t,n=Math.random){return Math.floor(n()*(t-e+1))+e}function c(e,t,n){return t>=e.x&&t<e.x+e.width&&n>=e.y&&n<e.y+e.height}function u(e,t=Math.random){return t()<e}function l(e,t=Math.random){return e[Math.floor(e.length*t())]}function h(e){if(!e.length)throw Error("Received empty array");return e[e.length-1]}function f(e,t,n){return n(t.reduce(((e,t)=>t(e)),e))}function m(e,t){if(null==e)return null;const n=t.split(".");let r=e;for(const a of n){if(null===r[a]||void 0===r[a])return null;r=r[a]}return r}function p(e,t,n){const r=t.split(/\.|\[/);let a=e;for(let i=0;i<r.length;i++){const e=r[i],t=i<r.length-1&&r[i+1].includes("]"),o=e.includes("]")?e.replace(/\[|\]/g,""):e;if(i===r.length-1)return a[o]=n,n;g(a[o])||(a[o]=t?[]:{}),a=a[o]}return n}function d(e,t){return Math.round(e/t)*t}function g(e,t=!0){return!(!e||t&&!w(e._readableState)||t&&e.constructor&&(e.constructor.isBuffer||"AbortController"==e.constructor.name||"AbortSignal"==e.constructor.name||"Uint8Array"==e.constructor.name||"ArrayBuffer"===e.constructor.name||"ReadableStream"===e.constructor.name))&&"object"==typeof e}function y(e){return g(e)&&!Array.isArray(e)}function b(e){return Array.isArray(e)&&0===e.length}function w(e){return void 0===e}function O(e){return"[object Function]"===Object.prototype.toString.call(e)||"[object AsyncFunction]"===Object.prototype.toString.call(e)}function B(e){return"[object String]"===Object.prototype.toString.call(e)}function T(e){return"number"==typeof e&&isFinite(e)}function v(e){return!0===e||!1===e}function R(e){return"[object Date]"===Object.prototype.toString.call(e)}function E(e){return!B(e)||0===e.trim().length}function S(e){return T(e)&&Number.isInteger(e)&&e>=1}function x(e){return B(e)&&null!==e.match(/^-?\d+$/)}function I(e){return B(e)&&null!==e.match(/^(0x)?[0-9a-f]+$/i)}t.DH=t.Or=t.Rb=t.AO=t.FQ=t.iQ=t.DO=t.o8=t.LQ=t.yI=t.O3=t.ie=t.vU=t.pp=t.Xx=void 0;const D="!@#$%^&*()_+-=[]{}|;:<>?,./".split(""),A="abcdefghijklmnopqrstuvwxyz",V=A+"ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890",$=V+"!@#$%^&*()_+-=[]{}|;:<>?,./",C=["—","\\","東","京","都","𝖆","𝖇","𝖈","👾","🙇","💁","🙅","ᚠ","ᛇ","ᚻ","ᛦ"],N="0123456789abcdef";function F(e,t){if(E(e))throw new TypeError(`Expected string${t?.name?` for ${t.name}`:""}, got: `+e);if(t&&(void 0!==t.min&&e.length<t.min||void 0!==t.max&&e.length>t.max))throw RangeError(`Expected string${t?.name?` for ${t.name}`:""} length in range: ${t.min??"-inf"}..${t.max??"inf"}; got: ${e.length}`);return e}function k(e,t){if(void 0!==t.min&&e<t.min||void 0!==t.max&&e>t.max)throw RangeError(`Expected value${t?.name?` for ${t.name}`:""} in range: ${t.min??"-inf"}..${t.max??"inf"}; got: ${e}`)}function z(e,t){if(T(e))return t&&k(e,t),e;if(!B(e)||!e.match(/^-?\d+(\.\d+)?$/))throw new TypeError(`Expected number${t?.name?` for ${t.name}`:""}, got: `+e);const n=parseFloat(e);return t&&k(n,t),n}function P(e,t){return Math.trunc(z(e,t))}function L(e,t){if(!y(e))throw new TypeError(`Expected object${t?.name?` for ${t.name}`:""}, got: `+e);return e}function M(e){return B(e)&&null!==e.match(/^https?:\/\/.+/)}function U(e){return"bigint"==typeof e}function G(e,t){if(!U(e))throw new TypeError(`Expected bigint${t?.name?` for ${t.name}`:""}, got: `+e);if(void 0!==t?.min&&e<t?.min||void 0!==t?.max&&e>t?.max)throw RangeError(`Expected value${t?.name?` for ${t.name}`:""} in range: ${t.min??"-inf"}..${t.max??"inf"}; got: ${e}`);return e}function j(e,t){for(const[n,r]of Object.entries(t))if(!r(e[n]))throw TypeError(`${n} in value does not exist or match shape`);for(const n of Object.keys(e))if(!t[n])throw TypeError(`${n} exists in value but not in shape`);return!0}function q(e,t){if(y(e)&&y(t))for(const n in t)y(t[n])?(e[n]||(e[n]={}),q(e[n],t[n])):Array.isArray(t[n])?e[n]=[...t[n]]:(null!==t[n]&&void 0!==t[n]||null===e[n]||void 0===e[n])&&(e[n]=t[n]);return e}function H(e,t){const n={};for(const r of e)for(const e of Object.keys(r))n[e]?n[e]=t(n[e],r[e]):n[e]=r[e];return n}function _(e,t){Array.prototype.push.apply(e,t)}function W(e,t){const n=[];for(let r=e;r<=t;r++)n.push(r);return n}function X(e,t=()=>!1){return e.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,"").split("").map((e=>/[a-z0-9]/.test(e)||t(e)?e:"-")).join("").replace(/-+/g,"-").replace(/^-|-$/g,"")}function K(e,t){if(0===t.length)return 0;const n=e.toLowerCase(),r=t.toLowerCase();return e===t?1e4:n.startsWith(r)?1e4-e.length:n.includes(r)?5e3-e.length:new RegExp(".*"+r.split("").join(".*")+".*").test(n)?1e3-e.length:0}const Z={"&amp;":"&","&quot;":'"',"&apos;":"'","&gt;":">","&lt;":"<"};function J(e,t){const n=e.indexOf(t);return-1===n?null:e.slice(0,n)}function Q(e,t){const n=e.indexOf(t);return-1===n?null:e.slice(n+t.length)}function Y(e,t){const n=e.lastIndexOf(t);return-1===n?null:e.slice(0,n)}function ee(e,t){const n=e.lastIndexOf(t);return-1===n?null:e.slice(n+t.length)}function te(e,t,n=!1){const r=n?e.lastIndexOf(t):e.indexOf(t);return-1===r?n?[null,e]:[e,null]:[e.slice(0,r),e.slice(r+t.length)]}function ne(e,t){let n=[e];for(const r of t)n=n.flatMap((e=>e.split(r)));return n.filter((e=>e))}function re(e){const t=h(e.split(/\\|\//g)),n=t.lastIndexOf(".",t.length-1);return n<=0?"":t.slice(n+1)}function ae(e){const t=h(e.split(/\\|\//g)),n=t.lastIndexOf(".",t.length-1);return n<=0?t:t.slice(0,n)}function ie(e){return e.split("\n").map((e=>e.trim().replace(/\s+/g," "))).filter((e=>e.length>0)).join("\n")}function oe(e){return e.charAt(0).toUpperCase()+e.slice(1)}function se(e){return e.charAt(0).toLowerCase()+e.slice(1)}function ce(e){if(!e)return!1;const t=e.charCodeAt(0);return t>=65&&t<=90||t>=97&&t<=122}function ue(e){if(!e)return!1;const t=e.charCodeAt(0);return t>=48&&t<=57}function le(e){return ce(e)||ue(e)}const he=" \n\t\r.,?!:;\"'`(){}[]~@#$%^&*-+=|<>/\\".split("");function fe(e){return he.includes(e)}function me(e,t,n=0){const r=t.exec(e.slice(n));return r?{index:r.index,match:r[0]}:null}function pe(e,t,n=!0){if(!n)return t.every((t=>t instanceof RegExp?t.test(e):-1!==e.indexOf(t,0)));let r=0;for(const a of t)if(a instanceof RegExp){const t=me(e,a,r);if(!t)return!1;r=t.index+t.match.length}else{const t=e.indexOf(a,r);if(-1===t)return!1;r=t+a.length}return!0}function de(e,t,n=0){const r=[];let a=e.indexOf(t,n);for(;-1!==a;)r.push(a),a=e.indexOf(t,a+t.length);return r}function ge(e,t,n=0){let r=-1;for(const a of t){const t=e.indexOf(a,n);-1!==t&&(-1===r||t<r)&&(r=t)}return r}function ye(e,t=0){for(let n=t;n<e.length;n++)if(fe(e[n]))return n;return-1}function be(e,t=0){for(let n=t;n<e.length;n++)if("#"===e[n]&&le(e[n+1]))return n;return-1}function we(e,t,n=0){return e.slice(0,n).lastIndexOf(t)}function Oe(e,t=0,n="{",r="}"){let a=1;for(let i=t;i<e.length;i++)if(e.slice(i,i+r.length)===r){if(0==--a)return i}else e.slice(i,i+n.length)===n&&a++;return-1}function Be(e,t){const n=t.wordBoundary?ge(e,[`${t.opening} `,`${t.opening}\n`],t.start||0):e.indexOf(t.opening,t.start||0);if(-1===n)return null;const r=Oe(e,n+t.opening.length,t.opening,t.closing);return-1===r?null:t.exclusive?e.slice(n+t.opening.length,r):e.slice(n,r+t.closing.length)}const Te="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ve="ABCDEFGHIJKLMNOPQRSTUVWXYZ234567";function Re(e,t){const n=t.length;let r=0,a=0;const i=[];for(let o=0;o<e.length;o++){const s=e[o];if("="===s)break;const c=t.indexOf(s);if(-1===c)throw new Error(`Invalid character: ${s}`);a=a<<Math.log2(n)|c,r+=Math.log2(n),r>=8&&(r-=8,i.push(a>>r&255))}return new Uint8Array(i)}function Ee(e,t){const n=t.length;let r=0,a=0,i="";for(let o=0;o<e.length;o++)for(a=a<<8|e[o],r+=8;r>=Math.log2(n);)r-=Math.log2(n),i+=t[a>>r&n-1];return r>0&&(i+=t[a<<Math.log2(n)-r&n-1]),i.length%4!=0&&(i+="=".repeat(4-i.length%4)),i}function Se(e,t,n){const r=[];for(const a of n)a!==t&&r.push(e.replace(t,a));return r}function xe(e){const t=e.lastIndexOf(" ");if(-1===t)return{line:e,rest:""};return{line:e.slice(0,t),rest:e.slice(t+1)}}function Ie(e){const t=e.reduce(((e,t)=>e.length<t.length?e:t));let n="";for(let r=0;r<t.length;r++){const a=t[r];if(!e.every((e=>e[r]===a)))break;n+=a}return n}function De(e,t){return new RegExp(`\\b${t}\\b`).test(e)}function Ae(e,t,n=[]){let r="";for(;t<e.length&&(le(e[t])||n.includes(e[t]));)r+=e[t++];return r}function Ve(e,t,n,r="$",a=":"){if(""===n)return e;let i=e.indexOf(`${r}${t}`);for(;-1!==i;){if(e[i+t.length+1]===a)if(e[i+t.length+2]===a)e=e.replace(`${r}${t}${a}${a}`,n);else{const o=Ae(e,i+t.length+2,["_"]);e=e.replace(`${r}${t}${a}${o}`,n)}else e=e.replace(`${r}${t}`,n);i=e.indexOf(`${r}${t}`,i+n.length)}return e}function $e(e,t="$",n=":"){let r=e.indexOf(t);for(;-1!==r;){const a=Ae(e,r+1);if(e[r+a.length+1]===n)if(e[r+a.length+2]===n)e=e.replace(`${t}${a}${n}${n}`,"");else{const i=Ae(e,r+a.length+2);e=e.replace(`${t}${a}${n}${i}`,i)}r=e.indexOf(t,r+1)}return e}function Ce(e,t=!0){const n=Object.entries(e).filter((([e,t])=>null!=t)).map((([e,t])=>`${e}=${encodeURIComponent(t)}`)).join("&");return n?(t?"?":"")+n:""}function Ne(e){return String(Math.floor(e)).padStart(2,"0")}function Fe(e){const t=Math.floor(e/36e5);e%=36e5;const n=Math.floor(e/6e4);e%=6e4;const r=Math.floor(e/1e3);return t?`${Ne(t)}:${Ne(n)}:${Ne(r)}`:`${Ne(n)}:${Ne(r)}`}function ke(e){return Math.floor((R(e)?e.getTime():e)/864e5)}const ze={today:(e,t)=>Ne(e)+":"+Ne(t),yesterday:()=>"Yesterday",monday:()=>"Mon",tuesday:()=>"Tue",wednesday:()=>"Wed",thursday:()=>"Thu",friday:()=>"Fri",saturday:()=>"Sat",sunday:()=>"Sun",weeks:e=>`${e}w`};const Pe={now:()=>"A few seconds",seconds:e=>`${e} seconds`,minutes:e=>`${e} minutes`,hours:e=>`${e} hours`,days:e=>`${e} days`,weeks:e=>`${e} weeks`};function Le(e,n){const r=n?.now??Date.now(),a=n?.labels||Pe;let i=(r-(t.Or.isDate(e)?e.getTime():e))/1e3;return i<10?a.now():i<120?a.seconds(Math.floor(i)):(i/=60,i<120?a.minutes(Math.floor(i)):(i/=60,i<48?a.hours(Math.floor(i)):(i/=24,i<14?a.days(Math.floor(i)):(i/=7,a.weeks(Math.floor(i))))))}const Me={};const Ue={s:1e3,m:6e4,h:36e5,d:864e5};const Ge={0:"sunday",1:"monday",2:"tuesday",3:"wednesday",4:"thursday",5:"friday",6:"saturday"};function je(e){return{zeroBasedIndex:e,day:Ge[e]}}function qe(e){return je(e.getDay())}const He={ms:1,milli:1,millis:1,millisecond:1,milliseconds:1,s:1e3,sec:1e3,second:1e3,seconds:1e3,m:6e4,min:6e4,minute:6e4,minutes:6e4,h:36e5,hour:36e5,hours:36e5,d:864e5,day:864e5,days:864e5,w:6048e5,week:6048e5,weeks:6048e5,month:2592e6,months:2592e6,y:31536e6,year:31536e6,years:31536e6};const _e={b:0,byte:0,bytes:0,kb:1,kilobyte:1,kilobytes:1,mb:2,megabyte:2,megabytes:2,gb:3,gigabyte:3,gigabytes:3,tb:4,terabyte:4,terabytes:4};const We=new Map;function Xe(e,t=!1){e=e.filter((e=>e)),t&&B(e[1])&&(e[1]="../"+e[1]);let n="";B(e[0])&&e[0].includes("://")&&(n=J(e[0],"://")??"",e[0]=Q(e[0],"://")??"");const r=e.map((e=>String(e))).flatMap((e=>e.split("/"))),a=[];for(let i=0;i<r.length;i++)"."!==r[i]&&(".."===r[i]?(!n||a.length>1)&&a.pop():a.push(r[i]));return(n?n+"://":"")+a.join("/").replaceAll(/\/{2,}/g,"/")}function Ke(e){const t=Object.keys(e).sort(((e,t)=>e.localeCompare(t))),n={};for(const r of t)n[r]=Je(e[r]);return n}function Ze(e){const t=[];return e.sort(((e,t)=>JSON.stringify(Je(e)).localeCompare(JSON.stringify(Je(t))))).forEach((e=>t.push(Je(e)))),t}function Je(e){return Array.isArray(e)?Ze(e):g(e)?Ke(e):e}function Qe(e,t){return JSON.stringify(Je(e))===JSON.stringify(Je(t))}function Ye(e){const t=Object.keys(e);return t[Math.floor(Math.random()*t.length)]}const et=[1e3,1e6,1e9,1e12,1e15,1e18,1e21,1e24,1e27,1e30,1e9,1e16,1e18,1e18,1e18,1e33],tt=["thousand","million","billion","trillion","quadrillion","quintillion","sextillion","septillion","octillion","nonillion","gwei","bzz","btc","eth","dai","decillion"],nt=["K","M","B","T","Qa","Qi","Sx","Sp","O","N","gwei","bzz","eth","btc","dai","D"];function rt(e){const t=parseFloat(e);if(isNaN(t))throw Error("makeNumber got NaN for input");const n=e.replace(/^-?[0-9.]+/,"").trim(),r=nt.findIndex((e=>e.toLowerCase()===n.toLowerCase()));return-1===r?t:t*et[r]}function at(e,t,n){return e<t?t:e>n?n:e}function it(e,t,n){return e+(n?"["+t+"]":(e.length?".":"")+t)}function ot(e,t,n,r,a){if(!g(t))return t;for(const[i,o]of Object.entries(t)){const t=it(n,i,r);Array.isArray(o)?a?ot(e,o,t,!0,a):e[t]=o.map((e=>ot(Array.isArray(e)?[]:{},e,"",!1,a))):g(o)?ot(e,o,t,!1,a):e[t]=o}return e}function st(e,t){const n={};for(const r of e){n[t(r)]=r}return n}function ct(e,t){const n=Math.ceil(e.length/t),r=[];for(let a=0;a<e.length;a+=n)r.push(e.slice(a,a+n));return r}function ut(e,t){const n=[],r=Math.ceil(e.length/t);for(let a=0;a<r;a++)n.push(e.slice(a*t,a*t+t));return n}function lt(e,t){return Object.fromEntries(Object.entries(e).sort(t))}function ht(e,t){const n=[];let r=[];return e.forEach(((a,i)=>{(0===i||!t(a,e[i-1]))&&(r=[],n.push(r)),r.push(a)})),n}function ft(e,t,n,r=100){if(e.map.has(t)){const n=e.keys.indexOf(t);e.keys.splice(n,1)}if(e.map.set(t,n),e.keys.push(t),e.keys.length>r){const t=e.keys.shift();t&&e.map.delete(t)}}class mt{constructor(e){this.value=e}static of(e){return new mt(e)}static empty(){return new mt(null)}map(e){return new mt(null!==this.value&&void 0!==this.value?e(this.value):null)}mapAsync(e){return null!==this.value&&void 0!==this.value?e(this.value).then((e=>mt.of(e))):Promise.resolve(mt.empty())}ifPresent(e){return null!==this.value&&void 0!==this.value&&e(this.value),this}ifPresentAsync(e){return null!==this.value&&void 0!==this.value?e(this.value).then((()=>this)):Promise.resolve(this)}ifAbsent(e){return(null===this.value||void 0===this.value)&&e(),this}ifAbsentAsync(e){return null===this.value||void 0===this.value?e().then((()=>this)):Promise.resolve(this)}getOrFallback(e){return this.value??e()}getOrFallbackAsync(e){return null!==this.value&&void 0!==this.value?Promise.resolve(this.value):e()}getOrThrow(){if(null===this.value||void 0===this.value)throw Error("Optional.value is empty");return this.value}}t.Xx=mt;class pt{constructor(e){this.value=e,this.children=[]}}function dt(e,t){if(Math.log2(e.length)%1!=0)throw new Error("Array length must be a power of 2");let n=[...e];for(;n.length>1;){const e=[];for(let r=0;r<n.length;r+=2){const a=n[r+1];e.push(t(n[r],a))}n=e}return n[0]}function gt(...e){const t=e.reduce(((e,t)=>e+t.length),0),n=new Uint8Array(t);let r=0;return e.forEach((e=>{n.set(e,r),r+=e.length})),n}function yt(e){return 137===e[0]&&80===e[1]&&78===e[2]&&71===e[3]}function bt(e){return 255===e[0]&&216===e[1]}function wt(e){return 87===e[8]&&69===e[9]&&66===e[10]&&80===e[11]}function Ot(e,t){const n=new ArrayBuffer(8);return new DataView(n).setBigUint64(0,BigInt(e),"LE"===t),new Uint8Array(n)}function Bt(e,t){const n=new Uint8Array(32);let r=e;if("LE"===t){for(let e=0;e<32;e++)n[e]=Number(0xffn&r),r>>=8n;return n}for(let a=31;a>=0;a--)n[a]=Number(0xffn&r),r>>=8n;return n}function Tt(e,t){let n=0n;if("LE"===t){for(let t=31;t>=0;t--)n=n<<8n|BigInt(e[t]);return n}for(let r=0;r<32;r++)n=n<<8n|BigInt(e[r]);return n}function vt(e,t){const n=[];for(let r=0;r<e.length;r+=t)n.push(e.subarray(r,r+t));return n}const Rt=[0,1,0,32898,2147483648,32906,2147483648,2147516416,0,32907,0,2147483649,2147483648,2147516545,2147483648,32777,0,138,0,136,0,2147516425,0,2147483658,0,2147516555,2147483648,139,2147483648,32905,2147483648,32771,2147483648,32770,2147483648,128,0,32778,2147483648,2147483658,2147483648,2147516545,2147483648,32896,0,2147483649,2147483648,2147516424];function Et(e){for(let t=0;t<24;t++){const n=e[0]^e[10]^e[20]^e[30]^e[40],r=e[1]^e[11]^e[21]^e[31]^e[41],a=e[2]^e[12]^e[22]^e[32]^e[42],i=e[3]^e[13]^e[23]^e[33]^e[43],o=e[4]^e[14]^e[24]^e[34]^e[44],s=e[5]^e[15]^e[25]^e[35]^e[45],c=e[6]^e[16]^e[26]^e[36]^e[46],u=e[7]^e[17]^e[27]^e[37]^e[47],l=e[8]^e[18]^e[28]^e[38]^e[48],h=e[9]^e[19]^e[29]^e[39]^e[49],f=l^(a<<1|i>>>31),m=h^(i<<1|a>>>31),p=n^(o<<1|s>>>31),d=r^(s<<1|o>>>31),g=a^(c<<1|u>>>31),y=i^(u<<1|c>>>31),b=o^(l<<1|h>>>31),w=s^(h<<1|l>>>31),O=c^(n<<1|r>>>31),B=u^(r<<1|n>>>31);e[0]^=f,e[1]^=m,e[2]^=p,e[3]^=d,e[4]^=g,e[5]^=y,e[6]^=b,e[7]^=w,e[8]^=O,e[9]^=B,e[10]^=f,e[11]^=m,e[12]^=p,e[13]^=d,e[14]^=g,e[15]^=y,e[16]^=b,e[17]^=w,e[18]^=O,e[19]^=B,e[20]^=f,e[21]^=m,e[22]^=p,e[23]^=d,e[24]^=g,e[25]^=y,e[26]^=b,e[27]^=w,e[28]^=O,e[29]^=B,e[30]^=f,e[31]^=m,e[32]^=p,e[33]^=d,e[34]^=g,e[35]^=y,e[36]^=b,e[37]^=w,e[38]^=O,e[39]^=B,e[40]^=f,e[41]^=m,e[42]^=p,e[43]^=d,e[44]^=g,e[45]^=y,e[46]^=b,e[47]^=w,e[48]^=O,e[49]^=B;const T=e[0],v=e[1],R=e[2]<<1|e[3]>>>31,E=e[3]<<1|e[2]>>>31,S=e[5]<<30|e[4]>>>2,x=e[4]<<30|e[5]>>>2,I=e[6]<<28|e[7]>>>4,D=e[7]<<28|e[6]>>>4,A=e[8]<<27|e[9]>>>5,V=e[9]<<27|e[8]>>>5,$=e[11]<<4|e[10]>>>28,C=e[10]<<4|e[11]>>>28,N=e[13]<<12|e[12]>>>20,F=e[12]<<12|e[13]>>>20,k=e[14]<<6|e[15]>>>26,z=e[15]<<6|e[14]>>>26,P=e[17]<<23|e[16]>>>9,L=e[16]<<23|e[17]>>>9,M=e[18]<<20|e[19]>>>12,U=e[19]<<20|e[18]>>>12,G=e[20]<<3|e[21]>>>29,j=e[21]<<3|e[20]>>>29,q=e[22]<<10|e[23]>>>22,H=e[23]<<10|e[22]>>>22,_=e[25]<<11|e[24]>>>21,W=e[24]<<11|e[25]>>>21,X=e[26]<<25|e[27]>>>7,K=e[27]<<25|e[26]>>>7,Z=e[29]<<7|e[28]>>>25,J=e[28]<<7|e[29]>>>25,Q=e[31]<<9|e[30]>>>23,Y=e[30]<<9|e[31]>>>23,ee=e[33]<<13|e[32]>>>19,te=e[32]<<13|e[33]>>>19,ne=e[34]<<15|e[35]>>>17,re=e[35]<<15|e[34]>>>17,ae=e[36]<<21|e[37]>>>11,ie=e[37]<<21|e[36]>>>11,oe=e[38]<<8|e[39]>>>24,se=e[39]<<8|e[38]>>>24,ce=e[40]<<18|e[41]>>>14,ue=e[41]<<18|e[40]>>>14,le=e[42]<<2|e[43]>>>30,he=e[43]<<2|e[42]>>>30,fe=e[45]<<29|e[44]>>>3,me=e[44]<<29|e[45]>>>3,pe=e[47]<<24|e[46]>>>8,de=e[46]<<24|e[47]>>>8,ge=e[48]<<14|e[49]>>>18,ye=e[49]<<14|e[48]>>>18;e[0]=T^~N&_,e[1]=v^~F&W,e[2]=N^~_&ae,e[3]=F^~W&ie,e[4]=_^~ae&ge,e[5]=W^~ie&ye,e[6]=ae^~ge&T,e[7]=ie^~ye&v,e[8]=ge^~T&N,e[9]=ye^~v&F,e[10]=I^~M&G,e[11]=D^~U&j,e[12]=M^~G&ee,e[13]=U^~j&te,e[14]=G^~ee&fe,e[15]=j^~te&me,e[16]=ee^~fe&I,e[17]=te^~me&D,e[18]=fe^~I&M,e[19]=me^~D&U,e[20]=R^~k&X,e[21]=E^~z&K,e[22]=k^~X&oe,e[23]=z^~K&se,e[24]=X^~oe&ce,e[25]=K^~se&ue,e[26]=oe^~ce&R,e[27]=se^~ue&E,e[28]=ce^~R&k,e[29]=ue^~E&z,e[30]=A^~$&q,e[31]=V^~C&H,e[32]=$^~q&ne,e[33]=C^~H&re,e[34]=q^~ne&pe,e[35]=H^~re&de,e[36]=ne^~pe&A,e[37]=re^~de&V,e[38]=pe^~A&$,e[39]=de^~V&C,e[40]=S^~P&Z,e[41]=x^~L&J,e[42]=P^~Z&Q,e[43]=L^~J&Y,e[44]=Z^~Q&le,e[45]=J^~Y&he,e[46]=Q^~le&S,e[47]=Y^~he&x,e[48]=le^~S&P,e[49]=he^~x&L,e[0]^=Rt[2*t],e[1]^=Rt[2*t+1]}}function St(e){const t=[];for(let n=0;n<e.length;n+=4)t.push(e[n]|e[n+1]<<8|e[n+2]<<16|e[n+3]<<24);return t}function xt(e,t){if(!e.length){const e=new Uint8Array(136);return e[0]=t,e[135]=128,[St(e)]}const n=vt(e,136),r=n[n.length-1];if(r.length<136){const e=new Uint8Array(136);e.set(r),e[r.length]=t,e[135]|=128,n[n.length-1]=e}if(136===r.length){const e=new Uint8Array(136);e[0]=t,e[135]=128,n.push(e)}return n.map(St)}function It(e,t){for(const n of t){for(let t=0;t<34;t+=2)e[t]^=n[t+1],e[t+1]^=n[t];Et(e)}return e}function Dt(e){return new Uint8Array([e[1],e[1]>>-24,e[1]>>-16,e[1]>>-8,e[0],e[0]>>8,e[0]>>16,e[0]>>24,e[3],e[3]>>-24,e[3]>>-16,e[3]>>-8,e[2],e[2]>>8,e[2]>>16,e[2]>>24,e[5],e[5]>>-24,e[5]>>-16,e[5]>>-8,e[4],e[4]>>8,e[4]>>16,e[4]>>24,e[7],e[7]>>-24,e[7]>>-16,e[7]>>-8,e[6],e[6]>>8,e[6]>>16,e[6]>>24])}function At(e){return Dt(It(new Array(50).fill(0),xt(e,1)))}function Vt(e,t,n=0){if(e.length>=t)return e;const r=new Uint8Array(t);return r.fill(n),r.set(e,t-e.length),r}function $t(e,t,n=0){if(e.length>=t)return e;const r=new Uint8Array(t);return r.fill(n),r.set(e,0),r}function Ct(e,t){return(e%t+t)%t}function Nt(e,t){e=Ct(e,t);let[n,r]=[0n,1n],[a,i]=[t,e];for(;0n!==i;){const e=a/i;[n,r]=[r,n-e*r],[a,i]=[i,a-e*i]}if(a>1n)throw new Error("a is not invertible");return n<0n&&(n+=t),n}function Ft(e,t){return 0n===Ct(e,t)?0n:t%4n===3n?function(e,t,n){let r=1n;for(e=Ct(e,n);t>0;)t%2n===1n&&(r=Ct(r*e,n)),e=Ct(e*e,n),t/=2n;return r}(e,(t+1n)/4n,t):null}const kt=0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2fn,zt=0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141n,Pt=0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798n,Lt=0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8n;function Mt(e,t,n){if(0n===t)return[0n,0n];const r=Ct(3n*e*e*Nt(2n*t,n),n),a=Ct(r*r-2n*e,n);return[a,Ct(r*(e-a)-t,n)]}function Ut(e,t,n,r,a){if(0n===e&&0n===t)return[n,r];if(0n===n&&0n===r)return[e,t];if(e===n&&t===Ct(-r,a))return[0n,0n];if(e===n&&t===r)return Mt(e,t,a);const i=Ct((r-t)*Nt(n-e,a),a),o=Ct(i*i-e-n,a);return[o,Ct(i*(e-o)-t,a)]}function Gt(e,t,n,r){let a=[0n,0n],i=[e,t];const o=n.toString(2);for(const s of o)"0"===s?(i=Ut(a[0],a[1],i[0],i[1],r),a=Mt(a[0],a[1],r)):(a=Ut(a[0],a[1],i[0],i[1],r),i=Mt(i[0],i[1],r));return a}function jt(e,t,n){if(t<=0n||t>=zt)throw new Error("Invalid private key");if(n||(n=Ct(Tt(At(gt(At(Bt(t,"BE")),Bt(e,"BE"))),"BE"),zt)),n<=0n||n>=zt)throw new Error("Invalid nonce");const r=Ct(e,zt),a=Gt(Pt,Lt,n,kt),i=Ct(a[0],zt);let o=Ct((r+Ct(i,zt)*t)*Nt(n,zt),zt);if(0n===i||0n===o)throw new Error("Invalid r or s value");let s=a[1]%2n===0n?27n:28n;return o>zt/2n&&(o=zt-o,s=27n===s?28n:27n),[i,o,s]}class qt{constructor(e){this.cursor=0,this.buffer=e}read(e){const t=this.buffer.subarray(this.cursor,this.cursor+e);return this.cursor+=e,t}max(){return this.buffer.length-this.cursor}}t.pp=qt;class Ht{constructor(e){this.buffer=e,this.cursor=0}write(e){const t=Math.min(this.max(),e.max());return this.buffer.set(e.read(t),this.cursor),this.cursor+=t,t}max(){return this.buffer.length-this.cursor}}class _t{constructor(e,t=0n){this.span=t,this.writer=new Ht(new Uint8Array(e))}build(){return gt(Ot(this.span,"LE"),this.writer.buffer)}hash(){const e=dt(vt(this.writer.buffer,32),((e,t)=>_t.hashFunction(gt(e,t))));return _t.hashFunction(gt(Ot(this.span,"LE"),e))}}_t.hashFunction=At;class Wt{constructor(e,t=4096){this.counters=[1],this.capacity=t,this.chunks=[new _t(t)],this.onChunk=e}static async root(e,t=4096){const r=new n(n.NOOP,t);return await r.append(e),r.finalize()}async append(e,t=0,n=0n){const r=new qt(e);for(;r.max()>0;){0===this.chunks[t].writer.max()&&await this.elevate(t);const e=this.chunks[t].writer.write(r);n?this.chunks[t].span+=n:this.chunks[0].span+=BigInt(e)}}async elevate(e){this.counters[e]=++this.counters[e]%(this.capacity/32),this.chunks[e+1]||(this.chunks.push(new _t(this.capacity)),this.counters.push(1)),await this.append(this.chunks[e].hash(),e+1,this.chunks[e].span),await this.onChunk(this.chunks[e]),this.chunks[e]=new _t(this.capacity)}async finalize(e=0){return this.chunks[e+1]?1===this.counters[e]?(await this.elevate(e+1),this.chunks[e+1]=this.chunks[e],this.finalize(e+1)):(await this.elevate(e),this.finalize(e+1)):(await this.onChunk(this.chunks[e]),this.chunks[e])}}t.vU=Wt,n=Wt,Wt.NOOP=async e=>{};class Xt{constructor(e,t){if(t<0)throw Error("Scale must be non-negative");this.value=BigInt(e),this.scale=t}static cast(e){if(!e)throw Error("Cannot cast falsy value to FixedPointNumber");if(e instanceof Xt)return e;const t=G(e.value),n=z(e.scale);return new Xt(t,n)}static fromDecimalString(e,t){/e\-\d+$/i.test(e)&&(e=parseFloat(e).toFixed(t));let[n,r]=e.split(".");return r=(r||"").padEnd(t,"0").slice(0,t),new Xt(BigInt(n+r),t)}static fromFloat(e,t){return Xt.fromDecimalString(e.toString(),t)}add(e){return this.assertSameScale(e),new Xt(this.value+e.value,this.scale)}subtract(e){return this.assertSameScale(e),new Xt(this.value-e.value,this.scale)}multiply(e){return new Xt(this.value*e,this.scale)}divmod(e){if(0n===e)throw new Error("Division by zero is not allowed");const t=this.value/e,n=this.value%e;return[new Xt(t,this.scale),new Xt(n,this.scale)]}exchange(e,t,n){if("*"===e){const e=this.value*t.value/10n**BigInt(this.scale);return new Xt(e,n)}this.assertSameScale(t);const r=this.value*10n**BigInt(n)/t.value;return new Xt(r,n)}compare(e){return this.assertSameScale(e),this.value>e.value?1:this.value<e.value?-1:0}toDecimalString(){if(0===this.scale)return this.value.toString();const e=this.value.toString();return`${e.slice(0,-this.scale)||"0"}.${e.slice(-this.scale).padStart(this.scale,"0")}`}toString(){return this.value.toString()}toJSON(){return this.toString()}toFloat(){return parseFloat(this.toDecimalString())}assertSameScale(e){if(this.scale!==e.scale)throw new Error(`Scale mismatch: expected ${this.scale}, but got ${e.scale}`)}}function Kt(e,t,n,r){const a=e.findIndex((e=>e===`--${t}`||e.startsWith(`--${t}=`))),i=e[a];if(!i)return(n||{})[r||t||""]||null;if(i.includes("="))return i.split("=")[1];const o=e[a+1];return o&&!o.startsWith("-")?o:(n||{})[r||t||""]||null}function Zt(e,t,n,r){const a=Kt(e,t,n,r);if(!a)throw new Error(`Missing argument ${t}`);return a}function Jt(e,t){const n=e[t];e.splice(t,1),e.unshift(n)}function Qt(e,t){return{x:e.x+t.x,y:e.y+t.y}}function Yt(e,t){return{x:e.x*t,y:e.y*t}}function en(e,t,n){return{x:e.x+Math.cos(t)*n,y:e.y+Math.sin(t)*n}}function tn(e,t){return Math.sqrt((e.x-t.x)**2+(e.y-t.y)**2)}function nn(e,t,n="row-first"){const r=[];if("column-first"===n)for(let a=0;a<e.length;a++)for(let n=0;n<e[0].length;n++)t(a,n)&&r.push({x:a,y:n});else for(let a=0;a<e[0].length;a++)for(let n=0;n<e.length;n++)t(n,a)&&r.push({x:n,y:a});return r}function rn(e,t,n){return!e[t-1]?.[n]}function an(e,t,n){return!e[t+1]?.[n]}function on(e,t,n){return!e[t][n-1]}function sn(e,t,n){return!e[t][n+1]}function cn(e,t,n){const r=[];return e[t][n]?function(e,t,n){return e[t+1]?.[n]&&e[t-1]?.[n]&&!e[t][n-1]&&!e[t][n+1]}(e,t,n)||function(e,t,n){return e[t][n+1]&&e[t][n-1]&&!e[t-1]?.[n]&&!e[t+1]?.[n]}(e,t,n)?[]:(!e[t-1]?.[n-1]&&rn(e,t,n)&&on(e,t,n)&&r.push({x:t,y:n}),!e[t+1]?.[n-1]&&an(e,t,n)&&on(e,t,n)&&r.push({x:t+1,y:n}),!e[t-1]?.[n+1]&&rn(e,t,n)&&sn(e,t,n)&&r.push({x:t,y:n+1}),!e[t+1]?.[n+1]&&an(e,t,n)&&sn(e,t,n)&&r.push({x:t+1,y:n+1}),r):(e[t-1]?.[n]&&e[t][n-1]&&r.push({x:t,y:n}),e[t+1]?.[n]&&e[t][n-1]&&r.push({x:t+1,y:n}),e[t-1]?.[n]&&e[t][n+1]&&r.push({x:t,y:n+1}),e[t+1]?.[n]&&e[t][n+1]&&r.push({x:t+1,y:n+1}),r)}function un(e,t){return t.map((t=>function(e,t){return Math.atan2(t.y-e.y,t.x-e.x)}(e,t))).sort(((e,t)=>e-t))}function ln(e,t,n,r){const a=(r.y-n.y)*(t.x-e.x)-(r.x-n.x)*(t.y-e.y);if(0===a)return null;let i=e.y-n.y,o=e.x-n.x;const s=(r.x-n.x)*i-(r.y-n.y)*o,c=(t.x-e.x)*i-(t.y-e.y)*o;return i>0&&i<1&&o>0&&o<1?{x:e.x+i*(t.x-e.x),y:e.y+i*(t.y-e.y)}:null}function hn(e,t,n){const r=[],a=en(e,n,1e4);for(const i of t){const t=ln(e,a,i.start,i.end);t&&r.push(t)}return r.length?r.reduce(((t,n)=>tn(e,n)<tn(e,t)?n:t)):null}t.ie=Xt;class fn{constructor(){this.subscribers=[]}subscribe(e){return this.subscribers.push(e),()=>{this.subscribers=this.subscribers.filter((t=>t!==e))}}publish(e){this.subscribers.forEach((t=>t(e)))}clear(){this.subscribers=[]}getSubscriberCount(){return this.subscribers.length}}t.O3=class{constructor(e,t){this.queue=[],this.running=0,this.onProcessed=new fn,this.onDrained=new fn,this.concurrency=e,this.capacity=t}process(){if(this.running>=this.concurrency)return;const e=this.queue.shift();e&&(this.running++,e().finally((()=>{this.running--,this.process(),this.onProcessed.publish(),0===this.running&&this.onDrained.publish()})))}enqueue(e){if(this.queue.length<this.capacity)return this.queue.push(e),this.process(),Promise.resolve();if(this.onProcessed.getSubscriberCount())throw Error("Queue capacity is full");return new Promise((t=>{this.onProcessed.subscribe((()=>{this.queue.length<this.capacity&&(this.queue.push(e),this.process(),this.onProcessed.clear(),t())}))}))}drain(){if(0===this.running)return Promise.resolve();if(this.onDrained.getSubscriberCount())throw Error("Already draining");return new Promise((e=>{this.onDrained.subscribe((()=>{this.onDrained.clear(),e()}))}))}};class mn{constructor(){this.forks=new Map}insert(e,t){if(0===e.length)return void(this.handler=t);const n=e[0];let r,a=n;if(n.startsWith(":")&&n.slice(1),!this.forks.has(a)){const e=new mn;r&&(e.variableName=r),this.forks.set(a,e)}this.forks.get(a).insert(e.slice(1),t)}async handle(e,t,n,r){if(0===e.length)return!!this.handler&&(await this.handler(t,n,r),!0);const a=e[0],i=this.forks.get(a);if(i)return i.handle(e.slice(1),t,n,r);const o=this.forks.get(":");if(o)return o.variableName&&r.set(o.variableName,decodeURIComponent(a)),o.handle(e.slice(1),t,n,r);const s=this.forks.get("*");return!!s&&(r.set("wildcard",e.join("/")),!!s.handler&&(await s.handler(t,n,r),!0))}}t.yI={hexToUint8Array:function(e){(e.startsWith("0x")||e.startsWith("0X"))&&(e=e.slice(2));const t=e.length/2,n=new Uint8Array(t);for(let r=0;r<t;r++){const t=parseInt(e.slice(2*r,2*r+2),16);n[r]=t}return n},uint8ArrayToHex:function(e){return Array.from(e).map((e=>e.toString(16).padStart(2,"0"))).join("")},binaryToUint8Array:function(e){const t=Math.ceil(e.length/8),n=new Uint8Array(t);for(let r=0;r<t;r++){const t=parseInt(e.slice(8*r,8*r+8),2);n[r]=t}return n},uint8ArrayToBinary:function(e){return Array.from(e).map((e=>e.toString(2).padStart(8,"0"))).join("")},base64ToUint8Array:function(e){return Re(e,Te)},uint8ArrayToBase64:function(e){return Ee(e,Te)},base32ToUint8Array:function(e){return Re(e,ve)},uint8ArrayToBase32:function(e){return Ee(e,ve)},log2Reduce:dt,partition:vt,concatBytes:gt,numberToUint8:function(e){return new Uint8Array([e])},uint8ToNumber:function(e){return e[0]},numberToUint16:function(e,t){const n=new ArrayBuffer(2);return new DataView(n).setUint16(0,e,"LE"===t),new Uint8Array(n)},uint16ToNumber:function(e,t){return new DataView(e.buffer).getUint16(e.byteOffset,"LE"===t)},numberToUint32:function(e,t){const n=new ArrayBuffer(4);return new DataView(n).setUint32(0,e,"LE"===t),new Uint8Array(n)},uint32ToNumber:function(e,t){return new DataView(e.buffer).getUint32(e.byteOffset,"LE"===t)},numberToUint64:Ot,uint64ToNumber:function(e,t){return new DataView(e.buffer).getBigUint64(e.byteOffset,"LE"===t)},numberToUint256:Bt,uint256ToNumber:Tt,sliceBytes:function(e,t){const n=[];let r=0;for(const a of t)n.push(e.subarray(r,r+a)),r+=a;return n},keccak256:At,sha3_256:function(e){return Dt(It(new Array(50).fill(0),xt(e,6)))},proximity:function(e,t){const n=Math.min(e.length,t.length);for(let r=0;r<n;r++){const n=e[r]^t[r];for(let e=0;e<8;e++)if(n>>7-e&1)return 8*r+e}return 8*Math.min(e.length,t.length)},commonPrefix:function(e,t){const n=Math.min(e.length,t.length);for(let r=0;r<n;r++)if(e[r]!==t[r])return e.subarray(0,r);return e.subarray(0,n)},setBit:function(e,t,n,r){const a=Math.floor(t/8),i=t%8;1===n?e[a]|=1<<("BE"===r?7-i:i):e[a]&=~(1<<("BE"===r?7-i:i))},getBit:function(e,t,n){const r=t%8;return e[Math.floor(t/8)]>>("BE"===n?7-r:r)&1},indexOf:function(e,t,n=0){for(let r=n;r<e.length;r++)for(let n=0;n<t.length&&e[r+n]===t[n];n++)if(n===t.length-1)return r;return-1},equals:function(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0},padStart:Vt,padStartToMultiple:function(e,t,n=0){const r=e.length%t;return 0===r?e:Vt(e,e.length+t-r,n)},padEnd:$t,padEndToMultiple:function(e,t,n=0){const r=e.length%t;return 0===r?e:$t(e,e.length+t-r,n)},xorCypher:function(e,t){const n=new Uint8Array(e.length);for(let r=0;r<e.length;r++)n[r]=e[r]^t[r%t.length];return n},isUtf8:function(e){for(let t=0;t<e.length;t++){const n=e[t];if(!(n<128))if(192==(224&n)){if(t+1>=e.length||128!=(192&e[t+1]))return!1;t+=1}else if(224==(240&n)){if(t+2>=e.length||128!=(192&e[t+1])||128!=(192&e[t+2]))return!1;t+=2}else{if(240!=(248&n))return!1;if(t+3>=e.length||128!=(192&e[t+1])||128!=(192&e[t+2])||128!=(192&e[t+3]))return!1;t+=3}}return!0}},t.LQ={privateKeyToPublicKey:function(e){if(e<=0n||e>=zt)throw new Error("Invalid private key");return Gt(Pt,Lt,e,kt)},compressPublicKey:function(e){const t=e[1]%2n===0n?2:3;return new Uint8Array([t,...Bt(e[0],"BE")])},publicKeyFromCompressed:function(e){if(33!==e.length||2!==e[0]&&3!==e[0])throw new Error("Invalid compressed public key");const t=Tt(e.slice(1),"BE"),n=Ft(Ct(t**3n+7n,kt),kt);if(!n)throw Error("Invalid x: does not correspond to a valid curve point");const r=Ct(-n,kt),a=n%2n===0n;return[t,2===e[0]?a?n:r:a?r:n]},publicKeyToAddress:function(e){const t=new Uint8Array(20),n=At(gt(Bt(e[0],"BE"),Bt(e[1],"BE")));return t.set(n.subarray(12)),t},signMessage:function(e,t,n){return jt(Tt(At(e),"BE"),t,n)},signHash:jt,verifySignature:function(e,t,n,r){const a=Ct(Tt(At(e),"BE"),zt),i=Nt(r,zt),o=Ct(a*i,zt),s=Ct(n*i,zt),c=Gt(Pt,Lt,o,kt),u=Gt(t[0],t[1],s,kt);return n===Ct(Ut(c[0],c[1],u[0],u[1],kt)[0],zt)},recoverPublicKey:function(e,t,n,r){const a=Ft(Ct(t**3n+7n,kt),kt);if(!a)throw new Error("Invalid r: does not correspond to a valid curve point");const i=a%2n===(27n===r?0n:1n)?a:kt-a,o=Ct(Tt(At(e),"BE"),zt),s=Gt(t,i,n,kt),c=Gt(Pt,Lt,o,kt),u=Ut(s[0],s[1],c[0],Ct(-c[1],kt),kt);return Gt(u[0],u[1],Nt(t,zt),kt)},checksumEncode:function(e){const n=t.yI.uint8ArrayToHex(e),r=t.yI.uint8ArrayToHex(t.yI.keccak256(new Uint8Array([...n].map((e=>e.charCodeAt(0))))));let a="0x";for(let t=0;t<n.length;t++)parseInt(r[t],16)>7?a+=n[t].toUpperCase():a+=n[t];return a}},t.o8={intBetween:s,floatBetween:function(e,t,n=Math.random){return n()*(t-e)+e},chance:u,signed:function(){return 2*Math.random()-1},makeSeededRng:function(e){let t=e,n=3405648695,r=3735928559;return function(){return t+=n,n^=t<<7,t*=r,r^=t<<13,t^=n^r,(t>>>0)/4294967296}},point:function(e,t,n,r=Math.random){let a,i;do{a=s(0,e-1,r),i=s(0,t-1,r)}while(n&&c(n,a,i));return[a,i]},procs:function(e,t=Math.random){const n=Math.floor(e);return u(e-n,t)?n+1:n}},t.DO={countUnique:function(e,t,n,r,a){const i=t?e.map(t):e,o={};for(const c of i)o[c]=(o[c]||0)+1;const s=r?lt(o,a?(e,t)=>e[1]-t[1]:(e,t)=>t[1]-e[1]):o;return n?Object.keys(s):s},makeUnique:function(e,t){return Object.values(st(e,t))},splitBySize:function(e,t){const n=[];for(let r=0;r<e.length;r+=t)n.push(e.slice(r,r+t));return n},splitByCount:ct,index:st,indexCollection:function(e,t){const n={};for(const r of e){const e=t(r);n[e]||(n[e]=[]),n[e].push(r)}return n},onlyOrThrow:function(e){if(1===e.length)return e[0];throw Error(`Expected exactly one element, actual: ${e.length}`)},onlyOrNull:function(e){return 1===e.length?e[0]:null},firstOrThrow:function(e){if(!e.length)throw Error("Received empty array");return e[0]},firstOrNull:function(e){return e.length>0?e[0]:null},shuffle:i,initialize:function(e,t){const n=[];for(let r=0;r<e;r++)n.push(t(r));return n},initialize2D:function(e,t,n){const r=[];for(let a=0;a<e;a++){r.push([]);for(let e=0;e<t;e++)r[a].push(n)}return r},rotate2D:function(e){const t=[];for(let n=0;n<e[0].length;n++){t.push([]);for(let r=0;r<e.length;r++)t[n].push(e[r][n])}return t},containsShape:function(e,t,n,r){if(n<0||r<0||r+t[0].length>e[0].length||n+t.length>e.length)return!1;for(let a=0;a<t.length;a++)for(let i=0;i<t[a].length;i++)if(void 0!==t[a][i]&&e[n+a][r+i]!==t[a][i])return!1;return!0},glue:function(e,t){const n=[];for(let r=0;r<e.length;r++)n.push(e[r]),r<e.length-1&&(O(t)?n.push(t()):n.push(t));return n},pluck:function(e,t){return e.map((e=>e[t]))},pick:l,pickMany:function(e,t,n=Math.random){if(t>e.length)throw new Error(`Count (${t}) is greater than array length (${e.length})`);return o(e,t,n).map((t=>e[t]))},pickManyUnique:function(e,t,n,r=Math.random){if(t>e.length)throw new Error(`Count (${t}) is greater than array length (${e.length})`);const a=[];for(;a.length<t;){const t=l(e,r);a.some((e=>n(e,t)))||a.push(t)}return a},pickWeighted:function(e,t,n){if(void 0===n&&(n=Math.random()),e.length!==t.length)throw new Error("Array length mismatch");let r=t.reduce(((e,t)=>e+t),0);const a=n*r;for(let i=0;i<e.length-1;i++)if(r-=t[i],a>=r)return e[i];return h(e)},pickRandomIndices:o,pickGuaranteed:function(e,n,r,a,o,s=Math.random){const c=e.filter((e=>e!==n&&e!==r)),u=[];for(null!==n&&u.push(n);c.length&&u.length<a;){const e=t.o8.intBetween(0,c.length-1,s);o(c[e],u)&&u.push(c[e]),c.splice(e,1)}return i(u,s),{values:u,indexOfGuaranteed:null!==n?u.indexOf(n):-1}},last:h,pipe:f,makePipe:function(e,t){return n=>f(n,e,t)},sortWeighted:function(e,t,n=Math.random){const r=t.map((e=>n()*e)),a=[];for(let i=0;i<e.length;i++)a.push([e[i],r[i]]);return a.sort(((e,t)=>t[1]-e[1])).map((e=>e[0]))},pushAll:_,unshiftAll:function(e,t){Array.prototype.unshift.apply(e,t)},filterAndRemove:function(e,t){const n=[];for(let r=e.length-1;r>=0;r--)t(e[r])&&n.push(e.splice(r,1)[0]);return n},merge:function(e,t){const n=Object.keys(t);for(const r of n)Array.isArray(t[r])&&Array.isArray(e[r])&&_(e[r],t[r])},empty:function(e){return e.splice(0,e.length),e},pushToBucket:function(e,t,n){e[t]||(e[t]=[]),e[t].push(n)},unshiftAndLimit:function(e,t,n){for(e.unshift(t);e.length>n;)e.pop()},atRolling:function(e,t){let n=t%e.length;return n<0&&(n+=e.length),e[n]},group:ht,createOscillator:function(e){let t=0;return{next:()=>e[t++%e.length]}},organiseWithLimits:function(e,t,n,r,a){const i={};for(const o of Object.keys(t))i[o]=[];i[r]=[],a&&(e=e.sort(a));for(const o of e){const e=o[n],a=t[e]?e:r;i[a].length>=t[a]?i[r].push(o):i[a].push(o)}return i},tickPlaybook:function(e){if(0===e.length)return null;const t=e[0];return t.ttlMax?--t.ttl<=0&&e.shift():t.ttlMax=t.ttl,{progress:(t.ttlMax-t.ttl)/t.ttlMax,data:t.data}},getArgument:Kt,getBooleanArgument:function(e,t,n,r){const a=e.some((e=>e.endsWith("-"+t))),i=Kt(e,t,n,r);if(!i&&a)return!0;if(!i&&!a)return null;if(["true","1","yes","y","on"].includes(i.toLowerCase()))return!0;if(["false","0","no","n","off"].includes(i.toLowerCase()))return!1;throw Error(`Invalid boolean argument ${t}: ${i}`)},getNumberArgument:function(e,t,n,r){const a=Kt(e,t,n,r);if(!a)return null;try{return rt(a)}catch{throw new Error(`Invalid number argument ${t}: ${a}`)}},requireStringArgument:Zt,requireNumberArgument:function(e,t,n,r){const a=Zt(e,t,n,r);try{return rt(a)}catch{throw new Error(`Invalid argument ${t}: ${a}`)}},bringToFront:function(e,t){const n=[...e];return Jt(n,t),n},bringToFrontInPlace:Jt,findInstance:function(e,t){const n=e.find((e=>e instanceof t));return mt.of(n)},filterInstances:function(e,t){return e.filter((e=>e instanceof t))},interleave:function(e,t){const n=[],r=Math.max(e.length,t.length);for(let a=0;a<r;a++)e[a]&&n.push(e[a]),t[a]&&n.push(t[a]);return n},toggle:function(e,t){return e.includes(t)?e.filter((e=>e!==t)):[...e,t]},createHierarchy:function(e,t,n,r,a=!1){const i=new Map,o=[];e.forEach((e=>{const n=new pt(e);i.set(e[t],n)})),e.forEach((e=>{const r=i.get(e[t]);if(!r)return;const a=e[n];if(a){const e=i.get(a);e&&e.children.push(r)}else o.push(r)}));const s=e=>{e.children.sort(((e,t)=>{const n=e.value[r],i=t.value[r];return a?i-n:n-i})),e.children.forEach(s)};return o.forEach(s),o},multicall:function(e){return()=>e.forEach((e=>e()))},maxBy:function(e,t){return e.reduce(((e,n)=>t(e)>t(n)?e:n))},minBy:function(e,t){return e.reduce(((e,n)=>t(e)<t(n)?e:n))},allIndexOf:function(e,t){const n=[];return e.forEach(((e,r)=>{t(e)&&n.push(r)})),n}},t.iQ={sleepMillis:a,forever:async function(e,t,n){for(;;){try{await e()}catch(r){n&&n("Error in forever",r)}await a(t)}},scheduleMany:function(e,t){for(let n=0;n<e.length;n++){const r=e[n],a=t[n],i=Math.max(0,a.getTime()-Date.now());setTimeout(r,i)}},waitFor:async function(e,t){let n=t.requiredConsecutivePasses||1,r=0;for(let i=0;i<t.attempts;i++){try{if(await e()){if(r++,r>=n)return}else r=0}catch{r=0}i<t.attempts-1&&await a(t.waitMillis)}throw Error("Timed out waiting for predicate")},expandError:function(e,t){if(B(e))return e;const n=Object.keys(e);e.message&&!n.includes("message")&&n.push("message");const r=n.map((t=>`${t}: ${e[t]}`)).join("; ");return t&&e.stack?r+"\n"+e.stack:r},runAndSetInterval:function(e,t){e();const n=setInterval((()=>{e()}),t);return()=>clearInterval(n)},whereAmI:function(){const e=globalThis.process;return e?!0===e.browser?"browser":"node":"browser"},withRetries:async function(e,t,n,r,i,o){let s=null;for(let u=0;u<=t;u++)try{return await e()}catch(c){if(s=c,u===t)break;const e=n+u/(t-1)*(r-n);i&&i("Error in withRetries, retrying",{attempt:u+1,allowedFailures:t,delayMillis:e,error:c}),o&&o(),await a(e)}throw s}},t.FQ={make:rt,sum:function(e){return e.reduce(((e,t)=>e+t),0)},average:function(e){return e.reduce(((e,t)=>e+t),0)/e.length},median:function(e){const t=[...e].sort(((e,t)=>e-t)),n=Math.floor(t.length/2);return t.length%2==0?(t[n]+t[n-1])/2:t[n]},getDistanceFromMidpoint:function(e,t){return e-(t-1)/2},clamp:at,range:W,interpolate:function(e,t,n){return e+(t-e)*n},createSequence:function(){let e=0;return{next:()=>e++}},increment:function(e,t,n){const r=e+t;return r>n?n:r},decrement:function(e,t,n){const r=e-t;return r<n?n:r},format:function(e,t){const n=t?.longForm??!1,r=t?.unit?` ${t.unit}`:"",a=n?tt:nt,i=t?.precision??1;if(e<et[0])return`${e}${r}`;for(let o=0;o<et.length-1;o++)if(e<et[o+1])return`${(e/et[o]).toFixed(i)}${n?" ":""}${a[o]}${r}`;return`${(e/et[et.length-1]).toFixed(i)}${n?" ":""}${a[et.length-1]}${r}`},fromDecimals:function(e,t,n){let r=e.length-t;if(r<=0)return"0."+"0".repeat(-r)+e+(n?" "+n:"");let a=e.substring(0,r);return""===a&&(a="0"),a+"."+e.substring(r)+(n?" "+n:"")},makeStorage:function(e,t=1024){const n=parseFloat(e);if(isNaN(n))throw Error("makeStorage got NaN for input");const r=e.replace(/^-?[0-9.]+/,"").trim().toLowerCase(),a=""===r?0:_e[r];if(null==a)throw Error(`Unknown unit: "${r}"`);return Math.ceil(n*t**a)},asMegabytes:function(e){return e/1024/1024},convertBytes:function(e,t=1024){return e>=t*t*t*t?(e/t/t/t/t).toFixed(3)+" TB":e>=t*t*t?(e/t/t/t).toFixed(3)+" GB":e>=t*t?(e/t/t).toFixed(3)+" MB":e>=t?(e/t).toFixed(3)+" KB":e+" B"},hexToRgb:function(e){const t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e.toLowerCase());if(!t)throw new Error("Invalid hex color: "+e);return[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]},rgbToHex:function(e){return"#"+e.map((e=>e.toString(16).padStart(2,"0"))).join("")},haversineDistanceToMeters:function(e,t,n,r){const a=e*Math.PI/180,i=n*Math.PI/180,o=(n-e)*Math.PI/180,s=(r-t)*Math.PI/180,c=Math.sin(o/2)*Math.sin(o/2)+Math.cos(a)*Math.cos(i)*Math.sin(s/2)*Math.sin(s/2);return 2*Math.atan2(Math.sqrt(c),Math.sqrt(1-c))*6371e3},roundToNearest:d,formatDistance:function(e){return e>1e3?(e/1e3).toFixed(0)+" km":e>=500?d(e,100)+" m":e>=100?d(e,50)+" m":d(e,10)+" m"},triangularNumber:function(e){return e*(e+1)/2},searchFloat:function(e){const t=e.match(/-?\d+(\.\d+)?/);if(!t)throw Error("No float found in "+e);return parseFloat(t[0])},binomialSample:function(e,t,n=Math.random){const r=e*t,a=Math.sqrt(e*t*(1-t)),i=(n()+n()+n()+n()+n()+n()-3)*Math.SQRT2,o=Math.round(r+a*i);return Math.max(0,Math.min(e,o))},toSignificantDigits:function(e,t){if(!e.includes("."))return e;if(0===parseFloat(e))return"0";const[n,r]=e.split("."),a=n.replace("-",""),i=a.length;if(i>=t)return n;if("0"!==a){const e=t-i,a=r.slice(0,e);return/[1-9]/.test(a)?`${n}.${a.replace(/0+$/,"")}`:n}const o=t+(r.match(/^0*/)?.[0].length??0);return`${n}.${r.slice(0,o)}`}},t.AO={getTimestamp:function(e,t){const n=new Date(t?.now||Date.now()),r=t?.labels||ze,a=R(e)?e:new Date(e);if(ke(n)===ke(a))return r.today(a.getUTCHours(),a.getUTCMinutes(),a.getUTCHours()>12);if(ke(n)-ke(a)==1)return r.yesterday();const i=qe(a);return ke(n)-ke(a)<7?r[i.day]():r.weeks(Math.round((n.getTime()-a.getTime())/6048e5))},getTimeDelta:Le,secondsToHumanTime:function(e,t=Pe){return Le(0,{now:1e3*e,labels:t})},countCycles:function(e,t,n){const r=(n?.now??Date.now())-e;return{cycles:Math.floor(r/t),remaining:t/(n?.precision??1)-Math.ceil(r%t/(n?.precision??1))}},isoDate:function(e){return(e||new Date).toISOString().slice(0,10)},throttle:function(e,t){return(!Me[e]||Date.now()>Me[e])&&(Me[e]=Date.now()+t,!0)},timeSince:function(e,t,n){return t=R(t)?t.getTime():t,((n=n?R(n)?n.getTime():n:Date.now())-t)/Ue[e]},dateTimeSlug:function(e){return(e||new Date).toISOString().slice(0,19).replace(/T|:/g,"-")},unixTimestamp:function(e){return Math.ceil((e||Date.now())/1e3)},fromUtcString:function(e){const t=new Date(e);return new Date(t.getTime()-6e4*t.getTimezoneOffset())},fromMillis:function(e){return new Date(e)},getProgress:function(e,t,n,r){r||(r=Date.now());const a=r-e,i=a/t,o=i*n;return{deltaMs:a,progress:t/n,baseTimeMs:i,totalTimeMs:o,remainingTimeMs:o-a}},humanizeTime:Fe,humanizeProgress:function(e){return`[${Math.floor(100*e.progress)}%] ${Fe(e.deltaMs)} out of ${Fe(e.totalTimeMs)} (${Fe(e.remainingTimeMs)} left) [${Math.round(e.baseTimeMs)} ms each]`},createTimeDigits:Ne,mapDayNumber:je,getDayInfoFromDate:qe,getDayInfoFromDateTimeString:function(e){return qe(new Date(e))},seconds:function(e){return 1e3*e},minutes:function(e){return 6e4*e},hours:function(e){return 36e5*e},days:function(e){return 864e5*e},make:function(e){const t=parseFloat(e);if(isNaN(t))throw Error("makeDate got NaN for input");const n=e.replace(/^-?[0-9.]+/,"").trim().toLowerCase(),r=""===n?1:He[n];if(!r)throw Error(`Unknown unit: "${n}"`);return Math.ceil(t*r)},normalizeTime:function(e){let[t,n]=e.split(":");T(parseInt(t,10))||(t="0"),T(parseInt(n,10))||(n="0");let r=at(P(t),0,23),a=at(P(n),0,59);return`${Ne(r)}:${Ne(a)}`},absoluteDays:ke},t.Rb={safeParse:function(e){try{return JSON.parse(e)}catch{return null}},deleteDeep:function(e,t){const n=Y(t,"."),r=ee(t,".");if(!n||!r)return;const a=m(e,n);a&&delete a[r]},getDeep:m,setDeep:p,incrementDeep:function(e,t,n=1){const r=m(e,t)||0;return p(e,t,r+n),r},ensureDeep:function(e,t,n){return m(e,t)||p(e,t,n)},replaceDeep:function(e,t,n){const r=m(e,t);if(!r)throw new Error("Key '"+t+"' does not exist.");return p(e,t,n),r},getFirstDeep:function(e,t,n){for(const r of t){const t=m(e,r);if(t)return t}if(n){const t=Object.values(e);if(t.length)return t[0]}return null},deepMergeInPlace:q,deepMerge2:function(e,t){const n={};return q(n,e),q(n,t),n},deepMerge3:function(e,t,n){const r={};return q(r,e),q(r,t),q(r,n),r},mapAllAsync:async function(e,t){const n=[];for(const r of e)n.push(await t(r));return n},cloneWithJson:function(e){return JSON.parse(JSON.stringify(e))},sortObject:Ke,sortArray:Ze,sortAny:Je,deepEquals:Qe,deepEqualsEvery:function(...e){for(let t=1;t<e.length;t++)if(!Qe(e[t-1],e[t]))return!1;return!0},runOn:function(e,t){return t(e),e},ifPresent:function(e,t){e&&t(e)},zip:H,zipSum:function(e){return H(e,((e,t)=>e+t))},removeEmptyArrays:function(e){for(const t of Object.keys(e))(b(e[t])||Array.isArray(e[t])&&e[t].every((e=>null==e)))&&delete e[t];return e},removeEmptyValues:function(e){for(const t of Object.entries(e))(null===t[1]||void 0===t[1]||B(t[1])&&E(t[1]))&&delete e[t[0]];return e},flatten:function(e,t=!1,n){return ot({},e,n||"",!1,t)},unflatten:function e(t){if(!g(t))return t;const n=Array.isArray(t)?[]:{};for(const[r,a]of Object.entries(t))Array.isArray(a)?p(n,r,a.map((t=>e(t)))):p(n,r,a);return n},match:function(e,t,n){return t[e]?t[e]:n},sort:lt,map:function(e,t){const n={};for(const r of Object.entries(e))n[r[0]]=t(r[1]);return n},mapIterable:function(e,t){const n=[];let r=0;for(const a of e)n.push(t(a,r++));return n},filterKeys:function(e,t){const n={};for(const[r,a]of Object.entries(e))t(r)&&(n[r]=a);return n},filterValues:function(e,t){const n={};for(const[r,a]of Object.entries(e))t(a)&&(n[r]=a);return n},rethrow:async function(e,t){try{return await e()}catch{throw t}},setSomeOnObject:function(e,t,n){null!=n&&(e[t]=n)},setSomeDeep:function(e,t,n,r){const a=m(n,r);null!=a&&p(e,t,a)},flip:function(e){const t={};for(const[n,r]of Object.entries(e))t[r]=n;return t},getAllPermutations:function(e){const t=Object.keys(e),n=t.map((t=>e[t].length)),r=n.reduce(((e,t)=>e*t));let a=1;const i=[1];for(let s=0;s<n.length-1;s++)a*=n[s],i.push(a);const o=[];for(let s=0;s<r;s++){const n={};for(let r=0;r<t.length;r++){const a=e[t[r]],o=Math.floor(s/i[r])%a.length;n[t[r]]=a[o]}o.push(n)}return o},countTruthyValues:function(e){return Object.values(e).filter((e=>e)).length},transformToArray:function(e){const t=[],n=Object.keys(e),r=e[n[0]].length;for(let a=0;a<r;a++){const r={};for(const t of n)r[t]=e[t][a];t.push(r)}return t},setMulti:function(e,t,n){for(const r of e)r[t]=n},incrementMulti:function(e,t,n=1){for(const r of e)r[t]+=n},createBidirectionalMap:function(){return{map:new Map,keys:[]}},createTemporalBidirectionalMap:function(){return{map:new Map,keys:[]}},pushToBidirectionalMap:ft,unshiftToBidirectionalMap:function(e,t,n,r=100){if(e.map.has(t)){const n=e.keys.indexOf(t);e.keys.splice(n,1)}if(e.map.set(t,n),e.keys.unshift(t),e.keys.length>r){const t=e.keys.shift();t&&e.map.delete(t)}},addToTemporalBidirectionalMap:function(e,t,n,r,a=100){ft(e,t,{validUntil:Date.now()+r,data:n},a)},getFromTemporalBidirectionalMap:function(e,t){const n=e.map.get(t);return n&&n.validUntil>Date.now()?n.data:null},createStatefulToggle:function(e){let t;return n=>{const r=n===e&&t!==e;return t=n,r}},diffKeys:function(e,t){const n=Object.keys(e),r=Object.keys(t);return{uniqueToA:n.filter((e=>!r.includes(e))),uniqueToB:r.filter((e=>!n.includes(e)))}},pickRandomKey:Ye,mapRandomKey:function(e,t){const n=Ye(e);return e[n]=t(e[n]),n},fromObjectString:function(e){return e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=e.replace(/\r\n/g,"\n")).replace(/(\w+)\((.+)\)/g,((e,t,n)=>`${t}(${n.replaceAll(",","&comma;")})`))).replace(/(,)(\s+})/g,"$2")).replace(/\.\.\..+?,/g,"")).replace(/({\s+)([a-zA-Z]\w+),/g,"$1$2: '$2',")).replace(/(,\s+)([a-zA-Z]\w+),/g,"$1$2: '$2',")).replace(/:(.+)\?(.+):/g,((e,t,n)=>`: (${t.trim()} && ${n.trim()}) ||`))).replace(/([a-zA-Z0-9]+)( ?: ?{)/g,'"$1"$2')).replace(/([a-zA-Z0-9]+) ?: ?(.+?)(,|\n|})/g,((e,t,n,r)=>`"${t}":"${n.trim()}"${r}`))).replace(/("'|'")/g,'"')).replaceAll("&comma;",","),JSON.parse(e)},toQueryString:Ce,parseQueryString:function(e){const t={},n=e.split("&");for(const r of n){const[e,n]=r.split("=");e&&n&&(t[e]=decodeURIComponent(n))}return t},hasKey:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},selectMax:function(e,t){let n=null,r=-1/0;for(const[a,i]of Object.entries(e)){const e=t(i);e>r&&(r=e,n=a)}return n?[n,e[n]]:null},reposition:function(e,t,n,r){const a=e.find((e=>e[t]===n)),i=e.find((e=>e[t]===n+r));a&&i?(a[t]=n+r,i[t]=n):a&&(a[t]=n+r),e.sort(((e,n)=>z(e[t])-z(n[t]))),e.forEach(((e,n)=>e[t]=n+1))},unwrapSingleKey:function(e){const t=Object.keys(e);if(1===t.length)return e[t[0]];throw new Error("Expected object to have a single key")},parseKeyValues:function(e,t=":"){return Object.fromEntries(e.map((e=>te(e,t))).map((e=>e[0]&&e[1]?[ie(e[0]),ie(e[1])]:null)).filter((e=>e)))},errorMatches:function(e,t){if(!e)return!1;const n=e.message;return"string"==typeof n&&n.includes(t)}},t.Or={isFunction:O,isObject:g,isStrictlyObject:y,isEmptyArray:b,isEmptyObject:function(e){return y(e)&&0===Object.keys(e).length},isUndefined:w,isString:B,isNumber:T,isBoolean:v,isDate:R,isBlank:E,isId:S,isIntegerString:x,isHexString:I,isUrl:M,isBigint:U,isNullable:function(e,t){return null==t||e(t)},asString:F,asHexString:function(e,t){if(!I(e))throw new TypeError(`Expected hex string${t?.name?` for ${t.name}`:""}, got: `+e);if(t?.strictPrefix&&!e.startsWith("0x")&&!e.startsWith("0X"))throw new TypeError(`Expected hex string with 0x prefix${t?.name?` for ${t.name}`:""}, got: `+e);const n=e.replace(/^0x/i,"");if(n.length%2!=0&&!t?.uneven)throw RangeError(`Expected even number of hex digits${t?.name?` for ${t.name}`:""}; got: `+e);if(t&&t.byteLength&&n.length!==2*t.byteLength)throw RangeError(`Expected hex string${t?.name?` for ${t.name}`:""} of byte length ${t.byteLength}; got: `+n);return`0x${n}`},asSafeString:function(e,t){if(!F(e,t).split("").every((e=>"_"===e||le(e))))throw new TypeError(`Expected safe string${t?.name?` for ${t.name}`:""}, got: `+e);return e},asIntegerString:function(e,t){if(!x(e))throw new TypeError(`Expected integer string${t?.name?` for ${t.name}`:""}, got: `+e);const n=BigInt(e);if(t&&(t.min&&n<t.min||t.max&&n>t.max))throw RangeError(`Expected integer string${t?.name?` for ${t.name}`:""} in range: ${t.min??"-inf"}..${t.max??"inf"}; got: `+n);return e},asNumber:z,asFunction:function(e,t){if(!O(e))throw new TypeError(`Expected function${t?.name?` for ${t.name}`:""}, got: `+e);return e},asInteger:P,asBoolean:function(e,t){if("true"===e)return!0;if("false"===e)return!1;if(!v(e))throw new TypeError(`Expected boolean${t?.name?` for ${t.name}`:""}, got: `+e);return e},asDate:function(e,t){if(!R(e))throw new TypeError(`Expected date${t?.name?` for ${t.name}`:""}, got: `+e);return e},asNullableString:function(e){return E(e)?null:e},asEmptiableString:function(e,t){if(!B(e))throw new TypeError(`Expected string${t?.name?` for ${t.name}`:""}, got: `+e);return e},asId:function(e,t){if(S(e))return e;const n=parseInt(e,10);if(!S(n))throw new TypeError(`Expected id${t?.name?` for ${t.name}`:""}, got: `+e);return n},asTime:function(e,t){if(!B(e))throw new TypeError(`Expected time${t?.name?` for ${t.name}`:""}, got: `+e);const n=e.split(":");if(2!==n.length)throw new TypeError(`Expected time${t?.name?` for ${t.name}`:""}, got: `+e);const r=parseInt(n[0],10),a=parseInt(n[1],10);if(!T(r)||!T(a)||r<0||r>23||a<0||a>59)throw new TypeError(`Expected time, got${t?.name?` for ${t.name}`:""}: `+e);return`${String(r).padStart(2,"0")}:${String(a).padStart(2,"0")}`},asArray:function(e,t){if(!Array.isArray(e))throw new TypeError(`Expected array${t?.name?` for ${t.name}`:""}, got: `+e);return e},asObject:L,asNullableObject:function(e,t){return null===e?null:L(e,t)},asStringMap:function(e,t){const n=L(e,t);for(const r of Object.keys(n))if(!B(n[r]))throw new TypeError(`Expected string map${t?.name?` for ${t.name}`:""}, got: `+e);return n},asNumericDictionary:function(e,t){const n=L(e),r=Object.keys(n),a=Object.values(n);if(!r.every(B)||!a.every(T))throw new TypeError(`Expected numeric dictionary${t?.name?` for ${t.name}`:""}, got: `+e);return n},asUrl:function(e,t){if(!M(e))throw new TypeError(`Expected url${t?.name?` for ${t.name}`:""}, got: `+e);return e},asBigint:G,asEmptiable:function(e,t){return""===t?void 0:e(t)},asNullable:function(e,t){return null==t?null:e(t)},asOptional:function(e,t){return null==t?void 0:e(t)},enforceObjectShape:j,enforceArrayShape:function(e,t){return e.every((e=>j(e,t)))},isPng:yt,isJpg:bt,isWebp:wt,isImage:function(e){return yt(e)||bt(e)||wt(e)}},t.DH={tokenizeByCount:function(e,t){return ut(e,Math.ceil(e.length/t))},tokenizeByLength:ut,searchHex:function(e,t){const n=new RegExp(`[0-9a-f]{${t}}`,"i"),r=e.match(n);return r?r[0]:null},searchSubstring:function(e,t,n=D){const r=ne(e,n);for(const a of r)if(t(a))return a;return null},randomHex:function(e,t=Math.random){let n="";for(let r=0;r<e;r++)n+=N[Math.floor(16*t())];return n},randomLetter:function(e,t=Math.random){let n="";for(let r=0;r<e;r++)n+=A[Math.floor(26*t())];return n},randomAlphanumeric:function(e,t=Math.random){let n="";for(let r=0;r<e;r++)n+=V[Math.floor(62*t())];return n},randomRichAscii:function(e,t=Math.random){let n="";for(let r=0;r<e;r++)n+=$[Math.floor(89*t())];return n},randomUnicode:function(e,t=Math.random){let n="";for(let r=0;r<e;r++)n+=C[Math.floor(t()*C.length)];return n},includesAny:function(e,t){return t.some((t=>e.includes(t)))},slugify:X,normalForm:function(e){return X(e).replaceAll("-","")},enumify:function(e){return X(e).replace(/-/g,"_").toUpperCase()},escapeHtml:function(e){return e.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")},decodeHtmlEntities:function(e){let t=e.replace(/&#(\d+);/g,((e,t)=>String.fromCharCode(t))).replace(/&#x(\d+);/g,((e,t)=>String.fromCharCode(parseInt(t,16))));for(const[n,r]of Object.entries(Z))t=t.replaceAll(n,r);return t},after:Q,afterLast:ee,before:J,beforeLast:Y,betweenWide:function(e,t,n){const r=Y(e,n);return r?Q(r,t):null},betweenNarrow:function(e,t,n){const r=Q(e,t);return r?J(r,n):null},getPreLine:function(e){return e.replace(/ +/g," ").replace(/^ /gm,"")},containsWord:De,containsWords:function(e,t,n){return"any"===n?t.some((t=>De(e,t))):t.every((t=>De(e,t)))},joinUrl:Xe,getFuzzyMatchScore:K,sortByFuzzyScore:function(e,t){return e.filter((e=>K(e,t))).sort(((e,n)=>K(n,t)-K(e,t)))},splitOnce:te,splitAll:ne,randomize:function(e,t=Math.random){return e.replace(/\{(.+?)\}/g,((e,n)=>l(n.split("|"),t)))},expand:function e(t){const n=t.match(/\{(.+?)\}/);if(!n||!n.index)return[t];const r=n[1].split(","),a=t.slice(0,n.index),i=t.slice(n.index+n[0].length);let o=[];for(const s of r){const t=e(a+s+i);o=o.concat(t)}return o},shrinkTrim:ie,capitalize:oe,decapitalize:se,csvEscape:function(e){return e.match(/"|,/)?`"${e.replace(/"/g,'""')}"`:e},parseCsv:function(e,t=",",n='"'){const r=[];let a="",i=!1;const o=e.split("");for(const s of o)s!==t||i?s!==n||(a||i)&&!i?a+=s:i=!i:(r.push(a),a="");return r.push(a),r},surroundInOut:function(e,t){return t+e.split("").join(t)+t},getExtension:re,getBasename:ae,normalizeEmail:function(e){let[t,n]=e.split("@");t=ie(t.replaceAll(".","").toLowerCase()).replaceAll(" ","");const[r]=t.split("+");if(!r||!n||-1===n.indexOf(".")||n.indexOf(".")===n.length-1)throw new Error("Invalid email");return n=ie(n.toLowerCase()).replaceAll(" ",""),`${r}@${n}`},normalizeFilename:function(e){const t=ae(e),n=re(e);return n?`${t}.${n}`:t},parseFilename:function(e){const t=ae(e),n=re(e);return{basename:t,extension:n,filename:n?`${t}.${n}`:t}},camelToTitle:function(e){return oe(e.replace(/([A-Z])/g," $1"))},slugToTitle:function(e){return e.split("-").map(oe).join(" ")},slugToCamel:function(e){return se(e.split("-").map(oe).join(""))},joinHumanly:function(e,t=", ",n=" and "){return e&&e.length?1===e.length?e[0]:2===e.length?`${e[0]}${n}${e[1]}`:`${e.slice(0,e.length-1).join(t)}${n}${e[e.length-1]}`:""},findWeightedPair:Oe,extractBlock:Be,extractAllBlocks:function(e,t){const n=[];let r=t.wordBoundary?ge(e,[`${t.opening} `,`${t.opening}\n`],t.start||0):e.indexOf(t.opening,t.start||0);for(;;){if(-1===r)return n;const a=Be(e,{...t,start:r});if(!a)return n;n.push(a),r=t.wordBoundary?ge(e,[`${t.opening} `,`${t.opening}\n`],r+a.length):e.indexOf(t.opening,r+a.length)}},replaceBlocks:function(e,n,r){let a=0;for(;;){const i=t.DH.extractBlock(e,{...r,start:a});if(!i)return e;const o=n(i);a=e.indexOf(i,a)+o.length,e=e.replace(i,o)}},indexOfEarliest:ge,lastIndexOfBefore:we,parseHtmlAttributes:function(e){const t={},n=e.match(/([a-z\-]+)="([^"]+)"/g);if(n)for(const r of n){const[e,n]=te(r,"=");t[e]=n.slice(1,n.length-1)}return t},readNextWord:Ae,readWordsAfterAll:function(e,t,n=[]){const r=de(e,t),a=[];for(const i of r)a.push(Ae(e,i+t.length,n));return a},resolveVariables:function(e,t,n="$",r=":"){for(const a in t)e=Ve(e,a,t[a],n,r);return e=$e(e)},resolveVariableWithDefaultSyntax:Ve,resolveRemainingVariablesWithDefaults:$e,isLetter:ce,isDigit:ue,isLetterOrDigit:le,isValidObjectPathCharacter:function(e){return le(e)||"."===e||"["===e||"]"===e||"_"===e},insert:function(e,t,n,r,a){return e.slice(0,t)+r+e.slice(t,t+n)+a+e.slice(t+n)},indexOfRegex:me,allIndexOf:de,lineMatches:pe,linesMatchInOrder:function(e,t,n=!0){let r=0;for(const a of t){let t=!1;for(;!t&&r<e.length;)pe(e[r],a,n)&&(t=!0),r++;if(!t)return!1}return!0},represent:function e(t,n="json",r=0){if(t&&O(t.represent)){const e=t.represent();if(B(e))return"json"===n&&0===r?JSON.stringify(e):e}if(g(t,!1)){if(r>1)return"[object Object]";if("json"===n){if(Array.isArray(t)){const n=t.map((t=>e(t,"json",r+1)));return 0===r?JSON.stringify(n):n}const n={};t.message&&(n.message=e(t.message,"json",r+1));for(const[a,i]of Object.entries(t))n[a]=e(i,"json",r+1);return 0===r?JSON.stringify(n):n}if("key-value"===n){const n=Object.keys(t);return t.message&&!n.includes("message")&&n.unshift("message"),n.map((n=>`${n}=${JSON.stringify(e(t[n],"json",r+1))}`)).join(" ")}}return w(t)&&(t="undefined"),0===r?JSON.stringify(t):t},resolveMarkdownLinks:function(e,t){let n=e.indexOf("](");for(;-1!==n;){const r=we(e,"[",n),a=e.indexOf(")",n);if(-1!==r&&-1!==a){const[n,i]=e.slice(r+1,a).split("]("),o=t(n,i);e=e.slice(0,r)+o+e.slice(a+1)}n=e.indexOf("](",n+1)}return e},buildUrl:function(e,t,n){return Xe([e,t])+Ce(n||{})},isChinese:function(e){return/^[\u4E00-\u9FA5]+$/.test(e)},replaceBetweenStrings:function(e,t,n,r,a=!0){const i=e.indexOf(t),o=e.indexOf(n,i+t.length);if(-1===i||-1===o)throw Error("Start or end not found");return a?e.substring(0,i+t.length)+r+e.substring(o):e.substring(0,i)+r+e.substring(o+n.length)},describeMarkdown:function(e){let t="p";return e.startsWith("#")?(t="h1",e=e.slice(1).trim()):e.startsWith("-")&&(t="li",e=e.slice(1).trim()),{type:t,isCapitalized:e[0]===e[0].toUpperCase(),hasPunctuation:/[.?!]$/.test(e),endsWithColon:/:$/.test(e)}},isBalanced:function(e,t="(",n=")"){let r=0,a=0;for(;a<e.length;)if(e.startsWith(t,a)?(r++,a+=t.length):e.startsWith(n,a)?(r--,a+=n.length):a++,r<0)return!1;return t===n?r%2==0:0===r},textToFormat:function(e){let t=(e=e.normalize("NFD").replace(/[\u0300-\u036f]/g,"")).length;for(;(e=e.replace(/(\w+)[\s,']+\w+/g,"$1")).length!==t;)t=e.length;return e=(e=(e=e.replaceAll(/[A-Z][a-zA-Z0-9]*/g,"A")).replaceAll(/[a-z][a-zA-Z0-9]*/g,"a")).replaceAll(/[\u4E00-\u9FA5]+/g,"Z")},splitFormatting:function(e,t){const n=[];let r=0;for(;r<e.length;){const a=e.indexOf(t,r);if(-1===a){n.push({string:e.slice(r),symbol:null});break}const i=e.indexOf(t,a+t.length);if(a>r&&-1!==i&&n.push({string:e.slice(r,a),symbol:null}),-1===i){n.push({string:e.slice(r),symbol:null});break}n.push({string:e.slice(a+t.length,i),symbol:t}),r=i+t.length}return n},splitHashtags:function(e){const t=[];let n=0;for(;n<e.length;){const r=be(e,n);if(-1===r){t.push({string:e.slice(n),symbol:null});break}const a=ye(e,r+1);if(-1===a){t.push({string:e.slice(n,r),symbol:null}),t.push({string:e.slice(r+1),symbol:"#"});break}r>n&&t.push({string:e.slice(n,r),symbol:null}),t.push({string:e.slice(r+1,a),symbol:"#"}),n=a}return t},splitUrls:function(e){const t=[];let n=0;for(;n<e.length;){const r=ge(e,["http://","https://"],n);if(-1===r){t.push({string:e.slice(n),symbol:null});break}const a=ge(e,[" ","\n"],r);if(-1===a){r>n&&t.push({string:e.slice(n,r),symbol:null}),t.push({string:e.slice(r),symbol:"http"});break}r>n&&t.push({string:e.slice(n,r),symbol:null}),t.push({string:e.slice(r,a),symbol:"http"}),n=a}return t},route:function(e,t){const n=e.split("/").filter((e=>e)),r=t.split("/").filter((e=>e));if(n.length!==r.length)return null;const a={};for(let i=0;i<n.length;i++){const e=n[i];if(e.startsWith(":"))a[e.slice(1)]=r[i];else if(e!==r[i])return null}return a},explodeReplace:Se,generateVariants:function(e,n,r,a=Math.random){const i=t.DO.shuffle(n.map((e=>({variants:t.DO.shuffle(e.variants.map((e=>e)),a),avoid:e.avoid}))),a),o=[];for(const t of i){const n=t.variants.filter((e=>e!==t.avoid)),a=n.find((t=>e.includes(t)));if(a&&(_(o,Se(e,a,n)),o.length>=r))break}if(o.length<r)for(const t of i){const n=t.variants.find((t=>e.includes(t)));if(n&&(_(o,Se(e,n,t.variants)),o.length>=r))break}return o.slice(0,r)},replaceWord:function(e,t,n,r=!1){const a=new RegExp(r?`(?<=\\s|^)${t}(?=\\s|$)`:`\\b${t}\\b`,"g");return e.replace(a,n)},replacePascalCaseWords:function(e,t){return e.replace(/\b[A-Z][a-zA-Z0-9]*\b/g,(e=>e.toUpperCase()===e?e:t(e)))},stripHtml:function(e){return e.replace(/<[^>]*>/g,"")},breakLine:xe,measureTextWidth:function(e,t={}){return[...e].reduce(((e,n)=>e+(t[n]||1)),0)},toLines:function(e,t,n={}){const r=[];let a="",i=0;for(let o=0;o<e.length;o++){const s=e[o];if(a+=s,i+=n[s]||1,i>t){const{line:e,rest:t}=xe(a);r.push(e),a=t,i=t.split("").map((e=>n[e]||1)).reduce(((e,t)=>e+t),0)}}return a&&r.push(a),r},levenshteinDistance:function(e,t){const n=[];for(let r=0;r<=e.length;r++)n[r]=[r];for(let r=0;r<=t.length;r++)n[0][r]=r;for(let r=1;r<=e.length;r++)for(let a=1;a<=t.length;a++){const i=e[r-1]===t[a-1]?0:1;n[r][a]=Math.min(n[r-1][a]+1,n[r][a-1]+1,n[r-1][a-1]+i)}return n[e.length][t.length]},findCommonPrefix:Ie,findCommonDirectory:function(e){const t=Ie(e),n=t.lastIndexOf("/");return-1===n?"":t.slice(0,n+1)}}},878(e,t,n){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,a=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(a=r))})),t.splice(a,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(n){}},t.load=function(){let e;try{e=t.storage.getItem("debug")||t.storage.getItem("DEBUG")}catch(n){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let e;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&(e=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(e[1],10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=n(945)(t);const{formatters:r}=e.exports;r.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}},945(e,t,n){e.exports=function(e){function t(e){let n,a,i,o=null;function s(...e){if(!s.enabled)return;const r=s,a=Number(new Date),i=a-(n||a);r.diff=i,r.prev=n,r.curr=a,n=a,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let o=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,a)=>{if("%%"===n)return"%";o++;const i=t.formatters[a];if("function"==typeof i){const t=e[o];n=i.call(r,t),e.splice(o,1),o--}return n})),t.formatArgs.call(r,e);(r.log||t.log).apply(r,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=r,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==o?o:(a!==t.namespaces&&(a=t.namespaces,i=t.enabled(e)),i),set:e=>{o=e}}),"function"==typeof t.init&&t.init(s),s}function r(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function a(e,t){let n=0,r=0,a=-1,i=0;for(;n<e.length;)if(r<t.length&&(t[r]===e[n]||"*"===t[r]))"*"===t[r]?(a=r,i=n,r++):(n++,r++);else{if(-1===a)return!1;r=a+1,i++,n=i}for(;r<t.length&&"*"===t[r];)r++;return r===t.length}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names,...t.skips.map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){t.save(e),t.namespaces=e,t.names=[],t.skips=[];const n=("string"==typeof e?e:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(const r of n)"-"===r[0]?t.skips.push(r.slice(1)):t.names.push(r)},t.enabled=function(e){for(const n of t.skips)if(a(e,n))return!1;for(const n of t.names)if(a(e,n))return!0;return!1},t.humanize=n(192),t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((n=>{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t<e.length;t++)n=(n<<5)-n+e.charCodeAt(t),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}},666(e,t,n){var r=null;"undefined"!=typeof WebSocket?r=WebSocket:"undefined"!=typeof MozWebSocket?r=MozWebSocket:void 0!==n.g?r=n.g.WebSocket||n.g.MozWebSocket:"undefined"!=typeof window?r=window.WebSocket||window.MozWebSocket:"undefined"!=typeof self&&(r=self.WebSocket||self.MozWebSocket),e.exports=r},192(e){var t=1e3,n=60*t,r=60*n,a=24*r,i=7*a,o=365.25*a;function s(e,t,n,r){var a=t>=1.5*n;return Math.round(e/n)+" "+r+(a?"s":"")}e.exports=function(e,c){c=c||{};var u=typeof e;if("string"===u&&e.length>0)return function(e){if((e=String(e)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!s)return;var c=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*o;case"weeks":case"week":case"w":return c*i;case"days":case"day":case"d":return c*a;case"hours":case"hour":case"hrs":case"hr":case"h":return c*r;case"minutes":case"minute":case"mins":case"min":case"m":return c*n;case"seconds":case"second":case"secs":case"sec":case"s":return c*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(e);if("number"===u&&isFinite(e))return c.long?function(e){var i=Math.abs(e);if(i>=a)return s(e,i,a,"day");if(i>=r)return s(e,i,r,"hour");if(i>=n)return s(e,i,n,"minute");if(i>=t)return s(e,i,t,"second");return e+" ms"}(e):function(e){var i=Math.abs(e);if(i>=a)return Math.round(e/a)+"d";if(i>=r)return Math.round(e/r)+"h";if(i>=n)return Math.round(e/n)+"m";if(i>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},963(e,t,n){"use strict";const r=n(527),{MAX_LENGTH:a,MAX_SAFE_INTEGER:i}=n(197),{safeRe:o,t:s}=n(423),c=n(676),{compareIdentifiers:u}=n(956);class l{constructor(e,t){if(t=c(t),e instanceof l){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>a)throw new TypeError(`version is longer than ${a} characters`);r("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const n=e.trim().match(t.loose?o[s.LOOSE]:o[s.FULL]);if(!n)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>i||this.major<0)throw new TypeError("Invalid major version");if(this.minor>i||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>i||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t<i)return t}return e})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(r("SemVer.compare",this.version,this.options,e),!(e instanceof l)){if("string"==typeof e&&e===this.version)return 0;e=new l(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof l||(e=new l(e,this.options)),this.major<e.major?-1:this.major>e.major?1:this.minor<e.minor?-1:this.minor>e.minor?1:this.patch<e.patch?-1:this.patch>e.patch?1:0}comparePre(e){if(e instanceof l||(e=new l(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{const n=this.prerelease[t],a=e.prerelease[t];if(r("prerelease compare",t,n,a),void 0===n&&void 0===a)return 0;if(void 0===a)return 1;if(void 0===n)return-1;if(n!==a)return u(n,a)}while(++t)}compareBuild(e){e instanceof l||(e=new l(e,this.options));let t=0;do{const n=this.build[t],a=e.build[t];if(r("build compare",t,n,a),void 0===n&&void 0===a)return 0;if(void 0===a)return 1;if(void 0===n)return-1;if(n!==a)return u(n,a)}while(++t)}inc(e,t,n){if(e.startsWith("pre")){if(!t&&!1===n)throw new Error("invalid increment argument: identifier is empty");if(t){const e=`-${t}`.match(this.options.loose?o[s.PRERELEASELOOSE]:o[s.PRERELEASE]);if(!e||e[1]!==t)throw new Error(`invalid identifier: ${t}`)}}switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t,n);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t,n);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t,n),this.inc("pre",t,n);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t,n),this.inc("pre",t,n);break;case"release":if(0===this.prerelease.length)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":{const e=Number(n)?1:0;if(0===this.prerelease.length)this.prerelease=[e];else{let r=this.prerelease.length;for(;--r>=0;)"number"==typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);if(-1===r){if(t===this.prerelease.join(".")&&!1===n)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let r=[t,e];!1===n&&(r=[t]),0===u(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=r):this.prerelease=r}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}e.exports=l},359(e,t,n){"use strict";const r=n(963);e.exports=(e,t)=>new r(e,t).major},197(e){"use strict";const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:t,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},527(e){"use strict";const t="object"==typeof process&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=t},956(e){"use strict";const t=/^[0-9]+$/,n=(e,n)=>{if("number"==typeof e&&"number"==typeof n)return e===n?0:e<n?-1:1;const r=t.test(e),a=t.test(n);return r&&a&&(e=+e,n=+n),e===n?0:r&&!a?-1:a&&!r?1:e<n?-1:1};e.exports={compareIdentifiers:n,rcompareIdentifiers:(e,t)=>n(t,e)}},676(e){"use strict";const t=Object.freeze({loose:!0}),n=Object.freeze({});e.exports=e=>e?"object"!=typeof e?t:e:n},423(e,t,n){"use strict";const{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:a,MAX_LENGTH:i}=n(197),o=n(527),s=(t=e.exports={}).re=[],c=t.safeRe=[],u=t.src=[],l=t.safeSrc=[],h=t.t={};let f=0;const m="[a-zA-Z0-9-]",p=[["\\s",1],["\\d",i],[m,a]],d=(e,t,n)=>{const r=(e=>{for(const[t,n]of p)e=e.split(`${t}*`).join(`${t}{0,${n}}`).split(`${t}+`).join(`${t}{1,${n}}`);return e})(t),a=f++;o(e,a,t),h[e]=a,u[a]=t,l[a]=r,s[a]=new RegExp(t,n?"g":void 0),c[a]=new RegExp(r,n?"g":void 0)};d("NUMERICIDENTIFIER","0|[1-9]\\d*"),d("NUMERICIDENTIFIERLOOSE","\\d+"),d("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${m}*`),d("MAINVERSION",`(${u[h.NUMERICIDENTIFIER]})\\.(${u[h.NUMERICIDENTIFIER]})\\.(${u[h.NUMERICIDENTIFIER]})`),d("MAINVERSIONLOOSE",`(${u[h.NUMERICIDENTIFIERLOOSE]})\\.(${u[h.NUMERICIDENTIFIERLOOSE]})\\.(${u[h.NUMERICIDENTIFIERLOOSE]})`),d("PRERELEASEIDENTIFIER",`(?:${u[h.NONNUMERICIDENTIFIER]}|${u[h.NUMERICIDENTIFIER]})`),d("PRERELEASEIDENTIFIERLOOSE",`(?:${u[h.NONNUMERICIDENTIFIER]}|${u[h.NUMERICIDENTIFIERLOOSE]})`),d("PRERELEASE",`(?:-(${u[h.PRERELEASEIDENTIFIER]}(?:\\.${u[h.PRERELEASEIDENTIFIER]})*))`),d("PRERELEASELOOSE",`(?:-?(${u[h.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${u[h.PRERELEASEIDENTIFIERLOOSE]})*))`),d("BUILDIDENTIFIER",`${m}+`),d("BUILD",`(?:\\+(${u[h.BUILDIDENTIFIER]}(?:\\.${u[h.BUILDIDENTIFIER]})*))`),d("FULLPLAIN",`v?${u[h.MAINVERSION]}${u[h.PRERELEASE]}?${u[h.BUILD]}?`),d("FULL",`^${u[h.FULLPLAIN]}$`),d("LOOSEPLAIN",`[v=\\s]*${u[h.MAINVERSIONLOOSE]}${u[h.PRERELEASELOOSE]}?${u[h.BUILD]}?`),d("LOOSE",`^${u[h.LOOSEPLAIN]}$`),d("GTLT","((?:<|>)?=?)"),d("XRANGEIDENTIFIERLOOSE",`${u[h.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),d("XRANGEIDENTIFIER",`${u[h.NUMERICIDENTIFIER]}|x|X|\\*`),d("XRANGEPLAIN",`[v=\\s]*(${u[h.XRANGEIDENTIFIER]})(?:\\.(${u[h.XRANGEIDENTIFIER]})(?:\\.(${u[h.XRANGEIDENTIFIER]})(?:${u[h.PRERELEASE]})?${u[h.BUILD]}?)?)?`),d("XRANGEPLAINLOOSE",`[v=\\s]*(${u[h.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[h.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[h.XRANGEIDENTIFIERLOOSE]})(?:${u[h.PRERELEASELOOSE]})?${u[h.BUILD]}?)?)?`),d("XRANGE",`^${u[h.GTLT]}\\s*${u[h.XRANGEPLAIN]}$`),d("XRANGELOOSE",`^${u[h.GTLT]}\\s*${u[h.XRANGEPLAINLOOSE]}$`),d("COERCEPLAIN",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?`),d("COERCE",`${u[h.COERCEPLAIN]}(?:$|[^\\d])`),d("COERCEFULL",u[h.COERCEPLAIN]+`(?:${u[h.PRERELEASE]})?`+`(?:${u[h.BUILD]})?(?:$|[^\\d])`),d("COERCERTL",u[h.COERCE],!0),d("COERCERTLFULL",u[h.COERCEFULL],!0),d("LONETILDE","(?:~>?)"),d("TILDETRIM",`(\\s*)${u[h.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",d("TILDE",`^${u[h.LONETILDE]}${u[h.XRANGEPLAIN]}$`),d("TILDELOOSE",`^${u[h.LONETILDE]}${u[h.XRANGEPLAINLOOSE]}$`),d("LONECARET","(?:\\^)"),d("CARETTRIM",`(\\s*)${u[h.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",d("CARET",`^${u[h.LONECARET]}${u[h.XRANGEPLAIN]}$`),d("CARETLOOSE",`^${u[h.LONECARET]}${u[h.XRANGEPLAINLOOSE]}$`),d("COMPARATORLOOSE",`^${u[h.GTLT]}\\s*(${u[h.LOOSEPLAIN]})$|^$`),d("COMPARATOR",`^${u[h.GTLT]}\\s*(${u[h.FULLPLAIN]})$|^$`),d("COMPARATORTRIM",`(\\s*)${u[h.GTLT]}\\s*(${u[h.LOOSEPLAIN]}|${u[h.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",d("HYPHENRANGE",`^\\s*(${u[h.XRANGEPLAIN]})\\s+-\\s+(${u[h.XRANGEPLAIN]})\\s*$`),d("HYPHENRANGELOOSE",`^\\s*(${u[h.XRANGEPLAINLOOSE]})\\s+-\\s+(${u[h.XRANGEPLAINLOOSE]})\\s*$`),d("STAR","(<|>)?=?\\s*\\*"),d("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),d("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},497(){},61(){},320(){}},t={};function n(r){var a=t[r];if(void 0!==a)return a.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},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=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{"use strict";n.r(r),n.d(r,{BRANCHES:()=>k,BZZ:()=>X,BatchId:()=>v,Bee:()=>ln,BeeArgumentError:()=>D,BeeError:()=>I,BeeModes:()=>C,BeeResponseError:()=>A,Bytes:()=>u,CHUNK_SIZE:()=>z,DAI:()=>K,Duration:()=>_,EthAddress:()=>y,FeedIndex:()=>x,Identifier:()=>b,MantarayNode:()=>Yt,MerkleTree:()=>t.vU,NULL_ADDRESS:()=>dn,NULL_IDENTIFIER:()=>gn,NULL_OWNER:()=>yn,NULL_STAMP:()=>mn,NULL_TOPIC:()=>pn,PSS_TARGET_HEX_LENGTH_MAX:()=>P,PeerAddress:()=>T,PrivateKey:()=>d,PublicKey:()=>g,RedundancyLevel:()=>j,RedundancyStrategy:()=>q,Reference:()=>w,SECTION_SIZE:()=>F,STAMPS_DEPTH_MAX:()=>M,STAMPS_DEPTH_MIN:()=>L,SUPPORTED_BEE_VERSION:()=>$t,SUPPORTED_BEE_VERSION_EXACT:()=>Vt,SWARM_GATEWAY_URL:()=>fn,Signature:()=>R,Size:()=>W,Span:()=>B,Stamper:()=>hn,TAGS_LIMIT_MAX:()=>G,TAGS_LIMIT_MIN:()=>U,Topic:()=>E,TransactionId:()=>O,Utils:()=>e,capacityBreakpoints:()=>H,toBeeMode:()=>N});var e={};n.r(e),n.d(e,{approximateOverheadForRedundancyLevel:()=>xn,convertEnvelopeToMarshaledStamp:()=>ye,getAmountForDuration:()=>de,getCollectionSize:()=>ct,getDepthForSize:()=>ge,getFolderSize:()=>an,getRedundancyStat:()=>Cn,getRedundancyStats:()=>$n,getStampCost:()=>me,getStampDuration:()=>pe,getStampEffectiveBytes:()=>he,getStampEffectiveBytesBreakpoints:()=>fe,getStampTheoreticalBytes:()=>ue,getStampUsage:()=>ce,makeCollectionFromFileList:()=>st,makeMaxTarget:()=>bn,mapPostageBatch:()=>be,unmapPostageBatch:()=>we});var t=n(20),a=n(878),i=n.n(a);const o=i()("bee-js:bytes"),s=new TextDecoder,c=new TextEncoder;class u{constructor(e,n){if(!e)throw Error(`Bytes#constructor: constructor parameter is falsy: ${e}`);if(e instanceof u)this.bytes=e.bytes;else if("string"==typeof e)this.bytes=t.yI.hexToUint8Array(t.Or.asHexString(e,{name:"Bytes#constructor(bytes)"}));else if(e instanceof ArrayBuffer)this.bytes=new Uint8Array(e);else if(e instanceof Uint8Array)this.bytes=e;else{const n=e,r=t.Rb.getDeep(n,"toHex");if(!t.Or.isFunction(r))throw o("bytes",e),new Error("Bytes#constructor: unsupported type: "+typeof e);{const e=r.call(n);this.bytes=t.yI.hexToUint8Array(t.Or.asHexString(e,{name:"Bytes#constructor(bytes)"}))}}if(this.length=this.bytes.length,n)if(Array.isArray(n)){if(!n.includes(this.length))throw new Error(`Bytes#checkByteLength: bytes length is ${this.length} but expected ${n.join(" or ")}`)}else if(this.length!==n)throw new Error(`Bytes#checkByteLength: bytes length is ${this.length} but expected ${n}`)}static keccak256(e){return new u(t.yI.keccak256(new u(e).toUint8Array()))}static fromUtf8(e){return new u(c.encode(e))}static fromSlice(e,t,n){return new u(void 0===n?e.slice(t):e.slice(t,t+n))}offset(e){return new Uint8Array(this.bytes.slice(e))}toUint8Array(){return new Uint8Array(this.bytes)}toHex(){return t.yI.uint8ArrayToHex(this.bytes)}toBase64(){return t.yI.uint8ArrayToBase64(this.bytes)}toBase32(){return t.yI.uint8ArrayToBase32(this.bytes)}toString(){return this.toHex()}toUtf8(){return s.decode(this.bytes)}toJSON(){return JSON.parse(this.toUtf8())}equals(e){return this.toHex()===new u(e).toHex()}represent(){return this.toHex()}}function l(e){const t=e.match(/^([\d.]+)\s*(B|kB|MB|GB|TB|PB)$/);if(!t)throw new Error(`Invalid size format: ${e}`);const n=parseFloat(t[1]),r=t[2];return Math.ceil(n*{B:1,kB:1e3,MB:1e6,GB:1e3**3,TB:1e3**4,PB:1e3**5}[r])}const h=250,f=251,m={[h]:"manifest",[f]:"feed"};const p=new TextEncoder;class d extends u{static LENGTH=32;constructor(e){super(e,32)}publicKey(){const[e,n]=t.LQ.privateKeyToPublicKey(t.yI.uint256ToNumber(this.bytes,"BE"));return new g(t.yI.concatBytes(t.yI.numberToUint256(e,"BE"),t.yI.numberToUint256(n,"BE")))}sign(e){const n=t.yI.concatBytes(p.encode("Ethereum Signed Message:\n32"),t.yI.keccak256(e instanceof Uint8Array?e:p.encode(e))),[r,a,i]=t.LQ.signMessage(n,t.yI.uint256ToNumber(this.bytes,"BE"));return new R(t.yI.concatBytes(t.yI.numberToUint256(r,"BE"),t.yI.numberToUint256(a,"BE"),new Uint8Array([Number(i)])))}}class g extends u{static LENGTH=64;constructor(e){const n=new u(e);if(33===n.length){const[e,r]=t.LQ.publicKeyFromCompressed(n.toUint8Array());super(t.yI.concatBytes(t.yI.numberToUint256(e,"BE"),t.yI.numberToUint256(r,"BE")),64)}else super(e,64)}address(){const e=t.yI.uint256ToNumber(this.bytes.slice(0,32),"BE"),n=t.yI.uint256ToNumber(this.bytes.slice(32,64),"BE");return new y(t.LQ.publicKeyToAddress([e,n]))}toCompressedUint8Array(){const e=t.yI.uint256ToNumber(this.bytes.slice(0,32),"BE"),n=t.yI.uint256ToNumber(this.bytes.slice(32,64),"BE");return t.LQ.compressPublicKey([e,n])}toCompressedHex(){return t.yI.uint8ArrayToHex(this.toCompressedUint8Array())}}class y extends u{static LENGTH=20;constructor(e){super(e,20)}toChecksum(){return t.LQ.checksumEncode(this.bytes)}}class b extends u{static LENGTH=32;constructor(e){super(e,32)}static fromString(e){return new b(t.yI.keccak256(p.encode(e)))}}class w extends u{static LENGTH=32;constructor(e){if("string"==typeof e&&e.startsWith("bah5")){const n=function(e){const n=t.yI.base32ToUint8Array(e.toUpperCase().slice(1)),r=n[1];if(!m[r])throw new Error("Unknown codec");const a=new w(n.slice(-32));return{type:m[r],reference:a}}(e);super(n.reference.bytes,32)}else super(e,[32,64])}toCid(e){return function(e,n){e=new w(e);const r=new Uint8Array([1]),a=new Uint8Array(["feed"===n?251:250]),i=new Uint8Array([1]),o=new Uint8Array([27]),s=new Uint8Array([32]);return`b${t.yI.uint8ArrayToBase32(t.yI.concatBytes(r,a,i,o,s)).replace(/\=+$/,"")}${e.toBase32().replace(/\=+$/,"")}`.toLowerCase()}(this.bytes,e)}static isValid(e){try{return new w(e),!0}catch{return!1}}}class O extends u{static LENGTH=32;constructor(e){super(e,32)}}class B extends u{static LENGTH=8;constructor(e){super(e,8)}static fromBigInt(e){return new B(t.yI.numberToUint64(e,"LE"))}toBigInt(){return t.yI.uint64ToNumber(this.bytes,"LE")}static fromSlice(e,t){return new B(e.slice(t,t+B.LENGTH))}}class T extends u{static LENGTH=32;constructor(e){super(e,32)}}class v extends u{static LENGTH=32;constructor(e){super(e,32)}}class R extends u{static LENGTH=65;constructor(e){super(e,65)}static fromSlice(e,t){return new R(e.slice(t,t+R.LENGTH))}recoverPublicKey(e){const n=t.yI.uint256ToNumber(this.bytes.slice(0,32),"BE"),r=t.yI.uint256ToNumber(this.bytes.slice(32,64),"BE"),a=BigInt(this.bytes[64]),[i,o]=t.LQ.recoverPublicKey(t.yI.concatBytes(p.encode("Ethereum Signed Message:\n32"),t.yI.keccak256(e instanceof Uint8Array?e:p.encode(e))),n,r,a);return new g(t.yI.concatBytes(t.yI.numberToUint256(i,"BE"),t.yI.numberToUint256(o,"BE")))}isValid(e,t){return this.recoverPublicKey(e).address().equals(t)}}class E extends u{static LENGTH=32;constructor(e){super(e,32)}static fromString(e){return new E(t.yI.keccak256(p.encode(e)))}}const S=new Uint8Array(8).fill(255,0,8);class x extends u{static LENGTH=8;static MINUS_ONE=new x(S);constructor(e){super(e,8)}static fromBigInt(e){return new x(t.yI.numberToUint64(e,"BE"))}toBigInt(){return t.yI.uint64ToNumber(this.bytes,"BE")}next(){return t.yI.equals(this.bytes,S)?x.fromBigInt(0n):x.fromBigInt(this.toBigInt()+1n)}}class I extends Error{constructor(e){super(e)}}class D extends I{constructor(e,t){super(e),this.value=t}}class A extends I{constructor(e,t,n,r,a,i){super(n),this.method=e,this.url=t,this.responseBody=r,this.status=a,this.statusText=i,this.response={status:a,data:r,statusText:i}}}const V=4096;function $(e){const n=e.slice(0,B.LENGTH),r=function(e){if(e.length>V)throw new D(`payload size ${e.length} exceeds maximum chunk payload size 4096`,e);const n=new Uint8Array(V);return n.set(e),t.yI.log2Reduce(t.yI.partition(n,32),((e,n)=>t.yI.keccak256(t.yI.concatBytes(e,n))))}(e.slice(B.LENGTH)),a=t.yI.keccak256(t.yI.concatBytes(n,r));return new w(a)}let C=function(e){return e.FULL="full",e.LIGHT="light",e.ULTRA_LIGHT="ultra-light",e.DEV="dev",e}({});function N(e){switch(e){case"full":return C.FULL;case"light":return C.LIGHT;case"ultra-light":return C.ULTRA_LIGHT;case"dev":return C.DEV;default:throw new Error(`Unknown Bee mode: ${e}`)}}const F=32,k=128,z=F*k,P=4,L=17,M=255,U=1,G=1e3;let j=function(e){return e[e.OFF=0]="OFF",e[e.MEDIUM=1]="MEDIUM",e[e.STRONG=2]="STRONG",e[e.INSANE=3]="INSANE",e[e.PARANOID=4]="PARANOID",e}({}),q=function(e){return e[e.NONE=0]="NONE",e[e.DATA=1]="DATA",e[e.PROX=2]="PROX",e[e.RACE=3]="RACE",e}({});const H={ENCRYPTION_OFF:{[j.OFF]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"44.70 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"6.66 MB",batchDepth:18,utilizationRate:"0.61%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"112.06 MB",batchDepth:19,utilizationRate:"5.09%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"687.62 MB",batchDepth:20,utilizationRate:"15.65%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"2.60 GB",batchDepth:21,utilizationRate:"30.27%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"7.73 GB",batchDepth:22,utilizationRate:"44.99%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"19.94 GB",batchDepth:23,utilizationRate:"58.03%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"47.06 GB",batchDepth:24,utilizationRate:"68.48%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"105.51 GB",batchDepth:25,utilizationRate:"76.77%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"227.98 GB",batchDepth:26,utilizationRate:"82.94%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"476.68 GB",batchDepth:27,utilizationRate:"86.71%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"993.65 GB",batchDepth:28,utilizationRate:"88.37%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"2.04 TB",batchDepth:29,utilizationRate:"92.88%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"4.17 TB",batchDepth:30,utilizationRate:"94.81%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"8.45 TB",batchDepth:31,utilizationRate:"96.06%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"17.07 TB",batchDepth:32,utilizationRate:"97.01%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"34.36 TB",batchDepth:33,utilizationRate:"97.65%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"69.04 TB",batchDepth:34,utilizationRate:"98.11%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"138.54 TB",batchDepth:35,utilizationRate:"98.44%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"277.72 TB",batchDepth:36,utilizationRate:"98.67%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"556.35 TB",batchDepth:37,utilizationRate:"98.83%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"1.11 PB",batchDepth:38,utilizationRate:"98.91%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"2.23 PB",batchDepth:39,utilizationRate:"98.96%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"4.46 PB",batchDepth:40,utilizationRate:"98.98%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"8.93 PB",batchDepth:41,utilizationRate:"99.11%"}],[j.MEDIUM]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"41.56 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"6.19 MB",batchDepth:18,utilizationRate:"0.57%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"104.18 MB",batchDepth:19,utilizationRate:"4.73%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"639.27 MB",batchDepth:20,utilizationRate:"14.54%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"2.41 GB",batchDepth:21,utilizationRate:"28.11%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"7.18 GB",batchDepth:22,utilizationRate:"41.79%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"18.54 GB",batchDepth:23,utilizationRate:"53.95%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"43.75 GB",batchDepth:24,utilizationRate:"63.66%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"98.09 GB",batchDepth:25,utilizationRate:"71.37%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"211.95 GB",batchDepth:26,utilizationRate:"77.11%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"443.16 GB",batchDepth:27,utilizationRate:"80.61%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"923.78 GB",batchDepth:28,utilizationRate:"82.16%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"1.90 TB",batchDepth:29,utilizationRate:"86.30%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"3.88 TB",batchDepth:30,utilizationRate:"88.14%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"7.86 TB",batchDepth:31,utilizationRate:"89.26%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"15.87 TB",batchDepth:32,utilizationRate:"90.21%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"31.94 TB",batchDepth:33,utilizationRate:"90.77%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"64.19 TB",batchDepth:34,utilizationRate:"91.22%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"128.80 TB",batchDepth:35,utilizationRate:"91.52%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"258.19 TB",batchDepth:36,utilizationRate:"91.73%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"517.23 TB",batchDepth:37,utilizationRate:"91.88%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"1.04 PB",batchDepth:38,utilizationRate:"91.95%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"2.07 PB",batchDepth:39,utilizationRate:"92.00%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"4.15 PB",batchDepth:40,utilizationRate:"92.15%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"8.30 PB",batchDepth:41,utilizationRate:"92.14%"}],[j.STRONG]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"37.37 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"5.57 MB",batchDepth:18,utilizationRate:"0.51%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"93.68 MB",batchDepth:19,utilizationRate:"4.25%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"574.81 MB",batchDepth:20,utilizationRate:"13.07%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"2.17 GB",batchDepth:21,utilizationRate:"25.26%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"6.46 GB",batchDepth:22,utilizationRate:"37.58%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"16.67 GB",batchDepth:23,utilizationRate:"48.50%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"39.34 GB",batchDepth:24,utilizationRate:"57.24%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"88.20 GB",batchDepth:25,utilizationRate:"64.17%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"190.58 GB",batchDepth:26,utilizationRate:"69.33%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"398.47 GB",batchDepth:27,utilizationRate:"72.48%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"830.63 GB",batchDepth:28,utilizationRate:"73.85%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"1.71 TB",batchDepth:29,utilizationRate:"77.59%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"3.49 TB",batchDepth:30,utilizationRate:"79.27%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"7.07 TB",batchDepth:31,utilizationRate:"80.34%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"14.27 TB",batchDepth:32,utilizationRate:"81.12%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"28.72 TB",batchDepth:33,utilizationRate:"81.63%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"57.71 TB",batchDepth:34,utilizationRate:"82.01%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"115.81 TB",batchDepth:35,utilizationRate:"82.29%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"232.16 TB",batchDepth:36,utilizationRate:"82.48%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"465.07 TB",batchDepth:37,utilizationRate:"82.61%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"931.23 TB",batchDepth:38,utilizationRate:"82.67%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"1.86 PB",batchDepth:39,utilizationRate:"82.71%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"3.73 PB",batchDepth:40,utilizationRate:"82.78%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"7.46 PB",batchDepth:41,utilizationRate:"82.79%"}],[j.INSANE]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"33.88 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"5.05 MB",batchDepth:18,utilizationRate:"0.46%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"84.92 MB",batchDepth:19,utilizationRate:"3.86%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"521.09 MB",batchDepth:20,utilizationRate:"11.85%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"1.97 GB",batchDepth:21,utilizationRate:"22.90%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"5.86 GB",batchDepth:22,utilizationRate:"34.09%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"15.11 GB",batchDepth:23,utilizationRate:"43.97%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"35.66 GB",batchDepth:24,utilizationRate:"51.90%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"79.96 GB",batchDepth:25,utilizationRate:"58.18%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"172.77 GB",batchDepth:26,utilizationRate:"62.85%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"361.23 GB",batchDepth:27,utilizationRate:"65.70%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"753.00 GB",batchDepth:28,utilizationRate:"66.95%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"1.55 TB",batchDepth:29,utilizationRate:"70.38%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"3.16 TB",batchDepth:30,utilizationRate:"71.92%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"6.41 TB",batchDepth:31,utilizationRate:"72.85%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"12.93 TB",batchDepth:32,utilizationRate:"73.53%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"26.04 TB",batchDepth:33,utilizationRate:"74.01%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"52.32 TB",batchDepth:34,utilizationRate:"74.35%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"104.99 TB",batchDepth:35,utilizationRate:"74.60%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"210.46 TB",batchDepth:36,utilizationRate:"74.77%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"421.61 TB",batchDepth:37,utilizationRate:"74.89%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"844.20 TB",batchDepth:38,utilizationRate:"74.94%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"1.69 PB",batchDepth:39,utilizationRate:"74.98%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"3.38 PB",batchDepth:40,utilizationRate:"75.03%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"6.77 PB",batchDepth:41,utilizationRate:"75.10%"}],[j.PARANOID]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"13.27 kB",batchDepth:17,utilizationRate:"0.00%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"1.98 MB",batchDepth:18,utilizationRate:"0.18%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"33.27 MB",batchDepth:19,utilizationRate:"1.51%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"204.14 MB",batchDepth:20,utilizationRate:"4.64%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"771.13 MB",batchDepth:21,utilizationRate:"8.75%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"2.29 GB",batchDepth:22,utilizationRate:"13.34%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"5.92 GB",batchDepth:23,utilizationRate:"17.22%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"13.97 GB",batchDepth:24,utilizationRate:"20.33%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"31.32 GB",batchDepth:25,utilizationRate:"22.79%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"67.68 GB",batchDepth:26,utilizationRate:"24.62%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"141.51 GB",batchDepth:27,utilizationRate:"25.74%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"294.99 GB",batchDepth:28,utilizationRate:"26.23%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"606.90 GB",batchDepth:29,utilizationRate:"27.56%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"1.24 TB",batchDepth:30,utilizationRate:"28.15%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"2.51 TB",batchDepth:31,utilizationRate:"28.54%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"5.07 TB",batchDepth:32,utilizationRate:"28.82%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"10.20 TB",batchDepth:33,utilizationRate:"28.99%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"20.50 TB",batchDepth:34,utilizationRate:"29.13%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"41.13 TB",batchDepth:35,utilizationRate:"29.22%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"82.45 TB",batchDepth:36,utilizationRate:"29.29%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"165.17 TB",batchDepth:37,utilizationRate:"29.34%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"330.72 TB",batchDepth:38,utilizationRate:"29.37%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"661.97 TB",batchDepth:39,utilizationRate:"29.39%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"1.32 PB",batchDepth:40,utilizationRate:"29.41%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"2.65 PB",batchDepth:41,utilizationRate:"29.43%"}]},ENCRYPTION_ON:{[j.OFF]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"44.35 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"6.61 MB",batchDepth:18,utilizationRate:"0.60%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"111.18 MB",batchDepth:19,utilizationRate:"5.05%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"682.21 MB",batchDepth:20,utilizationRate:"15.52%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"2.58 GB",batchDepth:21,utilizationRate:"30.04%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"7.67 GB",batchDepth:22,utilizationRate:"44.62%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"19.78 GB",batchDepth:23,utilizationRate:"57.56%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"46.69 GB",batchDepth:24,utilizationRate:"67.93%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"104.68 GB",batchDepth:25,utilizationRate:"76.16%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"226.19 GB",batchDepth:26,utilizationRate:"82.29%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"472.93 GB",batchDepth:27,utilizationRate:"86.02%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"985.83 GB",batchDepth:28,utilizationRate:"87.66%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"2.03 TB",batchDepth:29,utilizationRate:"92.25%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"4.14 TB",batchDepth:30,utilizationRate:"94.21%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"8.39 TB",batchDepth:31,utilizationRate:"95.37%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"16.93 TB",batchDepth:32,utilizationRate:"96.22%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"34.09 TB",batchDepth:33,utilizationRate:"96.88%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"68.50 TB",batchDepth:34,utilizationRate:"97.34%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"137.45 TB",batchDepth:35,utilizationRate:"97.67%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"275.53 TB",batchDepth:36,utilizationRate:"97.89%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"551.97 TB",batchDepth:37,utilizationRate:"98.05%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"1.11 PB",batchDepth:38,utilizationRate:"98.13%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"2.21 PB",batchDepth:39,utilizationRate:"98.18%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"4.43 PB",batchDepth:40,utilizationRate:"98.36%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"8.86 PB",batchDepth:41,utilizationRate:"98.37%"}],[j.MEDIUM]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"40.89 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"6.09 MB",batchDepth:18,utilizationRate:"0.56%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"102.49 MB",batchDepth:19,utilizationRate:"4.65%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"628.91 MB",batchDepth:20,utilizationRate:"14.30%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"2.38 GB",batchDepth:21,utilizationRate:"27.68%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"7.07 GB",batchDepth:22,utilizationRate:"41.15%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"18.24 GB",batchDepth:23,utilizationRate:"53.09%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"43.04 GB",batchDepth:24,utilizationRate:"62.63%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"96.50 GB",batchDepth:25,utilizationRate:"70.21%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"208.52 GB",batchDepth:26,utilizationRate:"75.86%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"435.98 GB",batchDepth:27,utilizationRate:"79.30%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"908.81 GB",batchDepth:28,utilizationRate:"80.82%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"1.87 TB",batchDepth:29,utilizationRate:"84.98%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"3.81 TB",batchDepth:30,utilizationRate:"86.67%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"7.73 TB",batchDepth:31,utilizationRate:"87.84%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"15.61 TB",batchDepth:32,utilizationRate:"88.74%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"31.43 TB",batchDepth:33,utilizationRate:"89.34%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"63.15 TB",batchDepth:34,utilizationRate:"89.74%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"126.71 TB",batchDepth:35,utilizationRate:"90.03%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"254.01 TB",batchDepth:36,utilizationRate:"90.24%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"508.85 TB",batchDepth:37,utilizationRate:"90.39%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"1.02 PB",batchDepth:38,utilizationRate:"90.47%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"2.04 PB",batchDepth:39,utilizationRate:"90.51%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"4.08 PB",batchDepth:40,utilizationRate:"90.64%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"8.17 PB",batchDepth:41,utilizationRate:"90.65%"}],[j.STRONG]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"36.73 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"5.47 MB",batchDepth:18,utilizationRate:"0.50%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"92.07 MB",batchDepth:19,utilizationRate:"4.18%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"564.95 MB",batchDepth:20,utilizationRate:"12.85%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"2.13 GB",batchDepth:21,utilizationRate:"24.86%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"6.35 GB",batchDepth:22,utilizationRate:"36.97%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"16.38 GB",batchDepth:23,utilizationRate:"47.67%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"38.66 GB",batchDepth:24,utilizationRate:"56.26%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"86.69 GB",batchDepth:25,utilizationRate:"63.07%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"187.31 GB",batchDepth:26,utilizationRate:"68.14%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"391.64 GB",batchDepth:27,utilizationRate:"71.24%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"816.39 GB",batchDepth:28,utilizationRate:"72.59%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"1.68 TB",batchDepth:29,utilizationRate:"76.34%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"3.43 TB",batchDepth:30,utilizationRate:"77.89%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"6.94 TB",batchDepth:31,utilizationRate:"78.86%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"14.02 TB",batchDepth:32,utilizationRate:"79.71%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"28.23 TB",batchDepth:33,utilizationRate:"80.23%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"56.72 TB",batchDepth:34,utilizationRate:"80.60%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"113.82 TB",batchDepth:35,utilizationRate:"80.88%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"228.18 TB",batchDepth:36,utilizationRate:"81.06%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"457.10 TB",batchDepth:37,utilizationRate:"81.20%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"915.26 TB",batchDepth:38,utilizationRate:"81.26%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"1.83 PB",batchDepth:39,utilizationRate:"81.30%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"3.67 PB",batchDepth:40,utilizationRate:"81.43%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"7.34 PB",batchDepth:41,utilizationRate:"81.45%"}],[j.INSANE]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"33.26 kB",batchDepth:17,utilizationRate:"0.01%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"4.96 MB",batchDepth:18,utilizationRate:"0.45%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"83.38 MB",batchDepth:19,utilizationRate:"3.79%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"511.65 MB",batchDepth:20,utilizationRate:"11.64%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"1.93 GB",batchDepth:21,utilizationRate:"22.52%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"5.75 GB",batchDepth:22,utilizationRate:"33.50%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"14.84 GB",batchDepth:23,utilizationRate:"43.19%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"35.02 GB",batchDepth:24,utilizationRate:"50.96%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"78.51 GB",batchDepth:25,utilizationRate:"57.12%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"169.64 GB",batchDepth:26,utilizationRate:"61.71%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"354.69 GB",batchDepth:27,utilizationRate:"64.52%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"739.37 GB",batchDepth:28,utilizationRate:"65.74%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"1.52 TB",batchDepth:29,utilizationRate:"69.15%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"3.10 TB",batchDepth:30,utilizationRate:"70.56%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"6.29 TB",batchDepth:31,utilizationRate:"71.48%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"12.70 TB",batchDepth:32,utilizationRate:"72.18%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"25.57 TB",batchDepth:33,utilizationRate:"72.67%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"51.37 TB",batchDepth:34,utilizationRate:"73.00%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"103.08 TB",batchDepth:35,utilizationRate:"73.24%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"206.65 TB",batchDepth:36,utilizationRate:"73.42%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"413.98 TB",batchDepth:37,utilizationRate:"73.54%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"828.91 TB",batchDepth:38,utilizationRate:"73.59%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"1.66 PB",batchDepth:39,utilizationRate:"73.62%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"3.32 PB",batchDepth:40,utilizationRate:"73.72%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"6.64 PB",batchDepth:41,utilizationRate:"73.74%"}],[j.PARANOID]:[{theoreticalVolume:"536.87 MB",effectiveVolume:"13.17 kB",batchDepth:17,utilizationRate:"0.00%"},{theoreticalVolume:"1.07 GB",effectiveVolume:"1.96 MB",batchDepth:18,utilizationRate:"0.18%"},{theoreticalVolume:"2.15 GB",effectiveVolume:"33.01 MB",batchDepth:19,utilizationRate:"1.50%"},{theoreticalVolume:"4.29 GB",effectiveVolume:"202.53 MB",batchDepth:20,utilizationRate:"4.61%"},{theoreticalVolume:"8.59 GB",effectiveVolume:"765.05 MB",batchDepth:21,utilizationRate:"8.68%"},{theoreticalVolume:"17.18 GB",effectiveVolume:"2.28 GB",batchDepth:22,utilizationRate:"13.27%"},{theoreticalVolume:"34.36 GB",effectiveVolume:"5.87 GB",batchDepth:23,utilizationRate:"17.08%"},{theoreticalVolume:"68.72 GB",effectiveVolume:"13.86 GB",batchDepth:24,utilizationRate:"20.17%"},{theoreticalVolume:"137.44 GB",effectiveVolume:"31.08 GB",batchDepth:25,utilizationRate:"22.61%"},{theoreticalVolume:"274.88 GB",effectiveVolume:"67.15 GB",batchDepth:26,utilizationRate:"24.43%"},{theoreticalVolume:"549.76 GB",effectiveVolume:"140.40 GB",batchDepth:27,utilizationRate:"25.54%"},{theoreticalVolume:"1.10 TB",effectiveVolume:"292.67 GB",batchDepth:28,utilizationRate:"26.03%"},{theoreticalVolume:"2.20 TB",effectiveVolume:"602.12 GB",batchDepth:29,utilizationRate:"27.35%"},{theoreticalVolume:"4.40 TB",effectiveVolume:"1.23 TB",batchDepth:30,utilizationRate:"27.94%"},{theoreticalVolume:"8.80 TB",effectiveVolume:"2.49 TB",batchDepth:31,utilizationRate:"28.32%"},{theoreticalVolume:"17.59 TB",effectiveVolume:"5.03 TB",batchDepth:32,utilizationRate:"28.60%"},{theoreticalVolume:"35.18 TB",effectiveVolume:"10.12 TB",batchDepth:33,utilizationRate:"28.77%"},{theoreticalVolume:"70.37 TB",effectiveVolume:"20.34 TB",batchDepth:34,utilizationRate:"28.91%"},{theoreticalVolume:"140.74 TB",effectiveVolume:"40.80 TB",batchDepth:35,utilizationRate:"29.00%"},{theoreticalVolume:"281.47 TB",effectiveVolume:"81.80 TB",batchDepth:36,utilizationRate:"29.06%"},{theoreticalVolume:"562.95 TB",effectiveVolume:"163.87 TB",batchDepth:37,utilizationRate:"29.11%"},{theoreticalVolume:"1.13 PB",effectiveVolume:"328.11 TB",batchDepth:38,utilizationRate:"29.14%"},{theoreticalVolume:"2.25 PB",effectiveVolume:"656.76 TB",batchDepth:39,utilizationRate:"29.16%"},{theoreticalVolume:"4.50 PB",effectiveVolume:"1.31 PB",batchDepth:40,utilizationRate:"29.18%"},{theoreticalVolume:"9.01 PB",effectiveVolume:"2.63 PB",batchDepth:41,utilizationRate:"29.19%"}]}};class _{static ZERO=new _(0);constructor(e){this.seconds=Math.ceil(e),e<0&&(this.seconds=0)}static fromMilliseconds(e){return new _(e/1e3)}static fromSeconds(e){return new _(e)}static fromHours(e){return new _(60*e*60)}static fromDays(e){return new _(24*e*60*60)}static fromWeeks(e){return new _(7*e*24*60*60)}static fromYears(e){return new _(365*e*24*60*60)}static fromEndDate(e,t){return new _((e.getTime()-(t??new Date).getTime())/1e3)}static parseFromString(e){return _.fromSeconds(t.AO.make(e)/1e3)}toSeconds(){return this.seconds}toHours(){return this.seconds/60/60}toDays(){return this.seconds/24/60/60}toWeeks(){return this.seconds/7/24/60/60}toYears(){return this.seconds/365/24/60/60}toEndDate(e){return new Date((e??new Date).getTime()+1e3*this.seconds)}represent(){return t.AO.secondsToHumanTime(this.seconds)}isZero(){return 0===this.seconds}}class W{constructor(e){if(this.bytes=Math.ceil(e),e<0)throw Error("Size must be at least 0")}static fromBytes(e){return new W(e)}static fromKilobytes(e){return new W(1e3*e)}static fromMegabytes(e){return new W(1e3*e*1e3)}static fromGigabytes(e){return new W(1e3*e*1e3*1e3)}static parseFromString(e){return W.fromBytes(t.FQ.makeStorage(e,1e3))}toBytes(){return this.bytes}toGigabytes(){return this.bytes/1e3/1e3/1e3}toFormattedString(){return t.FQ.convertBytes(this.bytes,1e3)}represent(){return this.toFormattedString()}}class X{static DIGITS=16;constructor(e){this.state=e}static fromDecimalString(e){return new X(t.ie.fromDecimalString(e,X.DIGITS))}static fromPLUR(e){return new X(new t.ie(e,X.DIGITS))}static fromFloat(e){return new X(t.ie.fromFloat(e,X.DIGITS))}toPLURString(){return this.state.toString()}toPLURBigInt(){return this.state.value}toDecimalString(){return this.state.toDecimalString()}toFloat(){return this.state.toFloat()}toSignificantDigits(e){return this.toDecimalString().slice(0,this.toDecimalString().indexOf(".")+e+1)}plus(e){return new X(this.state.add(e instanceof X?e.state:new t.ie(e,X.DIGITS)))}minus(e){return new X(this.state.subtract(e instanceof X?e.state:new t.ie(e,X.DIGITS)))}divide(e){return new X(this.state.divmod(e)[0])}gt(e){return 1===this.state.compare(e.state)}gte(e){return-1!==this.state.compare(e.state)}lt(e){return-1===this.state.compare(e.state)}lte(e){return 1!==this.state.compare(e.state)}eq(e){return 0===this.state.compare(e.state)}exchangeToDAI(e){return K.fromWei(this.state.exchange("*",new t.ie(e.toWeiBigInt(),K.DIGITS),K.DIGITS).value)}}class K{static DIGITS=18;constructor(e){this.state=e}static fromDecimalString(e){return new K(t.ie.fromDecimalString(e,K.DIGITS))}static fromWei(e){return new K(new t.ie(e,K.DIGITS))}static fromFloat(e){return new K(t.ie.fromFloat(e,K.DIGITS))}toWeiString(){return this.state.toString()}toWeiBigInt(){return this.state.value}toDecimalString(){return this.state.toDecimalString()}toSignificantDigits(e){return this.toDecimalString().slice(0,this.toDecimalString().indexOf(".")+e+1)}toFloat(){return this.state.toFloat()}plus(e){return new K(this.state.add(e instanceof K?e.state:new t.ie(e,K.DIGITS)))}minus(e){return new K(this.state.subtract(e instanceof K?e.state:new t.ie(e,K.DIGITS)))}divide(e){return new K(this.state.divmod(e)[0])}gt(e){return 1===this.state.compare(e.state)}gte(e){return-1!==this.state.compare(e.state)}lt(e){return-1===this.state.compare(e.state)}lte(e){return 1!==this.state.compare(e.state)}eq(e){return 0===this.state.compare(e.state)}exchangeToBZZ(e){return X.fromPLUR(this.state.exchange("/",new t.ie(e.toWeiBigInt(),K.DIGITS),X.DIGITS).value)}}var Z=n(320);function J(e){if("function"==typeof File&&e instanceof File)return!0;const t=e;return"object"==typeof t&&"string"==typeof t.name&&("function"==typeof t.stream||"function"==typeof t.arrayBuffer)}function Q(e){return void 0!==Z.Readable&&e instanceof Z.Readable}function Y(e,n){return"bigint"==typeof e&&(e=e.toString()),t.Or.asIntegerString(e,n)}function ee(e){const n=t.Or.asObject(e,{name:"DownloadOptions"});return{redundancyStrategy:t.Or.asOptional((e=>t.Or.asInteger(e,{name:"redundancyStrategy"})),n.redundancyStrategy),fallback:t.Or.asOptional((e=>t.Or.asBoolean(e,{name:"fallback"})),n.fallback),timeoutMs:t.Or.asOptional((e=>t.Or.asInteger(e,{name:"timeoutMs",min:0})),n.timeoutMs),actPublisher:t.Or.asOptional((e=>new g(e)),n.actPublisher),actHistoryAddress:t.Or.asOptional((e=>new w(e)),n.actHistoryAddress),actTimestamp:t.Or.asOptional((e=>t.Or.asNumber(e,{name:"actTimestamp"})),n.actTimestamp)}}function te(e,n="UploadOptions"){const r=t.Or.asObject(e,{name:n});return{act:t.Or.asOptional((e=>t.Or.asBoolean(e,{name:"act"})),r.act),actHistoryAddress:t.Or.asOptional((e=>new w(e)),r.actHistoryAddress),deferred:t.Or.asOptional((e=>t.Or.asBoolean(e,{name:"deferred"})),r.deferred),encrypt:t.Or.asOptional((e=>t.Or.asBoolean(e,{name:"encrypt"})),r.encrypt),pin:t.Or.asOptional((e=>t.Or.asBoolean(e,{name:"pin"})),r.pin),tag:t.Or.asOptional((e=>t.Or.asInteger(e,{name:"tag",min:0})),r.tag)}}function ne(e){const n=te(e,"CollectionUploadOptions"),r=t.Or.asObject(e,{name:"CollectionUploadOptions"});return{...n,errorDocument:t.Or.asOptional((e=>t.Or.asString(e,{name:"errorDocument"})),r.errorDocument),indexDocument:t.Or.asOptional((e=>t.Or.asString(e,{name:"indexDocument"})),r.indexDocument),redundancyLevel:t.Or.asOptional((e=>t.Or.asInteger(e,{name:"redundancyLevel",min:0})),r.redundancyLevel)}}function re(e){const n=t.Or.asObject(e,{name:"PostageBatchOptions"});return{gasPrice:t.Or.asOptional((e=>Y(e,{name:"gasPrice"})),n.gasPrice),immutableFlag:t.Or.asOptional((e=>t.Or.asBoolean(e,{name:"immutableFlag"})),n.immutableFlag),label:t.Or.asOptional((e=>t.Or.asString(e,{name:"label"})),n.label),waitForUsable:t.Or.asOptional((e=>t.Or.asBoolean(e,{name:"waitForUsable"})),n.waitForUsable),waitForUsableTimeout:t.Or.asOptional((e=>t.Or.asInteger(e,{name:"waitForUsableTimeout",min:0})),n.waitForUsableTimeout)}}function ae(e,n="TransactionOptions"){const r=t.Or.asObject(e,{name:n});return{gasLimit:t.Or.asOptional((e=>Y(e,{name:"gasLimit",min:0n})),r.gasLimit),gasPrice:t.Or.asOptional((e=>Y(e,{name:"gasPrice",min:0n})),r.gasPrice)}}function ie(e){if("string"!=typeof e&&!(e instanceof Uint8Array))throw new TypeError("Data must be either string or Uint8Array!")}function oe(e){if(null==e)throw new TypeError(`Expected number | Tag | string from tagUid, got: ${e}`);if(function(e){try{const n=t.Or.asObject(e,{name:"Tag"});return t.Or.asInteger(n.uid,{name:"Tag.uid"}),!0}catch{return!1}}(e))return e.uid;if("number"==typeof e||"string"==typeof e)return t.Or.asNumber(e,{name:"tagUid",min:0});throw new TypeError(`Expected number | Tag | string from tagUid, got: ${e}`)}const se=.9;function ce(e,t,n){return e/Math.pow(2,t-n)}function ue(e){return 4096*2**e}const le=[[17,4089e-8],[18,.00609],[19,.10249],[20,.62891],[21,2.38],[22,7.07],[23,18.24],[24,43.04],[25,96.5],[26,208.52],[27,435.98],[28,908.81],[29,1870],[30,3810],[31,7730],[32,15610],[33,31430],[34,63150]];function he(e,t,n){if(e<17)return 0;if(void 0!==t&&void 0!==n){const r=H[t?"ENCRYPTION_ON":"ENCRYPTION_OFF"][n].find((t=>t.batchDepth===e));if(r?.effectiveVolume)return l(r.effectiveVolume)}else{const t=le.find((([t,n])=>{if(e===t)return n}));if(t)return 1e3*t[1]*1e3*1e3}return Math.ceil(ue(e)*se)}function fe(e,t){const n=new Map;for(let r=17;r<35;r++)n.set(r,he(r,e,t));return n}function me(e,t){return X.fromPLUR(2n**BigInt(e)*BigInt(t))}function pe(e,t,n){const r=BigInt(Y(e));return _.fromSeconds(Number(r*BigInt(n)/BigInt(t)))}function de(e,t,n){return BigInt(e.toSeconds())/BigInt(n)*BigInt(t)+1n}function ge(e,t,n){if(void 0!==t&&void 0!==n){const r=H[t?"ENCRYPTION_ON":"ENCRYPTION_OFF"][n].find((t=>e.toBytes()<=l(t.effectiveVolume)));if(r?.effectiveVolume)return r.batchDepth}else for(const[r,a]of le)if(e.toBytes()<=1e3*a*1e3*1e3)return r;return 35}function ye(e){return function(e,n,r,a){if(65!==e.length)throw Error("invalid signature length");if(32!==n.length)throw Error("invalid batch ID length");if(8!==r.length)throw Error("invalid timestamp length");if(8!==a.length)throw Error("invalid index length");return new u(t.yI.concatBytes(n,a,r,e))}(e.signature,e.batchId.toUint8Array(),e.timestamp,e.index)}function be(e,t,n){const r=ce(e.utilization,e.depth,e.bucketDepth),a=function(e){return Number.isInteger(e)?e<1?1:e>3155695200?3155695200:e:1}(e.batchTTL),i=_.fromSeconds(a),o=he(e.depth,t,n);return{batchID:new v(e.batchID),utilization:e.utilization,usable:e.usable,label:e.label,depth:e.depth,amount:Y(e.amount),bucketDepth:e.bucketDepth,blockNumber:e.blockNumber,immutableFlag:e.immutableFlag,usage:r,usageText:`${Math.round(100*r)}%`,size:W.fromBytes(o),remainingSize:W.fromBytes(Math.ceil(o*(1-r))),theoreticalSize:W.fromBytes(ue(e.depth)),duration:i,calculateSize(t,n){const r=he(e.depth,t,n);return W.fromBytes(r)},calculateRemainingSize(t,n){const r=he(e.depth,t,n);return W.fromBytes(Math.ceil(r*(1-this.usage)))}}}function we(e){return{batchID:e.batchID.toHex(),utilization:e.utilization,usable:e.usable,label:e.label,depth:e.depth,amount:e.amount,bucketDepth:e.bucketDepth,blockNumber:e.blockNumber,immutableFlag:e.immutableFlag,batchTTL:e.duration.toSeconds()}}function Oe(e){return{name:function(e){if(!e)throw new I("missing content-disposition header");const t=e.match(/filename\*?=['"]?(?:UTF-\d['"]*)?([^;\r\n"']*)['"]?;?/i);if(t&&t.length>0)return t[1];throw new I("invalid content-disposition header")}(e["content-disposition"]),tagUid:function(e){if(!e)return;return parseInt(e,10)}(e["swarm-tag-uid"]),contentType:e["content-type"]||void 0}}function Be(e,n){const r={};if(!function(e){if(!t.Or.isObject(e))return!1;const n=e;return void 0!==n.issuer&&void 0!==n.index&&void 0!==n.signature&&void 0!==n.timestamp&&void 0!==n.batchId}(e)?e&&(e=new v(e),r["swarm-postage-batch-id"]=e.toHex()):r["swarm-postage-stamp"]=ye(e).toHex(),!n)return r;const a=t.Or.asObject(n);return a.size&&(r["content-length"]=String(a.size)),a.contentType&&(r["content-type"]=String(a.contentType)),a.redundancyLevel&&(r["swarm-redundancy-level"]=String(a.redundancyLevel)),t.Or.isBoolean(a.act)&&(r["swarm-act"]=String(a.act)),t.Or.isBoolean(a.pin)&&(r["swarm-pin"]=String(a.pin)),t.Or.isBoolean(a.encrypt)&&(r["swarm-encrypt"]=a.encrypt.toString()),a.tag&&(r["swarm-tag"]=String(a.tag)),t.Or.isBoolean(a.deferred)&&(r["swarm-deferred-upload"]=a.deferred.toString()),a.redundancyStrategy&&(r["swarm-redundancy-strategy"]=String(a.redundancyStrategy)),t.Or.isBoolean(a.fallback)&&(r["swarm-redundancy-fallback-mode"]=a.fallback.toString()),a.timeoutMs&&(r["swarm-chunk-retrieval-timeout"]=String(a.timeoutMs)),a.indexDocument&&(r["swarm-index-document"]=String(a.indexDocument)),a.errorDocument&&(r["swarm-error-document"]=String(a.errorDocument)),a.actPublisher&&(r["swarm-act-publisher"]=new g(a.actPublisher).toCompressedHex()),a.actHistoryAddress&&(r["swarm-act-history-address"]=new w(a.actHistoryAddress).toHex()),a.actTimestamp&&(r["swarm-act-timestamp"]=String(a.actTimestamp)),(a.actPublisher||a.actHistoryAddress||a.actTimestamp)&&(r["swarm-act"]="true"),a.gasPrice&&(r["gas-price"]=String(a.gasPrice)),a.gasLimit&&(r["gas-limit"]=String(a.gasLimit)),r}const Te=i()("bee-js:http"),ve={headers:{accept:"application/json, text/plain, */*"}};async function Re(e,n){const r=t.Rb.deepMerge3(ve,n,e);if(e.signal&&(r.signal=e.signal),function(e){if(void 0===e.data)return;const t=e.data;if(null!==t&&"object"==typeof t&&t.constructor===Object||Array.isArray(t))e.body=JSON.stringify(t),e.headers={"content-type":"application/json",...e.headers};else{e.body=t,e.duplex="half";const n=t instanceof Blob&&t.type?t.type:"application/octet-stream";e.headers={"content-type":n,...e.headers}}}(r),r.params)for(const t of Object.keys(r.params))void 0===r.params[t]&&delete r.params[t];const a=function(e){let n=t.DH.joinUrl([e.baseURL??"",e.url??""]);if(e.params){const t=new URLSearchParams(Object.entries(e.params).filter((([,e])=>void 0!==e)).map((([e,t])=>[e,String(t)]))).toString();t&&(n+=`?${t}`)}return n}(r),i=(r.method||"GET").toUpperCase();r.method=i,e.onRequest?.({method:i,url:t.DH.joinUrl([r.baseURL??"",r.url??""]),headers:{...r.headers},params:r.params});let o=0;for(;o<1e5;)try{Te(`${i} ${a}`,{headers:r.headers,params:r.params});const e=await fetch(a,r);return e.ok||await Ee(i,a,e,r.responseType),xe(e,r.responseType)}catch(s){if(s instanceof A)throw s;const n=s;if("TimeoutError"!==n.name||!e.endlesslyRetry)throw Se(n,i,a);o++,await t.iQ.sleepMillis(o<300?200:1e3)}throw Error("Max number of failed attempts reached")}async function Ee(e,t,n,r){const a=await xe(n,r).catch((()=>({data:void 0}))),i="string"==typeof a.data?a.data:JSON.stringify(a.data),o=i&&"undefined"!==i?`${n.statusText}: ${i}`:n.statusText;throw new A(e,t,o,a.data,n.status,n.statusText)}function Se(e,t,n){if("AbortError"===e.name)return new A(t,n,"Request aborted",void 0,void 0,"ERR_CANCELED");const r=e.cause,a=r?.message?`${e.message}: ${r.message}`:e.message;return new A(t,n,a)}async function xe(e,t="json"){let n;switch(t){case"arraybuffer":n=await e.arrayBuffer();break;case"text":n=await e.text();break;case"blob":n=await e.blob();break;case"stream":n=e.body;break;default:{const t=await e.text();n=t?JSON.parse(t):null}}return{data:n,status:e.status,statusText:e.statusText,headers:Object.fromEntries(e.headers.entries()),raw:e}}const Ie="chunks";async function De(e,t,n){t=new w(t);const r=await Re(e,{responseType:"arraybuffer",url:`${Ie}/${t}`,headers:Be(null,n)});return new Uint8Array(r.data)}const Ae=b.LENGTH,Ve=b.LENGTH+R.LENGTH,$e=b.LENGTH+R.LENGTH+B.LENGTH;function Ce(e,n){e=e instanceof u?e.toUint8Array():e,n=new w(n);const r=function(e){const n=$(e.slice(Ve)),r=R.fromSlice(e,Ae),a=u.fromSlice(e,0,b.LENGTH),i=t.yI.concatBytes(a.toUint8Array(),n.toUint8Array());return r.recoverPublicKey(i).address()}(e),a=u.fromSlice(e,0,b.LENGTH),i=new w(t.yI.keccak256(t.yI.concatBytes(a.toUint8Array(),r.toUint8Array())));if(!t.yI.equals(n.toUint8Array(),i.toUint8Array()))throw new I("SOC data does not match given address!");return{data:e,identifier:a,signature:R.fromSlice(e,Ae),span:B.fromSlice(e,Ve),payload:u.fromSlice(e,$e),address:i,owner:r}}function Ne(e,n){return new w(t.yI.keccak256(t.yI.concatBytes(e.toUint8Array(),n.toUint8Array())))}function Fe(e,n,r,a,i){const o=Ne(a=new b(a),(i=new d(i)).publicKey().address()),s=i.sign(t.yI.concatBytes(a.toUint8Array(),e.toUint8Array()));return{data:t.yI.concatBytes(a.toUint8Array(),s.toUint8Array(),n.toUint8Array(),r.toUint8Array()),identifier:a,signature:s,span:n,payload:r,address:o,owner:i.publicKey().address()}}async function ke(e,n,r,a){const i=t.yI.concatBytes(n.span.toUint8Array(),n.payload.toUint8Array());return async function(e,n,r,a,i,o,s){const c=await Re(e,{method:"post",url:`soc/${n}/${r}`,data:i,headers:{"content-type":"application/octet-stream",...Be(o,s)},responseType:"json",params:{sig:a.toHex()}}),u=t.Or.asObject(c.data,{name:"response.data"});return{reference:new w(t.Or.asHexString(u.reference)),tagUid:c.headers["swarm-tag"]?oe(c.headers["swarm-tag"]):void 0,historyAddress:c.headers["swarm-act-history-address"]?t.Xx.of(new w(c.headers["swarm-act-history-address"])):t.Xx.empty()}}(e,n.owner,n.identifier,n.signature,i,r,a)}async function ze(e,t,n,r,a,i){t=new d(t),r=new b(r);return ke(e,Ge(a).toSingleOwnerChunk(r,t),n,i)}async function Pe(e,t,n){const r=Ne(n=new b(n),t=new y(t));return Ce(await De(e,r.toHex()),r)}const Le=1,Me=4096;function Ue(e){return Ge((e=new u(e)).toUint8Array().slice(B.LENGTH),B.fromSlice(e.toUint8Array(),0))}function Ge(e,n){if(t.Or.isString(e)&&(e=u.fromUtf8(e)),e.length<Le||e.length>Me)throw new RangeError(`payload size ${e.length} exceeds limits [${Le}, ${Me}]`);const r=n?"bigint"==typeof n?B.fromBigInt(n):n:B.fromBigInt(BigInt(e.length)),a=new u(e),i=t.yI.concatBytes(r.toUint8Array(),a.toUint8Array()),o=$(i);return{data:i,span:r,payload:a,address:o,toSingleOwnerChunk:(e,t)=>Fe(o,r,a,e,t)}}const je="bytes";async function qe(e,n,r,a){const i=await Re(e,{url:je,method:"post",responseType:"json",data:n,headers:{"content-type":"application/octet-stream",...Be(r,a)}}),o=t.Or.asObject(i.data,{name:"response.data"});return{reference:new w(t.Or.asHexString(o.reference)),tagUid:i.headers["swarm-tag"]?oe(i.headers["swarm-tag"]):void 0,historyAddress:i.headers["swarm-act-history-address"]?t.Xx.of(new w(i.headers["swarm-act-history-address"])):t.Xx.empty()}}async function He(e,t,n){n&&(n=ee(n));const r=await Re(e,{responseType:"arraybuffer",url:`${je}/${t}`,headers:Be(null,n)});return new u(r.data)}const _e="feeds";function We(e){const t=e["swarm-feed-index"],n=e["swarm-feed-index-next"];if(!t)throw new I("Response did not contain expected swarm-feed-index!");if(!n)throw new I("Response did not contain expected swarm-feed-index-next!");return{feedIndex:new x(t),feedIndexNext:new x(n)}}async function Xe(e,t,n,r){const a=await Re(e,{responseType:"arraybuffer",url:`${_e}/${t}/${n}`,params:{...r}});return{payload:new u(a.data),...We(a.headers)}}class Ke{constructor(e){this.raw=e}toString(){return t.Or.isString(this.raw)&&this.raw.includes(".eth")?this.raw:new w(this.raw).toHex()}}function Ze(e,n){return n="number"==typeof n?x.fromBigInt(BigInt(n)):n,new b(t.yI.keccak256(t.yI.concatBytes(e.toUint8Array(),n.toUint8Array())))}async function Je(e,t,n){try{const r=await Xe(e,t,n);if(!r.feedIndexNext)throw Error("Feed index next is not defined. This should happen when fetching an exact index.");return r.feedIndexNext}catch(r){if(r instanceof A)return x.fromBigInt(0n);throw r}}async function Qe(e,n,r,a,i,o){const s=Ze(r,o?.index??await Je(e,n.publicKey().address(),r));if(a.length>4096){const t=await qe(e,a,i,o);return async function(e,t,n,r,a,i){return t=new d(t),r=new b(r),ke(e,a.toSingleOwnerChunk(r,t),n,i)}(e,n,i,s,Ue(await De(e,t.reference)),o)}return ze(e,n,i,s,t.Or.isString(a)?u.fromUtf8(a).toUint8Array():a,o)}function Ye(e,n,r){const a=Ze(n,r);return new w(t.yI.keccak256(t.yI.concatBytes(a.toUint8Array(),e.toUint8Array())))}async function et(e,n,r,a,i=!1){const o=Ye(n,r,a="number"==typeof a?x.fromBigInt(BigInt(a)):a),s=Ce(await De(e,o.toHex()),o);let c=t.Xx.empty();if(i){const e=u.fromSlice(s.payload.toUint8Array(),0,8);c=t.Xx.of(Number(t.yI.uint64ToNumber(e.toUint8Array(),"BE")))}return{timestamp:c,payload:new u(s.payload.offset(i?8:0))}}async function tt(e,t,n,r){const a=Ye(t,n,r="number"==typeof r?x.fromBigInt(BigInt(r)):r),i=Ce(await De(e,a),a);return Ge(i.payload,i.span)}function nt(e,t,n){const r=async r=>{if(void 0===r?.index)return Xe(e,n,t);const a=await et(e,n,t,r.index,r.hasTimestamp??!0),i="number"==typeof r.index?x.fromBigInt(BigInt(r.index)):r.index;return{payload:a.payload,feedIndex:i,feedIndexNext:i.next()}};return{download:r,downloadPayload:async r=>{if(void 0===r?.index)return Xe(e,n,t);const a=await tt(e,n,t,r.index),i=a.span.toBigInt()<=4096n?a.payload:await He(e,new Ke(a.address)),o="number"==typeof r.index?x.fromBigInt(BigInt(r.index)):r.index;return{payload:i,feedIndex:o,feedIndexNext:o.next()}},downloadReference:async a=>{let i=a?.index;void 0===i&&(i=(await async function(e,t,n){return We((await Re(e,{responseType:"arraybuffer",url:`${_e}/${t}/${n}`,params:{"Swarm-Only-Root-Chunk":!0}})).headers)}(e,n,t)).feedIndex);const o=await r({...a,index:i});return{reference:new w(o.payload.toUint8Array()),feedIndex:o.feedIndex,feedIndexNext:o.feedIndexNext??o.feedIndex.next()}},owner:n,topic:t}}function rt(e,n,r){const a=async(a,i,o)=>async function(e,n,r,a,i,o){a=new w(a);const s=Ze(r,o?.index??await Je(e,n.publicKey().address(),r)),c=o?.at??Date.now()/1e3,u=t.yI.numberToUint64(BigInt(Math.floor(c)),"BE");return ze(e,n,i,s,t.yI.concatBytes(u,a.toUint8Array()),o)}(e,r,n,i,a,o);return{...nt(e,n,r.publicKey().address()),upload:a,uploadReference:a,uploadPayload:async(t,a,i)=>Qe(e,r,n,a,t,i)}}async function at(e,n,r,a,i,o){const s=function(e,t,n){const r=n.toBigInt(),a=[];for(let i=0n;i<=r;i++)a.push(Ye(e,t,x.fromBigInt(i)));return a}(n,r,a).map((async n=>async function(e,n,r,a){try{return await e.downloadChunk(n,r,a),!0}catch(i){const e=t.Rb.getDeep(i,"status");if(404===e||500===e)return!1;throw i}}(e,n,i,o)));return(await Promise.all(s)).every((e=>e))}function it(e){if(!function(e){return!!Array.isArray(e)&&e.every((e=>"object"==typeof e&&e.path&&void 0!==e.size))}(e))throw new D("invalid collection",e)}function ot(e){if(e.webkitRelativePath&&""!==e.webkitRelativePath)return e.webkitRelativePath.replace(/.*?\//i,"");if(e.name)return e.name;throw new TypeError("file is not valid File object")}function st(e){return Array.from(e).map((e=>({path:ot(e),size:e.size,file:e})))}function ct(e){return Array.from(e).reduce(((e,t)=>e+t.size),0)}class ut{output=new Z.PassThrough;currentFileSize=0;beginFile(e,t){const{name:n,prefix:r,longLink:a}=function(e){if(e.length<=100)return{name:e,prefix:"",longLink:!1};for(let r=e.length-1;r>=0;r--)if("/"===e[r]){const t=e.substring(r+1),n=e.substring(0,r);if(t.length<=100&&n.length<=155)return{name:t,prefix:n,longLink:!1}}const t=e.lastIndexOf("/"),n=(t>=0?e.substring(t+1):e).slice(0,100);return{name:n,prefix:"",longLink:!0}}(e);if(a){const t=Buffer.from(e+"\0");this.output.write(function(e){const t=Buffer.alloc(512,0);t.write("././@LongLink",0,100),t.write("0000644\0",100,8),t.write("0000000\0",108,8),t.write("0000000\0",116,8),t.write(e.toString(8).padStart(11,"0")+"\0",124,12),t.write("00000000000\0",136,12),t.write(" ",148,8),t.write("L",156,1),t.write("ustar\0\0",257,8);let n=0;for(let r=0;r<512;r++)n+=t[r];return t.write(n.toString(8).padStart(6,"0")+"\0 ",148,8),t}(t.length)),this.output.write(t);const n=t.length%512==0?0:512-t.length%512;n>0&&this.output.write(Buffer.alloc(n,0))}const i=function(e,t,n){const r=Buffer.alloc(512,0);r.write(e.slice(0,100).padEnd(100,"\0"),0,100),r.write("0000777\0",100,8),r.write("0001750\0",108,8),r.write("0001750\0",116,8),r.write(n.toString(8).padStart(11,"0")+"\0",124,12);const a=Math.floor((new Date).getTime()/1e3);r.write(a.toString(8).padStart(11,"0")+"\0",136,12),r.write(" ",148,8),r.write("0",156,1),r.write("ustar\0\0",257,8),t&&r.write(t.slice(0,155).padEnd(155,"\0"),345,155);let i=0;for(let o=0;o<512;o++)i+=r[o];return r.write(i.toString(8).padStart(6,"0")+"\0 ",148,8),r}(n,r,t);this.output.write(i),this.currentFileSize=0}async appendFile(e){return new Promise((t=>{this.output.write(e)?t():this.output.once("drain",(()=>{t()})),this.currentFileSize+=e.length}))}async endFile(){const e=this.currentFileSize%512==0?0:512-this.currentFileSize%512;e>0&&this.output.write(Buffer.alloc(e,0))}async end(){return new Promise((e=>{this.output.write(Buffer.alloc(1024,0)),this.output.end((()=>{e()}))}))}}var lt=n(497),ht=n.n(lt);async function ft(e,t,n,r){const a=new ut,i=Re(e,{method:"post",url:"bzz",data:a.output,responseType:"json",headers:{"content-type":"application/x-tar","swarm-collection":"true",...Be(n,r)}});await async function(e,t){for(const n of e)if(t.beginFile(n.path,n.size),n.fsPath){const e=(0,lt.createReadStream)(n.fsPath);for await(const n of e)await t.appendFile(n);await t.endFile(),e.close()}else{if(!n.file)throw new Error("Invalid collection item");await t.appendFile(new Uint8Array(await n.file.arrayBuffer())),await t.endFile()}}(t,a),await a.end();return await i}const mt="bzz";async function pt(e,n,r,a,i){Q(n)&&!i?.contentType&&(i||(i={}),i.contentType="application/octet-stream");const o=await Re(e,{method:"post",url:mt,data:n,headers:Be(r,i),params:{name:a},responseType:"json"}),s=t.Or.asObject(o.data,{name:"response.data"});return{reference:new w(t.Or.asHexString(s.reference)),tagUid:o.headers["swarm-tag"]?oe(o.headers["swarm-tag"]):void 0,historyAddress:o.headers["swarm-act-history-address"]?t.Xx.of(new w(o.headers["swarm-act-history-address"])):t.Xx.empty()}}async function dt(e,n,r,a){it(n);const i=await ft(e,n,r,a),o=t.Or.asObject(i.data,{name:"response.data"});return{reference:new w(t.Or.asHexString(o.reference)),tagUid:i.headers["swarm-tag"]?oe(i.headers["swarm-tag"]):void 0,historyAddress:i.headers["swarm-act-history-address"]?t.Xx.of(new w(i.headers["swarm-act-history-address"])):t.Xx.empty()}}const gt="balances",yt="consumed";const bt="chequebook";async function wt(e,n){const r=await Re(e,{url:bt+`/cashout/${n}`,responseType:"json"}),a=t.Or.asObject(r.data,{name:"response.data"});return{peer:t.Or.asString(a.peer,{name:"peer"}),uncashedAmount:X.fromPLUR(Y(a.uncashedAmount,{name:"uncashedAmount"})),transactionHash:t.Or.asNullableString(a.transactionHash),lastCashedCheque:t.Or.asNullable((e=>Ot(e)),a.lastCashedCheque),result:t.Or.asNullable((e=>function(e){const n=t.Or.asObject(e,{name:"cashout result"});return{recipient:t.Or.asString(n.recipient,{name:"recipient"}),lastPayout:X.fromPLUR(Y(n.lastPayout,{name:"lastPayout"})),bounced:t.Or.asBoolean(n.bounced,{name:"bounced"})}}(e)),a.result)}}function Ot(e){const n=t.Or.asObject(e,{name:"cheque"});return{beneficiary:new y(t.Or.asString(n.beneficiary,{name:"beneficiary"})),chequebook:new y(t.Or.asString(n.chequebook,{name:"chequebook"})),payout:X.fromPLUR(Y(n.payout,{name:"payout"}))}}function Bt(e,n){const r=t.Or.asObject(e,{name:n});return r.disconnectedPeers||(r.disconnectedPeers=[]),r.connectedPeers||(r.connectedPeers=[]),{population:t.Or.asNumber(r.population,{name:"population"}),connected:t.Or.asNumber(r.connected,{name:"connected"}),connectedPeers:t.Or.asArray(r.connectedPeers,{name:"connectedPeers"}).map((e=>({address:t.Or.asString(t.Or.asObject(e,{name:"connectedPeer"}).address,{name:"address"})}))),disconnectedPeers:t.Or.asArray(r.disconnectedPeers,{name:"disconnectedPeers"}).map((e=>({address:t.Or.asString(t.Or.asObject(e,{name:"disconnectedPeer"}).address,{name:"address"})})))}}const Tt="settlements";const vt="stake";const Rt="stamps";async function Et(e){const n=await Re(e,{method:"get",url:"batches",responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return t.Or.asArray(r.batches,{name:"batches"}).map((e=>t.Or.asObject(e,{name:"batch"}))).map((e=>({batchID:new v(t.Or.asString(e.batchID,{name:"batchID"})),batchTTL:t.Or.asNumber(e.batchTTL,{name:"batchTTL"}),bucketDepth:t.Or.asNumber(e.bucketDepth,{name:"bucketDepth"}),depth:t.Or.asNumber(e.depth,{name:"depth"}),immutable:t.Or.asBoolean(e.immutable,{name:"immutable"}),owner:new y(t.Or.asString(e.owner,{name:"owner"})),start:t.Or.asNumber(e.start,{name:"start"}),value:Y(e.value,{name:"value"})})))}async function St(e){const n=await Re(e,{method:"get",url:`${Rt}`,responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return t.Or.asArray(r.stamps,{name:"stamps"}).map((e=>t.Or.asObject(e,{name:"stamp"}))).map((e=>be(xt(e))))}function xt(e){return{amount:Y(e.amount,{name:"amount"}),batchID:t.Or.asString(e.batchID,{name:"batchID"}),batchTTL:t.Or.asNumber(e.batchTTL,{name:"batchTTL"}),bucketDepth:t.Or.asNumber(e.bucketDepth,{name:"bucketDepth"}),blockNumber:t.Or.asNumber(e.blockNumber,{name:"blockNumber"}),depth:t.Or.asNumber(e.depth,{name:"depth"}),immutableFlag:t.Or.asBoolean(e.immutableFlag,{name:"immutableFlag"}),label:t.Or.asEmptiableString(e.label,{name:"label"}),usable:t.Or.asBoolean(e.usable,{name:"usable"}),utilization:t.Or.asNumber(e.utilization,{name:"utilization"})}}const It="wallet";var Dt=n(359),At=n.n(Dt);const Vt="2.7.0-6ddf9b45",$t=Vt.split("-")[0],Ct="7.3.0";async function Nt(e){const n=await Re(e,{method:"get",url:"health",responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return{apiVersion:t.Or.asString(r.apiVersion,{name:"apiVersion"}),version:t.Or.asString(r.version,{name:"version"}),status:t.Or.asString(r.status,{name:"status"})}}const Ft="transactions";function kt(e){const n=t.Or.asObject(e,{name:"transaction"});return{transactionHash:new O(t.Or.asString(n.transactionHash,{name:"transactionHash"})),to:t.Or.asString(n.to,{name:"to"}),nonce:t.Or.asNumber(n.nonce,{name:"nonce"}),gasPrice:Y(n.gasPrice,{name:"gasPrice"}),gasLimit:t.Or.asNumber(n.gasLimit,{name:"gasLimit"}),data:t.Or.asString(n.data,{name:"data"}),created:t.Or.asString(n.created,{name:"created"}),description:t.Or.asString(n.description,{name:"description"}),value:Y(n.value,{name:"value"})}}const zt="grantee";var Pt=n(666),Lt=n.n(Pt);const Mt="gsoc";const Ut="pins";const Gt="pss";async function jt(e,t,n,r,a,i){await Re(e,{method:"post",url:`${Gt}/send/${t}/${n}`,data:r,responseType:"json",params:{recipient:i},headers:Be(a)})}async function qt(e){await Re(e,{url:"",responseType:"text"})}const Ht="stewardship";const _t="tags";const Wt=i()("bee-js:manifest"),Xt=new TextEncoder,Kt=new TextDecoder,Zt=new Uint8Array([47]),Jt=t.yI.hexToUint8Array("5768b3b6a7db56d21d1abff40d41cebfc83448fed8d7e9b06ec0d3b073f28f7b");class Qt{constructor(e,t){this.prefix=e,this.node=t}static split(e,n){const r=t.yI.commonPrefix(e.prefix,n.prefix);if(r.length===e.prefix.length){const t=n.prefix.slice(r.length);return n.node.path=n.prefix.slice(r.length),n.prefix=n.prefix.slice(r.length),n.node.parent=e.node,e.node.forks.set(t[0],n),e}if(r.length===n.prefix.length){const t=e.prefix.slice(r.length);return e.node.path=e.prefix.slice(r.length),e.prefix=e.prefix.slice(r.length),e.node.parent=n.node,n.node.forks.set(t[0],e),n}const a=new Yt({path:r}),i=new Qt(e.prefix.slice(r.length),e.node),o=new Qt(n.prefix.slice(r.length),n.node);return e.node.path=e.prefix.slice(r.length),n.node.path=n.prefix.slice(r.length),e.prefix=e.prefix.slice(r.length),n.prefix=n.prefix.slice(r.length),a.forks.set(i.prefix[0],i),a.forks.set(o.prefix[0],o),i.node.parent=a,o.node.parent=a,new Qt(r,a)}marshal(){if(!this.node.selfAddress)throw Error("Fork#marshal node.selfAddress is not set");const e=[];if(e.push(new Uint8Array([this.node.determineType()])),e.push(t.yI.numberToUint8(this.prefix.length)),e.push(this.prefix),this.prefix.length<30&&e.push(new Uint8Array(30-this.prefix.length)),e.push(this.node.selfAddress),Wt("marshalling fork",{prefixLength:this.prefix.length,prefix:Kt.decode(this.prefix),address:t.yI.uint8ArrayToHex(this.node.selfAddress)}),this.node.metadata){const n=t.yI.padEndToMultiple(new Uint8Array([0,0,...Xt.encode(JSON.stringify(this.node.metadata))]),32,10),r=t.yI.numberToUint16(n.length-2,"BE");n.set(r,0),e.push(n)}return t.yI.concatBytes(...e)}static unmarshal(e,n){const r=t.yI.uint8ToNumber(e.read(1)),a=t.yI.uint8ToNumber(e.read(1)),i=e.read(a);a<30&&e.read(30-a);const o=e.read(n);let s;if(Wt("unmarshalling fork",{type:r,prefixLength:a,prefix:Kt.decode(i),addressLength:n,address:t.yI.uint8ArrayToHex(o)}),function(e,t){return(e&t)===t}(r,16)){const n=t.yI.uint16ToNumber(e.read(2),"BE");s=JSON.parse(Kt.decode(e.read(n)))}return new Qt(i,new Yt({selfAddress:o,metadata:s,path:i}))}}class Yt{obfuscationKey=new Uint8Array(32);selfAddress=null;targetAddress=new Uint8Array(32);metadata=null;path=new Uint8Array(0);forks=new Map;parent=null;constructor(e){e?.targetAddress&&(this.targetAddress=e.targetAddress),e?.selfAddress&&(this.selfAddress=e.selfAddress),e?.metadata&&(this.metadata=e.metadata),e?.obfuscationKey&&(this.obfuscationKey=e.obfuscationKey),e?.path&&(this.path=e.path),e?.parent&&(this.parent=e.parent)}get fullPath(){return t.yI.concatBytes(this.parent?.fullPath??new Uint8Array(0),this.path)}get fullPathString(){return Kt.decode(this.fullPath)}getRootMetadata(){const e=this.find("/");return e&&e.metadata?t.Xx.of(e.metadata):t.Xx.empty()}getDocsMetadata(){const e=this.find("/");return e&&e.metadata?{indexDocument:e.metadata["website-index-document"]??null,errorDocument:e.metadata["website-error-document"]??null}:{indexDocument:null,errorDocument:null}}async resolveFeed(e,n){const r=this.find("/");if(!r||!r.metadata)return t.Xx.empty();const a=r.metadata["swarm-feed-owner"],i=r.metadata["swarm-feed-topic"];return a&&i?t.Xx.of(await e.fetchLatestFeedUpdate(i,a,n)):t.Xx.empty()}async marshal(){for(const t of this.forks.values())t.node.selfAddress||(t.node.selfAddress=(await t.node.calculateSelfAddress()).toUint8Array());const e=new Uint8Array(32);e.set(Jt,0),e.set(t.yI.equals(this.targetAddress,dn)&&t.yI.equals(this.path,new Uint8Array([47]))?t.yI.numberToUint8(0):t.yI.numberToUint8(this.targetAddress.length),31);const n=new Uint8Array(32);for(const i of this.forks.keys())t.yI.setBit(n,i,1,"LE");const r=[];for(let i=0;i<256;i++)t.yI.getBit(n,i,"LE")&&r.push(this.forks.get(i).marshal());const a=t.yI.xorCypher(t.yI.concatBytes(e,t.yI.equals(this.targetAddress,dn)&&t.yI.equals(this.path,new Uint8Array([47]))?new Uint8Array(0):this.targetAddress,n,...r),this.obfuscationKey);return t.yI.concatBytes(this.obfuscationKey,a)}static async unmarshal(e,t,n,r){t=new w(t);const a=(await e.downloadData(t,n,r)).toUint8Array();return this.unmarshalFromData(a,t.toUint8Array())}static unmarshalFromData(e,n){const r=e.subarray(0,32),a=t.yI.xorCypher(e.subarray(32),r),i=new t.pp(a),o=i.read(31);if(!t.yI.equals(o,Jt.slice(0,31)))throw new Error("MantarayNode#unmarshal invalid version hash");const s=t.yI.uint8ToNumber(i.read(1)),c=s?i.read(s):dn,u=new Yt({selfAddress:n,targetAddress:c,obfuscationKey:r}),l=i.read(32);for(let h=0;h<256;h++)if(t.yI.getBit(l,h,"LE")){const e=Qt.unmarshal(i,n.length);u.forks.set(h,e),e.node.parent=u}return u}addFork(e,t,n){this.selfAddress=null,e=e instanceof Uint8Array?e:Xt.encode(e),Wt("adding fork",{path:Kt.decode(e),reference:new w(t).represent()});let r=this;for(;e.length;){const a=e.slice(0,30),i=0===(e=e.slice(30)).length,[o,s]=r.findClosest(a),c=a.slice(s.length);if(s.length&&(r=o),!c.length)continue;const u=new Qt(c,new Yt({targetAddress:i?new w(t).toUint8Array():void 0,metadata:i?n:void 0,path:c})),l=o.forks.get(c[0]);if(l){const e=Qt.split(u,l);r.forks.set(c[0],e),e.node.parent=r,r.selfAddress=null,r=u.node}else r.forks.set(c[0],u),u.node.parent=r,r.selfAddress=null,r=u.node}}removeFork(e){if(this.selfAddress=null,0===(e=e instanceof Uint8Array?e:Xt.encode(e)).length)throw Error("MantarayNode#removeFork [path] parameter cannot be empty");const n=this.find(e);if(!n)throw Error("MantarayNode#removeFork fork not found");const[r,a]=this.findClosest(e.slice(0,e.length-1));r.forks.delete(e.slice(a.length)[0]);for(const i of n.forks.values())r.addFork(t.yI.concatBytes(n.path,i.prefix),i.node.targetAddress,i.node.metadata)}async calculateSelfAddress(){return this.selfAddress?new w(this.selfAddress):new w((await t.vU.root(await this.marshal())).hash())}async saveRecursively(e,t,n,r){for(const i of this.forks.values()){const a=await i.node.saveRecursively(e,t,n,r);if(n?.act){let e;a.historyAddress.ifPresent((t=>e=t)),e&&(i.node.metadata||(i.node.metadata={}),i.node.metadata["swarm-act-history-address"]=e.toHex())}}const a=await e.uploadData(t,await this.marshal(),n,r);return this.selfAddress=a.reference.toUint8Array(),a}async loadRecursively(e,t,n){for(const r of this.forks.values()){if(!r.node.selfAddress)throw Error("MantarayNode#loadRecursively fork.node.selfAddress is not set");let a=t;r.node.metadata&&r.node.metadata["swarm-act-history-address"]&&(a={...t,actHistoryAddress:r.node.metadata["swarm-act-history-address"]});const i=await Yt.unmarshal(e,r.node.selfAddress,a,n);r.node.targetAddress=i.targetAddress,r.node.forks=i.forks,r.node.path=r.prefix,r.node.parent=this,await r.node.loadRecursively(e,t,n)}}find(e){const[t,n]=this.findClosest(e);return n.length===e.length?t:null}findClosest(e,n=new Uint8Array){if(0===(e=e instanceof Uint8Array?e:Xt.encode(e)).length)return[this,n];const r=this.forks.get(e[0]);return r&&t.yI.commonPrefix(r.prefix,e).length===r.prefix.length?r.node.findClosest(e.slice(r.prefix.length),t.yI.concatBytes(n,r.prefix)):[this,n]}collect(e=[]){for(const n of this.forks.values())t.yI.equals(n.node.targetAddress,dn)||e.push(n.node),n.node.collect(e);return e}collectAndMap(){const e=this.collect(),t={};for(const n of e)t[n.fullPathString]=new w(n.targetAddress).toHex();return t}determineType(){let e=0;return t.yI.equals(this.targetAddress,dn)&&!t.yI.equals(this.path,Zt)||(e|=2),this.forks.size>0&&(e|=4),-1===t.yI.indexOf(this.path,Zt)||t.yI.equals(this.path,Zt)||(e|=8),this.metadata&&(e|=16),e}}var en=n(61),tn=n.n(en);async function nn(e){if("string"!=typeof e)throw new TypeError("dir has to be string!");if(""===e)throw new TypeError("dir must not be empty string!");return rn(e,"")}async function rn(e,t){const n=tn().join(e,t),r=await ht().promises.opendir(n);let a=[];for await(const i of r){const n=tn().join(e,t,i.name),r=tn().join(t,i.name);i.isFile()?a.push({path:r,size:(await ht().promises.stat(n)).size,fsPath:n}):i.isDirectory()&&(a=[...await rn(e,r),...a])}return a}async function an(e){if("string"!=typeof e)throw new TypeError("dir has to be string!");if(""===e)throw new TypeError("dir must not be empty string!");const t=await ht().promises.opendir(e);let n=0;for await(const r of t)if(r.isFile()){n+=(await ht().promises.stat(tn().join(e,r.name))).size}else r.isDirectory()&&(n+=await an(tn().join(e,r.name)));return n}const on={aac:"audio/aac",abw:"application/x-abiword",ai:"application/postscript",arc:"application/octet-stream",avi:"video/x-msvideo",azw:"application/vnd.amazon.ebook",bin:"application/octet-stream",bz:"application/x-bzip",bz2:"application/x-bzip2",csh:"application/x-csh",css:"text/css",csv:"text/csv",doc:"application/msword",dll:"application/octet-stream",dmg:"application/x-apple-diskimage",eot:"application/vnd.ms-fontobject",epub:"application/epub+zip",gif:"image/gif",htm:"text/html",html:"text/html",ico:"image/x-icon",ics:"text/calendar",jar:"application/java-archive",jpeg:"image/jpeg",jpg:"image/jpeg",js:"application/javascript",json:"application/json",mid:"audio/midi",midi:"audio/midi",mp2:"audio/mpeg",mp3:"audio/mpeg",mp4:"video/mp4",mpa:"video/mpeg",mpe:"video/mpeg",mpeg:"video/mpeg",mpkg:"application/vnd.apple.installer+xml",odp:"application/vnd.oasis.opendocument.presentation",ods:"application/vnd.oasis.opendocument.spreadsheet",odt:"application/vnd.oasis.opendocument.text",oga:"audio/ogg",ogv:"video/ogg",ogx:"application/ogg",otf:"font/otf",png:"image/png",pdf:"application/pdf",ppt:"application/vnd.ms-powerpoint",rar:"application/x-rar-compressed",rtf:"application/rtf",sh:"application/x-sh",svg:"image/svg+xml",swf:"application/x-shockwave-flash",tar:"application/x-tar",tif:"image/tiff",tiff:"image/tiff",ts:"application/typescript",ttf:"font/ttf",txt:"text/plain",vsd:"application/vnd.visio",wav:"audio/x-wav",weba:"audio/webm",webm:"video/webm",webp:"image/webp",woff:"font/woff",woff2:"font/woff2",xhtml:"application/xhtml+xml",xls:"application/vnd.ms-excel",xlsx:"application/vnd.ms-excel",xml:"application/xml",xul:"application/vnd.mozilla.xul+xml",zip:"application/zip","3gp":"video/3gpp","3gp2":"video/3gpp2","7z":"application/x-7z-compressed"};function sn(e){return["text/html","text/css"].includes(e)?`${e}; charset=utf-8`:e}async function cn(e){if("string"==typeof e)return(new TextEncoder).encode(e);if(e instanceof Buffer)return new Uint8Array(e);if(e instanceof ArrayBuffer)return new Uint8Array(e);if(t=e,Array.isArray(t)&&t.length>0&&t.every((e=>e instanceof Buffer)))return new Uint8Array(Buffer.concat(e));var t;throw new TypeError("unknown websocket data type")}function un(e){if(!function(e){try{if("string"!=typeof e)return!1;const t=new URL(e);return"http:"===t.protocol||"https:"===t.protocol}catch(t){return!1}}(e))throw new D("URL is not valid!",e)}class ln{constructor(e,t){un(e),this.url=function(e){return e.endsWith("/")?e.slice(0,-1):e}(e),t?.signer&&(this.signer=new d(t.signer)),this.network=t?.network??"gnosis",this.requestOptions={baseURL:this.url,timeout:t?.timeout??0,headers:t?.headers,onRequest:t?.onRequest,httpAgent:t?.httpAgent,httpsAgent:t?.httpsAgent}}async uploadData(e,n,r,a){return e=new v(e),ie(n),r&&(r=function(e,n="UploadOptions"){const r=te(e,n),a=t.Or.asObject(e,{name:n});return{...r,redundancyLevel:t.Or.asOptional((e=>t.Or.asInteger(e,{name:"redundancyLevel",min:0})),a.redundancyLevel)}}(r)),qe(this.getRequestOptionsForCall(a),n,e,r)}async probeData(e,t){return e=new w(e),async function(e,t){t=new w(t);const n=await Re(e,{url:`${je}/${t}`,method:"head",responseType:"json"});return{contentLength:parseInt(n.headers["content-length"])}}(this.getRequestOptionsForCall(t),e)}async downloadData(e,t,n){return t&&(t=ee(t)),He(this.getRequestOptionsForCall(n),new Ke(e),t)}async downloadReadableData(e,t,n){return t&&(t=ee(t)),async function(e,t,n){return n&&(n=ee(n)),(await Re(e,{responseType:"stream",url:`${je}/${t}`,headers:Be(null,n)})).data}(this.getRequestOptionsForCall(n),new Ke(e),t)}async uploadChunk(e,n,r,a){const i="identifier"in n&&"signature"in n&&"owner"in n;if(n=n instanceof Uint8Array?n:n.data,r&&(r=te(r)),n.length<B.LENGTH)throw new D(`Chunk has to have size of at least ${B.LENGTH}.`,n);if(!i&&n.length>z+B.LENGTH)throw new D(`Content Addressed Chunk must not exceed ${z+B.LENGTH} bytes.`,n);if(i&&n.length>z+B.LENGTH+R.LENGTH+b.LENGTH)throw new D(`Single Owner Chunk must not exceed ${z+B.LENGTH+R.LENGTH+b.LENGTH} bytes.`,n);return async function(e,n,r,a){const i=await Re(e,{method:"post",url:`${Ie}`,data:n,headers:{"content-type":"application/octet-stream",...Be(r,a)},responseType:"json"}),o=t.Or.asObject(i.data,{name:"response.data"});return{reference:new w(t.Or.asString(o.reference,{name:"reference"})),tagUid:i.headers["swarm-tag"]?oe(i.headers["swarm-tag"]):void 0,historyAddress:i.headers["swarm-act-history-address"]?t.Xx.of(new w(i.headers["swarm-act-history-address"])):t.Xx.empty()}}(this.getRequestOptionsForCall(a),n,e,r)}async downloadChunk(e,t,n){return e=new w(e),t&&(t=ee(t)),De(this.getRequestOptionsForCall(n),e,t)}async createGrantees(e,n,r){return e=new v(e),n=n.map((e=>new g(e))),async function(e,n,r){const a=await Re(e,{method:"post",url:zt,data:{grantees:r.map((e=>e.toCompressedHex()))},headers:Be(n),responseType:"json"}),i=t.Or.asObject(a.data,{name:"response.data"});return{status:a.status,statusText:a.statusText,ref:new w(t.Or.asString(i.ref,{name:"ref"})),historyref:new w(t.Or.asString(i.historyref,{name:"historyref"}))}}(this.getRequestOptionsForCall(r),e,n)}async getGrantees(e,n){return async function(e,n){const r=await Re(n,{method:"get",url:`${zt}/${e}`,responseType:"json"}),a=t.Or.asArray(r.data,{name:"response.data"}).map((e=>new g(t.Or.asString(e,{name:"grantee"}))));return{status:r.status,statusText:r.statusText,grantees:a}}(e=new w(e),this.getRequestOptionsForCall(n))}async patchGrantees(e,n,r,a,i){return async function(e,n,r,a,i){const o=await Re(i,{method:"patch",url:`${zt}/${n}`,data:{add:a.add?.map((e=>e.toCompressedHex())),revoke:a.revoke?.map((e=>e.toCompressedHex()))},headers:{...Be(e),"swarm-act-history-address":r.toHex()},responseType:"json"}),s=t.Or.asObject(o.data,{name:"response.data"});return{status:o.status,statusText:o.statusText,ref:new w(t.Or.asString(s.ref,{name:"ref"})),historyref:new w(t.Or.asString(s.historyref,{name:"historyref"}))}}(e=new v(e),n=new w(n),r=new w(r),{add:a.add?.map((e=>new g(e)))??[],revoke:a.revoke?.map((e=>new g(e)))??[]},this.getRequestOptionsForCall(i))}async uploadFile(e,n,r,a,i){if(e=new v(e),function(e){if(!("string"==typeof e||e instanceof Uint8Array||J(e)||Q(e)))throw new TypeError("Data must be either string, Readable, Uint8Array or File!")}(n),a&&(a=function(e){const n=te(e,"FileUploadOptions"),r=t.Or.asObject(e,{name:"FileUploadOptions"});return{...n,size:t.Or.asOptional((e=>t.Or.asInteger(e,{name:"size",min:0})),r.size),contentType:t.Or.asOptional((e=>t.Or.asString(e,{name:"contentType"})),r.contentType),redundancyLevel:t.Or.asOptional((e=>t.Or.asInteger(e,{name:"redundancyLevel",min:0})),r.redundancyLevel)}}(a)),r&&"string"!=typeof r)throw new TypeError("name has to be string or undefined!");if(J(n)){const t=await async function(e){return e.arrayBuffer?e.arrayBuffer():new Promise((t=>{const n=new FileReader;n.onload=()=>t(n.result),n.readAsArrayBuffer(e)}))}(n),o=r??n.name,s=n.type,c={...a,contentType:s};return pt(this.getRequestOptionsForCall(i),t,e,o,c)}return pt(this.getRequestOptionsForCall(i),n,e,r,a)}async downloadFile(e,t="",n,r){return n&&(n=ee(n)),async function(e,t,n="",r){const a=await Re(e,{method:"GET",responseType:"arraybuffer",url:`${mt}/${t}/${n}`,headers:Be(null,r)});return{...Oe(a.headers),data:new u(a.data)}}(this.getRequestOptionsForCall(r),new Ke(e),t,n)}async downloadReadableFile(e,t="",n,r){return e=new w(e),n&&(n=ee(n)),async function(e,t,n="",r){t=new w(t);const a=await Re(e,{method:"GET",responseType:"stream",url:`${mt}/${t}/${n}`,headers:Be(null,r)});return{...Oe(a.headers),data:a.data}}(this.getRequestOptionsForCall(r),e,t,n)}async uploadFiles(e,t,n,r){e=new v(e),n&&(n=ne(n));const a=st(t);return dt(this.getRequestOptionsForCall(r),a,e,n)}async hashDirectory(e){return async function(e){const n=await nn(e),r=new Yt;for(const a of n){const e=new t.vU(t.vU.NOOP);if(!a.fsPath)throw Error("File does not have fsPath, which should never happen in node. Please report this issue.");const n=(0,lt.createReadStream)(a.fsPath);for await(const t of n)await e.append(t);const i=await e.finalize(),{filename:o,extension:s}=t.DH.parseFilename(a.path);r.addFork(a.path,i.hash(),{"Content-Type":sn(on[s.toLowerCase()]||"application/octet-stream"),Filename:o})}return r.calculateSelfAddress()}(e)}async streamDirectory(e,n,r,a,i){return async function(e,n,r,a,i,o){const s=new t.O3(64,64);let c=0,u=0;r=new v(r);const l=await nn(n);for(const t of l)c+=(h=t.size,function e(t){return t<=1?t:t+e(Math.ceil(t/128))}(Math.ceil(h/4096)));var h;let f=!1;async function m(t){await s.enqueue((async()=>{await e.uploadChunk(r,t.build(),i,o),a?.({total:c,processed:++u})}))}const p=new Yt;for(const d of l){if(!d.fsPath)throw Error("File does not have fsPath, which should never happen in node. Please report this issue.");const e=(0,lt.createReadStream)(d.fsPath),n=new t.vU(m);for await(const t of e)await n.append(t);const r=await n.finalize();await s.drain();const{filename:a,extension:i}=t.DH.parseFilename(d.path);p.addFork(d.path,r.hash(),{"Content-Type":sn(on[i.toLowerCase()]||"application/octet-stream"),Filename:a}),"index.html"===d.path&&(f=!0)}if(f||i?.indexDocument||i?.errorDocument){const e={};i?.indexDocument?e["website-index-document"]=i.indexDocument:f&&(e["website-index-document"]="index.html"),i?.errorDocument&&(e["website-error-document"]=i.errorDocument),p.addFork("/",dn,e)}return p.saveRecursively(e,r,i,o)}(this,n,e=new v(e),r,a,this.getRequestOptionsForCall(i))}async streamFiles(e,t,n,r,a){return e=new v(e),async function(){throw new Error("Streaming files is not supported in Node.js")}(0,0,0,0,0,this.getRequestOptionsForCall(a))}async uploadCollection(e,t,n,r){return e=new v(e),it(t),n&&(n=ne(n)),dt(this.getRequestOptionsForCall(r),t,e,n)}async uploadFilesFromDirectory(e,t,n,r){e=new v(e),n&&(n=ne(n));const a=await nn(t);return dt(this.getRequestOptionsForCall(r),a,e,n)}async createTag(e){return async function(e){const n=await Re(e,{method:"post",url:_t,responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return{address:t.Or.asEmptiableString(r.address,{name:"address"}),seen:t.Or.asNumber(r.seen,{name:"seen"}),sent:t.Or.asNumber(r.sent,{name:"sent"}),split:t.Or.asNumber(r.split,{name:"split"}),startedAt:t.Or.asString(r.startedAt,{name:"startedAt"}),stored:t.Or.asNumber(r.stored,{name:"stored"}),synced:t.Or.asNumber(r.synced,{name:"synced"}),uid:t.Or.asNumber(r.uid,{name:"uid"})}}(this.getRequestOptionsForCall(e))}async getAllTags(e,n){return e&&(e=function(e){const n=t.Or.asObject(e,{name:"AllTagsOptions"});return{limit:t.Or.asOptional((e=>t.Or.asInteger(e,{name:"limit",min:U,max:G})),n.limit),offset:t.Or.asOptional((e=>t.Or.asInteger(e,{name:"offset",min:0})),n.offset)}}(e)),async function(e,n,r){const a=await Re(e,{url:_t,params:{offset:n,limit:r},responseType:"json"}),i=t.Or.asObject(a.data,{name:"response.data"});return t.Or.asArray(i.tags,{name:"tags"}).map((e=>t.Or.asObject(e,{name:"tag"}))).map((e=>({address:t.Or.asEmptiableString(e.address,{name:"address"}),seen:t.Or.asNumber(e.seen,{name:"seen"}),sent:t.Or.asNumber(e.sent,{name:"sent"}),split:t.Or.asNumber(e.split,{name:"split"}),startedAt:t.Or.asString(e.startedAt,{name:"startedAt"}),stored:t.Or.asNumber(e.stored,{name:"stored"}),synced:t.Or.asNumber(e.synced,{name:"synced"}),uid:t.Or.asNumber(e.uid,{name:"uid"})})))}(this.getRequestOptionsForCall(n),e?.offset,e?.limit)}async retrieveTag(e,n){return e=oe(e),async function(e,n){const r=await Re(e,{url:`${_t}/${n}`,responseType:"json"}),a=t.Or.asObject(r.data,{name:"response.data"});return{address:t.Or.asEmptiableString(a.address,{name:"address"}),seen:t.Or.asNumber(a.seen,{name:"seen"}),sent:t.Or.asNumber(a.sent,{name:"sent"}),split:t.Or.asNumber(a.split,{name:"split"}),startedAt:t.Or.asString(a.startedAt,{name:"startedAt"}),stored:t.Or.asNumber(a.stored,{name:"stored"}),synced:t.Or.asNumber(a.synced,{name:"synced"}),uid:t.Or.asNumber(a.uid,{name:"uid"})}}(this.getRequestOptionsForCall(n),e)}async deleteTag(e,t){return e=oe(e),async function(e,t){await Re(e,{method:"delete",url:`${_t}/${t}`})}(this.getRequestOptionsForCall(t),e)}async updateTag(e,t,n){return t=new w(t),e=oe(e),async function(e,t,n){await Re(e,{method:"patch",url:`${_t}/${t}`,data:{reference:n}})}(this.getRequestOptionsForCall(n),e,t)}async pin(e,t){return e=new w(e),async function(e,t){await Re(e,{method:"post",responseType:"json",url:`${Ut}/${t}`})}(this.getRequestOptionsForCall(t),e)}async unpin(e,t){return e=new w(e),async function(e,t){await Re(e,{method:"delete",responseType:"json",url:`${Ut}/${t}`})}(this.getRequestOptionsForCall(t),e)}async getAllPins(e){return async function(e){const n=await Re(e,{method:"get",responseType:"json",url:`${Ut}`}),r=t.Or.asObject(n.data,{name:"response.data"});return null===r.references?[]:t.Or.asArray(r.references,{name:"references"}).map((e=>t.Or.asString(e,{name:"reference"}))).map((e=>new w(e)))}(this.getRequestOptionsForCall(e))}async getPin(e,n){return e=new w(e),async function(e,n){const r=await Re(e,{method:"get",responseType:"json",url:`${Ut}/${n}`}),a=t.Or.asObject(r.data,{name:"response.data"});return{reference:new w(t.Or.asString(a.reference,{name:"reference"}))}}(this.getRequestOptionsForCall(n),e)}async reuploadPinnedData(e,t,n){e=new v(e),t=new w(t),await async function(e,t,n){await Re(e,{method:"put",url:`${Ht}/${n}`,headers:{"swarm-postage-batch-id":t.toHex()}})}(this.getRequestOptionsForCall(n),e,t)}async isReferenceRetrievable(e,n){return e=new w(e),async function(e,n){n=new w(n);const r=await Re(e,{method:"get",responseType:"json",url:`${Ht}/${n}`}),a=t.Or.asObject(r.data,{name:"response.data"});return t.Or.asBoolean(a.isRetrievable,{name:"isRetrievable"})}(this.getRequestOptionsForCall(n),e)}async isFeedRetrievable(e,n,r,a,i){if(e=new y(e),n=new E(n),a&&(a=ee(a)),!r)try{return await this.makeFeedReader(n,e,i).download(),!0}catch(o){const e=t.Rb.getDeep(o,"status");if(404===e||500===e)return!1;throw o}return at(this,e,n,r,a,this.getRequestOptionsForCall(i))}async pssSend(e,t,n,r,a,i){return e=new v(e),ie(r),a?(a=new g(a),jt(this.getRequestOptionsForCall(i),t,n,r,e,a)):jt(this.getRequestOptionsForCall(i),t,n,r,e)}pssSubscribe(e,n){n=function(e){const n=t.Or.asObject(e,{name:"PssMessageHandler"});return{onMessage:t.Or.asFunction(n.onMessage,{name:"onMessage"}),onError:t.Or.asFunction(n.onError,{name:"onError"}),onClose:t.Or.asFunction(n.onClose,{name:"onClose"})}}(n);const r=function(e,n,r){const a=e.replace(/^http/i,"ws");return"browser"===t.iQ.whereAmI()?new(Lt())(`${a}/${Gt}/subscribe/${n.toHex()}`):new(Lt())(`${a}/${Gt}/subscribe/${n.toHex()}`,{headers:r})}(this.url,e,this.requestOptions.headers);let a=!1;const i={topic:e,cancel:()=>{a||(a=!0,r.terminate?r.terminate():r.close())}};return r.onmessage=async e=>{const t=await cn(e.data);t.length&&n.onMessage(new u(t),i)},r.onerror=e=>{a||n.onError(new I(e.message),i)},r.onclose=()=>{n.onClose(i)},i}async pssReceive(e,t=0){if("number"!=typeof t)throw new TypeError("timeoutMsc parameter has to be a number!");return new Promise(((n,r)=>{let a;const i=this.pssSubscribe(e,{onError:e=>{clearTimeout(a),i.cancel(),r(e.message)},onMessage:e=>{clearTimeout(a),i.cancel(),n(e)},onClose:()=>{clearTimeout(a),i.cancel()}});t>0&&(a=setTimeout((()=>{i.cancel(),r(new I("pssReceive timeout"))}),t))}))}gsocMine(e,n,r=12){e=new T(e),n=new b(n);for(let a=0n;a<0xffffn;a++){const i=new d(t.yI.numberToUint256(2867n+a,"BE")),o=Ne(n,i.publicKey().address());if(256-t.yI.proximity(o.toUint8Array(),e.toUint8Array())<=256-r)return i}throw Error("Could not mine a valid signer")}async gsocSend(e,t,n,r,a,i){e=new v(e),t=new d(t),n=new b(n);const o=Ge(r).toSingleOwnerChunk(n,t);return async function(e,t,n,r){return ke(e,t,n,r)}(this.getRequestOptionsForCall(i),o,e,a)}gsocSubscribe(e,n,r){e=new y(e),n=new b(n),r=function(e){const n=t.Or.asObject(e,{name:"GsocMessageHandler"});return{onMessage:t.Or.asFunction(n.onMessage,{name:"onMessage"}),onError:t.Or.asFunction(n.onError,{name:"onError"}),onClose:t.Or.asFunction(n.onClose,{name:"onClose"})}}(r);const a=Ne(n,e),i=function(e,n,r){const a=e.replace(/^http/i,"ws");return"browser"===t.iQ.whereAmI()?new(Lt())(`${a}/${Mt}/subscribe/${n.toHex()}`):new(Lt())(`${a}/${Mt}/subscribe/${n.toHex()}`,{headers:r})}(this.url,a,this.requestOptions.headers);let o=!1;const s={address:e,cancel:()=>{o||(o=!0,i.terminate?i.terminate():i.close())}};return i.onmessage=async e=>{const t=await cn(e.data);t.length&&r.onMessage(new u(t),s)},i.onerror=e=>{o||r.onError(new I(e.message),s)},i.onclose=()=>{r.onClose(s)},s}async createFeedManifest(e,n,r,a,i){return e=new v(e),n=new E(n),r=new y(r),a&&(a=te(a)),async function(e,n,r,a,i){const o=await Re(e,{method:"post",responseType:"json",url:`${_e}/${n}/${r}`,headers:Be(a,i)}),s=t.Or.asObject(o.data,{name:"response.data"});return new w(t.Or.asHexString(s.reference))}(this.getRequestOptionsForCall(i),r,n,e,a)}makeFeedReader(e,t,n){return e=new E(e),t=new y(t),nt(this.getRequestOptionsForCall(n),e,t)}makeFeedWriter(e,t,n){if(e=new E(e),!(t=t?new d(t):this.signer))throw Error("No signer provided");return rt(this.getRequestOptionsForCall(n),e,t)}async fetchLatestFeedUpdate(e,t,n){return e=new E(e),t=new y(t),Xe(this.getRequestOptionsForCall(n),t,e)}makeContentAddressedChunk(e,t){return Ge(e,t)}unmarshalContentAddressedChunk(e){return Ue(e)}makeSingleOwnerChunk(e,t,n,r,a){return Fe(e,t,n,r,a)}calculateSingleOwnerChunkAddress(e,t){return Ne(e,t)}unmarshalSingleOwnerChunk(e,t){return Ce(e,t)}makeSOCReader(e,t){return{owner:e=new y(e),download:Pe.bind(null,this.getRequestOptionsForCall(t),e)}}makeSOCWriter(e,t){if(!(e=e?new d(e):this.signer))throw Error("No signer provided");return{...this.makeSOCReader(e.publicKey().address(),t),upload:ze.bind(null,this.getRequestOptionsForCall(t),e)}}async createEnvelope(e,n,r){return e=new v(e),n=new w(n),async function(e,n,r){const a=await Re(e,{method:"post",responseType:"json",url:`envelope/${r}`,headers:{"swarm-postage-batch-id":n.toHex()}}),i=t.Or.asObject(a.data,{name:"response.data"});return{issuer:t.yI.hexToUint8Array(t.Or.asHexString(i.issuer,{name:"issuer",byteLength:20})),index:t.yI.hexToUint8Array(t.Or.asHexString(i.index,{name:"index",byteLength:8})),timestamp:t.yI.hexToUint8Array(t.Or.asHexString(i.timestamp,{name:"timestamp",byteLength:8})),signature:t.yI.hexToUint8Array(t.Or.asHexString(i.signature,{name:"signature",byteLength:65})),batchId:n}}(this.getRequestOptionsForCall(r),e,n)}async rchash(e,n,r,a){return async function(e,n,r,a){const i=await Re(e,{responseType:"json",url:`rchash/${n}/${r}/${a}`}),o=t.Or.asObject(i.data,{name:"response.data"});return t.Or.asNumber(o.durationSeconds,{name:"durationSeconds"})}(this.getRequestOptionsForCall(a),e,n,r)}async checkConnection(e){return qt(this.getRequestOptionsForCall(e))}async isConnected(e){try{await qt(this.getRequestOptionsForCall(e))}catch(t){return!1}return!0}async isGateway(e){return async function(e){try{const n=await Re(e,{url:"/gateway"}),r=t.Or.asObject(n.data);return t.Or.asBoolean(r.gateway)}catch(n){return!1}}(this.getRequestOptionsForCall(e))}async getNodeAddresses(e){return async function(e){const n=await Re(e,{url:"addresses",responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return{overlay:new T(t.Or.asString(r.overlay,{name:"overlay"})),underlay:t.Or.asArray(r.underlay,{name:"underlay"}).map((e=>t.Or.asString(e,{name:"underlay"}))),ethereum:new y(t.Or.asString(r.ethereum,{name:"ethereum"})),publicKey:new g(t.Or.asString(r.publicKey,{name:"publicKey"})),pssPublicKey:new g(t.Or.asString(r.pssPublicKey,{name:"pssPublicKey"}))}}(this.getRequestOptionsForCall(e))}async getBlocklist(e){return async function(e){return(await Re(e,{url:"blocklist",responseType:"json"})).data.peers}(this.getRequestOptionsForCall(e))}async getPeers(e){return async function(e){const n=await Re(e,{url:"peers",responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return t.Or.asArray(r.peers,{name:"peers"}).map((e=>({address:t.Or.asString(t.Or.asObject(e,{name:"peer"}).address,{name:"address"}),fullNode:t.Or.asBoolean(t.Or.asObject(e,{name:"peer"}).fullNode,{name:"fullNode"})})))}(this.getRequestOptionsForCall(e))}async removePeer(e,t){return e=new T(e),async function(e,t){return(await Re(e,{url:`peers/${t}`,responseType:"json",method:"DELETE"})).data}(this.getRequestOptionsForCall(t),e)}async getTopology(e){return async function(e){const n=await Re(e,{url:"topology",responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"}),a=t.Or.asObject(r.bins,{name:"bins"});return{baseAddr:t.Or.asString(r.baseAddr,{name:"baseAddr"}),population:t.Or.asNumber(r.population,{name:"population"}),connected:t.Or.asNumber(r.connected,{name:"connected"}),timestamp:t.Or.asString(r.timestamp,{name:"timestamp"}),nnLowWatermark:t.Or.asNumber(r.nnLowWatermark,{name:"nnLowWatermark"}),depth:t.Or.asNumber(r.depth,{name:"depth"}),reachability:t.Or.asString(r.reachability,{name:"reachability"}),networkAvailability:t.Or.asString(r.networkAvailability,{name:"networkAvailability"}),bins:{bin_0:Bt(a.bin_0,"bin_0"),bin_1:Bt(a.bin_1,"bin_1"),bin_2:Bt(a.bin_2,"bin_2"),bin_3:Bt(a.bin_3,"bin_3"),bin_4:Bt(a.bin_4,"bin_4"),bin_5:Bt(a.bin_5,"bin_5"),bin_6:Bt(a.bin_6,"bin_6"),bin_7:Bt(a.bin_7,"bin_7"),bin_8:Bt(a.bin_8,"bin_8"),bin_9:Bt(a.bin_9,"bin_9"),bin_10:Bt(a.bin_10,"bin_10"),bin_11:Bt(a.bin_11,"bin_11"),bin_12:Bt(a.bin_12,"bin_12"),bin_13:Bt(a.bin_13,"bin_13"),bin_14:Bt(a.bin_14,"bin_14"),bin_15:Bt(a.bin_15,"bin_15"),bin_16:Bt(a.bin_16,"bin_16"),bin_17:Bt(a.bin_17,"bin_17"),bin_18:Bt(a.bin_18,"bin_18"),bin_19:Bt(a.bin_19,"bin_19"),bin_20:Bt(a.bin_20,"bin_20"),bin_21:Bt(a.bin_21,"bin_21"),bin_22:Bt(a.bin_22,"bin_22"),bin_23:Bt(a.bin_23,"bin_23"),bin_24:Bt(a.bin_24,"bin_24"),bin_25:Bt(a.bin_25,"bin_25"),bin_26:Bt(a.bin_26,"bin_26"),bin_27:Bt(a.bin_27,"bin_27"),bin_28:Bt(a.bin_28,"bin_28"),bin_29:Bt(a.bin_29,"bin_29"),bin_30:Bt(a.bin_30,"bin_30"),bin_31:Bt(a.bin_31,"bin_31")}}}(this.getRequestOptionsForCall(e))}async pingPeer(e,t){return e=new T(e),async function(e,t){return(await Re(e,{url:`pingpong/${t}`,responseType:"json",method:"POST"})).data}(this.getRequestOptionsForCall(t),e)}async getAllBalances(e){return async function(e){const n=await Re(e,{url:gt,responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return{balances:t.Or.asArray(r.balances,{name:"balances"}).map((e=>t.Or.asObject(e,{name:"balance"}))).map((e=>({peer:t.Or.asString(e.peer,{name:"peer"}),balance:X.fromPLUR(Y(e.balance,{name:"balance"}))})))}}(this.getRequestOptionsForCall(e))}async getPeerBalance(e,n){return e=new T(e),async function(e,n){const r=await Re(e,{url:`${gt}/${n}`,responseType:"json"}),a=t.Or.asObject(r.data,{name:"response.data"});return{peer:t.Or.asString(a.peer,{name:"peer"}),balance:X.fromPLUR(Y(a.balance,{name:"balance"}))}}(this.getRequestOptionsForCall(n),e)}async getPastDueConsumptionBalances(e){return async function(e){const n=await Re(e,{url:yt,responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return{balances:t.Or.asArray(r.balances,{name:"balances"}).map((e=>t.Or.asObject(e,{name:"balance"}))).map((e=>({peer:t.Or.asString(e.peer,{name:"peer"}),balance:X.fromPLUR(Y(e.balance,{name:"balance"}))})))}}(this.getRequestOptionsForCall(e))}async getPastDueConsumptionPeerBalance(e,n){return e=new T(e),async function(e,n){const r=await Re(e,{url:`${yt}/${n}`,responseType:"json"}),a=t.Or.asObject(r.data,{name:"response.data"});return{peer:t.Or.asString(a.peer,{name:"peer"}),balance:X.fromPLUR(Y(a.balance,{name:"balance"}))}}(this.getRequestOptionsForCall(n),e)}async getChequebookAddress(e){return async function(e){const n=await Re(e,{url:bt+"/address",responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return{chequebookAddress:new y(t.Or.asString(r.chequebookAddress,{name:"chequebookAddress"}))}}(this.getRequestOptionsForCall(e))}async getChequebookBalance(e){return async function(e){const n=await Re(e,{url:bt+"/balance",responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return{availableBalance:X.fromPLUR(Y(r.availableBalance,{name:"availableBalance"})),totalBalance:X.fromPLUR(Y(r.totalBalance,{name:"totalBalance"}))}}(this.getRequestOptionsForCall(e))}async getLastCheques(e){return async function(e){const n=await Re(e,{url:bt+"/cheque",responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return{lastcheques:t.Or.asArray(r.lastcheques,{name:"lastcheques"}).map((e=>t.Or.asObject(e,{name:"lastcheque"}))).map((e=>({peer:t.Or.asString(e.peer,{name:"peer"}),lastreceived:t.Or.asNullable((e=>Ot(e)),e.lastreceived),lastsent:t.Or.asNullable((e=>Ot(e)),e.lastsent)})))}}(this.getRequestOptionsForCall(e))}async getLastChequesForPeer(e,n){return e=new T(e),async function(e,n){const r=await Re(e,{url:bt+`/cheque/${n}`,responseType:"json"}),a=t.Or.asObject(r.data,{name:"response.data"});return{peer:t.Or.asString(a.peer,{name:"peer"}),lastreceived:t.Or.asNullable((e=>Ot(e)),a.lastreceived),lastsent:t.Or.asNullable((e=>Ot(e)),a.lastsent)}}(this.getRequestOptionsForCall(n),e)}async getLastCashoutAction(e,t){return e=new T(e),wt(this.getRequestOptionsForCall(t),e)}async cashoutLastCheque(e,n,r){return e=new T(e),n&&ae(n),async function(e,n,r){const a=await Re(e,{method:"post",url:bt+`/cashout/${n}`,responseType:"json",headers:Be(null,r)}),i=t.Or.asObject(a.data,{name:"response.data"});return new O(t.Or.asString(i.transactionHash,{name:"transactionHash"}))}(this.getRequestOptionsForCall(r),e,n)}async depositTokens(e,t,n){return this.depositBZZToChequebook(e,t,n)}async depositBZZToChequebook(e,n,r){const a=e instanceof X?e.toPLURString():Y(e,{min:1n,name:"amount"});let i;return n&&(i=Y(e,{min:0n,name:"gasPrice"})),async function(e,n,r){const a={};r&&(a["gas-price"]=r.toString());const i=await Re(e,{method:"post",url:bt+"/deposit",responseType:"json",params:{amount:n.toString(10)},headers:a}),o=t.Or.asObject(i.data,{name:"response.data"});return new O(t.Or.asString(o.transactionHash,{name:"transactionHash"}))}(this.getRequestOptionsForCall(r),a,i)}async withdrawTokens(e,t,n){return this.withdrawBZZFromChequebook(e,t,n)}async withdrawBZZFromChequebook(e,n,r){const a=e instanceof X?e.toPLURString():Y(e,{min:1n,name:"amount"});let i;return n&&(i=Y(e,{min:0n,name:"gasPrice"})),async function(e,n,r){const a={};r&&(a["gas-price"]=r.toString());const i=await Re(e,{method:"post",url:bt+"/withdraw",responseType:"json",params:{amount:n.toString(10)},headers:a}),o=t.Or.asObject(i.data,{name:"response.data"});return new O(t.Or.asString(o.transactionHash,{name:"transactionHash"}))}(this.getRequestOptionsForCall(r),a,i)}async withdrawBZZToExternalWallet(e,n,r){return e=e instanceof X?e:X.fromPLUR(e),n=new y(n),async function(e,n,r){const a=await Re(e,{method:"post",url:`${It}/withdraw/bzz`,responseType:"json",params:{amount:n.toPLURString(),address:r.toHex()}}),i=t.Or.asObject(a.data,{name:"response.data"});return new O(t.Or.asString(i.transactionHash,{name:"transactionHash"}))}(this.getRequestOptionsForCall(r),e,n)}async withdrawDAIToExternalWallet(e,n,r){return e=e instanceof K?e:K.fromWei(e),n=new y(n),async function(e,n,r){const a=await Re(e,{method:"post",url:`${It}/withdraw/nativetoken`,responseType:"json",params:{amount:n.toWeiString(),address:r.toHex()}}),i=t.Or.asObject(a.data,{name:"response.data"});return new O(t.Or.asString(i.transactionHash,{name:"transactionHash"}))}(this.getRequestOptionsForCall(r),e,n)}async getSettlements(e,n){return e=new T(e),async function(e,n){const r=await Re(e,{url:`${Tt}/${n}`,responseType:"json"}),a=t.Or.asObject(r.data,{name:"response.data"});return{peer:t.Or.asString(a.peer,{name:"peer"}),sent:X.fromPLUR(Y(a.sent,{name:"sent"})),received:X.fromPLUR(Y(a.received,{name:"received"}))}}(this.getRequestOptionsForCall(n),e)}async getAllSettlements(e){return async function(e){const n=await Re(e,{url:Tt,responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return{totalSent:X.fromPLUR(Y(r.totalSent,{name:"totalSent"})),totalReceived:X.fromPLUR(Y(r.totalReceived,{name:"totalReceived"})),settlements:t.Or.asArray(r.settlements,{name:"settlements"}).map((e=>t.Or.asObject(e,{name:"settlement"}))).map((e=>({peer:t.Or.asString(e.peer,{name:"peer"}),sent:X.fromPLUR(Y(e.sent,{name:"sent"})),received:X.fromPLUR(Y(e.received,{name:"received"}))})))}}(this.getRequestOptionsForCall(e))}async getStatus(e){return async function(e){const n=await Re(e,{method:"get",url:"status",responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return{overlay:t.Or.asString(r.overlay,{name:"overlay"}),proximity:t.Or.asNumber(r.proximity,{name:"proximity"}),beeMode:N(t.Or.asString(r.beeMode,{name:"beeMode"})),reserveSize:t.Or.asNumber(r.reserveSize,{name:"reserveSize"}),reserveSizeWithinRadius:t.Or.asNumber(r.reserveSizeWithinRadius,{name:"reserveSizeWithinRadius"}),pullsyncRate:t.Or.asNumber(r.pullsyncRate,{name:"pullsyncRate"}),storageRadius:t.Or.asNumber(r.storageRadius,{name:"storageRadius"}),connectedPeers:t.Or.asNumber(r.connectedPeers,{name:"connectedPeers"}),neighborhoodSize:t.Or.asNumber(r.neighborhoodSize,{name:"neighborhoodSize"}),batchCommitment:t.Or.asNumber(r.batchCommitment,{name:"batchCommitment"}),isReachable:t.Or.asBoolean(r.isReachable,{name:"isReachable"}),lastSyncedBlock:t.Or.asNumber(r.lastSyncedBlock,{name:"lastSyncedBlock"}),committedDepth:t.Or.asNumber(r.committedDepth,{name:"committedDepth"}),isWarmingUp:t.Or.asBoolean(r.isWarmingUp,{name:"isWarmingUp"})}}(this.getRequestOptionsForCall(e))}async getHealth(e){return Nt(this.getRequestOptionsForCall(e))}async getReadiness(e){return async function(e){const n=await Re(e,{method:"get",url:"readiness"}),r=t.Or.asObject(n.data,{name:"response.data"});return{apiVersion:t.Or.asString(r.apiVersion,{name:"apiVersion"}),version:t.Or.asString(r.version,{name:"version"}),status:t.Or.asString(r.status,{name:"status"})}}(this.getRequestOptionsForCall(e))}async getNodeInfo(e){return async function(e){const n=await Re(e,{method:"get",url:"node",responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return{beeMode:N(t.Or.asString(r.beeMode,{name:"beeMode"})),chequebookEnabled:t.Or.asBoolean(r.chequebookEnabled,{name:"chequebookEnabled"}),swapEnabled:t.Or.asBoolean(r.swapEnabled,{name:"swapEnabled"})}}(this.getRequestOptionsForCall(e))}async isSupportedExactVersion(e){return async function(e){const{version:t}=await Nt(e);return t===Vt}(this.getRequestOptionsForCall(e))}async isSupportedApiVersion(e){return async function(e){const{apiVersion:t}=await Nt(e);return At()(t)===At()(Ct)}(this.getRequestOptionsForCall(e))}async getVersions(e){return async function(e){const{version:t,apiVersion:n}=await Nt(e);return{supportedBeeVersion:Vt,supportedBeeApiVersion:Ct,beeVersion:t,beeApiVersion:n}}(this.getRequestOptionsForCall(e))}async getReserveState(e){return async function(e){const n=await Re(e,{method:"get",url:"reservestate",responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return{commitment:t.Or.asNumber(r.commitment,{name:"commitment"}),radius:t.Or.asNumber(r.radius,{name:"radius"}),storageRadius:t.Or.asNumber(r.storageRadius,{name:"storageRadius"}),reserveCapacityDoubling:t.Or.asNumber(r.reserveCapacityDoubling,{name:"reserveCapacityDoubling"})}}(this.getRequestOptionsForCall(e))}async getChainState(e){return async function(e){const n=await Re(e,{method:"get",url:"chainstate",responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return{block:t.Or.asNumber(r.block,{name:"block"}),chainTip:t.Or.asNumber(r.chainTip,{name:"chainTip"}),totalAmount:Y(r.totalAmount,{name:"totalAmount"}),currentPrice:(a=t.Or.asNumber(r.currentPrice,{name:"currentPrice"}),Number.isInteger(a)?a<24e3?24e3:a:24e3)};var a}(this.getRequestOptionsForCall(e))}async getWalletBalance(e){return async function(e){const n=await Re(e,{method:"get",url:`${It}`,responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return{bzzBalance:X.fromPLUR(Y(r.bzzBalance,{name:"bzzBalance"})),nativeTokenBalance:K.fromWei(Y(r.nativeTokenBalance,{name:"nativeTokenBalance"})),chainID:t.Or.asNumber(r.chainID,{name:"chainID"}),chequebookContractAddress:t.Or.asString(r.chequebookContractAddress,{name:"chequebookContractAddress"}),walletAddress:t.Or.asString(r.walletAddress,{name:"walletAddress"})}}(this.getRequestOptionsForCall(e))}async createPostageBatch(e,n,r,a){const i=Y(e,{min:0n,name:"amount"});if(r&&(r=re(r)),n<L||n>M)throw new D(`Depth has to be between ${L}..${M}`,n);const o=await this.getChainState(),s=17280n*BigInt(o.currentPrice)+1n;if(BigInt(i)<s)throw new D(`Amount has to be at least ${s} (1 day at current price ${o.currentPrice})`,i);const c=await async function(e,n,r,a){const i={};a?.gasPrice&&(i["gas-price"]=a.gasPrice.toString()),void 0!==a?.immutableFlag&&(i.immutable=String(a.immutableFlag));const o=await Re(e,{method:"post",url:`${Rt}/${n}/${r}`,responseType:"json",params:{label:a?.label},headers:i}),s=t.Or.asObject(o.data,{name:"response.data"});return new v(t.Or.asString(s.batchID,{name:"batchID"}))}(this.getRequestOptionsForCall(a),i,n,r);return!1!==r?.waitForUsable&&await this.waitForUsablePostageStamp(c,r?.waitForUsableTimeout),c}async buyStorage(e,t,n,r,a,i){const o=de(t,(await this.getChainState(r)).currentPrice,"gnosis"===this.network?5:15),s=ge(e,a,i);return n&&(n=re(n)),this.createPostageBatch(o,s,n,r)}async getStorageCost(e,t,n,r,a){const i=de(t,(await this.getChainState(n)).currentPrice,"gnosis"===this.network?5:15);return me(ge(e,r,a),i)}async extendStorage(e,t,n,r,a,i){const o=await this.getPostageBatch(e,r),s=ge(t,a,i),c=await this.getChainState(r),u=s-o.depth,l=u<=0?1n:2n**BigInt(u),h="gnosis"===this.network?5:15,f=de(n,c.currentPrice,h),m=de(o.duration,c.currentPrice,h),p=(n.isZero()?m*l:(m+f)*l)-m;let d;if(p>0n&&(d=await this.topUpBatch(o.batchID,p,r)),u>0)return this.diluteBatch(o.batchID,s,r);if(!d)throw new Error("Nothing to extend, both size and duration are already sufficient");return d}async extendStorageSize(e,t,n,r,a){const i=await this.getChainState(n),o=await this.getPostageBatch(e,n),s=ge(t,r,a),c=s-o.depth;if(c<=0)throw new D("New depth has to be greater than the original depth",s);const u=de(o.duration,i.currentPrice,"gnosis"===this.network?5:15);return await this.topUpBatch(o.batchID,u*(2n**BigInt(c)-1n)+1n,n),this.diluteBatch(o.batchID,s,n)}async extendStorageDuration(e,t,n){const r=await this.getPostageBatch(e,n),a=de(t,(await this.getChainState(n)).currentPrice,"gnosis"===this.network?5:15);return this.topUpBatch(r.batchID,a,n)}async getExtensionCost(e,t,n,r,a,i){const o=await this.getPostageBatch(e,r),s=await this.getChainState(r),c="gnosis"===this.network?5:15,u=n.isZero()?0n:de(n,s.currentPrice,c),l=ge(t,a,i),h=de(o.duration,s.currentPrice,c),f=me(o.depth,h);return me(Math.max(o.depth,l),h+u).minus(f)}async getSizeExtensionCost(e,t,n,r,a){const i=await this.getPostageBatch(e,n),o=await this.getChainState(n),s=ge(t,r,a);if(s-i.depth<=0)throw new D("New depth has to be greater than the original depth",s);const c=de(i.duration,o.currentPrice,"gnosis"===this.network?5:15),u=me(i.depth,c);return me(s,c).minus(u)}async getDurationExtensionCost(e,t,n){const r=await this.getPostageBatch(e,n),a=de(t,(await this.getChainState(n)).currentPrice,"gnosis"===this.network?5:15);return me(r.depth,a)}async calculateTopUpForBzz(e,t,n){const r=await this.getChainState(n),a="gnosis"===this.network?5:15,i=t.toPLURBigInt()/2n**BigInt(e);return{amount:i,duration:pe(i,r.currentPrice,a)}}async topUpBatch(e,n,r){e=new v(e);const a=Y(n,{min:1n,name:"amount"});return async function(e,n,r){const a=await Re(e,{method:"patch",url:`${Rt}/topup/${n}/${r}`,responseType:"json"}),i=t.Or.asObject(a.data,{name:"response.data"});return new v(t.Or.asString(i.batchID,{name:"batchID"}))}(this.getRequestOptionsForCall(r),e,a)}async diluteBatch(e,n,r){return e=new v(e),n=t.Or.asNumber(n,{name:"depth",min:18,max:255}),async function(e,n,r){const a=await Re(e,{method:"patch",url:`${Rt}/dilute/${n}/${r}`,responseType:"json"}),i=t.Or.asObject(a.data,{name:"response.data"});return new v(t.Or.asString(i.batchID,{name:"batchID"}))}(this.getRequestOptionsForCall(r),e,n)}async getPostageBatch(e,n,r,a){return e=new v(e),async function(e,n,r,a){const i=await Re(e,{method:"get",url:`${Rt}/${n}`,responseType:"json"});return be(xt(t.Or.asObject(i.data,{name:"response.data"})),r,a)}(this.getRequestOptionsForCall(n),e,r,a)}async getPostageBatchBuckets(e,n){return e=new v(e),async function(e,n){const r=await Re(e,{method:"get",url:`${Rt}/${n}/buckets`,responseType:"json"}),a=t.Or.asObject(r.data,{name:"response.data"});return{depth:t.Or.asNumber(a.depth,{name:"depth"}),bucketDepth:t.Or.asNumber(a.bucketDepth,{name:"bucketDepth"}),bucketUpperBound:t.Or.asNumber(a.bucketUpperBound,{name:"bucketUpperBound"}),buckets:t.Or.asArray(a.buckets,{name:"buckets"}).map((e=>t.Or.asObject(e,{name:"bucket"}))).map((e=>({bucketID:t.Or.asNumber(e.bucketID,{name:"bucketID"}),collisions:t.Or.asNumber(e.collisions,{name:"collisions"})})))}}(this.getRequestOptionsForCall(n),e)}async getAllPostageBatch(e){return St(this.getRequestOptionsForCall(e))}async getAllGlobalPostageBatch(e){return Et(this.getRequestOptionsForCall(e))}async getPostageBatches(e){return St(this.getRequestOptionsForCall(e))}async getGlobalPostageBatches(e){return Et(this.getRequestOptionsForCall(e))}async getAllPendingTransactions(e){return async function(e){const n=await Re(e,{url:Ft,responseType:"json"}),r=t.Or.asObject(n.data,{name:"response.data"});return t.Or.asArray(r.pendingTransactions,{name:"pendingTransactions"}).map(kt)}(this.getRequestOptionsForCall(e))}async getPendingTransaction(e,n){return e=new O(e),async function(e,n){const r=await Re(e,{url:`${Ft}/${n}`,responseType:"json"});return kt(t.Or.asObject(r.data,{name:"response.data"}))}(this.getRequestOptionsForCall(n),e)}async rebroadcastPendingTransaction(e,n){return e=new O(e),async function(e,n){const r=await Re(e,{method:"post",url:`${Ft}/${n}`,responseType:"json"}),a=t.Or.asObject(r.data,{name:"response.data"});return new O(t.Or.asString(a.transactionHash,{name:"transactionHash"}))}(this.getRequestOptionsForCall(n),e)}async cancelPendingTransaction(e,n,r){let a;return e=new O(e),n&&(a=Y(n,{min:0n,name:"gasPrice"})),async function(e,n,r){const a={};r&&(a["gas-price"]=r.toString());const i=await Re(e,{method:"delete",headers:a,url:`${Ft}/${n}`,responseType:"json"}),o=t.Or.asObject(i.data,{name:"response.data"});return new O(t.Or.asString(o.transactionHash,{name:"transactionHash"}))}(this.getRequestOptionsForCall(r),e,a)}async getStake(e){return async function(e){const n=await Re(e,{method:"get",responseType:"json",url:`${vt}`}),r=t.Or.asObject(n.data,{name:"response.data"});return X.fromPLUR(Y(r.stakedAmount,{name:"stakedAmount"}))}(this.getRequestOptionsForCall(e))}async getWithdrawableStake(e){return async function(e){const n=await Re(e,{method:"get",responseType:"json",url:`${vt}/withdrawable`}),r=t.Or.asObject(n.data,{name:"response.data"});return X.fromPLUR(Y(r.withdrawableAmount,{name:"withdrawableAmount"}))}(this.getRequestOptionsForCall(e))}async withdrawSurplusStake(e){return async function(e){const n=await Re(e,{method:"delete",responseType:"json",url:`${vt}/withdrawable`}),r=t.Or.asObject(n.data,{name:"response.data"});return new O(t.Or.asHexString(r.txHash,{name:"txHash"}))}(this.getRequestOptionsForCall(e))}async migrateStake(e){return async function(e){const n=await Re(e,{method:"delete",responseType:"json",url:vt}),r=t.Or.asObject(n.data,{name:"response.data"});return new O(t.Or.asHexString(r.txHash,{name:"txHash"}))}(this.getRequestOptionsForCall(e))}async depositStake(e,n,r){const a=e instanceof X?e.toPLURString():Y(e,{min:1n,name:"amount"});return n&&(n=ae(n)),async function(e,n,r){const a=await Re(e,{method:"post",responseType:"json",url:`${vt}/${n}`,headers:Be(null,r)}),i=t.Or.asObject(a.data,{name:"response.data"});return new O(t.Or.asHexString(i.txHash,{name:"txHash"}))}(this.getRequestOptionsForCall(r),a,n)}async getRedistributionState(e){return async function(e){const n=await Re(e,{method:"get",responseType:"json",url:"redistributionstate"}),r=t.Or.asObject(n.data,{name:"response.data"});return{minimumGasFunds:K.fromWei(Y(r.minimumGasFunds,{name:"minimumGasFunds"})),hasSufficientFunds:t.Or.asBoolean(r.hasSufficientFunds,{name:"hasSufficientFunds"}),isFrozen:t.Or.asBoolean(r.isFrozen,{name:"isFrozen"}),isFullySynced:t.Or.asBoolean(r.isFullySynced,{name:"isFullySynced"}),phase:t.Or.asString(r.phase,{name:"phase"}),round:t.Or.asNumber(r.round,{name:"round"}),lastWonRound:t.Or.asNumber(r.lastWonRound,{name:"lastWonRound"}),lastPlayedRound:t.Or.asNumber(r.lastPlayedRound,{name:"lastPlayedRound"}),lastFrozenRound:t.Or.asNumber(r.lastFrozenRound,{name:"lastFrozenRound"}),lastSelectedRound:t.Or.asNumber(r.lastSelectedRound,{name:"lastSelectedRound"}),lastSampleDurationSeconds:t.Or.asNumber(r.lastSampleDurationSeconds,{name:"lastSampleDurationSeconds"}),block:t.Or.asNumber(r.block,{name:"block"}),reward:X.fromPLUR(Y(r.reward,{name:"reward"})),fees:K.fromWei(Y(r.fees,{name:"fees"})),isHealthy:t.Or.asBoolean(r.isHealthy,{name:"isHealthy"})}}(this.getRequestOptionsForCall(e))}async waitForUsablePostageStamp(e,n=24e4){for(let a=0;a<n;a+=3e3){try{if((await this.getPostageBatch(e)).usable)return}catch(r){}await t.iQ.sleepMillis(3e3)}throw new I("Timeout on waiting for postage stamp to become usable")}getRequestOptionsForCall(e){return e&&(e=function(e){const n=t.Or.asObject(e,{name:"BeeRequestOptions"});return{baseURL:t.Or.asOptional((e=>t.Or.asString(e,{name:"baseURL"})),n.baseURL),timeout:t.Or.asOptional((e=>t.Or.asInteger(e,{name:"timeout",min:0})),n.timeout),headers:t.Or.asOptional((e=>t.Or.asStringMap(e,{name:"headers"})),n.headers),onRequest:t.Or.asOptional((e=>t.Or.asFunction(e,{name:"onRequest"})),n.onRequest),httpAgent:n.httpAgent,httpsAgent:n.httpsAgent,endlesslyRetry:t.Or.asOptional((e=>t.Or.asBoolean(e,{name:"endlesslyRetry"})),n.endlesslyRetry),signal:n.signal}}(e)),e?t.Rb.deepMerge2(this.requestOptions,e):this.requestOptions}}class hn{constructor(e,t,n,r){this.signer=new d(e),this.batchId=new v(t),this.buckets=n,this.depth=r,this.maxSlot=2**(this.depth-16)}static fromBlank(e,t,n){return new hn(e,t,new Uint32Array(65536),n)}static fromState(e,t,n,r){return new hn(e,t,n,r)}stamp(e){const n=e.hash(),r=t.yI.uint16ToNumber(n,"BE"),a=this.buckets[r];if(a>=this.maxSlot)throw Error("Bucket is full");this.buckets[r]++;const i=t.yI.concatBytes(t.yI.numberToUint32(r,"BE"),t.yI.numberToUint32(a,"BE")),o=t.yI.numberToUint64(BigInt(Date.now()),"BE"),s=this.signer.sign(t.yI.concatBytes(n,this.batchId.toUint8Array(),i,o));return{batchId:this.batchId,index:i,issuer:this.signer.publicKey().address().toUint8Array(),signature:s.toUint8Array(),timestamp:o}}getState(){return this.buckets}}const fn="https://api.gateway.ethswarm.org",mn=new v("0000000000000000000000000000000000000000000000000000000000000000"),pn=new E("0000000000000000000000000000000000000000000000000000000000000000"),dn=new Uint8Array(32),gn=new Uint8Array(32),yn=new Uint8Array(20);function bn(e){return(e=new T(e)).toHex().slice(0,P)}const wn=[[94,68,46,28,14,5,1],[9,8,7,6,5,4,3]],On=[[47,34,23,14,7,2],[9,8,7,6,5,4]],Bn=[[104,95,86,77,69,61,53,46,39,32,26,20,15,10,6,3,1],[21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5]],Tn=[[52,47,43,38,34,30,26,23,19,16,13,10,7,5,3,1],[21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6]],vn=[[92,87,82,77,73,68,63,59,54,50,45,41,37,33,29,26,22,19,16,13,10,8,5,3,2,1],[31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6]],Rn=[[46,43,41,38,36,34,31,29,27,25,22,20,18,16,14,13,11,9,8,6,5,4,2,1],[31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,7]],En=[[37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1],[90,88,87,85,84,82,81,79,77,76,74,72,71,69,67,66,64,62,60,59,57,55,53,51,49,48,46,44,41,39,37,35,32,30,27,24,20]],Sn=[[18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1],[88,85,82,79,76,72,69,66,62,59,55,51,48,44,39,35,30,24]];function xn(e,t,n){if(t===j.OFF)return 0;const r=function(e,t){switch(e){case j.MEDIUM:return t?On:wn;case j.STRONG:return t?Tn:Bn;case j.INSANE:return t?Rn:vn;case j.PARANOID:return t?Sn:En;default:throw new Error(`Unknown redundancy level ${e}`)}}(t,n),[a,i]=r;for(let o=0;o<a.length;o++)if(e>=a[o])return i[o]/a[o];return i[i.length-1]/a[a.length-1]}const In={label:"medium",value:j.MEDIUM,errorTolerance:.01},Dn={label:"strong",value:j.STRONG,errorTolerance:.05},An={label:"insane",value:j.INSANE,errorTolerance:.1},Vn={label:"paranoid",value:j.PARANOID,errorTolerance:.5};function $n(){return{medium:In,strong:Dn,insane:An,paranoid:Vn}}function Cn(e){if("string"==typeof e)switch(e.toLowerCase()){case"medium":return In;case"strong":return Dn;case"insane":return An;case"paranoid":return Vn;default:throw new Error(`Unknown redundancy level '${e}'`)}switch(e){case j.MEDIUM:return In;case j.STRONG:return Dn;case j.INSANE:return An;case j.PARANOID:return Vn;default:throw new Error(`Unknown redundancy level '${e}'`)}}})(),r})()));
2
2
  //# sourceMappingURL=index.browser.min.js.map