@ar.io/sdk 2.5.4 → 2.6.0-alpha.1
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.
- package/bundles/web.bundle.min.js +3 -3
- package/lib/cjs/common/ant.js +1 -1
- package/lib/cjs/common/io.js +5 -0
- package/lib/cjs/version.js +1 -1
- package/lib/esm/common/ant.js +1 -1
- package/lib/esm/common/io.js +5 -0
- package/lib/esm/version.js +1 -1
- package/lib/types/common/io.d.ts +2 -1
- package/lib/types/types/io.d.ts +20 -0
- package/lib/types/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -124,12 +124,12 @@ Found: ${e.toString().split(`
|
|
|
124
124
|
-----END RSA `+a+` KEY-----
|
|
125
125
|
`,l=Me.alloc(0);r?(e.version="two-prime",l=efe.encode(e,"der")):l=Jse.encode(e,"der");var p=l.toString("base64").match(/.{1,64}/g).join(`
|
|
126
126
|
`);return i+p+h}js.jwkTopem=HDe});var ofe=ht(el=>{"use strict";ie();ae();ne();var KDe=el&&el.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),WDe=el&&el.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),VDe=el&&el.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&KDe(e,t,r);return WDe(e,t),e};Object.defineProperty(el,"__esModule",{value:!0});var afe=nfe(),zs=VDe((du(),ei(xm))),jB=class{keyLength=4096;publicExponent=65537;hashAlgorithm="sha256";encryptionAlgorithm="aes-256-cbc";generateJWK(){if(typeof zs.generateKeyPair!="function")throw new Error("Keypair generation not supported in this version of Node, only supported in versions 10+");return new Promise((e,r)=>{zs.generateKeyPair("rsa",{modulusLength:this.keyLength,publicExponent:this.publicExponent,privateKeyEncoding:{type:"pkcs1",format:"pem"},publicKeyEncoding:{type:"pkcs1",format:"pem"}},(a,i,h)=>{a&&r(a),e(this.pemToJWK(h))})})}sign(e,r,{saltLength:a}={}){return new Promise((i,h)=>{i(zs.createSign(this.hashAlgorithm).update(r).sign({key:this.jwkToPem(e),padding:zs.constants.RSA_PKCS1_PSS_PADDING,saltLength:a}))})}verify(e,r,a){return new Promise((i,h)=>{let l={kty:"RSA",e:"AQAB",n:e},p=this.jwkToPem(l);i(zs.createVerify(this.hashAlgorithm).update(r).verify({key:p,padding:zs.constants.RSA_PKCS1_PSS_PADDING},a))})}hash(e,r="SHA-256"){if(typeof e=="string")throw new TypeError("Data must be a Uint8Array");return new Promise((a,i)=>{a(zs.createHash(this.parseHashAlgorithm(r)).update(e).digest())})}async encrypt(e,r,a){let i=zs.pbkdf2Sync(r,a=a||"salt",1e5,32,this.hashAlgorithm),h=zs.randomBytes(16),l=zs.createCipheriv(this.encryptionAlgorithm,i,h);return Me.concat([h,l.update(e),l.final()])}async decrypt(e,r,a){try{let i=zs.pbkdf2Sync(r,a=a||"salt",1e5,32,this.hashAlgorithm),h=e.slice(0,16),l=e.slice(16),p=zs.createDecipheriv(this.encryptionAlgorithm,i,h);return Me.concat([p.update(l),p.final()])}catch{throw new Error("Failed to decrypt")}}jwkToPem(e){return(0,afe.jwkTopem)(e)}pemToJWK(e){return(0,afe.pemTojwk)(e)}parseHashAlgorithm(e){switch(e){case"SHA-256":return"sha256";case"SHA-384":return"sha384";default:throw new Error(`Algorithm not supported: ${e}`)}}};el.default=jB});var sfe=ht(ZB=>{"use strict";ie();ae();ne();Object.defineProperty(ZB,"__esModule",{value:!0});var zB=class{api;constructor(e){this.api=e}getInfo(){return this.api.get("info").then(e=>e.data)}getPeers(){return this.api.get("peers").then(e=>e.data)}};ZB.default=zB});var gb=ht(mb=>{"use strict";ie();ae();ne();Object.defineProperty(mb,"__esModule",{value:!0});mb.getError=void 0;var HB=class extends Error{type;response;constructor(e,r={}){r.message?super(r.message):super(),this.type=e,this.response=r.response}getType(){return this.type}};mb.default=HB;function GDe(t){let e=t.data;if(typeof t.data=="string")try{e=JSON.parse(t.data)}catch{}if(t.data instanceof ArrayBuffer||t.data instanceof Uint8Array)try{e=JSON.parse(e.toString())}catch{}return e?e.error||e:t.statusText||"unknown"}mb.getError=GDe});var tl=ht(Di=>{"use strict";ie();ae();ne();var YDe=Di&&Di.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),JDe=Di&&Di.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),XDe=Di&&Di.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&YDe(e,t,r);return JDe(e,t),e};Object.defineProperty(Di,"__esModule",{value:!0});Di.b64UrlDecode=Di.b64UrlEncode=Di.bufferTob64Url=Di.bufferTob64=Di.b64UrlToBuffer=Di.stringToB64Url=Di.stringToBuffer=Di.bufferToString=Di.b64UrlToString=Di.concatBuffers=void 0;var ffe=XDe(vE());function QDe(t){let e=0;for(let i=0;i<t.length;i++)e+=t[i].byteLength;let r=new Uint8Array(e),a=0;r.set(new Uint8Array(t[0]),a),a+=t[0].byteLength;for(let i=1;i<t.length;i++)r.set(new Uint8Array(t[i]),a),a+=t[i].byteLength;return r}Di.concatBuffers=QDe;function eqe(t){let e=lfe(t);return ufe(e)}Di.b64UrlToString=eqe;function ufe(t){return new TextDecoder("utf-8",{fatal:!0}).decode(t)}Di.bufferToString=ufe;function hfe(t){return new TextEncoder().encode(t)}Di.stringToBuffer=hfe;function tqe(t){return dfe(hfe(t))}Di.stringToB64Url=tqe;function lfe(t){return new Uint8Array(ffe.toByteArray(vfe(t)))}Di.b64UrlToBuffer=lfe;function cfe(t){return ffe.fromByteArray(new Uint8Array(t))}Di.bufferTob64=cfe;function dfe(t){return pfe(cfe(t))}Di.bufferTob64Url=dfe;function pfe(t){return t.replace(/\+/g,"-").replace(/\//g,"_").replace(/\=/g,"")}Di.b64UrlEncode=pfe;function vfe(t){t=t.replace(/\-/g,"+").replace(/\_/g,"/");let e;return t.length%4==0?e=0:e=4-t.length%4,t.concat("=".repeat(e))}Di.b64UrlDecode=vfe});var bfe=ht(bb=>{"use strict";ie();ae();ne();var rqe=bb&&bb.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(bb,"__esModule",{value:!0});var $o=rqe(Lw());async function mfe(t){if(Array.isArray(t)){let a=$o.default.utils.concatBuffers([$o.default.utils.stringToBuffer("list"),$o.default.utils.stringToBuffer(t.length.toString())]);return await gfe(t,await $o.default.crypto.hash(a,"SHA-384"))}let e=$o.default.utils.concatBuffers([$o.default.utils.stringToBuffer("blob"),$o.default.utils.stringToBuffer(t.byteLength.toString())]),r=$o.default.utils.concatBuffers([await $o.default.crypto.hash(e,"SHA-384"),await $o.default.crypto.hash(t,"SHA-384")]);return await $o.default.crypto.hash(r,"SHA-384")}bb.default=mfe;async function gfe(t,e){if(t.length<1)return e;let r=$o.default.utils.concatBuffers([e,await mfe(t[0])]),a=await $o.default.crypto.hash(r,"SHA-384");return await gfe(t.slice(1),a)}});var JB=ht(Fr=>{"use strict";ie();ae();ne();var iqe=Fr&&Fr.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Fr,"__esModule",{value:!0});Fr.debug=Fr.validatePath=Fr.arrayCompare=Fr.bufferToInt=Fr.intToBuffer=Fr.arrayFlatten=Fr.generateProofs=Fr.buildLayers=Fr.generateTransactionChunks=Fr.generateTree=Fr.computeRootHash=Fr.generateLeaves=Fr.chunkData=Fr.MIN_CHUNK_SIZE=Fr.MAX_CHUNK_SIZE=void 0;var $w=iqe(Lw()),yfe=tl();Fr.MAX_CHUNK_SIZE=256*1024;Fr.MIN_CHUNK_SIZE=32*1024;var wb=32,gv=32;async function WB(t){let e=[],r=t,a=0;for(;r.byteLength>=Fr.MAX_CHUNK_SIZE;){let i=Fr.MAX_CHUNK_SIZE,h=r.byteLength-Fr.MAX_CHUNK_SIZE;h>0&&h<Fr.MIN_CHUNK_SIZE&&(i=Math.ceil(r.byteLength/2));let l=r.slice(0,i),p=await $w.default.crypto.hash(l);a+=l.byteLength,e.push({dataHash:p,minByteRange:a-l.byteLength,maxByteRange:a}),r=r.slice(i)}return e.push({dataHash:await $w.default.crypto.hash(r),minByteRange:a,maxByteRange:a+r.byteLength}),e}Fr.chunkData=WB;async function VB(t){return Promise.all(t.map(async({dataHash:e,minByteRange:r,maxByteRange:a})=>({type:"leaf",id:await oa(await Promise.all([oa(e),oa(_b(a))])),dataHash:e,minByteRange:r,maxByteRange:a})))}Fr.generateLeaves=VB;async function nqe(t){return(await wfe(t)).id}Fr.computeRootHash=nqe;async function wfe(t){return await Dw(await VB(await WB(t)))}Fr.generateTree=wfe;async function aqe(t){let e=await WB(t),r=await VB(e),a=await Dw(r),i=await _fe(a),h=e.slice(-1)[0];return h.maxByteRange-h.minByteRange===0&&(e.splice(e.length-1,1),i.splice(i.length-1,1)),{data_root:a.id,chunks:e,proofs:i}}Fr.generateTransactionChunks=aqe;async function Dw(t,e=0){if(t.length<2)return t[0];let r=[];for(let a=0;a<t.length;a+=2)r.push(await oqe(t[a],t[a+1]));return Dw(r,e+1)}Fr.buildLayers=Dw;function _fe(t){let e=KB(t);return Array.isArray(e)?GB(e):[e]}Fr.generateProofs=_fe;function KB(t,e=new Uint8Array,r=0){if(t.type=="leaf")return{offset:t.maxByteRange-1,proof:(0,yfe.concatBuffers)([e,t.dataHash,_b(t.maxByteRange)])};if(t.type=="branch"){let a=(0,yfe.concatBuffers)([e,t.leftChild.id,t.rightChild.id,_b(t.byteRange)]);return[KB(t.leftChild,a,r+1),KB(t.rightChild,a,r+1)]}throw new Error("Unexpected node type")}function GB(t){let e=[];return t.forEach(r=>{Array.isArray(r)?e.push(...GB(r)):e.push(r)}),e}Fr.arrayFlatten=GB;async function oqe(t,e){return e?{type:"branch",id:await oa([await oa(t.id),await oa(e.id),await oa(_b(t.maxByteRange))]),byteRange:t.maxByteRange,maxByteRange:e.maxByteRange,leftChild:t,rightChild:e}:t}async function oa(t){return Array.isArray(t)&&(t=$w.default.utils.concatBuffers(t)),new Uint8Array(await $w.default.crypto.hash(t))}function _b(t){let e=new Uint8Array(wb);for(var r=e.length-1;r>=0;r--){var a=t%256;e[r]=a,t=(t-a)/256}return e}Fr.intToBuffer=_b;function YB(t){let e=0;for(var r=0;r<t.length;r++)e*=256,e+=t[r];return e}Fr.bufferToInt=YB;var sqe=(t,e)=>t.every((r,a)=>e[a]===r);Fr.arrayCompare=sqe;async function yb(t,e,r,a,i){if(a<=0)return!1;if(e>=a)return yb(t,0,a-1,a,i);if(e<0)return yb(t,0,0,a,i);if(i.length==gv+wb){let M=i.slice(0,gv),x=i.slice(M.length,M.length+wb),E=await oa([await oa(M),await oa(x)]);return(0,Fr.arrayCompare)(t,E)?{offset:a-1,leftBound:r,rightBound:a,chunkSize:a-r}:!1}let h=i.slice(0,gv),l=i.slice(h.length,h.length+gv),p=i.slice(h.length+l.length,h.length+l.length+wb),b=YB(p),g=i.slice(h.length+l.length+p.length),y=await oa([await oa(h),await oa(l),await oa(p)]);return(0,Fr.arrayCompare)(t,y)?e<b?await yb(h,e,r,Math.min(a,b),g):await yb(l,e,Math.max(r,b),a,g):!1}Fr.validatePath=yb;async function Mfe(t,e=""){if(t.byteLength<1)return e;let r=t.slice(0,gv),a=t.slice(r.length,r.length+gv),i=t.slice(r.length+a.length,r.length+a.length+wb),h=YB(i),l=t.slice(r.length+a.length+i.length),p=await oa([await oa(r),await oa(a),await oa(i)]),b=`${e}
|
|
127
|
-
${JSON.stringify(Me.from(r))},${JSON.stringify(Me.from(a))},${h} => ${JSON.stringify(p)}`;return Mfe(l,b)}Fr.debug=Mfe});var Uw=ht(Do=>{"use strict";ie();ae();ne();var fqe=Do&&Do.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),uqe=Do&&Do.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),hqe=Do&&Do.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&fqe(e,t,r);return uqe(e,t),e},lqe=Do&&Do.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Do,"__esModule",{value:!0});Do.Tag=void 0;var Fn=hqe(tl()),cqe=lqe(bfe()),dqe=JB(),qw=class{get(e,r){if(!Object.getOwnPropertyNames(this).includes(e))throw new Error(`Field "${e}" is not a property of the Arweave Transaction class.`);if(this[e]instanceof Uint8Array)return r&&r.decode&&r.string?Fn.bufferToString(this[e]):r&&r.decode&&!r.string?this[e]:Fn.bufferTob64Url(this[e]);if(this[e]instanceof Array){if(r?.decode!==void 0||r?.string!==void 0)throw e==="tags"&&console.warn(`Did you mean to use 'transaction["tags"]' ?`),new Error("Cannot decode or stringify an array.");return this[e]}return r&&r.decode==!0?r&&r.string?Fn.b64UrlToString(this[e]):Fn.b64UrlToBuffer(this[e]):this[e]}},Mb=class extends qw{name;value;constructor(e,r,a=!1){super(),this.name=e,this.value=r}};Do.Tag=Mb;var XB=class extends qw{format=2;id="";last_tx="";owner="";tags=[];target="";quantity="0";data_size="0";data=new Uint8Array;data_root="";reward="0";signature="";chunks;constructor(e={}){super(),Object.assign(this,e),typeof this.data=="string"&&(this.data=Fn.b64UrlToBuffer(this.data)),e.tags&&(this.tags=e.tags.map(r=>new Mb(r.name,r.value)))}addTag(e,r){this.tags.push(new Mb(Fn.stringToB64Url(e),Fn.stringToB64Url(r)))}toJSON(){return{format:this.format,id:this.id,last_tx:this.last_tx,owner:this.owner,tags:this.tags,target:this.target,quantity:this.quantity,data:Fn.bufferTob64Url(this.data),data_size:this.data_size,data_root:this.data_root,data_tree:this.data_tree,reward:this.reward,signature:this.signature}}setOwner(e){this.owner=e}setSignature({id:e,owner:r,reward:a,tags:i,signature:h}){this.id=e,this.owner=r,a&&(this.reward=a),i&&(this.tags=i),this.signature=h}async prepareChunks(e){!this.chunks&&e.byteLength>0&&(this.chunks=await(0,dqe.generateTransactionChunks)(e),this.data_root=Fn.bufferTob64Url(this.chunks.data_root)),!this.chunks&&e.byteLength===0&&(this.chunks={chunks:[],data_root:new Uint8Array,proofs:[]},this.data_root="")}getChunk(e,r){if(!this.chunks)throw new Error("Chunks have not been prepared");let a=this.chunks.proofs[e],i=this.chunks.chunks[e];return{data_root:this.data_root,data_size:this.data_size,data_path:Fn.bufferTob64Url(a.proof),offset:a.offset.toString(),chunk:Fn.bufferTob64Url(r.slice(i.minByteRange,i.maxByteRange))}}async getSignatureData(){switch(this.format){case 1:let e=this.tags.reduce((a,i)=>Fn.concatBuffers([a,i.get("name",{decode:!0,string:!1}),i.get("value",{decode:!0,string:!1})]),new Uint8Array);return Fn.concatBuffers([this.get("owner",{decode:!0,string:!1}),this.get("target",{decode:!0,string:!1}),this.get("data",{decode:!0,string:!1}),Fn.stringToBuffer(this.quantity),Fn.stringToBuffer(this.reward),this.get("last_tx",{decode:!0,string:!1}),e]);case 2:this.data_root||await this.prepareChunks(this.data);let r=this.tags.map(a=>[a.get("name",{decode:!0,string:!1}),a.get("value",{decode:!0,string:!1})]);return await(0,cqe.default)([Fn.stringToBuffer(this.format.toString()),this.get("owner",{decode:!0,string:!1}),this.get("target",{decode:!0,string:!1}),Fn.stringToBuffer(this.quantity),Fn.stringToBuffer(this.reward),this.get("last_tx",{decode:!0,string:!1}),r,Fn.stringToBuffer(this.data_size),this.get("data_root",{decode:!0,string:!1})]);default:throw new Error(`Unexpected transaction format: ${this.format}`)}}};Do.default=XB});var Afe=ht(Zs=>{"use strict";ie();ae();ne();var pqe=Zs&&Zs.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),vqe=Zs&&Zs.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),mqe=Zs&&Zs.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&pqe(e,t,r);return vqe(e,t),e},gqe=Zs&&Zs.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Zs,"__esModule",{value:!0});Zs.TransactionUploader=void 0;var xfe=gqe(Uw()),bqe=mqe(tl()),QB=gb(),yqe=JB(),Sfe=1,wqe=["invalid_json","chunk_too_big","data_path_too_big","offset_too_big","data_size_too_big","chunk_proof_ratio_not_attractive","invalid_proof"],Efe=1e3*40,eO=class t{api;chunkIndex=0;txPosted=!1;transaction;lastRequestTimeEnd=0;totalErrors=0;data;lastResponseStatus=0;lastResponseError="";get isComplete(){return this.txPosted&&this.chunkIndex===this.transaction.chunks.chunks.length}get totalChunks(){return this.transaction.chunks.chunks.length}get uploadedChunks(){return this.chunkIndex}get pctComplete(){return Math.trunc(this.uploadedChunks/this.totalChunks*100)}constructor(e,r){if(this.api=e,!r.id)throw new Error("Transaction is not signed");if(!r.chunks)throw new Error("Transaction chunks not prepared");this.data=r.data,this.transaction=new xfe.default(Object.assign({},r,{data:new Uint8Array(0)}))}async uploadChunk(e){if(this.isComplete)throw new Error("Upload is already complete");if(this.lastResponseError!==""?this.totalErrors++:this.totalErrors=0,this.totalErrors===100)throw new Error(`Unable to complete upload: ${this.lastResponseStatus}: ${this.lastResponseError}`);let r=this.lastResponseError===""?0:Math.max(this.lastRequestTimeEnd+Efe-Date.now(),Efe);if(r>0&&(r=r-r*Math.random()*.3,await new Promise(l=>setTimeout(l,r))),this.lastResponseError="",!this.txPosted){await this.postTransaction();return}e&&(this.chunkIndex=e);let a=this.transaction.getChunk(e||this.chunkIndex,this.data);if(!await(0,yqe.validatePath)(this.transaction.chunks.data_root,parseInt(a.offset),0,parseInt(a.data_size),bqe.b64UrlToBuffer(a.data_path)))throw new Error(`Unable to validate chunk ${this.chunkIndex}`);let h=await this.api.post("chunk",this.transaction.getChunk(this.chunkIndex,this.data)).catch(l=>(console.error(l.message),{status:-1,data:{error:l.message}}));if(this.lastRequestTimeEnd=Date.now(),this.lastResponseStatus=h.status,this.lastResponseStatus==200)this.chunkIndex++;else if(this.lastResponseError=(0,QB.getError)(h),wqe.includes(this.lastResponseError))throw new Error(`Fatal error uploading chunk ${this.chunkIndex}: ${this.lastResponseError}`)}static async fromSerialized(e,r,a){if(!r||typeof r.chunkIndex!="number"||typeof r.transaction!="object")throw new Error("Serialized object does not match expected format.");var i=new xfe.default(r.transaction);i.chunks||await i.prepareChunks(a);let h=new t(e,i);if(h.chunkIndex=r.chunkIndex,h.lastRequestTimeEnd=r.lastRequestTimeEnd,h.lastResponseError=r.lastResponseError,h.lastResponseStatus=r.lastResponseStatus,h.txPosted=r.txPosted,h.data=a,h.transaction.data_root!==r.transaction.data_root)throw new Error("Data mismatch: Uploader doesn't match provided data.");return h}static async fromTransactionId(e,r){let a=await e.get(`tx/${r}`);if(a.status!==200)throw new Error(`Tx ${r} not found: ${a.status}`);let i=a.data;return i.data=new Uint8Array(0),{txPosted:!0,chunkIndex:0,lastResponseError:"",lastRequestTimeEnd:0,lastResponseStatus:0,transaction:i}}toJSON(){return{chunkIndex:this.chunkIndex,transaction:this.transaction,lastRequestTimeEnd:this.lastRequestTimeEnd,lastResponseStatus:this.lastResponseStatus,lastResponseError:this.lastResponseError,txPosted:this.txPosted}}async postTransaction(){if(this.totalChunks<=Sfe){this.transaction.data=this.data;let a=await this.api.post("tx",this.transaction).catch(i=>(console.error(i),{status:-1,data:{error:i.message}}));if(this.lastRequestTimeEnd=Date.now(),this.lastResponseStatus=a.status,this.transaction.data=new Uint8Array(0),a.status>=200&&a.status<300){this.txPosted=!0,this.chunkIndex=Sfe;return}throw this.lastResponseError=(0,QB.getError)(a),new Error(`Unable to upload transaction: ${a.status}, ${this.lastResponseError}`)}let r=await this.api.post("tx",this.transaction);if(this.lastRequestTimeEnd=Date.now(),this.lastResponseStatus=r.status,!(r.status>=200&&r.status<300))throw this.lastResponseError=(0,QB.getError)(r),new Error(`Unable to upload transaction: ${r.status}, ${this.lastResponseError}`);this.txPosted=!0}};Zs.TransactionUploader=eO});var Fw=ht((H2t,Rfe)=>{"use strict";ie();ae();ne();Rfe.exports={}});var kfe=ht(Hf=>{"use strict";ie();ae();ne();var _qe=Hf&&Hf.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),Mqe=Hf&&Hf.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),xqe=Hf&&Hf.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&_qe(e,t,r);return Mqe(e,t),e},Tfe=Hf&&Hf.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Hf,"__esModule",{value:!0});var tO=Tfe(gb()),rl=Tfe(Uw()),xb=xqe(tl()),rO=Afe();Fw();var iO=class{api;crypto;chunks;constructor(e,r,a){this.api=e,this.crypto=r,this.chunks=a}async getTransactionAnchor(){let e=await this.api.get("tx_anchor");if(!e.data.match(/^[a-z0-9_-]{43,}/i)||!e.ok)throw new Error(`Could not getTransactionAnchor. Received: ${e.data}. Status: ${e.status}, ${e.statusText}`);return e.data}async getPrice(e,r){let a=r?`price/${e}/${r}`:`price/${e}`,i=await this.api.get(a);if(!/^\d+$/.test(i.data)||!i.ok)throw new Error(`Could not getPrice. Received: ${i.data}. Status: ${i.status}, ${i.statusText}`);return i.data}async get(e){let r=await this.api.get(`tx/${e}`);if(r.status==200){let a=parseInt(r.data.data_size);if(r.data.format>=2&&a>0&&a<=1024*1024*12){let i=await this.getData(e);return new rl.default({...r.data,data:i})}return new rl.default({...r.data,format:r.data.format||1})}throw r.status==404?new tO.default("TX_NOT_FOUND"):r.status==410?new tO.default("TX_FAILED"):new tO.default("TX_INVALID")}fromRaw(e){return new rl.default(e)}async search(e,r){return this.api.post("arql",{op:"equals",expr1:e,expr2:r}).then(a=>a.data?a.data:[])}getStatus(e){return this.api.get(`tx/${e}/status`).then(r=>r.status==200?{status:200,confirmed:r.data}:{status:r.status,confirmed:null})}async getData(e,r){let a;try{a=await this.chunks.downloadChunkedData(e)}catch(i){console.error(`Error while trying to download chunked data for ${e}`),console.error(i)}if(!a){console.warn(`Falling back to gateway cache for ${e}`);try{let{data:i,ok:h,status:l,statusText:p}=await this.api.get(`/${e}`,{responseType:"arraybuffer"});if(!h)throw new Error("Bad http status code",{cause:{status:l,statusText:p}});a=i}catch(i){console.error(`Error while trying to download contiguous data from gateway cache for ${e}`),console.error(i)}}if(!a)throw new Error(`${e} data was not found!`);return r&&r.decode&&!r.string?a:r&&r.decode&&r.string?xb.bufferToString(a):xb.bufferTob64Url(a)}async sign(e,r,a){let h=typeof r=="object"&&(p=>{let b=!0;return["n","e","d","p","q","dp","dq","qi"].map(g=>!(g in p)&&(b=!1)),b})(r),l=typeof arweaveWallet=="object";if(!h&&!l)throw new Error("No valid JWK or external wallet found to sign transaction.");if(h){e.setOwner(r.n);let p=await e.getSignatureData(),b=await this.crypto.sign(r,p,a),g=await this.crypto.hash(b);e.setSignature({id:xb.bufferTob64Url(g),owner:r.n,signature:xb.bufferTob64Url(b)})}else if(l){try{(await arweaveWallet.getPermissions()).includes("SIGN_TRANSACTION")||await arweaveWallet.connect(["SIGN_TRANSACTION"])}catch{}let p=await arweaveWallet.sign(e,a);e.setSignature({id:p.id,owner:p.owner,reward:p.reward,tags:p.tags,signature:p.signature})}else throw new Error("An error occurred while signing. Check wallet is valid")}async verify(e){let r=await e.getSignatureData(),a=e.get("signature",{decode:!0,string:!1}),i=xb.bufferTob64Url(await this.crypto.hash(a));if(e.id!==i)throw new Error("Invalid transaction signature or ID! The transaction ID doesn't match the expected SHA-256 hash of the signature.");return this.crypto.verify(e.owner,r,a)}async post(e){if(typeof e=="string"?e=new rl.default(JSON.parse(e)):typeof e.readInt32BE=="function"?e=new rl.default(JSON.parse(e.toString())):typeof e=="object"&&!(e instanceof rl.default)&&(e=new rl.default(e)),!(e instanceof rl.default))throw new Error("Must be Transaction object");e.chunks||await e.prepareChunks(e.data);let r=await this.getUploader(e,e.data);try{for(;!r.isComplete;)await r.uploadChunk()}catch(a){if(r.lastResponseStatus>0)return{status:r.lastResponseStatus,statusText:r.lastResponseError,data:{error:r.lastResponseError}};throw a}return{status:200,statusText:"OK",data:{}}}async getUploader(e,r){let a;if(r instanceof ArrayBuffer&&(r=new Uint8Array(r)),e instanceof rl.default){if(r||(r=e.data),!(r instanceof Uint8Array))throw new Error("Data format is invalid");e.chunks||await e.prepareChunks(r),a=new rO.TransactionUploader(this.api,e),(!a.data||a.data.length===0)&&(a.data=r)}else{if(typeof e=="string"&&(e=await rO.TransactionUploader.fromTransactionId(this.api,e)),!r||!(r instanceof Uint8Array))throw new Error("Must provide data when resuming upload");a=await rO.TransactionUploader.fromSerialized(this.api,e,r)}return a}async*upload(e,r){let a=await this.getUploader(e,r);for(;!a.isComplete;)await a.uploadChunk(),yield a;return a}};Hf.default=iO});var Bfe=ht(il=>{"use strict";ie();ae();ne();var Sqe=il&&il.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),Eqe=il&&il.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),Aqe=il&&il.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Sqe(e,t,r);return Eqe(e,t),e};Object.defineProperty(il,"__esModule",{value:!0});var Ife=Aqe(tl());Fw();var nO=class{api;crypto;constructor(e,r){this.api=e,this.crypto=r}getBalance(e){return this.api.get(`wallet/${e}/balance`).then(r=>r.data)}getLastTransactionID(e){return this.api.get(`wallet/${e}/last_tx`).then(r=>r.data)}generate(){return this.crypto.generateJWK()}async jwkToAddress(e){return!e||e==="use_wallet"?this.getAddress():this.getAddress(e)}async getAddress(e){if(!e||e==="use_wallet"){try{await arweaveWallet.connect(["ACCESS_ADDRESS"])}catch{}return arweaveWallet.getActiveAddress()}else return this.ownerToAddress(e.n)}async ownerToAddress(e){return Ife.bufferTob64Url(await this.crypto.hash(Ife.b64UrlToBuffer(e)))}};il.default=nO});var Pfe=ht(Kf=>{"use strict";ie();ae();ne();var Rqe=Kf&&Kf.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),Tqe=Kf&&Kf.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),kqe=Kf&&Kf.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Rqe(e,t,r);return Tqe(e,t),e};Object.defineProperty(Kf,"__esModule",{value:!0});Kf.SiloResource=void 0;var Ofe=kqe(tl()),aO=class{api;crypto;transactions;constructor(e,r,a){this.api=e,this.crypto=r,this.transactions=a}async get(e){if(!e)throw new Error("No Silo URI specified");let r=await this.parseUri(e),a=await this.transactions.search("Silo-Name",r.getAccessKey());if(a.length==0)throw new Error(`No data could be found for the Silo URI: ${e}`);let i=await this.transactions.get(a[0]);if(!i)throw new Error(`No data could be found for the Silo URI: ${e}`);let h=i.get("data",{decode:!0,string:!1});return this.crypto.decrypt(h,r.getEncryptionKey())}async readTransactionData(e,r){if(!r)throw new Error("No Silo URI specified");let a=await this.parseUri(r),i=e.get("data",{decode:!0,string:!1});return this.crypto.decrypt(i,a.getEncryptionKey())}async parseUri(e){let r=e.match(/^([a-z0-9-_]+)\.([0-9]+)/i);if(!r)throw new Error("Invalid Silo name, must be a name in the format of [a-z0-9]+.[0-9]+, e.g. 'bubble.7'");let a=r[1],i=Math.pow(2,parseInt(r[2])),h=await this.hash(Ofe.stringToBuffer(a),i),l=Ofe.bufferTob64(h.slice(0,15)),p=await this.hash(h.slice(16,31),1);return new jw(e,l,p)}async hash(e,r){let a=await this.crypto.hash(e);for(let i=0;i<r-1;i++)a=await this.crypto.hash(a);return a}};Kf.default=aO;var jw=class{uri;accessKey;encryptionKey;constructor(e,r,a){this.uri=e,this.accessKey=r,this.encryptionKey=a}getUri(){return this.uri}getAccessKey(){return this.accessKey}getEncryptionKey(){return this.encryptionKey}};Kf.SiloResource=jw});var Cfe=ht(nl=>{"use strict";ie();ae();ne();var Iqe=nl&&nl.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),Bqe=nl&&nl.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),Oqe=nl&&nl.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Iqe(e,t,r);return Bqe(e,t),e};Object.defineProperty(nl,"__esModule",{value:!0});var Nfe=gb(),Pqe=Oqe(tl()),oO=class{api;constructor(e){this.api=e}async getTransactionOffset(e){let r=await this.api.get(`tx/${e}/offset`);if(r.status===200)return r.data;throw new Error(`Unable to get transaction offset: ${(0,Nfe.getError)(r)}`)}async getChunk(e){let r=await this.api.get(`chunk/${e}`);if(r.status===200)return r.data;throw new Error(`Unable to get chunk: ${(0,Nfe.getError)(r)}`)}async getChunkData(e){let r=await this.getChunk(e);return Pqe.b64UrlToBuffer(r.chunk)}firstChunkOffset(e){return parseInt(e.offset)-parseInt(e.size)+1}async downloadChunkedData(e){let r=await this.getTransactionOffset(e),a=parseInt(r.size),h=parseInt(r.offset)-a+1,l=new Uint8Array(a),p=0;for(;p<a;){this.api.config.logging&&console.log(`[chunk] ${p}/${a}`);let b;try{b=await this.getChunkData(h+p)}catch{console.error(`[chunk] Failed to fetch chunk at offset ${h+p}`),console.error("[chunk] This could indicate that the chunk wasn't uploaded or hasn't yet seeded properly to a particular gateway/node")}if(b)l.set(b,p),p+=b.length;else throw new Error(`Couldn't complete data download at ${p}/${a}`)}return l}};nl.default=oO});var $fe=ht(Sb=>{"use strict";ie();ae();ne();var Nqe=Sb&&Sb.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Sb,"__esModule",{value:!0});var Lfe=Nqe(gb());Fw();var sO=class t{api;network;static HASH_ENDPOINT="block/hash/";static HEIGHT_ENDPOINT="block/height/";constructor(e,r){this.api=e,this.network=r}async get(e){let r=await this.api.get(`${t.HASH_ENDPOINT}${e}`);if(r.status===200)return r.data;throw r.status===404?new Lfe.default("BLOCK_NOT_FOUND"):new Error(`Error while loading block data: ${r}`)}async getByHeight(e){let r=await this.api.get(`${t.HEIGHT_ENDPOINT}${e}`);if(r.status===200)return r.data;throw r.status===404?new Lfe.default("BLOCK_NOT_FOUND"):new Error(`Error while loading block data: ${r}`)}async getCurrent(){let{current:e}=await this.network.getInfo();return await this.get(e)}};Sb.default=sO});var Lw=ht(Wf=>{"use strict";ie();ae();ne();var Cqe=Wf&&Wf.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),Lqe=Wf&&Wf.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),$qe=Wf&&Wf.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Cqe(e,t,r);return Lqe(e,t),e},Vu=Wf&&Wf.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Wf,"__esModule",{value:!0});var Dqe=Vu(Gse()),qqe=Vu(Yse()),Uqe=Vu(ofe()),Fqe=Vu(sfe()),jqe=Vu(kfe()),zqe=Vu(Bfe()),Dfe=Vu(Uw()),Eb=$qe(tl()),Zqe=Vu(Pfe()),Hqe=Vu(Cfe()),Kqe=Vu($fe()),fO=class t{api;wallets;transactions;network;blocks;ar;silo;chunks;static init;static crypto=new Uqe.default;static utils=Eb;constructor(e){this.api=new qqe.default(e),this.wallets=new zqe.default(this.api,t.crypto),this.chunks=new Hqe.default(this.api),this.transactions=new jqe.default(this.api,t.crypto,this.chunks),this.silo=new Zqe.default(this.api,this.crypto,this.transactions),this.network=new Fqe.default(this.api),this.blocks=new Kqe.default(this.api,this.network),this.ar=new Dqe.default}get crypto(){return t.crypto}get utils(){return t.utils}getConfig(){return{api:this.api.getConfig(),crypto:null}}async createTransaction(e,r){let a={};if(Object.assign(a,e),!e.data&&!(e.target&&e.quantity))throw new Error("A new Arweave transaction must have a 'data' value, or 'target' and 'quantity' values.");if(e.owner==null&&r&&r!=="use_wallet"&&(a.owner=r.n),e.last_tx==null&&(a.last_tx=await this.transactions.getTransactionAnchor()),typeof e.data=="string"&&(e.data=Eb.stringToBuffer(e.data)),e.data instanceof ArrayBuffer&&(e.data=new Uint8Array(e.data)),e.data&&!(e.data instanceof Uint8Array))throw new Error("Expected data to be a string, Uint8Array or ArrayBuffer");if(e.reward==null){let h=e.data?e.data.byteLength:0;a.reward=await this.transactions.getPrice(h,a.target)}a.data_root="",a.data_size=e.data?e.data.byteLength.toString():"0",a.data=e.data||new Uint8Array(0);let i=new Dfe.default(a);return await i.getSignatureData(),i}async createSiloTransaction(e,r,a){let i={};if(Object.assign(i,e),!e.data)throw new Error("Silo transactions must have a 'data' value");if(!a)throw new Error("No Silo URI specified.");if(e.target||e.quantity)throw new Error("Silo transactions can only be used for storing data, sending AR to other wallets isn't supported.");if(e.owner==null){if(!r||!r.n)throw new Error("A new Arweave transaction must either have an 'owner' attribute, or you must provide the jwk parameter.");i.owner=r.n}e.last_tx==null&&(i.last_tx=await this.transactions.getTransactionAnchor());let h=await this.silo.parseUri(a);if(typeof e.data=="string"){let p=await this.crypto.encrypt(Eb.stringToBuffer(e.data),h.getEncryptionKey());i.reward=await this.transactions.getPrice(p.byteLength),i.data=Eb.bufferTob64Url(p)}if(e.data instanceof Uint8Array){let p=await this.crypto.encrypt(e.data,h.getEncryptionKey());i.reward=await this.transactions.getPrice(p.byteLength),i.data=Eb.bufferTob64Url(p)}let l=new Dfe.default(i);return l.addTag("Silo-Name",h.getAccessKey()),l.addTag("Silo-Version","0.1.0"),l}arql(e){return this.api.post("/arql",e).then(r=>r.data||[])}};Wf.default=fO});var Ufe=ht((hO,qfe)=>{"use strict";ie();ae();ne();var Wqe=hO&&hO.__importDefault||function(t){return t&&t.__esModule?t:{default:t}},uO=Wqe(Lw());uO.default.init=function(t={}){return new uO.default(t)};qfe.exports=uO.default});var Vfe=ht((T6t,vO)=>{"use strict";ie();ae();ne();var Xqe=Object.prototype.hasOwnProperty,Za="~";function Tb(){}Object.create&&(Tb.prototype=Object.create(null),new Tb().__proto__||(Za=!1));function Qqe(t,e,r){this.fn=t,this.context=e,this.once=r||!1}function Wfe(t,e,r,a,i){if(typeof r!="function")throw new TypeError("The listener must be a function");var h=new Qqe(r,a||t,i),l=Za?Za+e:e;return t._events[l]?t._events[l].fn?t._events[l]=[t._events[l],h]:t._events[l].push(h):(t._events[l]=h,t._eventsCount++),t}function Ww(t,e){--t._eventsCount===0?t._events=new Tb:delete t._events[e]}function Pa(){this._events=new Tb,this._eventsCount=0}Pa.prototype.eventNames=function(){var e=[],r,a;if(this._eventsCount===0)return e;for(a in r=this._events)Xqe.call(r,a)&&e.push(Za?a.slice(1):a);return Object.getOwnPropertySymbols?e.concat(Object.getOwnPropertySymbols(r)):e};Pa.prototype.listeners=function(e){var r=Za?Za+e:e,a=this._events[r];if(!a)return[];if(a.fn)return[a.fn];for(var i=0,h=a.length,l=new Array(h);i<h;i++)l[i]=a[i].fn;return l};Pa.prototype.listenerCount=function(e){var r=Za?Za+e:e,a=this._events[r];return a?a.fn?1:a.length:0};Pa.prototype.emit=function(e,r,a,i,h,l){var p=Za?Za+e:e;if(!this._events[p])return!1;var b=this._events[p],g=arguments.length,y,M;if(b.fn){switch(b.once&&this.removeListener(e,b.fn,void 0,!0),g){case 1:return b.fn.call(b.context),!0;case 2:return b.fn.call(b.context,r),!0;case 3:return b.fn.call(b.context,r,a),!0;case 4:return b.fn.call(b.context,r,a,i),!0;case 5:return b.fn.call(b.context,r,a,i,h),!0;case 6:return b.fn.call(b.context,r,a,i,h,l),!0}for(M=1,y=new Array(g-1);M<g;M++)y[M-1]=arguments[M];b.fn.apply(b.context,y)}else{var x=b.length,E;for(M=0;M<x;M++)switch(b[M].once&&this.removeListener(e,b[M].fn,void 0,!0),g){case 1:b[M].fn.call(b[M].context);break;case 2:b[M].fn.call(b[M].context,r);break;case 3:b[M].fn.call(b[M].context,r,a);break;case 4:b[M].fn.call(b[M].context,r,a,i);break;default:if(!y)for(E=1,y=new Array(g-1);E<g;E++)y[E-1]=arguments[E];b[M].fn.apply(b[M].context,y)}}return!0};Pa.prototype.on=function(e,r,a){return Wfe(this,e,r,a,!1)};Pa.prototype.once=function(e,r,a){return Wfe(this,e,r,a,!0)};Pa.prototype.removeListener=function(e,r,a,i){var h=Za?Za+e:e;if(!this._events[h])return this;if(!r)return Ww(this,h),this;var l=this._events[h];if(l.fn)l.fn===r&&(!i||l.once)&&(!a||l.context===a)&&Ww(this,h);else{for(var p=0,b=[],g=l.length;p<g;p++)(l[p].fn!==r||i&&!l[p].once||a&&l[p].context!==a)&&b.push(l[p]);b.length?this._events[h]=b.length===1?b[0]:b:Ww(this,h)}return this};Pa.prototype.removeAllListeners=function(e){var r;return e?(r=Za?Za+e:e,this._events[r]&&Ww(this,r)):(this._events=new Tb,this._eventsCount=0),this};Pa.prototype.off=Pa.prototype.removeListener;Pa.prototype.addListener=Pa.prototype.on;Pa.prefixed=Za;Pa.EventEmitter=Pa;typeof vO<"u"&&(vO.exports=Pa)});ie();ae();ne();ie();ae();ne();var fT={};Ha(fT,{AVSCTap:()=>Eg,AlgorandSigner:()=>mg,AptosSigner:()=>bg,ArconnectSigner:()=>m1,Arweave:()=>MW.default,ArweaveSigner:()=>Kl,Bundle:()=>B8,BundleItem:()=>sT,CryptoDriver:()=>m3,Curve25519:()=>So,DataItem:()=>T8,EthereumSigner:()=>Bo,HexInjectedSolanaSigner:()=>X0,HexSolanaSigner:()=>gg,InjectedAptosSigner:()=>Q0,InjectedEthereumSigner:()=>sR,InjectedSolanaSigner:()=>R0,InjectedTypedEthereumSigner:()=>iT,KyveSigner:()=>_g,MAX_TAG_BYTES:()=>R8,MIN_BINARY_SIZE:()=>k8,MultiSignatureAptosSigner:()=>ed,NearSigner:()=>vg,PolygonSigner:()=>pg,Rsa4096:()=>E0,SIG_CONFIG:()=>Wr,SignatureConfig:()=>wr,Signer:()=>Qw,SolanaSigner:()=>Ih,Transaction:()=>_W.default,TypedEthereumSigner:()=>td,bundleAndSignData:()=>W4e,byteArrayToLong:()=>yn,concatBuffers:()=>Oi.concatBuffers,createData:()=>Rg,deepHash:()=>Fl,deserializeTags:()=>g1,exportForTesting:()=>z4e,getCryptoDriver:()=>xn,getSignatureAndId:()=>qX,indexToType:()=>Mg,keccak256:()=>eT,longTo16ByteArray:()=>H4e,longTo32ByteArray:()=>A8,longTo8ByteArray:()=>E8,longToNByteArray:()=>Sg,secp256k1:()=>J0,serializeTags:()=>aT,shortTo2ByteArray:()=>nT,sign:()=>I8,stringToBuffer:()=>Oi.stringToBuffer,unbundleData:()=>K4e});ie();ae();ne();ie();ae();ne();ie();ae();ne();var Qw=class{publicKey;signatureType;signatureLength;ownerLength;pem;static verify(e,r,a,i){throw new Error("You must implement verify method on child")}};ie();ae();ne();ie();ae();ne();var CK=gi(qo(),1);ie();ae();ne();var wr;(function(t){t[t.ARWEAVE=1]="ARWEAVE",t[t.ED25519=2]="ED25519",t[t.ETHEREUM=3]="ETHEREUM",t[t.SOLANA=4]="SOLANA",t[t.INJECTEDAPTOS=5]="INJECTEDAPTOS",t[t.MULTIAPTOS=6]="MULTIAPTOS",t[t.TYPEDETHEREUM=7]="TYPEDETHEREUM",t[t.KYVE=101]="KYVE"})(wr||(wr={}));var Wr={[wr.ARWEAVE]:{sigLength:512,pubLength:512,sigName:"arweave"},[wr.ED25519]:{sigLength:64,pubLength:32,sigName:"ed25519"},[wr.ETHEREUM]:{sigLength:65,pubLength:65,sigName:"ethereum"},[wr.SOLANA]:{sigLength:64,pubLength:32,sigName:"solana"},[wr.INJECTEDAPTOS]:{sigLength:64,pubLength:32,sigName:"injectedAptos"},[wr.MULTIAPTOS]:{sigLength:64*32+4,pubLength:32*32+1,sigName:"multiAptos"},[wr.TYPEDETHEREUM]:{sigLength:65,pubLength:42,sigName:"typedEthereum"},[wr.KYVE]:{sigLength:65,pubLength:65,sigName:"kyve"}};ie();ae();ne();du();var Yn=BigInt(0),oi=BigInt(1),Dl=BigInt(2),Mge=BigInt(8),RK=BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),Vi=Object.freeze({a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),P:BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),l:RK,n:RK,h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960")});var OK=BigInt("0x10000000000000000000000000000000000000000000000000000000000000000"),Sm=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),oje=BigInt("6853475219497561581579357271197624642482790079785650197046958215289687604742"),xge=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),Sge=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),Ege=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),Age=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952"),Cn=class t{constructor(e,r,a,i){this.x=e,this.y=r,this.z=a,this.t=i}static fromAffine(e){if(!(e instanceof Mn))throw new TypeError("ExtendedPoint#fromAffine: expected Point");return e.equals(Mn.ZERO)?t.ZERO:new t(e.x,e.y,oi,Et(e.x*e.y))}static toAffineBatch(e){let r=kge(e.map(a=>a.z));return e.map((a,i)=>a.toAffine(r[i]))}static normalizeZ(e){return this.toAffineBatch(e).map(this.fromAffine)}equals(e){kK(e);let{x:r,y:a,z:i}=this,{x:h,y:l,z:p}=e,b=Et(r*p),g=Et(h*i),y=Et(a*p),M=Et(l*i);return b===g&&y===M}negate(){return new t(Et(-this.x),this.y,this.z,Et(-this.t))}double(){let{x:e,y:r,z:a}=this,{a:i}=Vi,h=Et(e*e),l=Et(r*r),p=Et(Dl*Et(a*a)),b=Et(i*h),g=e+r,y=Et(Et(g*g)-h-l),M=b+l,x=M-p,E=b-l,A=Et(y*x),k=Et(M*E),O=Et(y*E),N=Et(x*M);return new t(A,k,N,O)}add(e){kK(e);let{x:r,y:a,z:i,t:h}=this,{x:l,y:p,z:b,t:g}=e,y=Et((a-r)*(p+l)),M=Et((a+r)*(p-l)),x=Et(M-y);if(x===Yn)return this.double();let E=Et(i*Dl*g),A=Et(h*Dl*b),k=A+E,O=M+y,N=A-E,L=Et(k*x),C=Et(O*N),Y=Et(k*N),G=Et(x*O);return new t(L,C,G,Y)}subtract(e){return this.add(e.negate())}precomputeWindow(e){let r=1+256/e,a=[],i=this,h=i;for(let l=0;l<r;l++){h=i,a.push(h);for(let p=1;p<2**(e-1);p++)h=h.add(i),a.push(h);i=h.double()}return a}wNAF(e,r){!r&&this.equals(t.BASE)&&(r=Mn.BASE);let a=r&&r._WINDOW_SIZE||1;if(256%a)throw new Error("Point#wNAF: Invalid precomputation window, must be power of 2");let i=r&&hE.get(r);i||(i=this.precomputeWindow(a),r&&a!==1&&(i=t.normalizeZ(i),hE.set(r,i)));let h=t.ZERO,l=t.BASE,p=1+256/a,b=2**(a-1),g=BigInt(2**a-1),y=2**a,M=BigInt(a);for(let x=0;x<p;x++){let E=x*b,A=Number(e&g);e>>=M,A>b&&(A-=y,e+=oi);let k=E,O=E+Math.abs(A)-1,N=x%2!==0,L=A<0;A===0?l=l.add(TK(N,i[k])):h=h.add(TK(L,i[O]))}return t.normalizeZ([h,l])[0]}multiply(e,r){return this.wNAF(n3(e,Vi.l),r)}multiplyUnsafe(e){let r=n3(e,Vi.l,!1),a=t.BASE,i=t.ZERO;if(r===Yn)return i;if(this.equals(i)||r===oi)return this;if(this.equals(a))return this.wNAF(r);let h=i,l=this;for(;r>Yn;)r&oi&&(h=h.add(l)),l=l.double(),r>>=oi;return h}isSmallOrder(){return this.multiplyUnsafe(Vi.h).equals(t.ZERO)}isTorsionFree(){let e=this.multiplyUnsafe(Vi.l/Dl).double();return Vi.l%Dl&&(e=e.add(this)),e.equals(t.ZERO)}toAffine(e){let{x:r,y:a,z:i}=this,h=this.equals(t.ZERO);e==null&&(e=h?Mge:a3(i));let l=Et(r*e),p=Et(a*e),b=Et(i*e);if(h)return Mn.ZERO;if(b!==oi)throw new Error("invZ was invalid");return new Mn(l,p)}fromRistrettoBytes(){sE()}toRistrettoBytes(){sE()}fromRistrettoHash(){sE()}};Cn.BASE=new Cn(Vi.Gx,Vi.Gy,oi,Et(Vi.Gx*Vi.Gy));Cn.ZERO=new Cn(Yn,oi,oi,Yn);function TK(t,e){let r=e.negate();return t?r:e}function kK(t){if(!(t instanceof Cn))throw new TypeError("ExtendedPoint expected")}function oE(t){if(!(t instanceof x0))throw new TypeError("RistrettoPoint expected")}function sE(){throw new Error("Legacy method: switch to RistrettoPoint")}var x0=class t{constructor(e){this.ep=e}static calcElligatorRistrettoMap(e){let{d:r}=Vi,a=Et(Sm*e*e),i=Et((a+oi)*Ege),h=BigInt(-1),l=Et((h-r*a)*Et(a+r)),{isValid:p,value:b}=cE(i,l),g=Et(b*e);$l(g)||(g=Et(-g)),p||(b=g),p||(h=a);let y=Et(h*(a-oi)*Age-l),M=b*b,x=Et((b+b)*l),E=Et(y*xge),A=Et(oi-M),k=Et(oi+M);return new Cn(Et(x*k),Et(A*E),Et(E*k),Et(x*A))}static hashToCurve(e){e=ql(e,64);let r=fE(e.slice(0,32)),a=this.calcElligatorRistrettoMap(r),i=fE(e.slice(32,64)),h=this.calcElligatorRistrettoMap(i);return new t(a.add(h))}static fromHex(e){e=ql(e,32);let{a:r,d:a}=Vi,i="RistrettoPoint.fromHex: the hex is not valid encoding of RistrettoPoint",h=fE(e);if(!Bge(Am(h),e)||$l(h))throw new Error(i);let l=Et(h*h),p=Et(oi+r*l),b=Et(oi-r*l),g=Et(p*p),y=Et(b*b),M=Et(r*a*g-y),{isValid:x,value:E}=BK(Et(M*y)),A=Et(E*b),k=Et(E*A*M),O=Et((h+h)*A);$l(O)&&(O=Et(-O));let N=Et(p*k),L=Et(O*N);if(!x||$l(L)||N===Yn)throw new Error(i);return new t(new Cn(O,N,oi,L))}toRawBytes(){let{x:e,y:r,z:a,t:i}=this.ep,h=Et(Et(a+r)*Et(a-r)),l=Et(e*r),p=Et(l*l),{value:b}=BK(Et(h*p)),g=Et(b*h),y=Et(b*l),M=Et(g*y*i),x;if($l(i*M)){let A=Et(r*Sm),k=Et(e*Sm);e=A,r=k,x=Et(g*Sge)}else x=y;$l(e*M)&&(r=Et(-r));let E=Et((a-r)*x);return $l(E)&&(E=Et(-E)),Am(E)}toHex(){return Rm(this.toRawBytes())}toString(){return this.toHex()}equals(e){oE(e);let r=this.ep,a=e.ep,i=Et(r.x*a.y)===Et(r.y*a.x),h=Et(r.y*a.y)===Et(r.x*a.x);return i||h}add(e){return oE(e),new t(this.ep.add(e.ep))}subtract(e){return oE(e),new t(this.ep.subtract(e.ep))}multiply(e){return new t(this.ep.multiply(e))}multiplyUnsafe(e){return new t(this.ep.multiplyUnsafe(e))}};x0.BASE=new x0(Cn.BASE);x0.ZERO=new x0(Cn.ZERO);var hE=new WeakMap,Mn=class t{constructor(e,r){this.x=e,this.y=r}_setWindowSize(e){this._WINDOW_SIZE=e,hE.delete(this)}static fromHex(e,r=!0){let{d:a,P:i}=Vi;e=ql(e,32);let h=e.slice();h[31]=e[31]&-129;let l=Tm(h);if(r&&l>=i)throw new Error("Expected 0 < hex < P");if(!r&&l>=OK)throw new Error("Expected 0 < hex < 2**256");let p=Et(l*l),b=Et(p-oi),g=Et(a*p+oi),{isValid:y,value:M}=cE(b,g);if(!y)throw new Error("Point.fromHex: invalid y coordinate");let x=(M&oi)===oi;return(e[31]&128)!==0!==x&&(M=Et(-M)),new t(M,l)}static async fromPrivateKey(e){return(await dE(e)).point}toRawBytes(){let e=Am(this.y);return e[31]|=this.x&oi?128:0,e}toHex(){return Rm(this.toRawBytes())}toX25519(){let{y:e}=this,r=Et((oi+e)*a3(oi-e));return Am(r)}isTorsionFree(){return Cn.fromAffine(this).isTorsionFree()}equals(e){return this.x===e.x&&this.y===e.y}negate(){return new t(Et(-this.x),this.y)}add(e){return Cn.fromAffine(this).add(Cn.fromAffine(e)).toAffine()}subtract(e){return this.add(e.negate())}multiply(e){return Cn.fromAffine(this).multiply(e,this).toAffine()}};Mn.BASE=new Mn(Vi.Gx,Vi.Gy);Mn.ZERO=new Mn(Yn,oi);var Em=class t{constructor(e,r){this.r=e,this.s=r,this.assertValidity()}static fromHex(e){let r=ql(e,64),a=Mn.fromHex(r.slice(0,32),!1),i=Tm(r.slice(32,64));return new t(a,i)}assertValidity(){let{r:e,s:r}=this;if(!(e instanceof Mn))throw new Error("Expected Point instance");return n3(r,Vi.l,!1),this}toRawBytes(){let e=new Uint8Array(64);return e.set(this.r.toRawBytes()),e.set(Am(this.s),32),e}toHex(){return Rm(this.toRawBytes())}};function IK(...t){if(!t.every(a=>a instanceof Uint8Array))throw new Error("Expected Uint8Array list");if(t.length===1)return t[0];let e=t.reduce((a,i)=>a+i.length,0),r=new Uint8Array(e);for(let a=0,i=0;a<t.length;a++){let h=t[a];r.set(h,i),i+=h.length}return r}var Rge=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function Rm(t){if(!(t instanceof Uint8Array))throw new Error("Uint8Array expected");let e="";for(let r=0;r<t.length;r++)e+=Rge[t[r]];return e}function lE(t){if(typeof t!="string")throw new TypeError("hexToBytes: expected string, got "+typeof t);if(t.length%2)throw new Error("hexToBytes: received invalid unpadded hex");let e=new Uint8Array(t.length/2);for(let r=0;r<e.length;r++){let a=r*2,i=t.slice(a,a+2),h=Number.parseInt(i,16);if(Number.isNaN(h)||h<0)throw new Error("Invalid byte sequence");e[r]=h}return e}function PK(t){let r=t.toString(16).padStart(64,"0");return lE(r)}function Am(t){return PK(t).reverse()}function $l(t){return(Et(t)&oi)===oi}function Tm(t){if(!(t instanceof Uint8Array))throw new Error("Expected Uint8Array");return BigInt("0x"+Rm(Uint8Array.from(t).reverse()))}var Tge=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");function fE(t){return Et(Tm(t)&Tge)}function Et(t,e=Vi.P){let r=t%e;return r>=Yn?r:e+r}function a3(t,e=Vi.P){if(t===Yn||e<=Yn)throw new Error(`invert: expected positive integers, got n=${t} mod=${e}`);let r=Et(t,e),a=e,i=Yn,h=oi,l=oi,p=Yn;for(;r!==Yn;){let g=a/r,y=a%r,M=i-l*g,x=h-p*g;a=r,r=y,i=l,h=p,l=M,p=x}if(a!==oi)throw new Error("invert: does not exist");return Et(i,e)}function kge(t,e=Vi.P){let r=new Array(t.length),a=t.reduce((h,l,p)=>l===Yn?h:(r[p]=h,Et(h*l,e)),oi),i=a3(a,e);return t.reduceRight((h,l,p)=>l===Yn?h:(r[p]=Et(h*r[p],e),Et(h*l,e)),i),r}function pu(t,e){let{P:r}=Vi,a=t;for(;e-- >Yn;)a*=a,a%=r;return a}function Ige(t){let{P:e}=Vi,r=BigInt(5),a=BigInt(10),i=BigInt(20),h=BigInt(40),l=BigInt(80),b=t*t%e*t%e,g=pu(b,Dl)*b%e,y=pu(g,oi)*t%e,M=pu(y,r)*y%e,x=pu(M,a)*M%e,E=pu(x,i)*x%e,A=pu(E,h)*E%e,k=pu(A,l)*A%e,O=pu(k,l)*A%e,N=pu(O,a)*M%e;return{pow_p_5_8:pu(N,Dl)*t%e,b2:b}}function cE(t,e){let r=Et(e*e*e),a=Et(r*r*e),i=Ige(t*a).pow_p_5_8,h=Et(t*r*i),l=Et(e*h*h),p=h,b=Et(h*Sm),g=l===t,y=l===Et(-t),M=l===Et(-t*Sm);return g&&(h=p),(y||M)&&(h=b),$l(h)&&(h=Et(-h)),{isValid:g||y,value:h}}function BK(t){return cE(oi,t)}function i3(t){return Et(Tm(t),Vi.l)}function Bge(t,e){if(t.length!==e.length)return!1;for(let r=0;r<t.length;r++)if(t[r]!==e[r])return!1;return!0}function ql(t,e){let r=t instanceof Uint8Array?Uint8Array.from(t):lE(t);if(typeof e=="number"&&r.length!==e)throw new Error(`Expected ${e} bytes`);return r}function n3(t,e,r=!0){if(!e)throw new TypeError("Specify max value");if(typeof t=="number"&&Number.isSafeInteger(t)&&(t=BigInt(t)),typeof t=="bigint"&&t<e){if(r){if(Yn<t)return t}else if(Yn<=t)return t}throw new TypeError("Expected valid scalar: 0 < scalar < max")}function Oge(t){return t[0]&=248,t[31]&=127,t[31]|=64,t}function Pge(t){if(t=typeof t=="bigint"||typeof t=="number"?PK(n3(t,OK)):ql(t),t.length!==32)throw new Error("Expected 32 bytes");return t}function Nge(t){let e=Oge(t.slice(0,32)),r=t.slice(32,64),a=i3(e),i=Mn.BASE.multiply(a),h=i.toRawBytes();return{head:e,prefix:r,scalar:a,point:i,pointBytes:h}}var uE;async function dE(t){return Nge(await Op.sha512(Pge(t)))}async function NK(t,e){t=ql(t);let{prefix:r,scalar:a,pointBytes:i}=await dE(e),h=i3(await Op.sha512(r,t)),l=Mn.BASE.multiply(h),p=i3(await Op.sha512(l.toRawBytes(),i,t)),b=Et(h+p*a,Vi.l);return new Em(l,b).toRawBytes()}function Cge(t,e,r){e=ql(e),r instanceof Mn||(r=Mn.fromHex(r,!1));let{r:a,s:i}=t instanceof Em?t.assertValidity():Em.fromHex(t),h=Cn.BASE.multiplyUnsafe(i);return{r:a,s:i,SB:h,pub:r,msg:e}}function Lge(t,e,r,a){let i=i3(a),h=Cn.fromAffine(t).multiplyUnsafe(i);return Cn.fromAffine(e).add(h).subtract(r).multiplyUnsafe(Vi.h).equals(Cn.ZERO)}async function Ul(t,e,r){let{r:a,SB:i,msg:h,pub:l}=Cge(t,e,r),p=await Op.sha512(a.toRawBytes(),l.toRawBytes(),h);return Lge(l,a,i,p)}Mn.BASE._setWindowSize(8);var Ll={node:xm,web:typeof self=="object"&&"crypto"in self?self.crypto:void 0},Op={bytesToHex:Rm,hexToBytes:lE,concatBytes:IK,getExtendedPublicKey:dE,mod:Et,invert:a3,TORSION_SUBGROUP:["0100000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac037a","0000000000000000000000000000000000000000000000000000000000000080","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc05","ecffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc85","0000000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac03fa"],hashToPrivateScalar:t=>{if(t=ql(t),t.length<40||t.length>1024)throw new Error("Expected 40-1024 bytes of private key as per FIPS 186");return Et(Tm(t),Vi.l-oi)+oi},randomBytes:(t=32)=>{if(Ll.web)return Ll.web.getRandomValues(new Uint8Array(t));if(Ll.node){let{randomBytes:e}=Ll.node;return new Uint8Array(e(t).buffer)}else throw new Error("The environment doesn't have randomBytes function")},randomPrivateKey:()=>Op.randomBytes(32),sha512:async(...t)=>{let e=IK(...t);if(Ll.web){let r=await Ll.web.subtle.digest("SHA-512",e.buffer);return new Uint8Array(r)}else{if(Ll.node)return Uint8Array.from(Ll.node.createHash("sha512").update(e).digest());throw new Error("The environment doesn't have sha512 function")}},precompute(t=8,e=Mn.BASE){let r=e.equals(Mn.BASE)?e:new Mn(e.x,e.y);return r._setWindowSize(t),r.multiply(Dl),r},sha512Sync:void 0};Object.defineProperties(Op,{sha512Sync:{configurable:!1,get(){return uE},set(t){uE||(uE=t)}}});var So=class{_key;pk;ownerLength=Wr[2].pubLength;signatureLength=Wr[2].sigLength;_publicKey;get publicKey(){return this._publicKey}signatureType=2;constructor(e,r){this._key=e,this.pk=r}get key(){throw new Error("You must implement `key`")}sign(e){return NK(Me.from(e),Me.from(this.key))}static async verify(e,r,a){let i=e;return typeof e=="string"&&(i=CK.default.toBuffer(e)),Ul(Me.from(a),Me.from(r),Me.from(i))}};ie();ae();ne();ie();ae();ne();ie();ae();ne();ie();ae();ne();var Oi=gi(vf(),1);ie();ae();ne();du();async function Fl(t){if(typeof t[Symbol.asyncIterator]=="function"){let i=t,h=pf("sha384"),l=0;for await(let g of i)l+=g.byteLength,h.update(g);let p=(0,Oi.concatBuffers)([(0,Oi.stringToBuffer)("blob"),(0,Oi.stringToBuffer)(l.toString())]),b=(0,Oi.concatBuffers)([await xn().hash(p,"SHA-384"),h.digest()]);return await xn().hash(b,"SHA-384")}else if(Array.isArray(t)){let i=(0,Oi.concatBuffers)([(0,Oi.stringToBuffer)("list"),(0,Oi.stringToBuffer)(t.length.toString())]);return await KK(t,await xn().hash(i,"SHA-384"))}let e=t,r=(0,Oi.concatBuffers)([(0,Oi.stringToBuffer)("blob"),(0,Oi.stringToBuffer)(e.byteLength.toString())]),a=(0,Oi.concatBuffers)([await xn().hash(r,"SHA-384"),await xn().hash(e,"SHA-384")]);return await xn().hash(a,"SHA-384")}async function KK(t,e){if(t.length<1)return e;let r=(0,Oi.concatBuffers)([e,await Fl(t[0])]),a=await xn().hash(r,"SHA-384");return await KK(t.slice(1),a)}var v3=gi(bE(),1),_W=gi(Cm(),1),MW=gi(wW(),1),M2e=v3.default.default?v3.default.default:v3.default,m3=class extends M2e{getPublicKey(e){throw new Error("Unimplemented")}},x2e;function xn(){return x2e??=new m3}var xW=gi(qo(),1);du();var E0=class{_key;pk;signatureType=1;ownerLength=Wr[1].pubLength;signatureLength=Wr[1].sigLength;_publicKey;get publicKey(){return this._publicKey}constructor(e,r){this._key=e,this.pk=r,r||(this.pk=xn().getPublicKey(JSON.parse(e)))}sign(e){return aE("sha256").update(e).sign({key:this._key,padding:nE.RSA_PKCS1_PSS_PADDING})}static async verify(e,r,a){return await xn().verify(Me.isBuffer(e)?xW.default.encode(e):e,r,a)}};var lV=gi(hV(),1),cV=gi(qo(),1);var Kl=class extends E0{jwk;constructor(e){super((0,lV.jwkTopem)(e),e.n),this.jwk=e}get publicKey(){if(!this.pk)throw new Error("ArweaveSigner - pk is undefined");return cV.default.toBuffer(this.pk)}sign(e){return xn().sign(this.jwk,e)}static async verify(e,r,a){return await xn().verify(e,r,a)}};ie();ae();ne();var dV=gi(qo(),1);var R0=class{_publicKey;ownerLength=Wr[2].pubLength;signatureLength=Wr[2].sigLength;signatureType=2;pem;provider;constructor(e){if(this.provider=e,!this.provider.publicKey)throw new Error("InjectedSolanaSigner - provider.publicKey is undefined");this._publicKey=this.provider.publicKey.toBuffer()}get publicKey(){return this._publicKey}async sign(e){if(!this.provider.signMessage)throw new Error("Selected Wallet does not support message signing");return await this.provider.signMessage(e)}static async verify(e,r,a){let i=e;return typeof e=="string"&&(i=dV.default.toBuffer(e)),Ul(Me.from(a),Me.from(r),Me.from(i))}};ie();ae();ne();ie();ae();ne();ie();ae();ne();ie();ae();ne();var SV=gi(pV());ie();ae();ne();ie();ae();ne();ie();ae();ne();var vV="logger/5.7.0";var mV=!1,gV=!1,E3={debug:1,default:2,info:2,warning:3,error:4,off:5},bV=E3.default,cA=null;function ibe(){try{let t=[];if(["NFD","NFC","NFKD","NFKC"].forEach(e=>{try{if("test".normalize(e)!=="test")throw new Error("bad normalize")}catch{t.push(e)}}),t.length)throw new Error("missing "+t.join(", "));if("\xE9".normalize("NFD")!=="e\u0301")throw new Error("broken implementation")}catch(t){return t.message}return null}var yV=ibe(),dA;(function(t){t.DEBUG="DEBUG",t.INFO="INFO",t.WARNING="WARNING",t.ERROR="ERROR",t.OFF="OFF"})(dA||(dA={}));var gf;(function(t){t.UNKNOWN_ERROR="UNKNOWN_ERROR",t.NOT_IMPLEMENTED="NOT_IMPLEMENTED",t.UNSUPPORTED_OPERATION="UNSUPPORTED_OPERATION",t.NETWORK_ERROR="NETWORK_ERROR",t.SERVER_ERROR="SERVER_ERROR",t.TIMEOUT="TIMEOUT",t.BUFFER_OVERRUN="BUFFER_OVERRUN",t.NUMERIC_FAULT="NUMERIC_FAULT",t.MISSING_NEW="MISSING_NEW",t.INVALID_ARGUMENT="INVALID_ARGUMENT",t.MISSING_ARGUMENT="MISSING_ARGUMENT",t.UNEXPECTED_ARGUMENT="UNEXPECTED_ARGUMENT",t.CALL_EXCEPTION="CALL_EXCEPTION",t.INSUFFICIENT_FUNDS="INSUFFICIENT_FUNDS",t.NONCE_EXPIRED="NONCE_EXPIRED",t.REPLACEMENT_UNDERPRICED="REPLACEMENT_UNDERPRICED",t.UNPREDICTABLE_GAS_LIMIT="UNPREDICTABLE_GAS_LIMIT",t.TRANSACTION_REPLACED="TRANSACTION_REPLACED",t.ACTION_REJECTED="ACTION_REJECTED"})(gf||(gf={}));var wV="0123456789abcdef",er=class t{constructor(e){Object.defineProperty(this,"version",{enumerable:!0,value:e,writable:!1})}_log(e,r){let a=e.toLowerCase();E3[a]==null&&this.throwArgumentError("invalid log level name","logLevel",e),!(bV>E3[a])&&console.log.apply(console,r)}debug(...e){this._log(t.levels.DEBUG,e)}info(...e){this._log(t.levels.INFO,e)}warn(...e){this._log(t.levels.WARNING,e)}makeError(e,r,a){if(gV)return this.makeError("censored error",r,{});r||(r=t.errors.UNKNOWN_ERROR),a||(a={});let i=[];Object.keys(a).forEach(b=>{let g=a[b];try{if(g instanceof Uint8Array){let y="";for(let M=0;M<g.length;M++)y+=wV[g[M]>>4],y+=wV[g[M]&15];i.push(b+"=Uint8Array(0x"+y+")")}else i.push(b+"="+JSON.stringify(g))}catch{i.push(b+"="+JSON.stringify(a[b].toString()))}}),i.push(`code=${r}`),i.push(`version=${this.version}`);let h=e,l="";switch(r){case gf.NUMERIC_FAULT:{l="NUMERIC_FAULT";let b=e;switch(b){case"overflow":case"underflow":case"division-by-zero":l+="-"+b;break;case"negative-power":case"negative-width":l+="-unsupported";break;case"unbound-bitwise-result":l+="-unbound-result";break}break}case gf.CALL_EXCEPTION:case gf.INSUFFICIENT_FUNDS:case gf.MISSING_NEW:case gf.NONCE_EXPIRED:case gf.REPLACEMENT_UNDERPRICED:case gf.TRANSACTION_REPLACED:case gf.UNPREDICTABLE_GAS_LIMIT:l=r;break}l&&(e+=" [ See: https://links.ethers.org/v5-errors-"+l+" ]"),i.length&&(e+=" ("+i.join(", ")+")");let p=new Error(e);return p.reason=h,p.code=r,Object.keys(a).forEach(function(b){p[b]=a[b]}),p}throwError(e,r,a){throw this.makeError(e,r,a)}throwArgumentError(e,r,a){return this.throwError(e,t.errors.INVALID_ARGUMENT,{argument:r,value:a})}assert(e,r,a,i){e||this.throwError(r,a,i)}assertArgument(e,r,a,i){e||this.throwArgumentError(r,a,i)}checkNormalize(e){e==null&&(e="platform missing String.prototype.normalize"),yV&&this.throwError("platform missing String.prototype.normalize",t.errors.UNSUPPORTED_OPERATION,{operation:"String.prototype.normalize",form:yV})}checkSafeUint53(e,r){typeof e=="number"&&(r==null&&(r="value not safe"),(e<0||e>=9007199254740991)&&this.throwError(r,t.errors.NUMERIC_FAULT,{operation:"checkSafeInteger",fault:"out-of-safe-range",value:e}),e%1&&this.throwError(r,t.errors.NUMERIC_FAULT,{operation:"checkSafeInteger",fault:"non-integer",value:e}))}checkArgumentCount(e,r,a){a?a=": "+a:a="",e<r&&this.throwError("missing argument"+a,t.errors.MISSING_ARGUMENT,{count:e,expectedCount:r}),e>r&&this.throwError("too many arguments"+a,t.errors.UNEXPECTED_ARGUMENT,{count:e,expectedCount:r})}checkNew(e,r){(e===Object||e==null)&&this.throwError("missing new",t.errors.MISSING_NEW,{name:r.name})}checkAbstract(e,r){e===r?this.throwError("cannot instantiate abstract class "+JSON.stringify(r.name)+" directly; use a sub-class",t.errors.UNSUPPORTED_OPERATION,{name:e.name,operation:"new"}):(e===Object||e==null)&&this.throwError("missing new",t.errors.MISSING_NEW,{name:r.name})}static globalLogger(){return cA||(cA=new t(vV)),cA}static setCensorship(e,r){if(!e&&r&&this.globalLogger().throwError("cannot permanently disable censorship",t.errors.UNSUPPORTED_OPERATION,{operation:"setCensorship"}),mV){if(!e)return;this.globalLogger().throwError("error censorship permanent",t.errors.UNSUPPORTED_OPERATION,{operation:"setCensorship"})}gV=!!e,mV=!!r}static setLogLevel(e){let r=E3[e.toLowerCase()];if(r==null){t.globalLogger().warn("invalid log level - "+e);return}bV=r}static from(e){return new t(e)}};er.errors=gf;er.levels=dA;ie();ae();ne();var _V="bytes/5.7.0";var Sn=new er(_V);function xV(t){return!!t.toHexString}function zp(t){return t.slice||(t.slice=function(){let e=Array.prototype.slice.call(arguments);return zp(new Uint8Array(Array.prototype.slice.apply(t,e)))}),t}function Fm(t){return $n(t)&&!(t.length%2)||jm(t)}function MV(t){return typeof t=="number"&&t==t&&t%1===0}function jm(t){if(t==null)return!1;if(t.constructor===Uint8Array)return!0;if(typeof t=="string"||!MV(t.length)||t.length<0)return!1;for(let e=0;e<t.length;e++){let r=t[e];if(!MV(r)||r<0||r>=256)return!1}return!0}function Ct(t,e){if(e||(e={}),typeof t=="number"){Sn.checkSafeUint53(t,"invalid arrayify value");let r=[];for(;t;)r.unshift(t&255),t=parseInt(String(t/256));return r.length===0&&r.push(0),zp(new Uint8Array(r))}if(e.allowMissingPrefix&&typeof t=="string"&&t.substring(0,2)!=="0x"&&(t="0x"+t),xV(t)&&(t=t.toHexString()),$n(t)){let r=t.substring(2);r.length%2&&(e.hexPad==="left"?r="0"+r:e.hexPad==="right"?r+="0":Sn.throwArgumentError("hex data is odd-length","value",t));let a=[];for(let i=0;i<r.length;i+=2)a.push(parseInt(r.substring(i,i+2),16));return zp(new Uint8Array(a))}return jm(t)?zp(new Uint8Array(t)):Sn.throwArgumentError("invalid arrayify value","value",t)}function Ro(t){let e=t.map(i=>Ct(i)),r=e.reduce((i,h)=>i+h.length,0),a=new Uint8Array(r);return e.reduce((i,h)=>(a.set(h,i),i+h.length),0),zp(a)}function mu(t){let e=Ct(t);if(e.length===0)return e;let r=0;for(;r<e.length&&e[r]===0;)r++;return r&&(e=e.slice(r)),e}function nbe(t,e){t=Ct(t),t.length>e&&Sn.throwArgumentError("value out of range","value",arguments[0]);let r=new Uint8Array(e);return r.set(t,e-t.length),zp(r)}function $n(t,e){return!(typeof t!="string"||!t.match(/^0x[0-9A-Fa-f]*$/)||e&&t.length!==2+2*e)}var pA="0123456789abcdef";function sr(t,e){if(e||(e={}),typeof t=="number"){Sn.checkSafeUint53(t,"invalid hexlify value");let r="";for(;t;)r=pA[t&15]+r,t=Math.floor(t/16);return r.length?(r.length%2&&(r="0"+r),"0x"+r):"0x00"}if(typeof t=="bigint")return t=t.toString(16),t.length%2?"0x0"+t:"0x"+t;if(e.allowMissingPrefix&&typeof t=="string"&&t.substring(0,2)!=="0x"&&(t="0x"+t),xV(t))return t.toHexString();if($n(t))return t.length%2&&(e.hexPad==="left"?t="0x0"+t.substring(2):e.hexPad==="right"?t+="0":Sn.throwArgumentError("hex data is odd-length","value",t)),t.toLowerCase();if(jm(t)){let r="0x";for(let a=0;a<t.length;a++){let i=t[a];r+=pA[(i&240)>>4]+pA[i&15]}return r}return Sn.throwArgumentError("invalid hexlify value","value",t)}function zm(t){if(typeof t!="string")t=sr(t);else if(!$n(t)||t.length%2)return null;return(t.length-2)/2}function Mh(t,e,r){return typeof t!="string"?t=sr(t):(!$n(t)||t.length%2)&&Sn.throwArgumentError("invalid hexData","value",t),e=2+2*e,r!=null?"0x"+t.substring(e,2+2*r):"0x"+t.substring(e)}function Wl(t){let e="0x";return t.forEach(r=>{e+=sr(r).substring(2)}),e}function Ea(t,e){for(typeof t!="string"?t=sr(t):$n(t)||Sn.throwArgumentError("invalid hex string","value",t),t.length>2*e+2&&Sn.throwArgumentError("value out of range","value",arguments[1]);t.length<2*e+2;)t="0x0"+t.substring(2);return t}function Vl(t){let e={r:"0x",s:"0x",_vs:"0x",recoveryParam:0,v:0,yParityAndS:"0x",compact:"0x"};if(Fm(t)){let r=Ct(t);r.length===64?(e.v=27+(r[32]>>7),r[32]&=127,e.r=sr(r.slice(0,32)),e.s=sr(r.slice(32,64))):r.length===65?(e.r=sr(r.slice(0,32)),e.s=sr(r.slice(32,64)),e.v=r[64]):Sn.throwArgumentError("invalid signature string","signature",t),e.v<27&&(e.v===0||e.v===1?e.v+=27:Sn.throwArgumentError("signature invalid v byte","signature",t)),e.recoveryParam=1-e.v%2,e.recoveryParam&&(r[32]|=128),e._vs=sr(r.slice(32,64))}else{if(e.r=t.r,e.s=t.s,e.v=t.v,e.recoveryParam=t.recoveryParam,e._vs=t._vs,e._vs!=null){let i=nbe(Ct(e._vs),32);e._vs=sr(i);let h=i[0]>=128?1:0;e.recoveryParam==null?e.recoveryParam=h:e.recoveryParam!==h&&Sn.throwArgumentError("signature recoveryParam mismatch _vs","signature",t),i[0]&=127;let l=sr(i);e.s==null?e.s=l:e.s!==l&&Sn.throwArgumentError("signature v mismatch _vs","signature",t)}if(e.recoveryParam==null)e.v==null?Sn.throwArgumentError("signature missing v and recoveryParam","signature",t):e.v===0||e.v===1?e.recoveryParam=e.v:e.recoveryParam=1-e.v%2;else if(e.v==null)e.v=27+e.recoveryParam;else{let i=e.v===0||e.v===1?e.v:1-e.v%2;e.recoveryParam!==i&&Sn.throwArgumentError("signature recoveryParam mismatch v","signature",t)}e.r==null||!$n(e.r)?Sn.throwArgumentError("signature missing or invalid r","signature",t):e.r=Ea(e.r,32),e.s==null||!$n(e.s)?Sn.throwArgumentError("signature missing or invalid s","signature",t):e.s=Ea(e.s,32);let r=Ct(e.s);r[0]>=128&&Sn.throwArgumentError("signature s out of range","signature",t),e.recoveryParam&&(r[0]|=128);let a=sr(r);e._vs&&($n(e._vs)||Sn.throwArgumentError("signature invalid _vs","signature",t),e._vs=Ea(e._vs,32)),e._vs==null?e._vs=a:e._vs!==a&&Sn.throwArgumentError("signature _vs mismatch v and s","signature",t)}return e.yParityAndS=e._vs,e.compact=e.r+e.yParityAndS.substring(2),e}function vA(t){return t=Vl(t),sr(Ro([t.r,t.s,t.recoveryParam?"0x1c":"0x1b"]))}function rn(t){return"0x"+SV.default.keccak_256(Ct(t))}ie();ae();ne();ie();ae();ne();ie();ae();ne();var IV=gi(AV());ie();ae();ne();var RV="bignumber/5.7.0";var A3=IV.default.BN,xh=new er(RV),gA={},TV=9007199254740991;var kV=!1,nn=class t{constructor(e,r){e!==gA&&xh.throwError("cannot call constructor directly; use BigNumber.from",er.errors.UNSUPPORTED_OPERATION,{operation:"new (BigNumber)"}),this._hex=r,this._isBigNumber=!0,Object.freeze(this)}fromTwos(e){return to(Xr(this).fromTwos(e))}toTwos(e){return to(Xr(this).toTwos(e))}abs(){return this._hex[0]==="-"?t.from(this._hex.substring(1)):this}add(e){return to(Xr(this).add(Xr(e)))}sub(e){return to(Xr(this).sub(Xr(e)))}div(e){return t.from(e).isZero()&&ys("division-by-zero","div"),to(Xr(this).div(Xr(e)))}mul(e){return to(Xr(this).mul(Xr(e)))}mod(e){let r=Xr(e);return r.isNeg()&&ys("division-by-zero","mod"),to(Xr(this).umod(r))}pow(e){let r=Xr(e);return r.isNeg()&&ys("negative-power","pow"),to(Xr(this).pow(r))}and(e){let r=Xr(e);return(this.isNegative()||r.isNeg())&&ys("unbound-bitwise-result","and"),to(Xr(this).and(r))}or(e){let r=Xr(e);return(this.isNegative()||r.isNeg())&&ys("unbound-bitwise-result","or"),to(Xr(this).or(r))}xor(e){let r=Xr(e);return(this.isNegative()||r.isNeg())&&ys("unbound-bitwise-result","xor"),to(Xr(this).xor(r))}mask(e){return(this.isNegative()||e<0)&&ys("negative-width","mask"),to(Xr(this).maskn(e))}shl(e){return(this.isNegative()||e<0)&&ys("negative-width","shl"),to(Xr(this).shln(e))}shr(e){return(this.isNegative()||e<0)&&ys("negative-width","shr"),to(Xr(this).shrn(e))}eq(e){return Xr(this).eq(Xr(e))}lt(e){return Xr(this).lt(Xr(e))}lte(e){return Xr(this).lte(Xr(e))}gt(e){return Xr(this).gt(Xr(e))}gte(e){return Xr(this).gte(Xr(e))}isNegative(){return this._hex[0]==="-"}isZero(){return Xr(this).isZero()}toNumber(){try{return Xr(this).toNumber()}catch{ys("overflow","toNumber",this.toString())}return null}toBigInt(){try{return BigInt(this.toString())}catch{}return xh.throwError("this platform does not support BigInt",er.errors.UNSUPPORTED_OPERATION,{value:this.toString()})}toString(){return arguments.length>0&&(arguments[0]===10?kV||(kV=!0,xh.warn("BigNumber.toString does not accept any parameters; base-10 is assumed")):arguments[0]===16?xh.throwError("BigNumber.toString does not accept any parameters; use bigNumber.toHexString()",er.errors.UNEXPECTED_ARGUMENT,{}):xh.throwError("BigNumber.toString does not accept parameters",er.errors.UNEXPECTED_ARGUMENT,{})),Xr(this).toString(10)}toHexString(){return this._hex}toJSON(e){return{type:"BigNumber",hex:this.toHexString()}}static from(e){if(e instanceof t)return e;if(typeof e=="string")return e.match(/^-?0x[0-9a-f]+$/i)?new t(gA,Zm(e)):e.match(/^-?[0-9]+$/)?new t(gA,Zm(new A3(e))):xh.throwArgumentError("invalid BigNumber string","value",e);if(typeof e=="number")return e%1&&ys("underflow","BigNumber.from",e),(e>=TV||e<=-TV)&&ys("overflow","BigNumber.from",e),t.from(String(e));let r=e;if(typeof r=="bigint")return t.from(r.toString());if(jm(r))return t.from(sr(r));if(r)if(r.toHexString){let a=r.toHexString();if(typeof a=="string")return t.from(a)}else{let a=r._hex;if(a==null&&r.type==="BigNumber"&&(a=r.hex),typeof a=="string"&&($n(a)||a[0]==="-"&&$n(a.substring(1))))return t.from(a)}return xh.throwArgumentError("invalid BigNumber value","value",e)}static isBigNumber(e){return!!(e&&e._isBigNumber)}};function Zm(t){if(typeof t!="string")return Zm(t.toString(16));if(t[0]==="-")return t=t.substring(1),t[0]==="-"&&xh.throwArgumentError("invalid hex","value",t),t=Zm(t),t==="0x00"?t:"-"+t;if(t.substring(0,2)!=="0x"&&(t="0x"+t),t==="0x")return"0x00";for(t.length%2&&(t="0x0"+t.substring(2));t.length>4&&t.substring(0,4)==="0x00";)t="0x"+t.substring(4);return t}function to(t){return nn.from(Zm(t))}function Xr(t){let e=nn.from(t).toHexString();return e[0]==="-"?new A3("-"+e.substring(3),16):new A3(e.substring(2),16)}function ys(t,e,r){let a={fault:t,operation:e};return r!=null&&(a.value=r),xh.throwError(t,er.errors.NUMERIC_FAULT,a)}function bA(t){return new A3(t,36).toString(16)}ie();ae();ne();ie();ae();ne();var BV="strings/5.7.0";var OV=new er(BV),gu;(function(t){t.current="",t.NFC="NFC",t.NFD="NFD",t.NFKC="NFKC",t.NFKD="NFKD"})(gu||(gu={}));var T0;(function(t){t.UNEXPECTED_CONTINUE="unexpected continuation byte",t.BAD_PREFIX="bad codepoint prefix",t.OVERRUN="string overrun",t.MISSING_CONTINUE="missing continuation byte",t.OUT_OF_RANGE="out of UTF-8 range",t.UTF16_SURROGATE="UTF-16 surrogate",t.OVERLONG="overlong representation"})(T0||(T0={}));function obe(t,e,r,a,i){return OV.throwArgumentError(`invalid codepoint at offset ${e}; ${t}`,"bytes",r)}function PV(t,e,r,a,i){if(t===T0.BAD_PREFIX||t===T0.UNEXPECTED_CONTINUE){let h=0;for(let l=e+1;l<r.length&&r[l]>>6===2;l++)h++;return h}return t===T0.OVERRUN?r.length-e-1:0}function sbe(t,e,r,a,i){return t===T0.OVERLONG?(a.push(i),0):(a.push(65533),PV(t,e,r,a,i))}var fbe=Object.freeze({error:obe,ignore:PV,replace:sbe});function Ca(t,e=gu.current){e!=gu.current&&(OV.checkNormalize(),t=t.normalize(e));let r=[];for(let a=0;a<t.length;a++){let i=t.charCodeAt(a);if(i<128)r.push(i);else if(i<2048)r.push(i>>6|192),r.push(i&63|128);else if((i&64512)==55296){a++;let h=t.charCodeAt(a);if(a>=t.length||(h&64512)!==56320)throw new Error("invalid utf-8 string");let l=65536+((i&1023)<<10)+(h&1023);r.push(l>>18|240),r.push(l>>12&63|128),r.push(l>>6&63|128),r.push(l&63|128)}else r.push(i>>12|224),r.push(i>>6&63|128),r.push(i&63|128)}return Ct(r)}function Zp(t){return rn(Ca(t))}ie();ae();ne();var NV="hash/5.7.0";ie();ae();ne();var CV=`Ethereum Signed Message:
|
|
127
|
+
${JSON.stringify(Me.from(r))},${JSON.stringify(Me.from(a))},${h} => ${JSON.stringify(p)}`;return Mfe(l,b)}Fr.debug=Mfe});var Uw=ht(Do=>{"use strict";ie();ae();ne();var fqe=Do&&Do.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),uqe=Do&&Do.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),hqe=Do&&Do.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&fqe(e,t,r);return uqe(e,t),e},lqe=Do&&Do.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Do,"__esModule",{value:!0});Do.Tag=void 0;var Fn=hqe(tl()),cqe=lqe(bfe()),dqe=JB(),qw=class{get(e,r){if(!Object.getOwnPropertyNames(this).includes(e))throw new Error(`Field "${e}" is not a property of the Arweave Transaction class.`);if(this[e]instanceof Uint8Array)return r&&r.decode&&r.string?Fn.bufferToString(this[e]):r&&r.decode&&!r.string?this[e]:Fn.bufferTob64Url(this[e]);if(this[e]instanceof Array){if(r?.decode!==void 0||r?.string!==void 0)throw e==="tags"&&console.warn(`Did you mean to use 'transaction["tags"]' ?`),new Error("Cannot decode or stringify an array.");return this[e]}return r&&r.decode==!0?r&&r.string?Fn.b64UrlToString(this[e]):Fn.b64UrlToBuffer(this[e]):this[e]}},Mb=class extends qw{name;value;constructor(e,r,a=!1){super(),this.name=e,this.value=r}};Do.Tag=Mb;var XB=class extends qw{format=2;id="";last_tx="";owner="";tags=[];target="";quantity="0";data_size="0";data=new Uint8Array;data_root="";reward="0";signature="";chunks;constructor(e={}){super(),Object.assign(this,e),typeof this.data=="string"&&(this.data=Fn.b64UrlToBuffer(this.data)),e.tags&&(this.tags=e.tags.map(r=>new Mb(r.name,r.value)))}addTag(e,r){this.tags.push(new Mb(Fn.stringToB64Url(e),Fn.stringToB64Url(r)))}toJSON(){return{format:this.format,id:this.id,last_tx:this.last_tx,owner:this.owner,tags:this.tags,target:this.target,quantity:this.quantity,data:Fn.bufferTob64Url(this.data),data_size:this.data_size,data_root:this.data_root,data_tree:this.data_tree,reward:this.reward,signature:this.signature}}setOwner(e){this.owner=e}setSignature({id:e,owner:r,reward:a,tags:i,signature:h}){this.id=e,this.owner=r,a&&(this.reward=a),i&&(this.tags=i),this.signature=h}async prepareChunks(e){!this.chunks&&e.byteLength>0&&(this.chunks=await(0,dqe.generateTransactionChunks)(e),this.data_root=Fn.bufferTob64Url(this.chunks.data_root)),!this.chunks&&e.byteLength===0&&(this.chunks={chunks:[],data_root:new Uint8Array,proofs:[]},this.data_root="")}getChunk(e,r){if(!this.chunks)throw new Error("Chunks have not been prepared");let a=this.chunks.proofs[e],i=this.chunks.chunks[e];return{data_root:this.data_root,data_size:this.data_size,data_path:Fn.bufferTob64Url(a.proof),offset:a.offset.toString(),chunk:Fn.bufferTob64Url(r.slice(i.minByteRange,i.maxByteRange))}}async getSignatureData(){switch(this.format){case 1:let e=this.tags.reduce((a,i)=>Fn.concatBuffers([a,i.get("name",{decode:!0,string:!1}),i.get("value",{decode:!0,string:!1})]),new Uint8Array);return Fn.concatBuffers([this.get("owner",{decode:!0,string:!1}),this.get("target",{decode:!0,string:!1}),this.get("data",{decode:!0,string:!1}),Fn.stringToBuffer(this.quantity),Fn.stringToBuffer(this.reward),this.get("last_tx",{decode:!0,string:!1}),e]);case 2:this.data_root||await this.prepareChunks(this.data);let r=this.tags.map(a=>[a.get("name",{decode:!0,string:!1}),a.get("value",{decode:!0,string:!1})]);return await(0,cqe.default)([Fn.stringToBuffer(this.format.toString()),this.get("owner",{decode:!0,string:!1}),this.get("target",{decode:!0,string:!1}),Fn.stringToBuffer(this.quantity),Fn.stringToBuffer(this.reward),this.get("last_tx",{decode:!0,string:!1}),r,Fn.stringToBuffer(this.data_size),this.get("data_root",{decode:!0,string:!1})]);default:throw new Error(`Unexpected transaction format: ${this.format}`)}}};Do.default=XB});var Afe=ht(Zs=>{"use strict";ie();ae();ne();var pqe=Zs&&Zs.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),vqe=Zs&&Zs.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),mqe=Zs&&Zs.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&pqe(e,t,r);return vqe(e,t),e},gqe=Zs&&Zs.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Zs,"__esModule",{value:!0});Zs.TransactionUploader=void 0;var xfe=gqe(Uw()),bqe=mqe(tl()),QB=gb(),yqe=JB(),Sfe=1,wqe=["invalid_json","chunk_too_big","data_path_too_big","offset_too_big","data_size_too_big","chunk_proof_ratio_not_attractive","invalid_proof"],Efe=1e3*40,eO=class t{api;chunkIndex=0;txPosted=!1;transaction;lastRequestTimeEnd=0;totalErrors=0;data;lastResponseStatus=0;lastResponseError="";get isComplete(){return this.txPosted&&this.chunkIndex===this.transaction.chunks.chunks.length}get totalChunks(){return this.transaction.chunks.chunks.length}get uploadedChunks(){return this.chunkIndex}get pctComplete(){return Math.trunc(this.uploadedChunks/this.totalChunks*100)}constructor(e,r){if(this.api=e,!r.id)throw new Error("Transaction is not signed");if(!r.chunks)throw new Error("Transaction chunks not prepared");this.data=r.data,this.transaction=new xfe.default(Object.assign({},r,{data:new Uint8Array(0)}))}async uploadChunk(e){if(this.isComplete)throw new Error("Upload is already complete");if(this.lastResponseError!==""?this.totalErrors++:this.totalErrors=0,this.totalErrors===100)throw new Error(`Unable to complete upload: ${this.lastResponseStatus}: ${this.lastResponseError}`);let r=this.lastResponseError===""?0:Math.max(this.lastRequestTimeEnd+Efe-Date.now(),Efe);if(r>0&&(r=r-r*Math.random()*.3,await new Promise(l=>setTimeout(l,r))),this.lastResponseError="",!this.txPosted){await this.postTransaction();return}e&&(this.chunkIndex=e);let a=this.transaction.getChunk(e||this.chunkIndex,this.data);if(!await(0,yqe.validatePath)(this.transaction.chunks.data_root,parseInt(a.offset),0,parseInt(a.data_size),bqe.b64UrlToBuffer(a.data_path)))throw new Error(`Unable to validate chunk ${this.chunkIndex}`);let h=await this.api.post("chunk",this.transaction.getChunk(this.chunkIndex,this.data)).catch(l=>(console.error(l.message),{status:-1,data:{error:l.message}}));if(this.lastRequestTimeEnd=Date.now(),this.lastResponseStatus=h.status,this.lastResponseStatus==200)this.chunkIndex++;else if(this.lastResponseError=(0,QB.getError)(h),wqe.includes(this.lastResponseError))throw new Error(`Fatal error uploading chunk ${this.chunkIndex}: ${this.lastResponseError}`)}static async fromSerialized(e,r,a){if(!r||typeof r.chunkIndex!="number"||typeof r.transaction!="object")throw new Error("Serialized object does not match expected format.");var i=new xfe.default(r.transaction);i.chunks||await i.prepareChunks(a);let h=new t(e,i);if(h.chunkIndex=r.chunkIndex,h.lastRequestTimeEnd=r.lastRequestTimeEnd,h.lastResponseError=r.lastResponseError,h.lastResponseStatus=r.lastResponseStatus,h.txPosted=r.txPosted,h.data=a,h.transaction.data_root!==r.transaction.data_root)throw new Error("Data mismatch: Uploader doesn't match provided data.");return h}static async fromTransactionId(e,r){let a=await e.get(`tx/${r}`);if(a.status!==200)throw new Error(`Tx ${r} not found: ${a.status}`);let i=a.data;return i.data=new Uint8Array(0),{txPosted:!0,chunkIndex:0,lastResponseError:"",lastRequestTimeEnd:0,lastResponseStatus:0,transaction:i}}toJSON(){return{chunkIndex:this.chunkIndex,transaction:this.transaction,lastRequestTimeEnd:this.lastRequestTimeEnd,lastResponseStatus:this.lastResponseStatus,lastResponseError:this.lastResponseError,txPosted:this.txPosted}}async postTransaction(){if(this.totalChunks<=Sfe){this.transaction.data=this.data;let a=await this.api.post("tx",this.transaction).catch(i=>(console.error(i),{status:-1,data:{error:i.message}}));if(this.lastRequestTimeEnd=Date.now(),this.lastResponseStatus=a.status,this.transaction.data=new Uint8Array(0),a.status>=200&&a.status<300){this.txPosted=!0,this.chunkIndex=Sfe;return}throw this.lastResponseError=(0,QB.getError)(a),new Error(`Unable to upload transaction: ${a.status}, ${this.lastResponseError}`)}let r=await this.api.post("tx",this.transaction);if(this.lastRequestTimeEnd=Date.now(),this.lastResponseStatus=r.status,!(r.status>=200&&r.status<300))throw this.lastResponseError=(0,QB.getError)(r),new Error(`Unable to upload transaction: ${r.status}, ${this.lastResponseError}`);this.txPosted=!0}};Zs.TransactionUploader=eO});var Fw=ht((H2t,Rfe)=>{"use strict";ie();ae();ne();Rfe.exports={}});var kfe=ht(Hf=>{"use strict";ie();ae();ne();var _qe=Hf&&Hf.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),Mqe=Hf&&Hf.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),xqe=Hf&&Hf.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&_qe(e,t,r);return Mqe(e,t),e},Tfe=Hf&&Hf.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Hf,"__esModule",{value:!0});var tO=Tfe(gb()),rl=Tfe(Uw()),xb=xqe(tl()),rO=Afe();Fw();var iO=class{api;crypto;chunks;constructor(e,r,a){this.api=e,this.crypto=r,this.chunks=a}async getTransactionAnchor(){let e=await this.api.get("tx_anchor");if(!e.data.match(/^[a-z0-9_-]{43,}/i)||!e.ok)throw new Error(`Could not getTransactionAnchor. Received: ${e.data}. Status: ${e.status}, ${e.statusText}`);return e.data}async getPrice(e,r){let a=r?`price/${e}/${r}`:`price/${e}`,i=await this.api.get(a);if(!/^\d+$/.test(i.data)||!i.ok)throw new Error(`Could not getPrice. Received: ${i.data}. Status: ${i.status}, ${i.statusText}`);return i.data}async get(e){let r=await this.api.get(`tx/${e}`);if(r.status==200){let a=parseInt(r.data.data_size);if(r.data.format>=2&&a>0&&a<=1024*1024*12){let i=await this.getData(e);return new rl.default({...r.data,data:i})}return new rl.default({...r.data,format:r.data.format||1})}throw r.status==404?new tO.default("TX_NOT_FOUND"):r.status==410?new tO.default("TX_FAILED"):new tO.default("TX_INVALID")}fromRaw(e){return new rl.default(e)}async search(e,r){return this.api.post("arql",{op:"equals",expr1:e,expr2:r}).then(a=>a.data?a.data:[])}getStatus(e){return this.api.get(`tx/${e}/status`).then(r=>r.status==200?{status:200,confirmed:r.data}:{status:r.status,confirmed:null})}async getData(e,r){let a;try{a=await this.chunks.downloadChunkedData(e)}catch(i){console.error(`Error while trying to download chunked data for ${e}`),console.error(i)}if(!a){console.warn(`Falling back to gateway cache for ${e}`);try{let{data:i,ok:h,status:l,statusText:p}=await this.api.get(`/${e}`,{responseType:"arraybuffer"});if(!h)throw new Error("Bad http status code",{cause:{status:l,statusText:p}});a=i}catch(i){console.error(`Error while trying to download contiguous data from gateway cache for ${e}`),console.error(i)}}if(!a)throw new Error(`${e} data was not found!`);return r&&r.decode&&!r.string?a:r&&r.decode&&r.string?xb.bufferToString(a):xb.bufferTob64Url(a)}async sign(e,r,a){let h=typeof r=="object"&&(p=>{let b=!0;return["n","e","d","p","q","dp","dq","qi"].map(g=>!(g in p)&&(b=!1)),b})(r),l=typeof arweaveWallet=="object";if(!h&&!l)throw new Error("No valid JWK or external wallet found to sign transaction.");if(h){e.setOwner(r.n);let p=await e.getSignatureData(),b=await this.crypto.sign(r,p,a),g=await this.crypto.hash(b);e.setSignature({id:xb.bufferTob64Url(g),owner:r.n,signature:xb.bufferTob64Url(b)})}else if(l){try{(await arweaveWallet.getPermissions()).includes("SIGN_TRANSACTION")||await arweaveWallet.connect(["SIGN_TRANSACTION"])}catch{}let p=await arweaveWallet.sign(e,a);e.setSignature({id:p.id,owner:p.owner,reward:p.reward,tags:p.tags,signature:p.signature})}else throw new Error("An error occurred while signing. Check wallet is valid")}async verify(e){let r=await e.getSignatureData(),a=e.get("signature",{decode:!0,string:!1}),i=xb.bufferTob64Url(await this.crypto.hash(a));if(e.id!==i)throw new Error("Invalid transaction signature or ID! The transaction ID doesn't match the expected SHA-256 hash of the signature.");return this.crypto.verify(e.owner,r,a)}async post(e){if(typeof e=="string"?e=new rl.default(JSON.parse(e)):typeof e.readInt32BE=="function"?e=new rl.default(JSON.parse(e.toString())):typeof e=="object"&&!(e instanceof rl.default)&&(e=new rl.default(e)),!(e instanceof rl.default))throw new Error("Must be Transaction object");e.chunks||await e.prepareChunks(e.data);let r=await this.getUploader(e,e.data);try{for(;!r.isComplete;)await r.uploadChunk()}catch(a){if(r.lastResponseStatus>0)return{status:r.lastResponseStatus,statusText:r.lastResponseError,data:{error:r.lastResponseError}};throw a}return{status:200,statusText:"OK",data:{}}}async getUploader(e,r){let a;if(r instanceof ArrayBuffer&&(r=new Uint8Array(r)),e instanceof rl.default){if(r||(r=e.data),!(r instanceof Uint8Array))throw new Error("Data format is invalid");e.chunks||await e.prepareChunks(r),a=new rO.TransactionUploader(this.api,e),(!a.data||a.data.length===0)&&(a.data=r)}else{if(typeof e=="string"&&(e=await rO.TransactionUploader.fromTransactionId(this.api,e)),!r||!(r instanceof Uint8Array))throw new Error("Must provide data when resuming upload");a=await rO.TransactionUploader.fromSerialized(this.api,e,r)}return a}async*upload(e,r){let a=await this.getUploader(e,r);for(;!a.isComplete;)await a.uploadChunk(),yield a;return a}};Hf.default=iO});var Bfe=ht(il=>{"use strict";ie();ae();ne();var Sqe=il&&il.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),Eqe=il&&il.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),Aqe=il&&il.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Sqe(e,t,r);return Eqe(e,t),e};Object.defineProperty(il,"__esModule",{value:!0});var Ife=Aqe(tl());Fw();var nO=class{api;crypto;constructor(e,r){this.api=e,this.crypto=r}getBalance(e){return this.api.get(`wallet/${e}/balance`).then(r=>r.data)}getLastTransactionID(e){return this.api.get(`wallet/${e}/last_tx`).then(r=>r.data)}generate(){return this.crypto.generateJWK()}async jwkToAddress(e){return!e||e==="use_wallet"?this.getAddress():this.getAddress(e)}async getAddress(e){if(!e||e==="use_wallet"){try{await arweaveWallet.connect(["ACCESS_ADDRESS"])}catch{}return arweaveWallet.getActiveAddress()}else return this.ownerToAddress(e.n)}async ownerToAddress(e){return Ife.bufferTob64Url(await this.crypto.hash(Ife.b64UrlToBuffer(e)))}};il.default=nO});var Pfe=ht(Kf=>{"use strict";ie();ae();ne();var Rqe=Kf&&Kf.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),Tqe=Kf&&Kf.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),kqe=Kf&&Kf.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Rqe(e,t,r);return Tqe(e,t),e};Object.defineProperty(Kf,"__esModule",{value:!0});Kf.SiloResource=void 0;var Ofe=kqe(tl()),aO=class{api;crypto;transactions;constructor(e,r,a){this.api=e,this.crypto=r,this.transactions=a}async get(e){if(!e)throw new Error("No Silo URI specified");let r=await this.parseUri(e),a=await this.transactions.search("Silo-Name",r.getAccessKey());if(a.length==0)throw new Error(`No data could be found for the Silo URI: ${e}`);let i=await this.transactions.get(a[0]);if(!i)throw new Error(`No data could be found for the Silo URI: ${e}`);let h=i.get("data",{decode:!0,string:!1});return this.crypto.decrypt(h,r.getEncryptionKey())}async readTransactionData(e,r){if(!r)throw new Error("No Silo URI specified");let a=await this.parseUri(r),i=e.get("data",{decode:!0,string:!1});return this.crypto.decrypt(i,a.getEncryptionKey())}async parseUri(e){let r=e.match(/^([a-z0-9-_]+)\.([0-9]+)/i);if(!r)throw new Error("Invalid Silo name, must be a name in the format of [a-z0-9]+.[0-9]+, e.g. 'bubble.7'");let a=r[1],i=Math.pow(2,parseInt(r[2])),h=await this.hash(Ofe.stringToBuffer(a),i),l=Ofe.bufferTob64(h.slice(0,15)),p=await this.hash(h.slice(16,31),1);return new jw(e,l,p)}async hash(e,r){let a=await this.crypto.hash(e);for(let i=0;i<r-1;i++)a=await this.crypto.hash(a);return a}};Kf.default=aO;var jw=class{uri;accessKey;encryptionKey;constructor(e,r,a){this.uri=e,this.accessKey=r,this.encryptionKey=a}getUri(){return this.uri}getAccessKey(){return this.accessKey}getEncryptionKey(){return this.encryptionKey}};Kf.SiloResource=jw});var Cfe=ht(nl=>{"use strict";ie();ae();ne();var Iqe=nl&&nl.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),Bqe=nl&&nl.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),Oqe=nl&&nl.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Iqe(e,t,r);return Bqe(e,t),e};Object.defineProperty(nl,"__esModule",{value:!0});var Nfe=gb(),Pqe=Oqe(tl()),oO=class{api;constructor(e){this.api=e}async getTransactionOffset(e){let r=await this.api.get(`tx/${e}/offset`);if(r.status===200)return r.data;throw new Error(`Unable to get transaction offset: ${(0,Nfe.getError)(r)}`)}async getChunk(e){let r=await this.api.get(`chunk/${e}`);if(r.status===200)return r.data;throw new Error(`Unable to get chunk: ${(0,Nfe.getError)(r)}`)}async getChunkData(e){let r=await this.getChunk(e);return Pqe.b64UrlToBuffer(r.chunk)}firstChunkOffset(e){return parseInt(e.offset)-parseInt(e.size)+1}async downloadChunkedData(e){let r=await this.getTransactionOffset(e),a=parseInt(r.size),h=parseInt(r.offset)-a+1,l=new Uint8Array(a),p=0;for(;p<a;){this.api.config.logging&&console.log(`[chunk] ${p}/${a}`);let b;try{b=await this.getChunkData(h+p)}catch{console.error(`[chunk] Failed to fetch chunk at offset ${h+p}`),console.error("[chunk] This could indicate that the chunk wasn't uploaded or hasn't yet seeded properly to a particular gateway/node")}if(b)l.set(b,p),p+=b.length;else throw new Error(`Couldn't complete data download at ${p}/${a}`)}return l}};nl.default=oO});var $fe=ht(Sb=>{"use strict";ie();ae();ne();var Nqe=Sb&&Sb.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Sb,"__esModule",{value:!0});var Lfe=Nqe(gb());Fw();var sO=class t{api;network;static HASH_ENDPOINT="block/hash/";static HEIGHT_ENDPOINT="block/height/";constructor(e,r){this.api=e,this.network=r}async get(e){let r=await this.api.get(`${t.HASH_ENDPOINT}${e}`);if(r.status===200)return r.data;throw r.status===404?new Lfe.default("BLOCK_NOT_FOUND"):new Error(`Error while loading block data: ${r}`)}async getByHeight(e){let r=await this.api.get(`${t.HEIGHT_ENDPOINT}${e}`);if(r.status===200)return r.data;throw r.status===404?new Lfe.default("BLOCK_NOT_FOUND"):new Error(`Error while loading block data: ${r}`)}async getCurrent(){let{current:e}=await this.network.getInfo();return await this.get(e)}};Sb.default=sO});var Lw=ht(Wf=>{"use strict";ie();ae();ne();var Cqe=Wf&&Wf.__createBinding||(Object.create?function(t,e,r,a){a===void 0&&(a=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,a,i)}:function(t,e,r,a){a===void 0&&(a=r),t[a]=e[r]}),Lqe=Wf&&Wf.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),$qe=Wf&&Wf.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Cqe(e,t,r);return Lqe(e,t),e},Vu=Wf&&Wf.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Wf,"__esModule",{value:!0});var Dqe=Vu(Gse()),qqe=Vu(Yse()),Uqe=Vu(ofe()),Fqe=Vu(sfe()),jqe=Vu(kfe()),zqe=Vu(Bfe()),Dfe=Vu(Uw()),Eb=$qe(tl()),Zqe=Vu(Pfe()),Hqe=Vu(Cfe()),Kqe=Vu($fe()),fO=class t{api;wallets;transactions;network;blocks;ar;silo;chunks;static init;static crypto=new Uqe.default;static utils=Eb;constructor(e){this.api=new qqe.default(e),this.wallets=new zqe.default(this.api,t.crypto),this.chunks=new Hqe.default(this.api),this.transactions=new jqe.default(this.api,t.crypto,this.chunks),this.silo=new Zqe.default(this.api,this.crypto,this.transactions),this.network=new Fqe.default(this.api),this.blocks=new Kqe.default(this.api,this.network),this.ar=new Dqe.default}get crypto(){return t.crypto}get utils(){return t.utils}getConfig(){return{api:this.api.getConfig(),crypto:null}}async createTransaction(e,r){let a={};if(Object.assign(a,e),!e.data&&!(e.target&&e.quantity))throw new Error("A new Arweave transaction must have a 'data' value, or 'target' and 'quantity' values.");if(e.owner==null&&r&&r!=="use_wallet"&&(a.owner=r.n),e.last_tx==null&&(a.last_tx=await this.transactions.getTransactionAnchor()),typeof e.data=="string"&&(e.data=Eb.stringToBuffer(e.data)),e.data instanceof ArrayBuffer&&(e.data=new Uint8Array(e.data)),e.data&&!(e.data instanceof Uint8Array))throw new Error("Expected data to be a string, Uint8Array or ArrayBuffer");if(e.reward==null){let h=e.data?e.data.byteLength:0;a.reward=await this.transactions.getPrice(h,a.target)}a.data_root="",a.data_size=e.data?e.data.byteLength.toString():"0",a.data=e.data||new Uint8Array(0);let i=new Dfe.default(a);return await i.getSignatureData(),i}async createSiloTransaction(e,r,a){let i={};if(Object.assign(i,e),!e.data)throw new Error("Silo transactions must have a 'data' value");if(!a)throw new Error("No Silo URI specified.");if(e.target||e.quantity)throw new Error("Silo transactions can only be used for storing data, sending AR to other wallets isn't supported.");if(e.owner==null){if(!r||!r.n)throw new Error("A new Arweave transaction must either have an 'owner' attribute, or you must provide the jwk parameter.");i.owner=r.n}e.last_tx==null&&(i.last_tx=await this.transactions.getTransactionAnchor());let h=await this.silo.parseUri(a);if(typeof e.data=="string"){let p=await this.crypto.encrypt(Eb.stringToBuffer(e.data),h.getEncryptionKey());i.reward=await this.transactions.getPrice(p.byteLength),i.data=Eb.bufferTob64Url(p)}if(e.data instanceof Uint8Array){let p=await this.crypto.encrypt(e.data,h.getEncryptionKey());i.reward=await this.transactions.getPrice(p.byteLength),i.data=Eb.bufferTob64Url(p)}let l=new Dfe.default(i);return l.addTag("Silo-Name",h.getAccessKey()),l.addTag("Silo-Version","0.1.0"),l}arql(e){return this.api.post("/arql",e).then(r=>r.data||[])}};Wf.default=fO});var Ufe=ht((hO,qfe)=>{"use strict";ie();ae();ne();var Wqe=hO&&hO.__importDefault||function(t){return t&&t.__esModule?t:{default:t}},uO=Wqe(Lw());uO.default.init=function(t={}){return new uO.default(t)};qfe.exports=uO.default});var Vfe=ht((k6t,vO)=>{"use strict";ie();ae();ne();var Xqe=Object.prototype.hasOwnProperty,Za="~";function Tb(){}Object.create&&(Tb.prototype=Object.create(null),new Tb().__proto__||(Za=!1));function Qqe(t,e,r){this.fn=t,this.context=e,this.once=r||!1}function Wfe(t,e,r,a,i){if(typeof r!="function")throw new TypeError("The listener must be a function");var h=new Qqe(r,a||t,i),l=Za?Za+e:e;return t._events[l]?t._events[l].fn?t._events[l]=[t._events[l],h]:t._events[l].push(h):(t._events[l]=h,t._eventsCount++),t}function Ww(t,e){--t._eventsCount===0?t._events=new Tb:delete t._events[e]}function Pa(){this._events=new Tb,this._eventsCount=0}Pa.prototype.eventNames=function(){var e=[],r,a;if(this._eventsCount===0)return e;for(a in r=this._events)Xqe.call(r,a)&&e.push(Za?a.slice(1):a);return Object.getOwnPropertySymbols?e.concat(Object.getOwnPropertySymbols(r)):e};Pa.prototype.listeners=function(e){var r=Za?Za+e:e,a=this._events[r];if(!a)return[];if(a.fn)return[a.fn];for(var i=0,h=a.length,l=new Array(h);i<h;i++)l[i]=a[i].fn;return l};Pa.prototype.listenerCount=function(e){var r=Za?Za+e:e,a=this._events[r];return a?a.fn?1:a.length:0};Pa.prototype.emit=function(e,r,a,i,h,l){var p=Za?Za+e:e;if(!this._events[p])return!1;var b=this._events[p],g=arguments.length,y,M;if(b.fn){switch(b.once&&this.removeListener(e,b.fn,void 0,!0),g){case 1:return b.fn.call(b.context),!0;case 2:return b.fn.call(b.context,r),!0;case 3:return b.fn.call(b.context,r,a),!0;case 4:return b.fn.call(b.context,r,a,i),!0;case 5:return b.fn.call(b.context,r,a,i,h),!0;case 6:return b.fn.call(b.context,r,a,i,h,l),!0}for(M=1,y=new Array(g-1);M<g;M++)y[M-1]=arguments[M];b.fn.apply(b.context,y)}else{var x=b.length,E;for(M=0;M<x;M++)switch(b[M].once&&this.removeListener(e,b[M].fn,void 0,!0),g){case 1:b[M].fn.call(b[M].context);break;case 2:b[M].fn.call(b[M].context,r);break;case 3:b[M].fn.call(b[M].context,r,a);break;case 4:b[M].fn.call(b[M].context,r,a,i);break;default:if(!y)for(E=1,y=new Array(g-1);E<g;E++)y[E-1]=arguments[E];b[M].fn.apply(b[M].context,y)}}return!0};Pa.prototype.on=function(e,r,a){return Wfe(this,e,r,a,!1)};Pa.prototype.once=function(e,r,a){return Wfe(this,e,r,a,!0)};Pa.prototype.removeListener=function(e,r,a,i){var h=Za?Za+e:e;if(!this._events[h])return this;if(!r)return Ww(this,h),this;var l=this._events[h];if(l.fn)l.fn===r&&(!i||l.once)&&(!a||l.context===a)&&Ww(this,h);else{for(var p=0,b=[],g=l.length;p<g;p++)(l[p].fn!==r||i&&!l[p].once||a&&l[p].context!==a)&&b.push(l[p]);b.length?this._events[h]=b.length===1?b[0]:b:Ww(this,h)}return this};Pa.prototype.removeAllListeners=function(e){var r;return e?(r=Za?Za+e:e,this._events[r]&&Ww(this,r)):(this._events=new Tb,this._eventsCount=0),this};Pa.prototype.off=Pa.prototype.removeListener;Pa.prototype.addListener=Pa.prototype.on;Pa.prefixed=Za;Pa.EventEmitter=Pa;typeof vO<"u"&&(vO.exports=Pa)});ie();ae();ne();ie();ae();ne();var fT={};Ha(fT,{AVSCTap:()=>Eg,AlgorandSigner:()=>mg,AptosSigner:()=>bg,ArconnectSigner:()=>m1,Arweave:()=>MW.default,ArweaveSigner:()=>Kl,Bundle:()=>B8,BundleItem:()=>sT,CryptoDriver:()=>m3,Curve25519:()=>So,DataItem:()=>T8,EthereumSigner:()=>Bo,HexInjectedSolanaSigner:()=>X0,HexSolanaSigner:()=>gg,InjectedAptosSigner:()=>Q0,InjectedEthereumSigner:()=>sR,InjectedSolanaSigner:()=>R0,InjectedTypedEthereumSigner:()=>iT,KyveSigner:()=>_g,MAX_TAG_BYTES:()=>R8,MIN_BINARY_SIZE:()=>k8,MultiSignatureAptosSigner:()=>ed,NearSigner:()=>vg,PolygonSigner:()=>pg,Rsa4096:()=>E0,SIG_CONFIG:()=>Wr,SignatureConfig:()=>wr,Signer:()=>Qw,SolanaSigner:()=>Ih,Transaction:()=>_W.default,TypedEthereumSigner:()=>td,bundleAndSignData:()=>W4e,byteArrayToLong:()=>yn,concatBuffers:()=>Oi.concatBuffers,createData:()=>Rg,deepHash:()=>Fl,deserializeTags:()=>g1,exportForTesting:()=>z4e,getCryptoDriver:()=>xn,getSignatureAndId:()=>qX,indexToType:()=>Mg,keccak256:()=>eT,longTo16ByteArray:()=>H4e,longTo32ByteArray:()=>A8,longTo8ByteArray:()=>E8,longToNByteArray:()=>Sg,secp256k1:()=>J0,serializeTags:()=>aT,shortTo2ByteArray:()=>nT,sign:()=>I8,stringToBuffer:()=>Oi.stringToBuffer,unbundleData:()=>K4e});ie();ae();ne();ie();ae();ne();ie();ae();ne();var Qw=class{publicKey;signatureType;signatureLength;ownerLength;pem;static verify(e,r,a,i){throw new Error("You must implement verify method on child")}};ie();ae();ne();ie();ae();ne();var CK=gi(qo(),1);ie();ae();ne();var wr;(function(t){t[t.ARWEAVE=1]="ARWEAVE",t[t.ED25519=2]="ED25519",t[t.ETHEREUM=3]="ETHEREUM",t[t.SOLANA=4]="SOLANA",t[t.INJECTEDAPTOS=5]="INJECTEDAPTOS",t[t.MULTIAPTOS=6]="MULTIAPTOS",t[t.TYPEDETHEREUM=7]="TYPEDETHEREUM",t[t.KYVE=101]="KYVE"})(wr||(wr={}));var Wr={[wr.ARWEAVE]:{sigLength:512,pubLength:512,sigName:"arweave"},[wr.ED25519]:{sigLength:64,pubLength:32,sigName:"ed25519"},[wr.ETHEREUM]:{sigLength:65,pubLength:65,sigName:"ethereum"},[wr.SOLANA]:{sigLength:64,pubLength:32,sigName:"solana"},[wr.INJECTEDAPTOS]:{sigLength:64,pubLength:32,sigName:"injectedAptos"},[wr.MULTIAPTOS]:{sigLength:64*32+4,pubLength:32*32+1,sigName:"multiAptos"},[wr.TYPEDETHEREUM]:{sigLength:65,pubLength:42,sigName:"typedEthereum"},[wr.KYVE]:{sigLength:65,pubLength:65,sigName:"kyve"}};ie();ae();ne();du();var Yn=BigInt(0),oi=BigInt(1),Dl=BigInt(2),Mge=BigInt(8),RK=BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),Vi=Object.freeze({a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),P:BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),l:RK,n:RK,h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960")});var OK=BigInt("0x10000000000000000000000000000000000000000000000000000000000000000"),Sm=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),oje=BigInt("6853475219497561581579357271197624642482790079785650197046958215289687604742"),xge=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),Sge=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),Ege=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),Age=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952"),Cn=class t{constructor(e,r,a,i){this.x=e,this.y=r,this.z=a,this.t=i}static fromAffine(e){if(!(e instanceof Mn))throw new TypeError("ExtendedPoint#fromAffine: expected Point");return e.equals(Mn.ZERO)?t.ZERO:new t(e.x,e.y,oi,Et(e.x*e.y))}static toAffineBatch(e){let r=kge(e.map(a=>a.z));return e.map((a,i)=>a.toAffine(r[i]))}static normalizeZ(e){return this.toAffineBatch(e).map(this.fromAffine)}equals(e){kK(e);let{x:r,y:a,z:i}=this,{x:h,y:l,z:p}=e,b=Et(r*p),g=Et(h*i),y=Et(a*p),M=Et(l*i);return b===g&&y===M}negate(){return new t(Et(-this.x),this.y,this.z,Et(-this.t))}double(){let{x:e,y:r,z:a}=this,{a:i}=Vi,h=Et(e*e),l=Et(r*r),p=Et(Dl*Et(a*a)),b=Et(i*h),g=e+r,y=Et(Et(g*g)-h-l),M=b+l,x=M-p,E=b-l,A=Et(y*x),k=Et(M*E),O=Et(y*E),N=Et(x*M);return new t(A,k,N,O)}add(e){kK(e);let{x:r,y:a,z:i,t:h}=this,{x:l,y:p,z:b,t:g}=e,y=Et((a-r)*(p+l)),M=Et((a+r)*(p-l)),x=Et(M-y);if(x===Yn)return this.double();let E=Et(i*Dl*g),A=Et(h*Dl*b),k=A+E,O=M+y,N=A-E,L=Et(k*x),C=Et(O*N),Y=Et(k*N),G=Et(x*O);return new t(L,C,G,Y)}subtract(e){return this.add(e.negate())}precomputeWindow(e){let r=1+256/e,a=[],i=this,h=i;for(let l=0;l<r;l++){h=i,a.push(h);for(let p=1;p<2**(e-1);p++)h=h.add(i),a.push(h);i=h.double()}return a}wNAF(e,r){!r&&this.equals(t.BASE)&&(r=Mn.BASE);let a=r&&r._WINDOW_SIZE||1;if(256%a)throw new Error("Point#wNAF: Invalid precomputation window, must be power of 2");let i=r&&hE.get(r);i||(i=this.precomputeWindow(a),r&&a!==1&&(i=t.normalizeZ(i),hE.set(r,i)));let h=t.ZERO,l=t.BASE,p=1+256/a,b=2**(a-1),g=BigInt(2**a-1),y=2**a,M=BigInt(a);for(let x=0;x<p;x++){let E=x*b,A=Number(e&g);e>>=M,A>b&&(A-=y,e+=oi);let k=E,O=E+Math.abs(A)-1,N=x%2!==0,L=A<0;A===0?l=l.add(TK(N,i[k])):h=h.add(TK(L,i[O]))}return t.normalizeZ([h,l])[0]}multiply(e,r){return this.wNAF(n3(e,Vi.l),r)}multiplyUnsafe(e){let r=n3(e,Vi.l,!1),a=t.BASE,i=t.ZERO;if(r===Yn)return i;if(this.equals(i)||r===oi)return this;if(this.equals(a))return this.wNAF(r);let h=i,l=this;for(;r>Yn;)r&oi&&(h=h.add(l)),l=l.double(),r>>=oi;return h}isSmallOrder(){return this.multiplyUnsafe(Vi.h).equals(t.ZERO)}isTorsionFree(){let e=this.multiplyUnsafe(Vi.l/Dl).double();return Vi.l%Dl&&(e=e.add(this)),e.equals(t.ZERO)}toAffine(e){let{x:r,y:a,z:i}=this,h=this.equals(t.ZERO);e==null&&(e=h?Mge:a3(i));let l=Et(r*e),p=Et(a*e),b=Et(i*e);if(h)return Mn.ZERO;if(b!==oi)throw new Error("invZ was invalid");return new Mn(l,p)}fromRistrettoBytes(){sE()}toRistrettoBytes(){sE()}fromRistrettoHash(){sE()}};Cn.BASE=new Cn(Vi.Gx,Vi.Gy,oi,Et(Vi.Gx*Vi.Gy));Cn.ZERO=new Cn(Yn,oi,oi,Yn);function TK(t,e){let r=e.negate();return t?r:e}function kK(t){if(!(t instanceof Cn))throw new TypeError("ExtendedPoint expected")}function oE(t){if(!(t instanceof x0))throw new TypeError("RistrettoPoint expected")}function sE(){throw new Error("Legacy method: switch to RistrettoPoint")}var x0=class t{constructor(e){this.ep=e}static calcElligatorRistrettoMap(e){let{d:r}=Vi,a=Et(Sm*e*e),i=Et((a+oi)*Ege),h=BigInt(-1),l=Et((h-r*a)*Et(a+r)),{isValid:p,value:b}=cE(i,l),g=Et(b*e);$l(g)||(g=Et(-g)),p||(b=g),p||(h=a);let y=Et(h*(a-oi)*Age-l),M=b*b,x=Et((b+b)*l),E=Et(y*xge),A=Et(oi-M),k=Et(oi+M);return new Cn(Et(x*k),Et(A*E),Et(E*k),Et(x*A))}static hashToCurve(e){e=ql(e,64);let r=fE(e.slice(0,32)),a=this.calcElligatorRistrettoMap(r),i=fE(e.slice(32,64)),h=this.calcElligatorRistrettoMap(i);return new t(a.add(h))}static fromHex(e){e=ql(e,32);let{a:r,d:a}=Vi,i="RistrettoPoint.fromHex: the hex is not valid encoding of RistrettoPoint",h=fE(e);if(!Bge(Am(h),e)||$l(h))throw new Error(i);let l=Et(h*h),p=Et(oi+r*l),b=Et(oi-r*l),g=Et(p*p),y=Et(b*b),M=Et(r*a*g-y),{isValid:x,value:E}=BK(Et(M*y)),A=Et(E*b),k=Et(E*A*M),O=Et((h+h)*A);$l(O)&&(O=Et(-O));let N=Et(p*k),L=Et(O*N);if(!x||$l(L)||N===Yn)throw new Error(i);return new t(new Cn(O,N,oi,L))}toRawBytes(){let{x:e,y:r,z:a,t:i}=this.ep,h=Et(Et(a+r)*Et(a-r)),l=Et(e*r),p=Et(l*l),{value:b}=BK(Et(h*p)),g=Et(b*h),y=Et(b*l),M=Et(g*y*i),x;if($l(i*M)){let A=Et(r*Sm),k=Et(e*Sm);e=A,r=k,x=Et(g*Sge)}else x=y;$l(e*M)&&(r=Et(-r));let E=Et((a-r)*x);return $l(E)&&(E=Et(-E)),Am(E)}toHex(){return Rm(this.toRawBytes())}toString(){return this.toHex()}equals(e){oE(e);let r=this.ep,a=e.ep,i=Et(r.x*a.y)===Et(r.y*a.x),h=Et(r.y*a.y)===Et(r.x*a.x);return i||h}add(e){return oE(e),new t(this.ep.add(e.ep))}subtract(e){return oE(e),new t(this.ep.subtract(e.ep))}multiply(e){return new t(this.ep.multiply(e))}multiplyUnsafe(e){return new t(this.ep.multiplyUnsafe(e))}};x0.BASE=new x0(Cn.BASE);x0.ZERO=new x0(Cn.ZERO);var hE=new WeakMap,Mn=class t{constructor(e,r){this.x=e,this.y=r}_setWindowSize(e){this._WINDOW_SIZE=e,hE.delete(this)}static fromHex(e,r=!0){let{d:a,P:i}=Vi;e=ql(e,32);let h=e.slice();h[31]=e[31]&-129;let l=Tm(h);if(r&&l>=i)throw new Error("Expected 0 < hex < P");if(!r&&l>=OK)throw new Error("Expected 0 < hex < 2**256");let p=Et(l*l),b=Et(p-oi),g=Et(a*p+oi),{isValid:y,value:M}=cE(b,g);if(!y)throw new Error("Point.fromHex: invalid y coordinate");let x=(M&oi)===oi;return(e[31]&128)!==0!==x&&(M=Et(-M)),new t(M,l)}static async fromPrivateKey(e){return(await dE(e)).point}toRawBytes(){let e=Am(this.y);return e[31]|=this.x&oi?128:0,e}toHex(){return Rm(this.toRawBytes())}toX25519(){let{y:e}=this,r=Et((oi+e)*a3(oi-e));return Am(r)}isTorsionFree(){return Cn.fromAffine(this).isTorsionFree()}equals(e){return this.x===e.x&&this.y===e.y}negate(){return new t(Et(-this.x),this.y)}add(e){return Cn.fromAffine(this).add(Cn.fromAffine(e)).toAffine()}subtract(e){return this.add(e.negate())}multiply(e){return Cn.fromAffine(this).multiply(e,this).toAffine()}};Mn.BASE=new Mn(Vi.Gx,Vi.Gy);Mn.ZERO=new Mn(Yn,oi);var Em=class t{constructor(e,r){this.r=e,this.s=r,this.assertValidity()}static fromHex(e){let r=ql(e,64),a=Mn.fromHex(r.slice(0,32),!1),i=Tm(r.slice(32,64));return new t(a,i)}assertValidity(){let{r:e,s:r}=this;if(!(e instanceof Mn))throw new Error("Expected Point instance");return n3(r,Vi.l,!1),this}toRawBytes(){let e=new Uint8Array(64);return e.set(this.r.toRawBytes()),e.set(Am(this.s),32),e}toHex(){return Rm(this.toRawBytes())}};function IK(...t){if(!t.every(a=>a instanceof Uint8Array))throw new Error("Expected Uint8Array list");if(t.length===1)return t[0];let e=t.reduce((a,i)=>a+i.length,0),r=new Uint8Array(e);for(let a=0,i=0;a<t.length;a++){let h=t[a];r.set(h,i),i+=h.length}return r}var Rge=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function Rm(t){if(!(t instanceof Uint8Array))throw new Error("Uint8Array expected");let e="";for(let r=0;r<t.length;r++)e+=Rge[t[r]];return e}function lE(t){if(typeof t!="string")throw new TypeError("hexToBytes: expected string, got "+typeof t);if(t.length%2)throw new Error("hexToBytes: received invalid unpadded hex");let e=new Uint8Array(t.length/2);for(let r=0;r<e.length;r++){let a=r*2,i=t.slice(a,a+2),h=Number.parseInt(i,16);if(Number.isNaN(h)||h<0)throw new Error("Invalid byte sequence");e[r]=h}return e}function PK(t){let r=t.toString(16).padStart(64,"0");return lE(r)}function Am(t){return PK(t).reverse()}function $l(t){return(Et(t)&oi)===oi}function Tm(t){if(!(t instanceof Uint8Array))throw new Error("Expected Uint8Array");return BigInt("0x"+Rm(Uint8Array.from(t).reverse()))}var Tge=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");function fE(t){return Et(Tm(t)&Tge)}function Et(t,e=Vi.P){let r=t%e;return r>=Yn?r:e+r}function a3(t,e=Vi.P){if(t===Yn||e<=Yn)throw new Error(`invert: expected positive integers, got n=${t} mod=${e}`);let r=Et(t,e),a=e,i=Yn,h=oi,l=oi,p=Yn;for(;r!==Yn;){let g=a/r,y=a%r,M=i-l*g,x=h-p*g;a=r,r=y,i=l,h=p,l=M,p=x}if(a!==oi)throw new Error("invert: does not exist");return Et(i,e)}function kge(t,e=Vi.P){let r=new Array(t.length),a=t.reduce((h,l,p)=>l===Yn?h:(r[p]=h,Et(h*l,e)),oi),i=a3(a,e);return t.reduceRight((h,l,p)=>l===Yn?h:(r[p]=Et(h*r[p],e),Et(h*l,e)),i),r}function pu(t,e){let{P:r}=Vi,a=t;for(;e-- >Yn;)a*=a,a%=r;return a}function Ige(t){let{P:e}=Vi,r=BigInt(5),a=BigInt(10),i=BigInt(20),h=BigInt(40),l=BigInt(80),b=t*t%e*t%e,g=pu(b,Dl)*b%e,y=pu(g,oi)*t%e,M=pu(y,r)*y%e,x=pu(M,a)*M%e,E=pu(x,i)*x%e,A=pu(E,h)*E%e,k=pu(A,l)*A%e,O=pu(k,l)*A%e,N=pu(O,a)*M%e;return{pow_p_5_8:pu(N,Dl)*t%e,b2:b}}function cE(t,e){let r=Et(e*e*e),a=Et(r*r*e),i=Ige(t*a).pow_p_5_8,h=Et(t*r*i),l=Et(e*h*h),p=h,b=Et(h*Sm),g=l===t,y=l===Et(-t),M=l===Et(-t*Sm);return g&&(h=p),(y||M)&&(h=b),$l(h)&&(h=Et(-h)),{isValid:g||y,value:h}}function BK(t){return cE(oi,t)}function i3(t){return Et(Tm(t),Vi.l)}function Bge(t,e){if(t.length!==e.length)return!1;for(let r=0;r<t.length;r++)if(t[r]!==e[r])return!1;return!0}function ql(t,e){let r=t instanceof Uint8Array?Uint8Array.from(t):lE(t);if(typeof e=="number"&&r.length!==e)throw new Error(`Expected ${e} bytes`);return r}function n3(t,e,r=!0){if(!e)throw new TypeError("Specify max value");if(typeof t=="number"&&Number.isSafeInteger(t)&&(t=BigInt(t)),typeof t=="bigint"&&t<e){if(r){if(Yn<t)return t}else if(Yn<=t)return t}throw new TypeError("Expected valid scalar: 0 < scalar < max")}function Oge(t){return t[0]&=248,t[31]&=127,t[31]|=64,t}function Pge(t){if(t=typeof t=="bigint"||typeof t=="number"?PK(n3(t,OK)):ql(t),t.length!==32)throw new Error("Expected 32 bytes");return t}function Nge(t){let e=Oge(t.slice(0,32)),r=t.slice(32,64),a=i3(e),i=Mn.BASE.multiply(a),h=i.toRawBytes();return{head:e,prefix:r,scalar:a,point:i,pointBytes:h}}var uE;async function dE(t){return Nge(await Op.sha512(Pge(t)))}async function NK(t,e){t=ql(t);let{prefix:r,scalar:a,pointBytes:i}=await dE(e),h=i3(await Op.sha512(r,t)),l=Mn.BASE.multiply(h),p=i3(await Op.sha512(l.toRawBytes(),i,t)),b=Et(h+p*a,Vi.l);return new Em(l,b).toRawBytes()}function Cge(t,e,r){e=ql(e),r instanceof Mn||(r=Mn.fromHex(r,!1));let{r:a,s:i}=t instanceof Em?t.assertValidity():Em.fromHex(t),h=Cn.BASE.multiplyUnsafe(i);return{r:a,s:i,SB:h,pub:r,msg:e}}function Lge(t,e,r,a){let i=i3(a),h=Cn.fromAffine(t).multiplyUnsafe(i);return Cn.fromAffine(e).add(h).subtract(r).multiplyUnsafe(Vi.h).equals(Cn.ZERO)}async function Ul(t,e,r){let{r:a,SB:i,msg:h,pub:l}=Cge(t,e,r),p=await Op.sha512(a.toRawBytes(),l.toRawBytes(),h);return Lge(l,a,i,p)}Mn.BASE._setWindowSize(8);var Ll={node:xm,web:typeof self=="object"&&"crypto"in self?self.crypto:void 0},Op={bytesToHex:Rm,hexToBytes:lE,concatBytes:IK,getExtendedPublicKey:dE,mod:Et,invert:a3,TORSION_SUBGROUP:["0100000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac037a","0000000000000000000000000000000000000000000000000000000000000080","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc05","ecffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc85","0000000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac03fa"],hashToPrivateScalar:t=>{if(t=ql(t),t.length<40||t.length>1024)throw new Error("Expected 40-1024 bytes of private key as per FIPS 186");return Et(Tm(t),Vi.l-oi)+oi},randomBytes:(t=32)=>{if(Ll.web)return Ll.web.getRandomValues(new Uint8Array(t));if(Ll.node){let{randomBytes:e}=Ll.node;return new Uint8Array(e(t).buffer)}else throw new Error("The environment doesn't have randomBytes function")},randomPrivateKey:()=>Op.randomBytes(32),sha512:async(...t)=>{let e=IK(...t);if(Ll.web){let r=await Ll.web.subtle.digest("SHA-512",e.buffer);return new Uint8Array(r)}else{if(Ll.node)return Uint8Array.from(Ll.node.createHash("sha512").update(e).digest());throw new Error("The environment doesn't have sha512 function")}},precompute(t=8,e=Mn.BASE){let r=e.equals(Mn.BASE)?e:new Mn(e.x,e.y);return r._setWindowSize(t),r.multiply(Dl),r},sha512Sync:void 0};Object.defineProperties(Op,{sha512Sync:{configurable:!1,get(){return uE},set(t){uE||(uE=t)}}});var So=class{_key;pk;ownerLength=Wr[2].pubLength;signatureLength=Wr[2].sigLength;_publicKey;get publicKey(){return this._publicKey}signatureType=2;constructor(e,r){this._key=e,this.pk=r}get key(){throw new Error("You must implement `key`")}sign(e){return NK(Me.from(e),Me.from(this.key))}static async verify(e,r,a){let i=e;return typeof e=="string"&&(i=CK.default.toBuffer(e)),Ul(Me.from(a),Me.from(r),Me.from(i))}};ie();ae();ne();ie();ae();ne();ie();ae();ne();ie();ae();ne();var Oi=gi(vf(),1);ie();ae();ne();du();async function Fl(t){if(typeof t[Symbol.asyncIterator]=="function"){let i=t,h=pf("sha384"),l=0;for await(let g of i)l+=g.byteLength,h.update(g);let p=(0,Oi.concatBuffers)([(0,Oi.stringToBuffer)("blob"),(0,Oi.stringToBuffer)(l.toString())]),b=(0,Oi.concatBuffers)([await xn().hash(p,"SHA-384"),h.digest()]);return await xn().hash(b,"SHA-384")}else if(Array.isArray(t)){let i=(0,Oi.concatBuffers)([(0,Oi.stringToBuffer)("list"),(0,Oi.stringToBuffer)(t.length.toString())]);return await KK(t,await xn().hash(i,"SHA-384"))}let e=t,r=(0,Oi.concatBuffers)([(0,Oi.stringToBuffer)("blob"),(0,Oi.stringToBuffer)(e.byteLength.toString())]),a=(0,Oi.concatBuffers)([await xn().hash(r,"SHA-384"),await xn().hash(e,"SHA-384")]);return await xn().hash(a,"SHA-384")}async function KK(t,e){if(t.length<1)return e;let r=(0,Oi.concatBuffers)([e,await Fl(t[0])]),a=await xn().hash(r,"SHA-384");return await KK(t.slice(1),a)}var v3=gi(bE(),1),_W=gi(Cm(),1),MW=gi(wW(),1),M2e=v3.default.default?v3.default.default:v3.default,m3=class extends M2e{getPublicKey(e){throw new Error("Unimplemented")}},x2e;function xn(){return x2e??=new m3}var xW=gi(qo(),1);du();var E0=class{_key;pk;signatureType=1;ownerLength=Wr[1].pubLength;signatureLength=Wr[1].sigLength;_publicKey;get publicKey(){return this._publicKey}constructor(e,r){this._key=e,this.pk=r,r||(this.pk=xn().getPublicKey(JSON.parse(e)))}sign(e){return aE("sha256").update(e).sign({key:this._key,padding:nE.RSA_PKCS1_PSS_PADDING})}static async verify(e,r,a){return await xn().verify(Me.isBuffer(e)?xW.default.encode(e):e,r,a)}};var lV=gi(hV(),1),cV=gi(qo(),1);var Kl=class extends E0{jwk;constructor(e){super((0,lV.jwkTopem)(e),e.n),this.jwk=e}get publicKey(){if(!this.pk)throw new Error("ArweaveSigner - pk is undefined");return cV.default.toBuffer(this.pk)}sign(e){return xn().sign(this.jwk,e)}static async verify(e,r,a){return await xn().verify(e,r,a)}};ie();ae();ne();var dV=gi(qo(),1);var R0=class{_publicKey;ownerLength=Wr[2].pubLength;signatureLength=Wr[2].sigLength;signatureType=2;pem;provider;constructor(e){if(this.provider=e,!this.provider.publicKey)throw new Error("InjectedSolanaSigner - provider.publicKey is undefined");this._publicKey=this.provider.publicKey.toBuffer()}get publicKey(){return this._publicKey}async sign(e){if(!this.provider.signMessage)throw new Error("Selected Wallet does not support message signing");return await this.provider.signMessage(e)}static async verify(e,r,a){let i=e;return typeof e=="string"&&(i=dV.default.toBuffer(e)),Ul(Me.from(a),Me.from(r),Me.from(i))}};ie();ae();ne();ie();ae();ne();ie();ae();ne();ie();ae();ne();var SV=gi(pV());ie();ae();ne();ie();ae();ne();ie();ae();ne();var vV="logger/5.7.0";var mV=!1,gV=!1,E3={debug:1,default:2,info:2,warning:3,error:4,off:5},bV=E3.default,cA=null;function ibe(){try{let t=[];if(["NFD","NFC","NFKD","NFKC"].forEach(e=>{try{if("test".normalize(e)!=="test")throw new Error("bad normalize")}catch{t.push(e)}}),t.length)throw new Error("missing "+t.join(", "));if("\xE9".normalize("NFD")!=="e\u0301")throw new Error("broken implementation")}catch(t){return t.message}return null}var yV=ibe(),dA;(function(t){t.DEBUG="DEBUG",t.INFO="INFO",t.WARNING="WARNING",t.ERROR="ERROR",t.OFF="OFF"})(dA||(dA={}));var gf;(function(t){t.UNKNOWN_ERROR="UNKNOWN_ERROR",t.NOT_IMPLEMENTED="NOT_IMPLEMENTED",t.UNSUPPORTED_OPERATION="UNSUPPORTED_OPERATION",t.NETWORK_ERROR="NETWORK_ERROR",t.SERVER_ERROR="SERVER_ERROR",t.TIMEOUT="TIMEOUT",t.BUFFER_OVERRUN="BUFFER_OVERRUN",t.NUMERIC_FAULT="NUMERIC_FAULT",t.MISSING_NEW="MISSING_NEW",t.INVALID_ARGUMENT="INVALID_ARGUMENT",t.MISSING_ARGUMENT="MISSING_ARGUMENT",t.UNEXPECTED_ARGUMENT="UNEXPECTED_ARGUMENT",t.CALL_EXCEPTION="CALL_EXCEPTION",t.INSUFFICIENT_FUNDS="INSUFFICIENT_FUNDS",t.NONCE_EXPIRED="NONCE_EXPIRED",t.REPLACEMENT_UNDERPRICED="REPLACEMENT_UNDERPRICED",t.UNPREDICTABLE_GAS_LIMIT="UNPREDICTABLE_GAS_LIMIT",t.TRANSACTION_REPLACED="TRANSACTION_REPLACED",t.ACTION_REJECTED="ACTION_REJECTED"})(gf||(gf={}));var wV="0123456789abcdef",er=class t{constructor(e){Object.defineProperty(this,"version",{enumerable:!0,value:e,writable:!1})}_log(e,r){let a=e.toLowerCase();E3[a]==null&&this.throwArgumentError("invalid log level name","logLevel",e),!(bV>E3[a])&&console.log.apply(console,r)}debug(...e){this._log(t.levels.DEBUG,e)}info(...e){this._log(t.levels.INFO,e)}warn(...e){this._log(t.levels.WARNING,e)}makeError(e,r,a){if(gV)return this.makeError("censored error",r,{});r||(r=t.errors.UNKNOWN_ERROR),a||(a={});let i=[];Object.keys(a).forEach(b=>{let g=a[b];try{if(g instanceof Uint8Array){let y="";for(let M=0;M<g.length;M++)y+=wV[g[M]>>4],y+=wV[g[M]&15];i.push(b+"=Uint8Array(0x"+y+")")}else i.push(b+"="+JSON.stringify(g))}catch{i.push(b+"="+JSON.stringify(a[b].toString()))}}),i.push(`code=${r}`),i.push(`version=${this.version}`);let h=e,l="";switch(r){case gf.NUMERIC_FAULT:{l="NUMERIC_FAULT";let b=e;switch(b){case"overflow":case"underflow":case"division-by-zero":l+="-"+b;break;case"negative-power":case"negative-width":l+="-unsupported";break;case"unbound-bitwise-result":l+="-unbound-result";break}break}case gf.CALL_EXCEPTION:case gf.INSUFFICIENT_FUNDS:case gf.MISSING_NEW:case gf.NONCE_EXPIRED:case gf.REPLACEMENT_UNDERPRICED:case gf.TRANSACTION_REPLACED:case gf.UNPREDICTABLE_GAS_LIMIT:l=r;break}l&&(e+=" [ See: https://links.ethers.org/v5-errors-"+l+" ]"),i.length&&(e+=" ("+i.join(", ")+")");let p=new Error(e);return p.reason=h,p.code=r,Object.keys(a).forEach(function(b){p[b]=a[b]}),p}throwError(e,r,a){throw this.makeError(e,r,a)}throwArgumentError(e,r,a){return this.throwError(e,t.errors.INVALID_ARGUMENT,{argument:r,value:a})}assert(e,r,a,i){e||this.throwError(r,a,i)}assertArgument(e,r,a,i){e||this.throwArgumentError(r,a,i)}checkNormalize(e){e==null&&(e="platform missing String.prototype.normalize"),yV&&this.throwError("platform missing String.prototype.normalize",t.errors.UNSUPPORTED_OPERATION,{operation:"String.prototype.normalize",form:yV})}checkSafeUint53(e,r){typeof e=="number"&&(r==null&&(r="value not safe"),(e<0||e>=9007199254740991)&&this.throwError(r,t.errors.NUMERIC_FAULT,{operation:"checkSafeInteger",fault:"out-of-safe-range",value:e}),e%1&&this.throwError(r,t.errors.NUMERIC_FAULT,{operation:"checkSafeInteger",fault:"non-integer",value:e}))}checkArgumentCount(e,r,a){a?a=": "+a:a="",e<r&&this.throwError("missing argument"+a,t.errors.MISSING_ARGUMENT,{count:e,expectedCount:r}),e>r&&this.throwError("too many arguments"+a,t.errors.UNEXPECTED_ARGUMENT,{count:e,expectedCount:r})}checkNew(e,r){(e===Object||e==null)&&this.throwError("missing new",t.errors.MISSING_NEW,{name:r.name})}checkAbstract(e,r){e===r?this.throwError("cannot instantiate abstract class "+JSON.stringify(r.name)+" directly; use a sub-class",t.errors.UNSUPPORTED_OPERATION,{name:e.name,operation:"new"}):(e===Object||e==null)&&this.throwError("missing new",t.errors.MISSING_NEW,{name:r.name})}static globalLogger(){return cA||(cA=new t(vV)),cA}static setCensorship(e,r){if(!e&&r&&this.globalLogger().throwError("cannot permanently disable censorship",t.errors.UNSUPPORTED_OPERATION,{operation:"setCensorship"}),mV){if(!e)return;this.globalLogger().throwError("error censorship permanent",t.errors.UNSUPPORTED_OPERATION,{operation:"setCensorship"})}gV=!!e,mV=!!r}static setLogLevel(e){let r=E3[e.toLowerCase()];if(r==null){t.globalLogger().warn("invalid log level - "+e);return}bV=r}static from(e){return new t(e)}};er.errors=gf;er.levels=dA;ie();ae();ne();var _V="bytes/5.7.0";var Sn=new er(_V);function xV(t){return!!t.toHexString}function zp(t){return t.slice||(t.slice=function(){let e=Array.prototype.slice.call(arguments);return zp(new Uint8Array(Array.prototype.slice.apply(t,e)))}),t}function Fm(t){return $n(t)&&!(t.length%2)||jm(t)}function MV(t){return typeof t=="number"&&t==t&&t%1===0}function jm(t){if(t==null)return!1;if(t.constructor===Uint8Array)return!0;if(typeof t=="string"||!MV(t.length)||t.length<0)return!1;for(let e=0;e<t.length;e++){let r=t[e];if(!MV(r)||r<0||r>=256)return!1}return!0}function Ct(t,e){if(e||(e={}),typeof t=="number"){Sn.checkSafeUint53(t,"invalid arrayify value");let r=[];for(;t;)r.unshift(t&255),t=parseInt(String(t/256));return r.length===0&&r.push(0),zp(new Uint8Array(r))}if(e.allowMissingPrefix&&typeof t=="string"&&t.substring(0,2)!=="0x"&&(t="0x"+t),xV(t)&&(t=t.toHexString()),$n(t)){let r=t.substring(2);r.length%2&&(e.hexPad==="left"?r="0"+r:e.hexPad==="right"?r+="0":Sn.throwArgumentError("hex data is odd-length","value",t));let a=[];for(let i=0;i<r.length;i+=2)a.push(parseInt(r.substring(i,i+2),16));return zp(new Uint8Array(a))}return jm(t)?zp(new Uint8Array(t)):Sn.throwArgumentError("invalid arrayify value","value",t)}function Ro(t){let e=t.map(i=>Ct(i)),r=e.reduce((i,h)=>i+h.length,0),a=new Uint8Array(r);return e.reduce((i,h)=>(a.set(h,i),i+h.length),0),zp(a)}function mu(t){let e=Ct(t);if(e.length===0)return e;let r=0;for(;r<e.length&&e[r]===0;)r++;return r&&(e=e.slice(r)),e}function nbe(t,e){t=Ct(t),t.length>e&&Sn.throwArgumentError("value out of range","value",arguments[0]);let r=new Uint8Array(e);return r.set(t,e-t.length),zp(r)}function $n(t,e){return!(typeof t!="string"||!t.match(/^0x[0-9A-Fa-f]*$/)||e&&t.length!==2+2*e)}var pA="0123456789abcdef";function sr(t,e){if(e||(e={}),typeof t=="number"){Sn.checkSafeUint53(t,"invalid hexlify value");let r="";for(;t;)r=pA[t&15]+r,t=Math.floor(t/16);return r.length?(r.length%2&&(r="0"+r),"0x"+r):"0x00"}if(typeof t=="bigint")return t=t.toString(16),t.length%2?"0x0"+t:"0x"+t;if(e.allowMissingPrefix&&typeof t=="string"&&t.substring(0,2)!=="0x"&&(t="0x"+t),xV(t))return t.toHexString();if($n(t))return t.length%2&&(e.hexPad==="left"?t="0x0"+t.substring(2):e.hexPad==="right"?t+="0":Sn.throwArgumentError("hex data is odd-length","value",t)),t.toLowerCase();if(jm(t)){let r="0x";for(let a=0;a<t.length;a++){let i=t[a];r+=pA[(i&240)>>4]+pA[i&15]}return r}return Sn.throwArgumentError("invalid hexlify value","value",t)}function zm(t){if(typeof t!="string")t=sr(t);else if(!$n(t)||t.length%2)return null;return(t.length-2)/2}function Mh(t,e,r){return typeof t!="string"?t=sr(t):(!$n(t)||t.length%2)&&Sn.throwArgumentError("invalid hexData","value",t),e=2+2*e,r!=null?"0x"+t.substring(e,2+2*r):"0x"+t.substring(e)}function Wl(t){let e="0x";return t.forEach(r=>{e+=sr(r).substring(2)}),e}function Ea(t,e){for(typeof t!="string"?t=sr(t):$n(t)||Sn.throwArgumentError("invalid hex string","value",t),t.length>2*e+2&&Sn.throwArgumentError("value out of range","value",arguments[1]);t.length<2*e+2;)t="0x0"+t.substring(2);return t}function Vl(t){let e={r:"0x",s:"0x",_vs:"0x",recoveryParam:0,v:0,yParityAndS:"0x",compact:"0x"};if(Fm(t)){let r=Ct(t);r.length===64?(e.v=27+(r[32]>>7),r[32]&=127,e.r=sr(r.slice(0,32)),e.s=sr(r.slice(32,64))):r.length===65?(e.r=sr(r.slice(0,32)),e.s=sr(r.slice(32,64)),e.v=r[64]):Sn.throwArgumentError("invalid signature string","signature",t),e.v<27&&(e.v===0||e.v===1?e.v+=27:Sn.throwArgumentError("signature invalid v byte","signature",t)),e.recoveryParam=1-e.v%2,e.recoveryParam&&(r[32]|=128),e._vs=sr(r.slice(32,64))}else{if(e.r=t.r,e.s=t.s,e.v=t.v,e.recoveryParam=t.recoveryParam,e._vs=t._vs,e._vs!=null){let i=nbe(Ct(e._vs),32);e._vs=sr(i);let h=i[0]>=128?1:0;e.recoveryParam==null?e.recoveryParam=h:e.recoveryParam!==h&&Sn.throwArgumentError("signature recoveryParam mismatch _vs","signature",t),i[0]&=127;let l=sr(i);e.s==null?e.s=l:e.s!==l&&Sn.throwArgumentError("signature v mismatch _vs","signature",t)}if(e.recoveryParam==null)e.v==null?Sn.throwArgumentError("signature missing v and recoveryParam","signature",t):e.v===0||e.v===1?e.recoveryParam=e.v:e.recoveryParam=1-e.v%2;else if(e.v==null)e.v=27+e.recoveryParam;else{let i=e.v===0||e.v===1?e.v:1-e.v%2;e.recoveryParam!==i&&Sn.throwArgumentError("signature recoveryParam mismatch v","signature",t)}e.r==null||!$n(e.r)?Sn.throwArgumentError("signature missing or invalid r","signature",t):e.r=Ea(e.r,32),e.s==null||!$n(e.s)?Sn.throwArgumentError("signature missing or invalid s","signature",t):e.s=Ea(e.s,32);let r=Ct(e.s);r[0]>=128&&Sn.throwArgumentError("signature s out of range","signature",t),e.recoveryParam&&(r[0]|=128);let a=sr(r);e._vs&&($n(e._vs)||Sn.throwArgumentError("signature invalid _vs","signature",t),e._vs=Ea(e._vs,32)),e._vs==null?e._vs=a:e._vs!==a&&Sn.throwArgumentError("signature _vs mismatch v and s","signature",t)}return e.yParityAndS=e._vs,e.compact=e.r+e.yParityAndS.substring(2),e}function vA(t){return t=Vl(t),sr(Ro([t.r,t.s,t.recoveryParam?"0x1c":"0x1b"]))}function rn(t){return"0x"+SV.default.keccak_256(Ct(t))}ie();ae();ne();ie();ae();ne();ie();ae();ne();var IV=gi(AV());ie();ae();ne();var RV="bignumber/5.7.0";var A3=IV.default.BN,xh=new er(RV),gA={},TV=9007199254740991;var kV=!1,nn=class t{constructor(e,r){e!==gA&&xh.throwError("cannot call constructor directly; use BigNumber.from",er.errors.UNSUPPORTED_OPERATION,{operation:"new (BigNumber)"}),this._hex=r,this._isBigNumber=!0,Object.freeze(this)}fromTwos(e){return to(Xr(this).fromTwos(e))}toTwos(e){return to(Xr(this).toTwos(e))}abs(){return this._hex[0]==="-"?t.from(this._hex.substring(1)):this}add(e){return to(Xr(this).add(Xr(e)))}sub(e){return to(Xr(this).sub(Xr(e)))}div(e){return t.from(e).isZero()&&ys("division-by-zero","div"),to(Xr(this).div(Xr(e)))}mul(e){return to(Xr(this).mul(Xr(e)))}mod(e){let r=Xr(e);return r.isNeg()&&ys("division-by-zero","mod"),to(Xr(this).umod(r))}pow(e){let r=Xr(e);return r.isNeg()&&ys("negative-power","pow"),to(Xr(this).pow(r))}and(e){let r=Xr(e);return(this.isNegative()||r.isNeg())&&ys("unbound-bitwise-result","and"),to(Xr(this).and(r))}or(e){let r=Xr(e);return(this.isNegative()||r.isNeg())&&ys("unbound-bitwise-result","or"),to(Xr(this).or(r))}xor(e){let r=Xr(e);return(this.isNegative()||r.isNeg())&&ys("unbound-bitwise-result","xor"),to(Xr(this).xor(r))}mask(e){return(this.isNegative()||e<0)&&ys("negative-width","mask"),to(Xr(this).maskn(e))}shl(e){return(this.isNegative()||e<0)&&ys("negative-width","shl"),to(Xr(this).shln(e))}shr(e){return(this.isNegative()||e<0)&&ys("negative-width","shr"),to(Xr(this).shrn(e))}eq(e){return Xr(this).eq(Xr(e))}lt(e){return Xr(this).lt(Xr(e))}lte(e){return Xr(this).lte(Xr(e))}gt(e){return Xr(this).gt(Xr(e))}gte(e){return Xr(this).gte(Xr(e))}isNegative(){return this._hex[0]==="-"}isZero(){return Xr(this).isZero()}toNumber(){try{return Xr(this).toNumber()}catch{ys("overflow","toNumber",this.toString())}return null}toBigInt(){try{return BigInt(this.toString())}catch{}return xh.throwError("this platform does not support BigInt",er.errors.UNSUPPORTED_OPERATION,{value:this.toString()})}toString(){return arguments.length>0&&(arguments[0]===10?kV||(kV=!0,xh.warn("BigNumber.toString does not accept any parameters; base-10 is assumed")):arguments[0]===16?xh.throwError("BigNumber.toString does not accept any parameters; use bigNumber.toHexString()",er.errors.UNEXPECTED_ARGUMENT,{}):xh.throwError("BigNumber.toString does not accept parameters",er.errors.UNEXPECTED_ARGUMENT,{})),Xr(this).toString(10)}toHexString(){return this._hex}toJSON(e){return{type:"BigNumber",hex:this.toHexString()}}static from(e){if(e instanceof t)return e;if(typeof e=="string")return e.match(/^-?0x[0-9a-f]+$/i)?new t(gA,Zm(e)):e.match(/^-?[0-9]+$/)?new t(gA,Zm(new A3(e))):xh.throwArgumentError("invalid BigNumber string","value",e);if(typeof e=="number")return e%1&&ys("underflow","BigNumber.from",e),(e>=TV||e<=-TV)&&ys("overflow","BigNumber.from",e),t.from(String(e));let r=e;if(typeof r=="bigint")return t.from(r.toString());if(jm(r))return t.from(sr(r));if(r)if(r.toHexString){let a=r.toHexString();if(typeof a=="string")return t.from(a)}else{let a=r._hex;if(a==null&&r.type==="BigNumber"&&(a=r.hex),typeof a=="string"&&($n(a)||a[0]==="-"&&$n(a.substring(1))))return t.from(a)}return xh.throwArgumentError("invalid BigNumber value","value",e)}static isBigNumber(e){return!!(e&&e._isBigNumber)}};function Zm(t){if(typeof t!="string")return Zm(t.toString(16));if(t[0]==="-")return t=t.substring(1),t[0]==="-"&&xh.throwArgumentError("invalid hex","value",t),t=Zm(t),t==="0x00"?t:"-"+t;if(t.substring(0,2)!=="0x"&&(t="0x"+t),t==="0x")return"0x00";for(t.length%2&&(t="0x0"+t.substring(2));t.length>4&&t.substring(0,4)==="0x00";)t="0x"+t.substring(4);return t}function to(t){return nn.from(Zm(t))}function Xr(t){let e=nn.from(t).toHexString();return e[0]==="-"?new A3("-"+e.substring(3),16):new A3(e.substring(2),16)}function ys(t,e,r){let a={fault:t,operation:e};return r!=null&&(a.value=r),xh.throwError(t,er.errors.NUMERIC_FAULT,a)}function bA(t){return new A3(t,36).toString(16)}ie();ae();ne();ie();ae();ne();var BV="strings/5.7.0";var OV=new er(BV),gu;(function(t){t.current="",t.NFC="NFC",t.NFD="NFD",t.NFKC="NFKC",t.NFKD="NFKD"})(gu||(gu={}));var T0;(function(t){t.UNEXPECTED_CONTINUE="unexpected continuation byte",t.BAD_PREFIX="bad codepoint prefix",t.OVERRUN="string overrun",t.MISSING_CONTINUE="missing continuation byte",t.OUT_OF_RANGE="out of UTF-8 range",t.UTF16_SURROGATE="UTF-16 surrogate",t.OVERLONG="overlong representation"})(T0||(T0={}));function obe(t,e,r,a,i){return OV.throwArgumentError(`invalid codepoint at offset ${e}; ${t}`,"bytes",r)}function PV(t,e,r,a,i){if(t===T0.BAD_PREFIX||t===T0.UNEXPECTED_CONTINUE){let h=0;for(let l=e+1;l<r.length&&r[l]>>6===2;l++)h++;return h}return t===T0.OVERRUN?r.length-e-1:0}function sbe(t,e,r,a,i){return t===T0.OVERLONG?(a.push(i),0):(a.push(65533),PV(t,e,r,a,i))}var fbe=Object.freeze({error:obe,ignore:PV,replace:sbe});function Ca(t,e=gu.current){e!=gu.current&&(OV.checkNormalize(),t=t.normalize(e));let r=[];for(let a=0;a<t.length;a++){let i=t.charCodeAt(a);if(i<128)r.push(i);else if(i<2048)r.push(i>>6|192),r.push(i&63|128);else if((i&64512)==55296){a++;let h=t.charCodeAt(a);if(a>=t.length||(h&64512)!==56320)throw new Error("invalid utf-8 string");let l=65536+((i&1023)<<10)+(h&1023);r.push(l>>18|240),r.push(l>>12&63|128),r.push(l>>6&63|128),r.push(l&63|128)}else r.push(i>>12|224),r.push(i>>6&63|128),r.push(i&63|128)}return Ct(r)}function Zp(t){return rn(Ca(t))}ie();ae();ne();var NV="hash/5.7.0";ie();ae();ne();var CV=`Ethereum Signed Message:
|
|
128
128
|
`;function Gl(t){return typeof t=="string"&&(t=Ca(t)),rn(Ro([Ca(CV),Ca(String(t.length)),t]))}ie();ae();ne();ie();ae();ne();ie();ae();ne();ie();ae();ne();var LV="rlp/5.7.0";var ube=new er(LV);function $V(t){let e=[];for(;t;)e.unshift(t&255),t>>=8;return e}function DV(t){if(Array.isArray(t)){let a=[];if(t.forEach(function(h){a=a.concat(DV(h))}),a.length<=55)return a.unshift(192+a.length),a;let i=$V(a.length);return i.unshift(247+i.length),i.concat(a)}Fm(t)||ube.throwArgumentError("RLP object must be BytesLike","object",t);let e=Array.prototype.slice.call(Ct(t));if(e.length===1&&e[0]<=127)return e;if(e.length<=55)return e.unshift(128+e.length),e;let r=$V(e.length);return r.unshift(183+r.length),r.concat(e)}function Hm(t){return sr(DV(t))}ie();ae();ne();var qV="address/5.7.0";var Km=new er(qV);function UV(t){$n(t,20)||Km.throwArgumentError("invalid address","address",t),t=t.toLowerCase();let e=t.substring(2).split(""),r=new Uint8Array(40);for(let i=0;i<40;i++)r[i]=e[i].charCodeAt(0);let a=Ct(rn(r));for(let i=0;i<40;i+=2)a[i>>1]>>4>=8&&(e[i]=e[i].toUpperCase()),(a[i>>1]&15)>=8&&(e[i+1]=e[i+1].toUpperCase());return"0x"+e.join("")}var lbe=9007199254740991;function cbe(t){return Math.log10?Math.log10(t):Math.log(t)/Math.LN10}var yA={};for(let t=0;t<10;t++)yA[String(t)]=String(t);for(let t=0;t<26;t++)yA[String.fromCharCode(65+t)]=String(10+t);var FV=Math.floor(cbe(lbe));function dbe(t){t=t.toUpperCase(),t=t.substring(4)+t.substring(0,2)+"00";let e=t.split("").map(a=>yA[a]).join("");for(;e.length>=FV;){let a=e.substring(0,FV);e=parseInt(a,10)%97+e.substring(a.length)}let r=String(98-parseInt(e,10)%97);for(;r.length<2;)r="0"+r;return r}function Aa(t){let e=null;if(typeof t!="string"&&Km.throwArgumentError("invalid address","address",t),t.match(/^(0x)?[0-9a-fA-F]{40}$/))t.substring(0,2)!=="0x"&&(t="0x"+t),e=UV(t),t.match(/([A-F].*[a-f])|([a-f].*[A-F])/)&&e!==t&&Km.throwArgumentError("bad address checksum","address",t);else if(t.match(/^XE[0-9]{2}[0-9A-Za-z]{30,31}$/)){for(t.substring(2,4)!==dbe(t)&&Km.throwArgumentError("bad icap checksum","address",t),e=bA(t.substring(4));e.length<40;)e="0"+e;e=UV("0x"+e)}else Km.throwArgumentError("invalid address","address",t);return e}ie();ae();ne();ie();ae();ne();var jV="properties/5.7.0";var pbe=function(t,e,r,a){function i(h){return h instanceof r?h:new r(function(l){l(h)})}return new(r||(r=Promise))(function(h,l){function p(y){try{g(a.next(y))}catch(M){l(M)}}function b(y){try{g(a.throw(y))}catch(M){l(M)}}function g(y){y.done?h(y.value):i(y.value).then(p,b)}g((a=a.apply(t,e||[])).next())})},R3=new er(jV);function ur(t,e,r){Object.defineProperty(t,e,{enumerable:!0,value:r,writable:!1})}function Sh(t){return pbe(this,void 0,void 0,function*(){let e=Object.keys(t).map(a=>{let i=t[a];return Promise.resolve(i).then(h=>({key:a,value:h}))});return(yield Promise.all(e)).reduce((a,i)=>(a[i.key]=i.value,a),{})})}function zV(t,e){(!t||typeof t!="object")&&R3.throwArgumentError("invalid object","object",t),Object.keys(t).forEach(r=>{e[r]||R3.throwArgumentError("invalid object key - "+r,"transaction:"+r,t)})}function Vm(t){let e={};for(let r in t)e[r]=t[r];return e}var vbe={bigint:!0,boolean:!0,function:!0,number:!0,string:!0};function ZV(t){if(t==null||vbe[typeof t])return!0;if(Array.isArray(t)||typeof t=="object"){if(!Object.isFrozen(t))return!1;let e=Object.keys(t);for(let r=0;r<e.length;r++){let a=null;try{a=t[e[r]]}catch{continue}if(!ZV(a))return!1}return!0}return R3.throwArgumentError(`Cannot deepCopy ${typeof t}`,"object",t)}function mbe(t){if(ZV(t))return t;if(Array.isArray(t))return Object.freeze(t.map(e=>Wm(e)));if(typeof t=="object"){let e={};for(let r in t){let a=t[r];a!==void 0&&ur(e,r,Wm(a))}return e}return R3.throwArgumentError(`Cannot deepCopy ${typeof t}`,"object",t)}function Wm(t){return mbe(t)}var k0=class{constructor(e){for(let r in e)this[r]=Wm(e[r])}};var gbe=function(t,e,r,a){function i(h){return h instanceof r?h:new r(function(l){l(h)})}return new(r||(r=Promise))(function(h,l){function p(y){try{g(a.next(y))}catch(M){l(M)}}function b(y){try{g(a.throw(y))}catch(M){l(M)}}function g(y){y.done?h(y.value):i(y.value).then(p,b)}g((a=a.apply(t,e||[])).next())})},an=new er(NV),VV=new Uint8Array(32);VV.fill(0);var bbe=nn.from(-1),GV=nn.from(0),YV=nn.from(1),ybe=nn.from("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");function wbe(t){let e=Ct(t),r=e.length%32;return r?Wl([e,VV.slice(r)]):sr(e)}var _be=Ea(YV.toHexString(),32),Mbe=Ea(GV.toHexString(),32),HV={name:"string",version:"string",chainId:"uint256",verifyingContract:"address",salt:"bytes32"},wA=["name","version","chainId","verifyingContract","salt"];function KV(t){return function(e){return typeof e!="string"&&an.throwArgumentError(`invalid domain value for ${JSON.stringify(t)}`,`domain.${t}`,e),e}}var xbe={name:KV("name"),version:KV("version"),chainId:function(t){try{return nn.from(t).toString()}catch{}return an.throwArgumentError('invalid domain value for "chainId"',"domain.chainId",t)},verifyingContract:function(t){try{return Aa(t).toLowerCase()}catch{}return an.throwArgumentError('invalid domain value "verifyingContract"',"domain.verifyingContract",t)},salt:function(t){try{let e=Ct(t);if(e.length!==32)throw new Error("bad length");return sr(e)}catch{}return an.throwArgumentError('invalid domain value "salt"',"domain.salt",t)}};function _A(t){{let e=t.match(/^(u?)int(\d*)$/);if(e){let r=e[1]==="",a=parseInt(e[2]||"256");(a%8!==0||a>256||e[2]&&e[2]!==String(a))&&an.throwArgumentError("invalid numeric width","type",t);let i=ybe.mask(r?a-1:a),h=r?i.add(YV).mul(bbe):GV;return function(l){let p=nn.from(l);return(p.lt(h)||p.gt(i))&&an.throwArgumentError(`value out-of-bounds for ${t}`,"value",l),Ea(p.toTwos(256).toHexString(),32)}}}{let e=t.match(/^bytes(\d+)$/);if(e){let r=parseInt(e[1]);return(r===0||r>32||e[1]!==String(r))&&an.throwArgumentError("invalid bytes width","type",t),function(a){return Ct(a).length!==r&&an.throwArgumentError(`invalid length for ${t}`,"value",a),wbe(a)}}}switch(t){case"address":return function(e){return Ea(Aa(e),32)};case"bool":return function(e){return e?_be:Mbe};case"bytes":return function(e){return rn(e)};case"string":return function(e){return Zp(e)}}return null}function WV(t,e){return`${t}(${e.map(({name:r,type:a})=>a+" "+r).join(",")})`}var I0=class t{constructor(e){ur(this,"types",Object.freeze(Wm(e))),ur(this,"_encoderCache",{}),ur(this,"_types",{});let r={},a={},i={};Object.keys(e).forEach(p=>{r[p]={},a[p]=[],i[p]={}});for(let p in e){let b={};e[p].forEach(g=>{b[g.name]&&an.throwArgumentError(`duplicate variable name ${JSON.stringify(g.name)} in ${JSON.stringify(p)}`,"types",e),b[g.name]=!0;let y=g.type.match(/^([^\x5b]*)(\x5b|$)/)[1];y===p&&an.throwArgumentError(`circular type reference to ${JSON.stringify(y)}`,"types",e),!_A(y)&&(a[y]||an.throwArgumentError(`unknown type ${JSON.stringify(y)}`,"types",e),a[y].push(p),r[p][y]=!0)})}let h=Object.keys(a).filter(p=>a[p].length===0);h.length===0?an.throwArgumentError("missing primary type","types",e):h.length>1&&an.throwArgumentError(`ambiguous primary types or unused types: ${h.map(p=>JSON.stringify(p)).join(", ")}`,"types",e),ur(this,"primaryType",h[0]);function l(p,b){b[p]&&an.throwArgumentError(`circular type reference to ${JSON.stringify(p)}`,"types",e),b[p]=!0,Object.keys(r[p]).forEach(g=>{a[g]&&(l(g,b),Object.keys(b).forEach(y=>{i[y][g]=!0}))}),delete b[p]}l(this.primaryType,{});for(let p in i){let b=Object.keys(i[p]);b.sort(),this._types[p]=WV(p,e[p])+b.map(g=>WV(g,e[g])).join("")}}getEncoder(e){let r=this._encoderCache[e];return r||(r=this._encoderCache[e]=this._getEncoder(e)),r}_getEncoder(e){{let i=_A(e);if(i)return i}let r=e.match(/^(.*)(\x5b(\d*)\x5d)$/);if(r){let i=r[1],h=this.getEncoder(i),l=parseInt(r[3]);return p=>{l>=0&&p.length!==l&&an.throwArgumentError("array length mismatch; expected length ${ arrayLength }","value",p);let b=p.map(h);return this._types[i]&&(b=b.map(rn)),rn(Wl(b))}}let a=this.types[e];if(a){let i=Zp(this._types[e]);return h=>{let l=a.map(({name:p,type:b})=>{let g=this.getEncoder(b)(h[p]);return this._types[b]?rn(g):g});return l.unshift(i),Wl(l)}}return an.throwArgumentError(`unknown type: ${e}`,"type",e)}encodeType(e){let r=this._types[e];return r||an.throwArgumentError(`unknown type: ${JSON.stringify(e)}`,"name",e),r}encodeData(e,r){return this.getEncoder(e)(r)}hashStruct(e,r){return rn(this.encodeData(e,r))}encode(e){return this.encodeData(this.primaryType,e)}hash(e){return this.hashStruct(this.primaryType,e)}_visit(e,r,a){if(_A(e))return a(e,r);let i=e.match(/^(.*)(\x5b(\d*)\x5d)$/);if(i){let l=i[1],p=parseInt(i[3]);return p>=0&&r.length!==p&&an.throwArgumentError("array length mismatch; expected length ${ arrayLength }","value",r),r.map(b=>this._visit(l,b,a))}let h=this.types[e];return h?h.reduce((l,{name:p,type:b})=>(l[p]=this._visit(b,r[p],a),l),{}):an.throwArgumentError(`unknown type: ${e}`,"type",e)}visit(e,r){return this._visit(this.primaryType,e,r)}static from(e){return new t(e)}static getPrimaryType(e){return t.from(e).primaryType}static hashStruct(e,r,a){return t.from(r).hashStruct(e,a)}static hashDomain(e){let r=[];for(let a in e){let i=HV[a];i||an.throwArgumentError(`invalid typed-data domain key: ${JSON.stringify(a)}`,"domain",e),r.push({name:a,type:i})}return r.sort((a,i)=>wA.indexOf(a.name)-wA.indexOf(i.name)),t.hashStruct("EIP712Domain",{EIP712Domain:r},e)}static encode(e,r,a){return Wl(["0x1901",t.hashDomain(e),t.from(r).hash(a)])}static hash(e,r,a){return rn(t.encode(e,r,a))}static resolveNames(e,r,a,i){return gbe(this,void 0,void 0,function*(){e=Vm(e);let h={};e.verifyingContract&&!$n(e.verifyingContract,20)&&(h[e.verifyingContract]="0x");let l=t.from(r);l.visit(a,(p,b)=>(p==="address"&&!$n(b,20)&&(h[b]="0x"),b));for(let p in h)h[p]=yield i(p);return e.verifyingContract&&h[e.verifyingContract]&&(e.verifyingContract=h[e.verifyingContract]),a=l.visit(a,(p,b)=>p==="address"&&h[b]?h[b]:b),{domain:e,value:a}})}static getPayload(e,r,a){t.hashDomain(e);let i={},h=[];wA.forEach(b=>{let g=e[b];g!=null&&(i[b]=xbe[b](g),h.push({name:b,type:HV[b]}))});let l=t.from(r),p=Vm(r);return p.EIP712Domain?an.throwArgumentError("types must not contain EIP712Domain type","types.EIP712Domain",r):p.EIP712Domain=h,l.encode(a),{types:p,domain:i,primaryType:l.primaryType,message:l.visit(a,(b,g)=>{if(b.match(/^bytes(\d*)/))return sr(Ct(g));if(b.match(/^u?int/))return nn.from(g).toString();switch(b){case"address":return g.toLowerCase();case"bool":return!!g;case"string":return typeof g!="string"&&an.throwArgumentError("invalid string","value",g),g}return an.throwArgumentError("unsupported type","type",b)})}}};ie();ae();ne();ie();ae();ne();var Ir=gi(XV()),Su=gi(Jp());function Xp(t,e,r){return r={path:e,exports:{},require:function(a,i){return Kye(a,i??r.path)}},t(r,r.exports),r.exports}function Kye(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var NA=PG;function PG(t,e){if(!t)throw new Error(e||"Assertion failed")}PG.equal=function(e,r,a){if(e!=r)throw new Error(a||"Assertion failed: "+e+" != "+r)};var _f=Xp(function(t,e){"use strict";var r=e;function a(l,p){if(Array.isArray(l))return l.slice();if(!l)return[];var b=[];if(typeof l!="string"){for(var g=0;g<l.length;g++)b[g]=l[g]|0;return b}if(p==="hex"){l=l.replace(/[^a-z0-9]+/ig,""),l.length%2!==0&&(l="0"+l);for(var g=0;g<l.length;g+=2)b.push(parseInt(l[g]+l[g+1],16))}else for(var g=0;g<l.length;g++){var y=l.charCodeAt(g),M=y>>8,x=y&255;M?b.push(M,x):b.push(x)}return b}r.toArray=a;function i(l){return l.length===1?"0"+l:l}r.zero2=i;function h(l){for(var p="",b=0;b<l.length;b++)p+=i(l[b].toString(16));return p}r.toHex=h,r.encode=function(p,b){return b==="hex"?h(p):p}}),To=Xp(function(t,e){"use strict";var r=e;r.assert=NA,r.toArray=_f.toArray,r.zero2=_f.zero2,r.toHex=_f.toHex,r.encode=_f.encode;function a(b,g,y){var M=new Array(Math.max(b.bitLength(),y)+1);M.fill(0);for(var x=1<<g+1,E=b.clone(),A=0;A<M.length;A++){var k,O=E.andln(x-1);E.isOdd()?(O>(x>>1)-1?k=(x>>1)-O:k=O,E.isubn(k)):k=0,M[A]=k,E.iushrn(1)}return M}r.getNAF=a;function i(b,g){var y=[[],[]];b=b.clone(),g=g.clone();for(var M=0,x=0,E;b.cmpn(-M)>0||g.cmpn(-x)>0;){var A=b.andln(3)+M&3,k=g.andln(3)+x&3;A===3&&(A=-1),k===3&&(k=-1);var O;A&1?(E=b.andln(7)+M&7,(E===3||E===5)&&k===2?O=-A:O=A):O=0,y[0].push(O);var N;k&1?(E=g.andln(7)+x&7,(E===3||E===5)&&A===2?N=-k:N=k):N=0,y[1].push(N),2*M===O+1&&(M=1-M),2*x===N+1&&(x=1-x),b.iushrn(1),g.iushrn(1)}return y}r.getJSF=i;function h(b,g,y){var M="_"+g;b.prototype[g]=function(){return this[M]!==void 0?this[M]:this[M]=y.call(this)}}r.cachedProperty=h;function l(b){return typeof b=="string"?r.toArray(b,"hex"):b}r.parseBytes=l;function p(b){return new Ir.default(b,"hex","le")}r.intFromLE=p}),O3=To.getNAF,Wye=To.getJSF,P3=To.assert;function Xl(t,e){this.type=t,this.p=new Ir.default(e.p,16),this.red=e.prime?Ir.default.red(e.prime):Ir.default.mont(this.p),this.zero=new Ir.default(0).toRed(this.red),this.one=new Ir.default(1).toRed(this.red),this.two=new Ir.default(2).toRed(this.red),this.n=e.n&&new Ir.default(e.n,16),this.g=e.g&&this.pointFromJSON(e.g,e.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4),this._bitLength=this.n?this.n.bitLength():0;var r=this.n&&this.p.div(this.n);!r||r.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}var O0=Xl;Xl.prototype.point=function(){throw new Error("Not implemented")};Xl.prototype.validate=function(){throw new Error("Not implemented")};Xl.prototype._fixedNafMul=function(e,r){P3(e.precomputed);var a=e._getDoubles(),i=O3(r,1,this._bitLength),h=(1<<a.step+1)-(a.step%2===0?2:1);h/=3;var l=[],p,b;for(p=0;p<i.length;p+=a.step){b=0;for(var g=p+a.step-1;g>=p;g--)b=(b<<1)+i[g];l.push(b)}for(var y=this.jpoint(null,null,null),M=this.jpoint(null,null,null),x=h;x>0;x--){for(p=0;p<l.length;p++)b=l[p],b===x?M=M.mixedAdd(a.points[p]):b===-x&&(M=M.mixedAdd(a.points[p].neg()));y=y.add(M)}return y.toP()};Xl.prototype._wnafMul=function(e,r){var a=4,i=e._getNAFPoints(a);a=i.wnd;for(var h=i.points,l=O3(r,a,this._bitLength),p=this.jpoint(null,null,null),b=l.length-1;b>=0;b--){for(var g=0;b>=0&&l[b]===0;b--)g++;if(b>=0&&g++,p=p.dblp(g),b<0)break;var y=l[b];P3(y!==0),e.type==="affine"?y>0?p=p.mixedAdd(h[y-1>>1]):p=p.mixedAdd(h[-y-1>>1].neg()):y>0?p=p.add(h[y-1>>1]):p=p.add(h[-y-1>>1].neg())}return e.type==="affine"?p.toP():p};Xl.prototype._wnafMulAdd=function(e,r,a,i,h){var l=this._wnafT1,p=this._wnafT2,b=this._wnafT3,g=0,y,M,x;for(y=0;y<i;y++){x=r[y];var E=x._getNAFPoints(e);l[y]=E.wnd,p[y]=E.points}for(y=i-1;y>=1;y-=2){var A=y-1,k=y;if(l[A]!==1||l[k]!==1){b[A]=O3(a[A],l[A],this._bitLength),b[k]=O3(a[k],l[k],this._bitLength),g=Math.max(b[A].length,g),g=Math.max(b[k].length,g);continue}var O=[r[A],null,null,r[k]];r[A].y.cmp(r[k].y)===0?(O[1]=r[A].add(r[k]),O[2]=r[A].toJ().mixedAdd(r[k].neg())):r[A].y.cmp(r[k].y.redNeg())===0?(O[1]=r[A].toJ().mixedAdd(r[k]),O[2]=r[A].add(r[k].neg())):(O[1]=r[A].toJ().mixedAdd(r[k]),O[2]=r[A].toJ().mixedAdd(r[k].neg()));var N=[-3,-1,-5,-7,0,7,5,1,3],L=Wye(a[A],a[k]);for(g=Math.max(L[0].length,g),b[A]=new Array(g),b[k]=new Array(g),M=0;M<g;M++){var C=L[0][M]|0,Y=L[1][M]|0;b[A][M]=N[(C+1)*3+(Y+1)],b[k][M]=0,p[A]=O}}var G=this.jpoint(null,null,null),ee=this._wnafT4;for(y=g;y>=0;y--){for(var $=0;y>=0;){var U=!0;for(M=0;M<i;M++)ee[M]=b[M][y]|0,ee[M]!==0&&(U=!1);if(!U)break;$++,y--}if(y>=0&&$++,G=G.dblp($),y<0)break;for(M=0;M<i;M++){var V=ee[M];V!==0&&(V>0?x=p[M][V-1>>1]:V<0&&(x=p[M][-V-1>>1].neg()),x.type==="affine"?G=G.mixedAdd(x):G=G.add(x))}}for(y=0;y<i;y++)p[y]=null;return h?G:G.toP()};function _s(t,e){this.curve=t,this.type=e,this.precomputed=null}Xl.BasePoint=_s;_s.prototype.eq=function(){throw new Error("Not implemented")};_s.prototype.validate=function(){return this.curve.validate(this)};Xl.prototype.decodePoint=function(e,r){e=To.toArray(e,r);var a=this.p.byteLength();if((e[0]===4||e[0]===6||e[0]===7)&&e.length-1===2*a){e[0]===6?P3(e[e.length-1]%2===0):e[0]===7&&P3(e[e.length-1]%2===1);var i=this.point(e.slice(1,1+a),e.slice(1+a,1+2*a));return i}else if((e[0]===2||e[0]===3)&&e.length-1===a)return this.pointFromX(e.slice(1,1+a),e[0]===3);throw new Error("Unknown point format")};_s.prototype.encodeCompressed=function(e){return this.encode(e,!0)};_s.prototype._encode=function(e){var r=this.curve.p.byteLength(),a=this.getX().toArray("be",r);return e?[this.getY().isEven()?2:3].concat(a):[4].concat(a,this.getY().toArray("be",r))};_s.prototype.encode=function(e,r){return To.encode(this._encode(r),e)};_s.prototype.precompute=function(e){if(this.precomputed)return this;var r={doubles:null,naf:null,beta:null};return r.naf=this._getNAFPoints(8),r.doubles=this._getDoubles(4,e),r.beta=this._getBeta(),this.precomputed=r,this};_s.prototype._hasDoubles=function(e){if(!this.precomputed)return!1;var r=this.precomputed.doubles;return r?r.points.length>=Math.ceil((e.bitLength()+1)/r.step):!1};_s.prototype._getDoubles=function(e,r){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var a=[this],i=this,h=0;h<r;h+=e){for(var l=0;l<e;l++)i=i.dbl();a.push(i)}return{step:e,points:a}};_s.prototype._getNAFPoints=function(e){if(this.precomputed&&this.precomputed.naf)return this.precomputed.naf;for(var r=[this],a=(1<<e)-1,i=a===1?null:this.dbl(),h=1;h<a;h++)r[h]=r[h-1].add(i);return{wnd:e,points:r}};_s.prototype._getBeta=function(){return null};_s.prototype.dblp=function(e){for(var r=this,a=0;a<e;a++)r=r.dbl();return r};var CA=Xp(function(t){typeof Object.create=="function"?t.exports=function(r,a){a&&(r.super_=a,r.prototype=Object.create(a.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(r,a){if(a){r.super_=a;var i=function(){};i.prototype=a.prototype,r.prototype=new i,r.prototype.constructor=r}}}),Vye=To.assert;function Ms(t){O0.call(this,"short",t),this.a=new Ir.default(t.a,16).toRed(this.red),this.b=new Ir.default(t.b,16).toRed(this.red),this.tinv=this.two.redInvm(),this.zeroA=this.a.fromRed().cmpn(0)===0,this.threeA=this.a.fromRed().sub(this.p).cmpn(-3)===0,this.endo=this._getEndomorphism(t),this._endoWnafT1=new Array(4),this._endoWnafT2=new Array(4)}CA(Ms,O0);var Gye=Ms;Ms.prototype._getEndomorphism=function(e){if(!(!this.zeroA||!this.g||!this.n||this.p.modn(3)!==1)){var r,a;if(e.beta)r=new Ir.default(e.beta,16).toRed(this.red);else{var i=this._getEndoRoots(this.p);r=i[0].cmp(i[1])<0?i[0]:i[1],r=r.toRed(this.red)}if(e.lambda)a=new Ir.default(e.lambda,16);else{var h=this._getEndoRoots(this.n);this.g.mul(h[0]).x.cmp(this.g.x.redMul(r))===0?a=h[0]:(a=h[1],Vye(this.g.mul(a).x.cmp(this.g.x.redMul(r))===0))}var l;return e.basis?l=e.basis.map(function(p){return{a:new Ir.default(p.a,16),b:new Ir.default(p.b,16)}}):l=this._getEndoBasis(a),{beta:r,lambda:a,basis:l}}};Ms.prototype._getEndoRoots=function(e){var r=e===this.p?this.red:Ir.default.mont(e),a=new Ir.default(2).toRed(r).redInvm(),i=a.redNeg(),h=new Ir.default(3).toRed(r).redNeg().redSqrt().redMul(a),l=i.redAdd(h).fromRed(),p=i.redSub(h).fromRed();return[l,p]};Ms.prototype._getEndoBasis=function(e){for(var r=this.n.ushrn(Math.floor(this.n.bitLength()/2)),a=e,i=this.n.clone(),h=new Ir.default(1),l=new Ir.default(0),p=new Ir.default(0),b=new Ir.default(1),g,y,M,x,E,A,k,O=0,N,L;a.cmpn(0)!==0;){var C=i.div(a);N=i.sub(C.mul(a)),L=p.sub(C.mul(h));var Y=b.sub(C.mul(l));if(!M&&N.cmp(r)<0)g=k.neg(),y=h,M=N.neg(),x=L;else if(M&&++O===2)break;k=N,i=a,a=N,p=h,h=L,b=l,l=Y}E=N.neg(),A=L;var G=M.sqr().add(x.sqr()),ee=E.sqr().add(A.sqr());return ee.cmp(G)>=0&&(E=g,A=y),M.negative&&(M=M.neg(),x=x.neg()),E.negative&&(E=E.neg(),A=A.neg()),[{a:M,b:x},{a:E,b:A}]};Ms.prototype._endoSplit=function(e){var r=this.endo.basis,a=r[0],i=r[1],h=i.b.mul(e).divRound(this.n),l=a.b.neg().mul(e).divRound(this.n),p=h.mul(a.a),b=l.mul(i.a),g=h.mul(a.b),y=l.mul(i.b),M=e.sub(p).sub(b),x=g.add(y).neg();return{k1:M,k2:x}};Ms.prototype.pointFromX=function(e,r){e=new Ir.default(e,16),e.red||(e=e.toRed(this.red));var a=e.redSqr().redMul(e).redIAdd(e.redMul(this.a)).redIAdd(this.b),i=a.redSqrt();if(i.redSqr().redSub(a).cmp(this.zero)!==0)throw new Error("invalid point");var h=i.fromRed().isOdd();return(r&&!h||!r&&h)&&(i=i.redNeg()),this.point(e,i)};Ms.prototype.validate=function(e){if(e.inf)return!0;var r=e.x,a=e.y,i=this.a.redMul(r),h=r.redSqr().redMul(r).redIAdd(i).redIAdd(this.b);return a.redSqr().redISub(h).cmpn(0)===0};Ms.prototype._endoWnafMulAdd=function(e,r,a){for(var i=this._endoWnafT1,h=this._endoWnafT2,l=0;l<e.length;l++){var p=this._endoSplit(r[l]),b=e[l],g=b._getBeta();p.k1.negative&&(p.k1.ineg(),b=b.neg(!0)),p.k2.negative&&(p.k2.ineg(),g=g.neg(!0)),i[l*2]=b,i[l*2+1]=g,h[l*2]=p.k1,h[l*2+1]=p.k2}for(var y=this._wnafMulAdd(1,i,h,l*2,a),M=0;M<l*2;M++)i[M]=null,h[M]=null;return y};function Xn(t,e,r,a){O0.BasePoint.call(this,t,"affine"),e===null&&r===null?(this.x=null,this.y=null,this.inf=!0):(this.x=new Ir.default(e,16),this.y=new Ir.default(r,16),a&&(this.x.forceRed(this.curve.red),this.y.forceRed(this.curve.red)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.inf=!1)}CA(Xn,O0.BasePoint);Ms.prototype.point=function(e,r,a){return new Xn(this,e,r,a)};Ms.prototype.pointFromJSON=function(e,r){return Xn.fromJSON(this,e,r)};Xn.prototype._getBeta=function(){if(this.curve.endo){var e=this.precomputed;if(e&&e.beta)return e.beta;var r=this.curve.point(this.x.redMul(this.curve.endo.beta),this.y);if(e){var a=this.curve,i=function(h){return a.point(h.x.redMul(a.endo.beta),h.y)};e.beta=r,r.precomputed={beta:null,naf:e.naf&&{wnd:e.naf.wnd,points:e.naf.points.map(i)},doubles:e.doubles&&{step:e.doubles.step,points:e.doubles.points.map(i)}}}return r}};Xn.prototype.toJSON=function(){return this.precomputed?[this.x,this.y,this.precomputed&&{doubles:this.precomputed.doubles&&{step:this.precomputed.doubles.step,points:this.precomputed.doubles.points.slice(1)},naf:this.precomputed.naf&&{wnd:this.precomputed.naf.wnd,points:this.precomputed.naf.points.slice(1)}}]:[this.x,this.y]};Xn.fromJSON=function(e,r,a){typeof r=="string"&&(r=JSON.parse(r));var i=e.point(r[0],r[1],a);if(!r[2])return i;function h(p){return e.point(p[0],p[1],a)}var l=r[2];return i.precomputed={beta:null,doubles:l.doubles&&{step:l.doubles.step,points:[i].concat(l.doubles.points.map(h))},naf:l.naf&&{wnd:l.naf.wnd,points:[i].concat(l.naf.points.map(h))}},i};Xn.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+">"};Xn.prototype.isInfinity=function(){return this.inf};Xn.prototype.add=function(e){if(this.inf)return e;if(e.inf)return this;if(this.eq(e))return this.dbl();if(this.neg().eq(e))return this.curve.point(null,null);if(this.x.cmp(e.x)===0)return this.curve.point(null,null);var r=this.y.redSub(e.y);r.cmpn(0)!==0&&(r=r.redMul(this.x.redSub(e.x).redInvm()));var a=r.redSqr().redISub(this.x).redISub(e.x),i=r.redMul(this.x.redSub(a)).redISub(this.y);return this.curve.point(a,i)};Xn.prototype.dbl=function(){if(this.inf)return this;var e=this.y.redAdd(this.y);if(e.cmpn(0)===0)return this.curve.point(null,null);var r=this.curve.a,a=this.x.redSqr(),i=e.redInvm(),h=a.redAdd(a).redIAdd(a).redIAdd(r).redMul(i),l=h.redSqr().redISub(this.x.redAdd(this.x)),p=h.redMul(this.x.redSub(l)).redISub(this.y);return this.curve.point(l,p)};Xn.prototype.getX=function(){return this.x.fromRed()};Xn.prototype.getY=function(){return this.y.fromRed()};Xn.prototype.mul=function(e){return e=new Ir.default(e,16),this.isInfinity()?this:this._hasDoubles(e)?this.curve._fixedNafMul(this,e):this.curve.endo?this.curve._endoWnafMulAdd([this],[e]):this.curve._wnafMul(this,e)};Xn.prototype.mulAdd=function(e,r,a){var i=[this,r],h=[e,a];return this.curve.endo?this.curve._endoWnafMulAdd(i,h):this.curve._wnafMulAdd(1,i,h,2)};Xn.prototype.jmulAdd=function(e,r,a){var i=[this,r],h=[e,a];return this.curve.endo?this.curve._endoWnafMulAdd(i,h,!0):this.curve._wnafMulAdd(1,i,h,2,!0)};Xn.prototype.eq=function(e){return this===e||this.inf===e.inf&&(this.inf||this.x.cmp(e.x)===0&&this.y.cmp(e.y)===0)};Xn.prototype.neg=function(e){if(this.inf)return this;var r=this.curve.point(this.x,this.y.redNeg());if(e&&this.precomputed){var a=this.precomputed,i=function(h){return h.neg()};r.precomputed={naf:a.naf&&{wnd:a.naf.wnd,points:a.naf.points.map(i)},doubles:a.doubles&&{step:a.doubles.step,points:a.doubles.points.map(i)}}}return r};Xn.prototype.toJ=function(){if(this.inf)return this.curve.jpoint(null,null,null);var e=this.curve.jpoint(this.x,this.y,this.curve.one);return e};function la(t,e,r,a){O0.BasePoint.call(this,t,"jacobian"),e===null&&r===null&&a===null?(this.x=this.curve.one,this.y=this.curve.one,this.z=new Ir.default(0)):(this.x=new Ir.default(e,16),this.y=new Ir.default(r,16),this.z=new Ir.default(a,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}CA(la,O0.BasePoint);Ms.prototype.jpoint=function(e,r,a){return new la(this,e,r,a)};la.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var e=this.z.redInvm(),r=e.redSqr(),a=this.x.redMul(r),i=this.y.redMul(r).redMul(e);return this.curve.point(a,i)};la.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)};la.prototype.add=function(e){if(this.isInfinity())return e;if(e.isInfinity())return this;var r=e.z.redSqr(),a=this.z.redSqr(),i=this.x.redMul(r),h=e.x.redMul(a),l=this.y.redMul(r.redMul(e.z)),p=e.y.redMul(a.redMul(this.z)),b=i.redSub(h),g=l.redSub(p);if(b.cmpn(0)===0)return g.cmpn(0)!==0?this.curve.jpoint(null,null,null):this.dbl();var y=b.redSqr(),M=y.redMul(b),x=i.redMul(y),E=g.redSqr().redIAdd(M).redISub(x).redISub(x),A=g.redMul(x.redISub(E)).redISub(l.redMul(M)),k=this.z.redMul(e.z).redMul(b);return this.curve.jpoint(E,A,k)};la.prototype.mixedAdd=function(e){if(this.isInfinity())return e.toJ();if(e.isInfinity())return this;var r=this.z.redSqr(),a=this.x,i=e.x.redMul(r),h=this.y,l=e.y.redMul(r).redMul(this.z),p=a.redSub(i),b=h.redSub(l);if(p.cmpn(0)===0)return b.cmpn(0)!==0?this.curve.jpoint(null,null,null):this.dbl();var g=p.redSqr(),y=g.redMul(p),M=a.redMul(g),x=b.redSqr().redIAdd(y).redISub(M).redISub(M),E=b.redMul(M.redISub(x)).redISub(h.redMul(y)),A=this.z.redMul(p);return this.curve.jpoint(x,E,A)};la.prototype.dblp=function(e){if(e===0)return this;if(this.isInfinity())return this;if(!e)return this.dbl();var r;if(this.curve.zeroA||this.curve.threeA){var a=this;for(r=0;r<e;r++)a=a.dbl();return a}var i=this.curve.a,h=this.curve.tinv,l=this.x,p=this.y,b=this.z,g=b.redSqr().redSqr(),y=p.redAdd(p);for(r=0;r<e;r++){var M=l.redSqr(),x=y.redSqr(),E=x.redSqr(),A=M.redAdd(M).redIAdd(M).redIAdd(i.redMul(g)),k=l.redMul(x),O=A.redSqr().redISub(k.redAdd(k)),N=k.redISub(O),L=A.redMul(N);L=L.redIAdd(L).redISub(E);var C=y.redMul(b);r+1<e&&(g=g.redMul(E)),l=O,b=C,y=L}return this.curve.jpoint(l,y.redMul(h),b)};la.prototype.dbl=function(){return this.isInfinity()?this:this.curve.zeroA?this._zeroDbl():this.curve.threeA?this._threeDbl():this._dbl()};la.prototype._zeroDbl=function(){var e,r,a;if(this.zOne){var i=this.x.redSqr(),h=this.y.redSqr(),l=h.redSqr(),p=this.x.redAdd(h).redSqr().redISub(i).redISub(l);p=p.redIAdd(p);var b=i.redAdd(i).redIAdd(i),g=b.redSqr().redISub(p).redISub(p),y=l.redIAdd(l);y=y.redIAdd(y),y=y.redIAdd(y),e=g,r=b.redMul(p.redISub(g)).redISub(y),a=this.y.redAdd(this.y)}else{var M=this.x.redSqr(),x=this.y.redSqr(),E=x.redSqr(),A=this.x.redAdd(x).redSqr().redISub(M).redISub(E);A=A.redIAdd(A);var k=M.redAdd(M).redIAdd(M),O=k.redSqr(),N=E.redIAdd(E);N=N.redIAdd(N),N=N.redIAdd(N),e=O.redISub(A).redISub(A),r=k.redMul(A.redISub(e)).redISub(N),a=this.y.redMul(this.z),a=a.redIAdd(a)}return this.curve.jpoint(e,r,a)};la.prototype._threeDbl=function(){var e,r,a;if(this.zOne){var i=this.x.redSqr(),h=this.y.redSqr(),l=h.redSqr(),p=this.x.redAdd(h).redSqr().redISub(i).redISub(l);p=p.redIAdd(p);var b=i.redAdd(i).redIAdd(i).redIAdd(this.curve.a),g=b.redSqr().redISub(p).redISub(p);e=g;var y=l.redIAdd(l);y=y.redIAdd(y),y=y.redIAdd(y),r=b.redMul(p.redISub(g)).redISub(y),a=this.y.redAdd(this.y)}else{var M=this.z.redSqr(),x=this.y.redSqr(),E=this.x.redMul(x),A=this.x.redSub(M).redMul(this.x.redAdd(M));A=A.redAdd(A).redIAdd(A);var k=E.redIAdd(E);k=k.redIAdd(k);var O=k.redAdd(k);e=A.redSqr().redISub(O),a=this.y.redAdd(this.z).redSqr().redISub(x).redISub(M);var N=x.redSqr();N=N.redIAdd(N),N=N.redIAdd(N),N=N.redIAdd(N),r=A.redMul(k.redISub(e)).redISub(N)}return this.curve.jpoint(e,r,a)};la.prototype._dbl=function(){var e=this.curve.a,r=this.x,a=this.y,i=this.z,h=i.redSqr().redSqr(),l=r.redSqr(),p=a.redSqr(),b=l.redAdd(l).redIAdd(l).redIAdd(e.redMul(h)),g=r.redAdd(r);g=g.redIAdd(g);var y=g.redMul(p),M=b.redSqr().redISub(y.redAdd(y)),x=y.redISub(M),E=p.redSqr();E=E.redIAdd(E),E=E.redIAdd(E),E=E.redIAdd(E);var A=b.redMul(x).redISub(E),k=a.redAdd(a).redMul(i);return this.curve.jpoint(M,A,k)};la.prototype.trpl=function(){if(!this.curve.zeroA)return this.dbl().add(this);var e=this.x.redSqr(),r=this.y.redSqr(),a=this.z.redSqr(),i=r.redSqr(),h=e.redAdd(e).redIAdd(e),l=h.redSqr(),p=this.x.redAdd(r).redSqr().redISub(e).redISub(i);p=p.redIAdd(p),p=p.redAdd(p).redIAdd(p),p=p.redISub(l);var b=p.redSqr(),g=i.redIAdd(i);g=g.redIAdd(g),g=g.redIAdd(g),g=g.redIAdd(g);var y=h.redIAdd(p).redSqr().redISub(l).redISub(b).redISub(g),M=r.redMul(y);M=M.redIAdd(M),M=M.redIAdd(M);var x=this.x.redMul(b).redISub(M);x=x.redIAdd(x),x=x.redIAdd(x);var E=this.y.redMul(y.redMul(g.redISub(y)).redISub(p.redMul(b)));E=E.redIAdd(E),E=E.redIAdd(E),E=E.redIAdd(E);var A=this.z.redAdd(p).redSqr().redISub(a).redISub(b);return this.curve.jpoint(x,E,A)};la.prototype.mul=function(e,r){return e=new Ir.default(e,r),this.curve._wnafMul(this,e)};la.prototype.eq=function(e){if(e.type==="affine")return this.eq(e.toJ());if(this===e)return!0;var r=this.z.redSqr(),a=e.z.redSqr();if(this.x.redMul(a).redISub(e.x.redMul(r)).cmpn(0)!==0)return!1;var i=r.redMul(this.z),h=a.redMul(e.z);return this.y.redMul(h).redISub(e.y.redMul(i)).cmpn(0)===0};la.prototype.eqXToP=function(e){var r=this.z.redSqr(),a=e.toRed(this.curve.red).redMul(r);if(this.x.cmp(a)===0)return!0;for(var i=e.clone(),h=this.curve.redN.redMul(r);;){if(i.iadd(this.curve.n),i.cmp(this.curve.p)>=0)return!1;if(a.redIAdd(h),this.x.cmp(a)===0)return!0}};la.prototype.inspect=function(){return this.isInfinity()?"<EC JPoint Infinity>":"<EC JPoint x: "+this.x.toString(16,2)+" y: "+this.y.toString(16,2)+" z: "+this.z.toString(16,2)+">"};la.prototype.isInfinity=function(){return this.z.cmpn(0)===0};var I3=Xp(function(t,e){"use strict";var r=e;r.base=O0,r.short=Gye,r.mont=null,r.edwards=null}),B3=Xp(function(t,e){"use strict";var r=e,a=To.assert;function i(p){p.type==="short"?this.curve=new I3.short(p):p.type==="edwards"?this.curve=new I3.edwards(p):this.curve=new I3.mont(p),this.g=this.curve.g,this.n=this.curve.n,this.hash=p.hash,a(this.g.validate(),"Invalid curve"),a(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}r.PresetCurve=i;function h(p,b){Object.defineProperty(r,p,{configurable:!0,enumerable:!0,get:function(){var g=new i(b);return Object.defineProperty(r,p,{configurable:!0,enumerable:!0,value:g}),g}})}h("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:Su.default.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),h("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:Su.default.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),h("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:Su.default.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),h("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:Su.default.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),h("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:Su.default.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),h("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:Su.default.sha256,gRed:!1,g:["9"]}),h("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:Su.default.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});var l;try{l=null.crash()}catch{l=void 0}h("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:Su.default.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",l]})});function Jl(t){if(!(this instanceof Jl))return new Jl(t);this.hash=t.hash,this.predResist=!!t.predResist,this.outLen=this.hash.outSize,this.minEntropy=t.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var e=_f.toArray(t.entropy,t.entropyEnc||"hex"),r=_f.toArray(t.nonce,t.nonceEnc||"hex"),a=_f.toArray(t.pers,t.persEnc||"hex");NA(e.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(e,r,a)}var NG=Jl;Jl.prototype._init=function(e,r,a){var i=e.concat(r).concat(a);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var h=0;h<this.V.length;h++)this.K[h]=0,this.V[h]=1;this._update(i),this._reseed=1,this.reseedInterval=281474976710656};Jl.prototype._hmac=function(){return new Su.default.hmac(this.hash,this.K)};Jl.prototype._update=function(e){var r=this._hmac().update(this.V).update([0]);e&&(r=r.update(e)),this.K=r.digest(),this.V=this._hmac().update(this.V).digest(),e&&(this.K=this._hmac().update(this.V).update([1]).update(e).digest(),this.V=this._hmac().update(this.V).digest())};Jl.prototype.reseed=function(e,r,a,i){typeof r!="string"&&(i=a,a=r,r=null),e=_f.toArray(e,r),a=_f.toArray(a,i),NA(e.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(e.concat(a||[])),this._reseed=1};Jl.prototype.generate=function(e,r,a,i){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");typeof r!="string"&&(i=a,a=r,r=null),a&&(a=_f.toArray(a,i||"hex"),this._update(a));for(var h=[];h.length<e;)this.V=this._hmac().update(this.V).digest(),h=h.concat(this.V);var l=h.slice(0,e);return this._update(a),this._reseed++,_f.encode(l,r)};var PA=To.assert;function Ra(t,e){this.ec=t,this.priv=null,this.pub=null,e.priv&&this._importPrivate(e.priv,e.privEnc),e.pub&&this._importPublic(e.pub,e.pubEnc)}var LA=Ra;Ra.fromPublic=function(e,r,a){return r instanceof Ra?r:new Ra(e,{pub:r,pubEnc:a})};Ra.fromPrivate=function(e,r,a){return r instanceof Ra?r:new Ra(e,{priv:r,privEnc:a})};Ra.prototype.validate=function(){var e=this.getPublic();return e.isInfinity()?{result:!1,reason:"Invalid public key"}:e.validate()?e.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}};Ra.prototype.getPublic=function(e,r){return typeof e=="string"&&(r=e,e=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),r?this.pub.encode(r,e):this.pub};Ra.prototype.getPrivate=function(e){return e==="hex"?this.priv.toString(16,2):this.priv};Ra.prototype._importPrivate=function(e,r){this.priv=new Ir.default(e,r||16),this.priv=this.priv.umod(this.ec.curve.n)};Ra.prototype._importPublic=function(e,r){if(e.x||e.y){this.ec.curve.type==="mont"?PA(e.x,"Need x coordinate"):(this.ec.curve.type==="short"||this.ec.curve.type==="edwards")&&PA(e.x&&e.y,"Need both x and y coordinate"),this.pub=this.ec.curve.point(e.x,e.y);return}this.pub=this.ec.curve.decodePoint(e,r)};Ra.prototype.derive=function(e){return e.validate()||PA(e.validate(),"public point not validated"),e.mul(this.priv).getX()};Ra.prototype.sign=function(e,r,a){return this.ec.sign(e,this,r,a)};Ra.prototype.verify=function(e,r){return this.ec.verify(e,r,this)};Ra.prototype.inspect=function(){return"<Key priv: "+(this.priv&&this.priv.toString(16,2))+" pub: "+(this.pub&&this.pub.inspect())+" >"};var Yye=To.assert;function N3(t,e){if(t instanceof N3)return t;this._importDER(t,e)||(Yye(t.r&&t.s,"Signature without r or s"),this.r=new Ir.default(t.r,16),this.s=new Ir.default(t.s,16),t.recoveryParam===void 0?this.recoveryParam=null:this.recoveryParam=t.recoveryParam)}var C3=N3;function Jye(){this.place=0}function BA(t,e){var r=t[e.place++];if(!(r&128))return r;var a=r&15;if(a===0||a>4)return!1;for(var i=0,h=0,l=e.place;h<a;h++,l++)i<<=8,i|=t[l],i>>>=0;return i<=127?!1:(e.place=l,i)}function OG(t){for(var e=0,r=t.length-1;!t[e]&&!(t[e+1]&128)&&e<r;)e++;return e===0?t:t.slice(e)}N3.prototype._importDER=function(e,r){e=To.toArray(e,r);var a=new Jye;if(e[a.place++]!==48)return!1;var i=BA(e,a);if(i===!1||i+a.place!==e.length||e[a.place++]!==2)return!1;var h=BA(e,a);if(h===!1)return!1;var l=e.slice(a.place,h+a.place);if(a.place+=h,e[a.place++]!==2)return!1;var p=BA(e,a);if(p===!1||e.length!==p+a.place)return!1;var b=e.slice(a.place,p+a.place);if(l[0]===0)if(l[1]&128)l=l.slice(1);else return!1;if(b[0]===0)if(b[1]&128)b=b.slice(1);else return!1;return this.r=new Ir.default(l),this.s=new Ir.default(b),this.recoveryParam=null,!0};function OA(t,e){if(e<128){t.push(e);return}var r=1+(Math.log(e)/Math.LN2>>>3);for(t.push(r|128);--r;)t.push(e>>>(r<<3)&255);t.push(e)}N3.prototype.toDER=function(e){var r=this.r.toArray(),a=this.s.toArray();for(r[0]&128&&(r=[0].concat(r)),a[0]&128&&(a=[0].concat(a)),r=OG(r),a=OG(a);!a[0]&&!(a[1]&128);)a=a.slice(1);var i=[2];OA(i,r.length),i=i.concat(r),i.push(2),OA(i,a.length);var h=i.concat(a),l=[48];return OA(l,h.length),l=l.concat(h),To.encode(l,e)};var Xye=function(){throw new Error("unsupported")},CG=To.assert;function ws(t){if(!(this instanceof ws))return new ws(t);typeof t=="string"&&(CG(Object.prototype.hasOwnProperty.call(B3,t),"Unknown curve "+t),t=B3[t]),t instanceof B3.PresetCurve&&(t={curve:t}),this.curve=t.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=t.curve.g,this.g.precompute(t.curve.n.bitLength()+1),this.hash=t.hash||t.curve.hash}var Qye=ws;ws.prototype.keyPair=function(e){return new LA(this,e)};ws.prototype.keyFromPrivate=function(e,r){return LA.fromPrivate(this,e,r)};ws.prototype.keyFromPublic=function(e,r){return LA.fromPublic(this,e,r)};ws.prototype.genKeyPair=function(e){e||(e={});for(var r=new NG({hash:this.hash,pers:e.pers,persEnc:e.persEnc||"utf8",entropy:e.entropy||Xye(this.hash.hmacStrength),entropyEnc:e.entropy&&e.entropyEnc||"utf8",nonce:this.n.toArray()}),a=this.n.byteLength(),i=this.n.sub(new Ir.default(2));;){var h=new Ir.default(r.generate(a));if(!(h.cmp(i)>0))return h.iaddn(1),this.keyFromPrivate(h)}};ws.prototype._truncateToN=function(e,r){var a=e.byteLength()*8-this.n.bitLength();return a>0&&(e=e.ushrn(a)),!r&&e.cmp(this.n)>=0?e.sub(this.n):e};ws.prototype.sign=function(e,r,a,i){typeof a=="object"&&(i=a,a=null),i||(i={}),r=this.keyFromPrivate(r,a),e=this._truncateToN(new Ir.default(e,16));for(var h=this.n.byteLength(),l=r.getPrivate().toArray("be",h),p=e.toArray("be",h),b=new NG({hash:this.hash,entropy:l,nonce:p,pers:i.pers,persEnc:i.persEnc||"utf8"}),g=this.n.sub(new Ir.default(1)),y=0;;y++){var M=i.k?i.k(y):new Ir.default(b.generate(this.n.byteLength()));if(M=this._truncateToN(M,!0),!(M.cmpn(1)<=0||M.cmp(g)>=0)){var x=this.g.mul(M);if(!x.isInfinity()){var E=x.getX(),A=E.umod(this.n);if(A.cmpn(0)!==0){var k=M.invm(this.n).mul(A.mul(r.getPrivate()).iadd(e));if(k=k.umod(this.n),k.cmpn(0)!==0){var O=(x.getY().isOdd()?1:0)|(E.cmp(A)!==0?2:0);return i.canonical&&k.cmp(this.nh)>0&&(k=this.n.sub(k),O^=1),new C3({r:A,s:k,recoveryParam:O})}}}}}};ws.prototype.verify=function(e,r,a,i){e=this._truncateToN(new Ir.default(e,16)),a=this.keyFromPublic(a,i),r=new C3(r,"hex");var h=r.r,l=r.s;if(h.cmpn(1)<0||h.cmp(this.n)>=0||l.cmpn(1)<0||l.cmp(this.n)>=0)return!1;var p=l.invm(this.n),b=p.mul(e).umod(this.n),g=p.mul(h).umod(this.n),y;return this.curve._maxwellTrick?(y=this.g.jmulAdd(b,a.getPublic(),g),y.isInfinity()?!1:y.eqXToP(h)):(y=this.g.mulAdd(b,a.getPublic(),g),y.isInfinity()?!1:y.getX().umod(this.n).cmp(h)===0)};ws.prototype.recoverPubKey=function(t,e,r,a){CG((3&r)===r,"The recovery param is more than two bits"),e=new C3(e,a);var i=this.n,h=new Ir.default(t),l=e.r,p=e.s,b=r&1,g=r>>1;if(l.cmp(this.curve.p.umod(this.curve.n))>=0&&g)throw new Error("Unable to find sencond key candinate");g?l=this.curve.pointFromX(l.add(this.curve.n),b):l=this.curve.pointFromX(l,b);var y=e.r.invm(i),M=i.sub(h).mul(y).umod(i),x=p.mul(y).umod(i);return this.g.mulAdd(M,l,x)};ws.prototype.getKeyRecoveryParam=function(t,e,r,a){if(e=new C3(e,a),e.recoveryParam!==null)return e.recoveryParam;for(var i=0;i<4;i++){var h;try{h=this.recoverPubKey(t,e,i)}catch{continue}if(h.eq(r))return i}throw new Error("Unable to find valid recovery factor")};var e6e=Xp(function(t,e){"use strict";var r=e;r.version="6.5.4",r.utils=To,r.rand=function(){throw new Error("unsupported")},r.curve=I3,r.curves=B3,r.ec=Qye,r.eddsa=null}),LG=e6e.ec;ie();ae();ne();var $G="signing-key/5.7.0";var DA=new er($G),$A=null;function Eu(){return $A||($A=new LG("secp256k1")),$A}var Au=class{constructor(e){ur(this,"curve","secp256k1"),ur(this,"privateKey",sr(e)),zm(this.privateKey)!==32&&DA.throwArgumentError("invalid private key","privateKey","[[ REDACTED ]]");let r=Eu().keyFromPrivate(Ct(this.privateKey));ur(this,"publicKey","0x"+r.getPublic(!1,"hex")),ur(this,"compressedPublicKey","0x"+r.getPublic(!0,"hex")),ur(this,"_isSigningKey",!0)}_addPoint(e){let r=Eu().keyFromPublic(Ct(this.publicKey)),a=Eu().keyFromPublic(Ct(e));return"0x"+r.pub.add(a.pub).encodeCompressed("hex")}signDigest(e){let r=Eu().keyFromPrivate(Ct(this.privateKey)),a=Ct(e);a.length!==32&&DA.throwArgumentError("bad digest length","digest",e);let i=r.sign(a,{canonical:!0});return Vl({recoveryParam:i.recoveryParam,r:Ea("0x"+i.r.toString(16),32),s:Ea("0x"+i.s.toString(16),32)})}computeSharedSecret(e){let r=Eu().keyFromPrivate(Ct(this.privateKey)),a=Eu().keyFromPublic(Ct(qA(e)));return Ea("0x"+r.derive(a.getPublic()).toString(16),32)}static isSigningKey(e){return!!(e&&e._isSigningKey)}};function L3(t,e){let r=Vl(e),a={r:Ct(r.r),s:Ct(r.s)};return"0x"+Eu().recoverPubKey(Ct(t),a,r.recoveryParam).encode("hex",!1)}function qA(t,e){let r=Ct(t);if(r.length===32){let a=new Au(r);return e?"0x"+Eu().keyFromPrivate(r).getPublic(!0,"hex"):a.publicKey}else{if(r.length===33)return e?sr(r):"0x"+Eu().keyFromPublic(r).getPublic(!1,"hex");if(r.length===65)return e?"0x"+Eu().keyFromPublic(r).getPublic(!0,"hex"):sr(r)}return DA.throwArgumentError("invalid public or private key","key","[REDACTED]")}ie();ae();ne();ie();ae();ne();var DG="transactions/5.7.0";var Mf=new er(DG),qG;(function(t){t[t.legacy=0]="legacy",t[t.eip2930=1]="eip2930",t[t.eip1559=2]="eip1559"})(qG||(qG={}));var t6e=[{name:"nonce",maxLength:32,numeric:!0},{name:"gasPrice",maxLength:32,numeric:!0},{name:"gasLimit",maxLength:32,numeric:!0},{name:"to",length:20},{name:"value",maxLength:32,numeric:!0},{name:"data"}],r6e={chainId:!0,data:!0,gasLimit:!0,gasPrice:!0,nonce:!0,to:!0,type:!0,value:!0};function xs(t){let e=qA(t);return Aa(Mh(rn(Mh(e,1)),12))}function FA(t,e){return xs(L3(Ct(t),e))}function ko(t,e){let r=mu(nn.from(t).toHexString());return r.length>32&&Mf.throwArgumentError("invalid length for "+e,"transaction:"+e,t),r}function UA(t,e){return{address:Aa(t),storageKeys:(e||[]).map((r,a)=>(zm(r)!==32&&Mf.throwArgumentError("invalid access list storageKey",`accessList[${t}:${a}]`,r),r.toLowerCase()))}}function i6e(t){if(Array.isArray(t))return t.map((r,a)=>Array.isArray(r)?(r.length>2&&Mf.throwArgumentError("access list expected to be [ address, storageKeys[] ]",`value[${a}]`,r),UA(r[0],r[1])):UA(r.address,r.storageKeys));let e=Object.keys(t).map(r=>{let a=t[r].reduce((i,h)=>(i[h]=!0,i),{});return UA(r,Object.keys(a).sort())});return e.sort((r,a)=>r.address.localeCompare(a.address)),e}function UG(t){return i6e(t).map(e=>[e.address,e.storageKeys])}function n6e(t,e){if(t.gasPrice!=null){let a=nn.from(t.gasPrice),i=nn.from(t.maxFeePerGas||0);a.eq(i)||Mf.throwArgumentError("mismatch EIP-1559 gasPrice != maxFeePerGas","tx",{gasPrice:a,maxFeePerGas:i})}let r=[ko(t.chainId||0,"chainId"),ko(t.nonce||0,"nonce"),ko(t.maxPriorityFeePerGas||0,"maxPriorityFeePerGas"),ko(t.maxFeePerGas||0,"maxFeePerGas"),ko(t.gasLimit||0,"gasLimit"),t.to!=null?Aa(t.to):"0x",ko(t.value||0,"value"),t.data||"0x",UG(t.accessList||[])];if(e){let a=Vl(e);r.push(ko(a.recoveryParam,"recoveryParam")),r.push(mu(a.r)),r.push(mu(a.s))}return Wl(["0x02",Hm(r)])}function a6e(t,e){let r=[ko(t.chainId||0,"chainId"),ko(t.nonce||0,"nonce"),ko(t.gasPrice||0,"gasPrice"),ko(t.gasLimit||0,"gasLimit"),t.to!=null?Aa(t.to):"0x",ko(t.value||0,"value"),t.data||"0x",UG(t.accessList||[])];if(e){let a=Vl(e);r.push(ko(a.recoveryParam,"recoveryParam")),r.push(mu(a.r)),r.push(mu(a.s))}return Wl(["0x01",Hm(r)])}function o6e(t,e){zV(t,r6e);let r=[];t6e.forEach(function(l){let p=t[l.name]||[],b={};l.numeric&&(b.hexPad="left"),p=Ct(sr(p,b)),l.length&&p.length!==l.length&&p.length>0&&Mf.throwArgumentError("invalid length for "+l.name,"transaction:"+l.name,p),l.maxLength&&(p=mu(p),p.length>l.maxLength&&Mf.throwArgumentError("invalid length for "+l.name,"transaction:"+l.name,p)),r.push(sr(p))});let a=0;if(t.chainId!=null?(a=t.chainId,typeof a!="number"&&Mf.throwArgumentError("invalid transaction.chainId","transaction",t)):e&&!Fm(e)&&e.v>28&&(a=Math.floor((e.v-35)/2)),a!==0&&(r.push(sr(a)),r.push("0x"),r.push("0x")),!e)return Hm(r);let i=Vl(e),h=27+i.recoveryParam;return a!==0?(r.pop(),r.pop(),r.pop(),h+=a*2+8,i.v>28&&i.v!==h&&Mf.throwArgumentError("transaction.chainId/signature.v mismatch","signature",e)):i.v!==h&&Mf.throwArgumentError("transaction.chainId/signature.v mismatch","signature",e),r.push(sr(h)),r.push(mu(Ct(i.r))),r.push(mu(Ct(i.s))),Hm(r)}function jA(t,e){if(t.type==null||t.type===0)return t.accessList!=null&&Mf.throwArgumentError("untyped transactions do not support accessList; include type: 1","transaction",t),o6e(t,e);switch(t.type){case 1:return a6e(t,e);case 2:return n6e(t,e);default:break}return Mf.throwError(`unsupported transaction type: ${t.type}`,er.errors.UNSUPPORTED_OPERATION,{operation:"serializeTransaction",transactionType:t.type})}ie();ae();ne();ie();ae();ne();ie();ae();ne();var FG="abstract-provider/5.7.0";var s6e=function(t,e,r,a){function i(h){return h instanceof r?h:new r(function(l){l(h)})}return new(r||(r=Promise))(function(h,l){function p(y){try{g(a.next(y))}catch(M){l(M)}}function b(y){try{g(a.throw(y))}catch(M){l(M)}}function g(y){y.done?h(y.value):i(y.value).then(p,b)}g((a=a.apply(t,e||[])).next())})},f6e=new er(FG);var $3=class t{constructor(){f6e.checkAbstract(new.target,t),ur(this,"_isProvider",!0)}getFeeData(){return s6e(this,void 0,void 0,function*(){let{block:e,gasPrice:r}=yield Sh({block:this.getBlock("latest"),gasPrice:this.getGasPrice().catch(l=>null)}),a=null,i=null,h=null;return e&&e.baseFeePerGas&&(a=e.baseFeePerGas,h=nn.from("1500000000"),i=e.baseFeePerGas.mul(2).add(h)),{lastBaseFeePerGas:a,maxFeePerGas:i,maxPriorityFeePerGas:h,gasPrice:r}})}addListener(e,r){return this.on(e,r)}removeListener(e,r){return this.off(e,r)}static isProvider(e){return!!(e&&e._isProvider)}};ie();ae();ne();ie();ae();ne();var jG="abstract-signer/5.7.0";var xf=function(t,e,r,a){function i(h){return h instanceof r?h:new r(function(l){l(h)})}return new(r||(r=Promise))(function(h,l){function p(y){try{g(a.next(y))}catch(M){l(M)}}function b(y){try{g(a.throw(y))}catch(M){l(M)}}function g(y){y.done?h(y.value):i(y.value).then(p,b)}g((a=a.apply(t,e||[])).next())})},Sf=new er(jG),u6e=["accessList","ccipReadEnabled","chainId","customData","data","from","gasLimit","gasPrice","maxFeePerGas","maxPriorityFeePerGas","nonce","to","type","value"],h6e=[er.errors.INSUFFICIENT_FUNDS,er.errors.NONCE_EXPIRED,er.errors.REPLACEMENT_UNDERPRICED],D3=class t{constructor(){Sf.checkAbstract(new.target,t),ur(this,"_isSigner",!0)}getBalance(e){return xf(this,void 0,void 0,function*(){return this._checkProvider("getBalance"),yield this.provider.getBalance(this.getAddress(),e)})}getTransactionCount(e){return xf(this,void 0,void 0,function*(){return this._checkProvider("getTransactionCount"),yield this.provider.getTransactionCount(this.getAddress(),e)})}estimateGas(e){return xf(this,void 0,void 0,function*(){this._checkProvider("estimateGas");let r=yield Sh(this.checkTransaction(e));return yield this.provider.estimateGas(r)})}call(e,r){return xf(this,void 0,void 0,function*(){this._checkProvider("call");let a=yield Sh(this.checkTransaction(e));return yield this.provider.call(a,r)})}sendTransaction(e){return xf(this,void 0,void 0,function*(){this._checkProvider("sendTransaction");let r=yield this.populateTransaction(e),a=yield this.signTransaction(r);return yield this.provider.sendTransaction(a)})}getChainId(){return xf(this,void 0,void 0,function*(){return this._checkProvider("getChainId"),(yield this.provider.getNetwork()).chainId})}getGasPrice(){return xf(this,void 0,void 0,function*(){return this._checkProvider("getGasPrice"),yield this.provider.getGasPrice()})}getFeeData(){return xf(this,void 0,void 0,function*(){return this._checkProvider("getFeeData"),yield this.provider.getFeeData()})}resolveName(e){return xf(this,void 0,void 0,function*(){return this._checkProvider("resolveName"),yield this.provider.resolveName(e)})}checkTransaction(e){for(let a in e)u6e.indexOf(a)===-1&&Sf.throwArgumentError("invalid transaction key: "+a,"transaction",e);let r=Vm(e);return r.from==null?r.from=this.getAddress():r.from=Promise.all([Promise.resolve(r.from),this.getAddress()]).then(a=>(a[0].toLowerCase()!==a[1].toLowerCase()&&Sf.throwArgumentError("from address mismatch","transaction",e),a[0])),r}populateTransaction(e){return xf(this,void 0,void 0,function*(){let r=yield Sh(this.checkTransaction(e));r.to!=null&&(r.to=Promise.resolve(r.to).then(i=>xf(this,void 0,void 0,function*(){if(i==null)return null;let h=yield this.resolveName(i);return h==null&&Sf.throwArgumentError("provided ENS name resolves to null","tx.to",i),h})),r.to.catch(i=>{}));let a=r.maxFeePerGas!=null||r.maxPriorityFeePerGas!=null;if(r.gasPrice!=null&&(r.type===2||a)?Sf.throwArgumentError("eip-1559 transaction do not support gasPrice","transaction",e):(r.type===0||r.type===1)&&a&&Sf.throwArgumentError("pre-eip-1559 transaction do not support maxFeePerGas/maxPriorityFeePerGas","transaction",e),(r.type===2||r.type==null)&&r.maxFeePerGas!=null&&r.maxPriorityFeePerGas!=null)r.type=2;else if(r.type===0||r.type===1)r.gasPrice==null&&(r.gasPrice=this.getGasPrice());else{let i=yield this.getFeeData();if(r.type==null)if(i.maxFeePerGas!=null&&i.maxPriorityFeePerGas!=null)if(r.type=2,r.gasPrice!=null){let h=r.gasPrice;delete r.gasPrice,r.maxFeePerGas=h,r.maxPriorityFeePerGas=h}else r.maxFeePerGas==null&&(r.maxFeePerGas=i.maxFeePerGas),r.maxPriorityFeePerGas==null&&(r.maxPriorityFeePerGas=i.maxPriorityFeePerGas);else i.gasPrice!=null?(a&&Sf.throwError("network does not support EIP-1559",er.errors.UNSUPPORTED_OPERATION,{operation:"populateTransaction"}),r.gasPrice==null&&(r.gasPrice=i.gasPrice),r.type=0):Sf.throwError("failed to get consistent fee data",er.errors.UNSUPPORTED_OPERATION,{operation:"signer.getFeeData"});else r.type===2&&(r.maxFeePerGas==null&&(r.maxFeePerGas=i.maxFeePerGas),r.maxPriorityFeePerGas==null&&(r.maxPriorityFeePerGas=i.maxPriorityFeePerGas))}return r.nonce==null&&(r.nonce=this.getTransactionCount("pending")),r.gasLimit==null&&(r.gasLimit=this.estimateGas(r).catch(i=>{if(h6e.indexOf(i.code)>=0)throw i;return Sf.throwError("cannot estimate gas; transaction may fail or may require manual gas limit",er.errors.UNPREDICTABLE_GAS_LIMIT,{error:i,tx:r})})),r.chainId==null?r.chainId=this.getChainId():r.chainId=Promise.all([Promise.resolve(r.chainId),this.getChainId()]).then(i=>(i[1]!==0&&i[0]!==i[1]&&Sf.throwArgumentError("chainId address mismatch","transaction",e),i[0])),yield Sh(r)})}_checkProvider(e){this.provider||Sf.throwError("missing provider",er.errors.UNSUPPORTED_OPERATION,{operation:e||"_checkProvider"})}static isSigner(e){return!!(e&&e._isSigner)}};ie();ae();ne();ie();ae();ne();var q3=class{constructor(e){ur(this,"alphabet",e),ur(this,"base",e.length),ur(this,"_alphabetMap",{}),ur(this,"_leader",e.charAt(0));for(let r=0;r<e.length;r++)this._alphabetMap[e.charAt(r)]=r}encode(e){let r=Ct(e);if(r.length===0)return"";let a=[0];for(let h=0;h<r.length;++h){let l=r[h];for(let p=0;p<a.length;++p)l+=a[p]<<8,a[p]=l%this.base,l=l/this.base|0;for(;l>0;)a.push(l%this.base),l=l/this.base|0}let i="";for(let h=0;r[h]===0&&h<r.length-1;++h)i+=this._leader;for(let h=a.length-1;h>=0;--h)i+=this.alphabet[a[h]];return i}decode(e){if(typeof e!="string")throw new TypeError("Expected String");let r=[];if(e.length===0)return new Uint8Array(r);r.push(0);for(let a=0;a<e.length;a++){let i=this._alphabetMap[e[a]];if(i===void 0)throw new Error("Non-base"+this.base+" character");let h=i;for(let l=0;l<r.length;++l)h+=r[l]*this.base,r[l]=h&255,h>>=8;for(;h>0;)r.push(h&255),h>>=8}for(let a=0;e[a]===this._leader&&a<e.length-1;++a)r.push(0);return Ct(new Uint8Array(r.reverse()))}},yYe=new q3("abcdefghijklmnopqrstuvwxyz234567"),zA=new q3("123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz");ie();ae();ne();ie();ae();ne();ie();ae();ne();ie();ae();ne();var Jm=gi(Jp());ie();ae();ne();var Ql;(function(t){t.sha256="sha256",t.sha512="sha512"})(Ql||(Ql={}));ie();ae();ne();var zG="sha2/5.7.0";var l6e=new er(zG);function ZA(t){return"0x"+Jm.default.ripemd160().update(Ct(t)).digest("hex")}function P0(t){return"0x"+Jm.default.sha256().update(Ct(t)).digest("hex")}function N0(t,e,r){return Ql[t]||l6e.throwError("unsupported algorithm "+t,er.errors.UNSUPPORTED_OPERATION,{operation:"hmac",algorithm:t}),"0x"+Jm.default.hmac(Jm.default[t],Ct(e)).update(Ct(r)).digest("hex")}function C0(t,e,r,a,i){t=Ct(t),e=Ct(e);let h,l=1,p=new Uint8Array(a),b=new Uint8Array(e.length+4);b.set(e);let g,y;for(let M=1;M<=l;M++){b[e.length]=M>>24&255,b[e.length+1]=M>>16&255,b[e.length+2]=M>>8&255,b[e.length+3]=M&255;let x=Ct(N0(i,t,b));h||(h=x.length,y=new Uint8Array(h),l=Math.ceil(a/h),g=a-(l-1)*h),y.set(x);for(let k=1;k<r;k++){x=Ct(N0(i,t,x));for(let O=0;O<h;O++)y[O]^=x[O]}let E=(M-1)*h,A=M===l?g:h;p.set(Ct(y).slice(0,A),E)}return sr(p)}ie();ae();ne();ie();ae();ne();ie();ae();ne();var ZG="wordlists/5.7.0";var c6e=!1,d6e=new er(ZG),Qp=class t{constructor(e){d6e.checkAbstract(new.target,t),ur(this,"locale",e)}split(e){return e.toLowerCase().split(/ +/g)}join(e){return e.join(" ")}static check(e){let r=[];for(let a=0;a<2048;a++){let i=e.getWord(a);if(a!==e.getWordIndex(i))return"0x";r.push(i)}return Zp(r.join(`
|
|
129
129
|
`)+`
|
|
130
130
|
`)}static register(e,r){if(r||(r=e.locale),c6e)try{let a=window;a._ethers&&a._ethers.wordlists&&(a._ethers.wordlists[r]||ur(a._ethers.wordlists,r,e))}catch{}}};ie();ae();ne();ie();ae();ne();var p6e="AbandonAbilityAbleAboutAboveAbsentAbsorbAbstractAbsurdAbuseAccessAccidentAccountAccuseAchieveAcidAcousticAcquireAcrossActActionActorActressActualAdaptAddAddictAddressAdjustAdmitAdultAdvanceAdviceAerobicAffairAffordAfraidAgainAgeAgentAgreeAheadAimAirAirportAisleAlarmAlbumAlcoholAlertAlienAllAlleyAllowAlmostAloneAlphaAlreadyAlsoAlterAlwaysAmateurAmazingAmongAmountAmusedAnalystAnchorAncientAngerAngleAngryAnimalAnkleAnnounceAnnualAnotherAnswerAntennaAntiqueAnxietyAnyApartApologyAppearAppleApproveAprilArchArcticAreaArenaArgueArmArmedArmorArmyAroundArrangeArrestArriveArrowArtArtefactArtistArtworkAskAspectAssaultAssetAssistAssumeAsthmaAthleteAtomAttackAttendAttitudeAttractAuctionAuditAugustAuntAuthorAutoAutumnAverageAvocadoAvoidAwakeAwareAwayAwesomeAwfulAwkwardAxisBabyBachelorBaconBadgeBagBalanceBalconyBallBambooBananaBannerBarBarelyBargainBarrelBaseBasicBasketBattleBeachBeanBeautyBecauseBecomeBeefBeforeBeginBehaveBehindBelieveBelowBeltBenchBenefitBestBetrayBetterBetweenBeyondBicycleBidBikeBindBiologyBirdBirthBitterBlackBladeBlameBlanketBlastBleakBlessBlindBloodBlossomBlouseBlueBlurBlushBoardBoatBodyBoilBombBoneBonusBookBoostBorderBoringBorrowBossBottomBounceBoxBoyBracketBrainBrandBrassBraveBreadBreezeBrickBridgeBriefBrightBringBriskBroccoliBrokenBronzeBroomBrotherBrownBrushBubbleBuddyBudgetBuffaloBuildBulbBulkBulletBundleBunkerBurdenBurgerBurstBusBusinessBusyButterBuyerBuzzCabbageCabinCableCactusCageCakeCallCalmCameraCampCanCanalCancelCandyCannonCanoeCanvasCanyonCapableCapitalCaptainCarCarbonCardCargoCarpetCarryCartCaseCashCasinoCastleCasualCatCatalogCatchCategoryCattleCaughtCauseCautionCaveCeilingCeleryCementCensusCenturyCerealCertainChairChalkChampionChangeChaosChapterChargeChaseChatCheapCheckCheeseChefCherryChestChickenChiefChildChimneyChoiceChooseChronicChuckleChunkChurnCigarCinnamonCircleCitizenCityCivilClaimClapClarifyClawClayCleanClerkCleverClickClientCliffClimbClinicClipClockClogCloseClothCloudClownClubClumpClusterClutchCoachCoastCoconutCodeCoffeeCoilCoinCollectColorColumnCombineComeComfortComicCommonCompanyConcertConductConfirmCongressConnectConsiderControlConvinceCookCoolCopperCopyCoralCoreCornCorrectCostCottonCouchCountryCoupleCourseCousinCoverCoyoteCrackCradleCraftCramCraneCrashCraterCrawlCrazyCreamCreditCreekCrewCricketCrimeCrispCriticCropCrossCrouchCrowdCrucialCruelCruiseCrumbleCrunchCrushCryCrystalCubeCultureCupCupboardCuriousCurrentCurtainCurveCushionCustomCuteCycleDadDamageDampDanceDangerDaringDashDaughterDawnDayDealDebateDebrisDecadeDecemberDecideDeclineDecorateDecreaseDeerDefenseDefineDefyDegreeDelayDeliverDemandDemiseDenialDentistDenyDepartDependDepositDepthDeputyDeriveDescribeDesertDesignDeskDespairDestroyDetailDetectDevelopDeviceDevoteDiagramDialDiamondDiaryDiceDieselDietDifferDigitalDignityDilemmaDinnerDinosaurDirectDirtDisagreeDiscoverDiseaseDishDismissDisorderDisplayDistanceDivertDivideDivorceDizzyDoctorDocumentDogDollDolphinDomainDonateDonkeyDonorDoorDoseDoubleDoveDraftDragonDramaDrasticDrawDreamDressDriftDrillDrinkDripDriveDropDrumDryDuckDumbDuneDuringDustDutchDutyDwarfDynamicEagerEagleEarlyEarnEarthEasilyEastEasyEchoEcologyEconomyEdgeEditEducateEffortEggEightEitherElbowElderElectricElegantElementElephantElevatorEliteElseEmbarkEmbodyEmbraceEmergeEmotionEmployEmpowerEmptyEnableEnactEndEndlessEndorseEnemyEnergyEnforceEngageEngineEnhanceEnjoyEnlistEnoughEnrichEnrollEnsureEnterEntireEntryEnvelopeEpisodeEqualEquipEraEraseErodeErosionErrorEruptEscapeEssayEssenceEstateEternalEthicsEvidenceEvilEvokeEvolveExactExampleExcessExchangeExciteExcludeExcuseExecuteExerciseExhaustExhibitExileExistExitExoticExpandExpectExpireExplainExposeExpressExtendExtraEyeEyebrowFabricFaceFacultyFadeFaintFaithFallFalseFameFamilyFamousFanFancyFantasyFarmFashionFatFatalFatherFatigueFaultFavoriteFeatureFebruaryFederalFeeFeedFeelFemaleFenceFestivalFetchFeverFewFiberFictionFieldFigureFileFilmFilterFinalFindFineFingerFinishFireFirmFirstFiscalFishFitFitnessFixFlagFlameFlashFlatFlavorFleeFlightFlipFloatFlockFloorFlowerFluidFlushFlyFoamFocusFogFoilFoldFollowFoodFootForceForestForgetForkFortuneForumForwardFossilFosterFoundFoxFragileFrameFrequentFreshFriendFringeFrogFrontFrostFrownFrozenFruitFuelFunFunnyFurnaceFuryFutureGadgetGainGalaxyGalleryGameGapGarageGarbageGardenGarlicGarmentGasGaspGateGatherGaugeGazeGeneralGeniusGenreGentleGenuineGestureGhostGiantGiftGiggleGingerGiraffeGirlGiveGladGlanceGlareGlassGlideGlimpseGlobeGloomGloryGloveGlowGlueGoatGoddessGoldGoodGooseGorillaGospelGossipGovernGownGrabGraceGrainGrantGrapeGrassGravityGreatGreenGridGriefGritGroceryGroupGrowGruntGuardGuessGuideGuiltGuitarGunGymHabitHairHalfHammerHamsterHandHappyHarborHardHarshHarvestHatHaveHawkHazardHeadHealthHeartHeavyHedgehogHeightHelloHelmetHelpHenHeroHiddenHighHillHintHipHireHistoryHobbyHockeyHoldHoleHolidayHollowHomeHoneyHoodHopeHornHorrorHorseHospitalHostHotelHourHoverHubHugeHumanHumbleHumorHundredHungryHuntHurdleHurryHurtHusbandHybridIceIconIdeaIdentifyIdleIgnoreIllIllegalIllnessImageImitateImmenseImmuneImpactImposeImproveImpulseInchIncludeIncomeIncreaseIndexIndicateIndoorIndustryInfantInflictInformInhaleInheritInitialInjectInjuryInmateInnerInnocentInputInquiryInsaneInsectInsideInspireInstallIntactInterestIntoInvestInviteInvolveIronIslandIsolateIssueItemIvoryJacketJaguarJarJazzJealousJeansJellyJewelJobJoinJokeJourneyJoyJudgeJuiceJumpJungleJuniorJunkJustKangarooKeenKeepKetchupKeyKickKidKidneyKindKingdomKissKitKitchenKiteKittenKiwiKneeKnifeKnockKnowLabLabelLaborLadderLadyLakeLampLanguageLaptopLargeLaterLatinLaughLaundryLavaLawLawnLawsuitLayerLazyLeaderLeafLearnLeaveLectureLeftLegLegalLegendLeisureLemonLendLengthLensLeopardLessonLetterLevelLiarLibertyLibraryLicenseLifeLiftLightLikeLimbLimitLinkLionLiquidListLittleLiveLizardLoadLoanLobsterLocalLockLogicLonelyLongLoopLotteryLoudLoungeLoveLoyalLuckyLuggageLumberLunarLunchLuxuryLyricsMachineMadMagicMagnetMaidMailMainMajorMakeMammalManManageMandateMangoMansionManualMapleMarbleMarchMarginMarineMarketMarriageMaskMassMasterMatchMaterialMathMatrixMatterMaximumMazeMeadowMeanMeasureMeatMechanicMedalMediaMelodyMeltMemberMemoryMentionMenuMercyMergeMeritMerryMeshMessageMetalMethodMiddleMidnightMilkMillionMimicMindMinimumMinorMinuteMiracleMirrorMiseryMissMistakeMixMixedMixtureMobileModelModifyMomMomentMonitorMonkeyMonsterMonthMoonMoralMoreMorningMosquitoMotherMotionMotorMountainMouseMoveMovieMuchMuffinMuleMultiplyMuscleMuseumMushroomMusicMustMutualMyselfMysteryMythNaiveNameNapkinNarrowNastyNationNatureNearNeckNeedNegativeNeglectNeitherNephewNerveNestNetNetworkNeutralNeverNewsNextNiceNightNobleNoiseNomineeNoodleNormalNorthNoseNotableNoteNothingNoticeNovelNowNuclearNumberNurseNutOakObeyObjectObligeObscureObserveObtainObviousOccurOceanOctoberOdorOffOfferOfficeOftenOilOkayOldOliveOlympicOmitOnceOneOnionOnlineOnlyOpenOperaOpinionOpposeOptionOrangeOrbitOrchardOrderOrdinaryOrganOrientOriginalOrphanOstrichOtherOutdoorOuterOutputOutsideOvalOvenOverOwnOwnerOxygenOysterOzonePactPaddlePagePairPalacePalmPandaPanelPanicPantherPaperParadeParentParkParrotPartyPassPatchPathPatientPatrolPatternPausePavePaymentPeacePeanutPearPeasantPelicanPenPenaltyPencilPeoplePepperPerfectPermitPersonPetPhonePhotoPhrasePhysicalPianoPicnicPicturePiecePigPigeonPillPilotPinkPioneerPipePistolPitchPizzaPlacePlanetPlasticPlatePlayPleasePledgePluckPlugPlungePoemPoetPointPolarPolePolicePondPonyPoolPopularPortionPositionPossiblePostPotatoPotteryPovertyPowderPowerPracticePraisePredictPreferPreparePresentPrettyPreventPricePridePrimaryPrintPriorityPrisonPrivatePrizeProblemProcessProduceProfitProgramProjectPromoteProofPropertyProsperProtectProudProvidePublicPuddingPullPulpPulsePumpkinPunchPupilPuppyPurchasePurityPurposePursePushPutPuzzlePyramidQualityQuantumQuarterQuestionQuickQuitQuizQuoteRabbitRaccoonRaceRackRadarRadioRailRainRaiseRallyRampRanchRandomRangeRapidRareRateRatherRavenRawRazorReadyRealReasonRebelRebuildRecallReceiveRecipeRecordRecycleReduceReflectReformRefuseRegionRegretRegularRejectRelaxReleaseReliefRelyRemainRememberRemindRemoveRenderRenewRentReopenRepairRepeatReplaceReportRequireRescueResembleResistResourceResponseResultRetireRetreatReturnReunionRevealReviewRewardRhythmRibRibbonRiceRichRideRidgeRifleRightRigidRingRiotRippleRiskRitualRivalRiverRoadRoastRobotRobustRocketRomanceRoofRookieRoomRoseRotateRoughRoundRouteRoyalRubberRudeRugRuleRunRunwayRuralSadSaddleSadnessSafeSailSaladSalmonSalonSaltSaluteSameSampleSandSatisfySatoshiSauceSausageSaveSayScaleScanScareScatterSceneSchemeSchoolScienceScissorsScorpionScoutScrapScreenScriptScrubSeaSearchSeasonSeatSecondSecretSectionSecuritySeedSeekSegmentSelectSellSeminarSeniorSenseSentenceSeriesServiceSessionSettleSetupSevenShadowShaftShallowShareShedShellSheriffShieldShiftShineShipShiverShockShoeShootShopShortShoulderShoveShrimpShrugShuffleShySiblingSickSideSiegeSightSignSilentSilkSillySilverSimilarSimpleSinceSingSirenSisterSituateSixSizeSkateSketchSkiSkillSkinSkirtSkullSlabSlamSleepSlenderSliceSlideSlightSlimSloganSlotSlowSlushSmallSmartSmileSmokeSmoothSnackSnakeSnapSniffSnowSoapSoccerSocialSockSodaSoftSolarSoldierSolidSolutionSolveSomeoneSongSoonSorrySortSoulSoundSoupSourceSouthSpaceSpareSpatialSpawnSpeakSpecialSpeedSpellSpendSphereSpiceSpiderSpikeSpinSpiritSplitSpoilSponsorSpoonSportSpotSpraySpreadSpringSpySquareSqueezeSquirrelStableStadiumStaffStageStairsStampStandStartStateStaySteakSteelStemStepStereoStickStillStingStockStomachStoneStoolStoryStoveStrategyStreetStrikeStrongStruggleStudentStuffStumbleStyleSubjectSubmitSubwaySuccessSuchSuddenSufferSugarSuggestSuitSummerSunSunnySunsetSuperSupplySupremeSureSurfaceSurgeSurpriseSurroundSurveySuspectSustainSwallowSwampSwapSwarmSwearSweetSwiftSwimSwingSwitchSwordSymbolSymptomSyrupSystemTableTackleTagTailTalentTalkTankTapeTargetTaskTasteTattooTaxiTeachTeamTellTenTenantTennisTentTermTestTextThankThatThemeThenTheoryThereTheyThingThisThoughtThreeThriveThrowThumbThunderTicketTideTigerTiltTimberTimeTinyTipTiredTissueTitleToastTobaccoTodayToddlerToeTogetherToiletTokenTomatoTomorrowToneTongueTonightToolToothTopTopicToppleTorchTornadoTortoiseTossTotalTouristTowardTowerTownToyTrackTradeTrafficTragicTrainTransferTrapTrashTravelTrayTreatTreeTrendTrialTribeTrickTriggerTrimTripTrophyTroubleTruckTrueTrulyTrumpetTrustTruthTryTubeTuitionTumbleTunaTunnelTurkeyTurnTurtleTwelveTwentyTwiceTwinTwistTwoTypeTypicalUglyUmbrellaUnableUnawareUncleUncoverUnderUndoUnfairUnfoldUnhappyUniformUniqueUnitUniverseUnknownUnlockUntilUnusualUnveilUpdateUpgradeUpholdUponUpperUpsetUrbanUrgeUsageUseUsedUsefulUselessUsualUtilityVacantVacuumVagueValidValleyValveVanVanishVaporVariousVastVaultVehicleVelvetVendorVentureVenueVerbVerifyVersionVeryVesselVeteranViableVibrantViciousVictoryVideoViewVillageVintageViolinVirtualVirusVisaVisitVisualVitalVividVocalVoiceVoidVolcanoVolumeVoteVoyageWageWagonWaitWalkWallWalnutWantWarfareWarmWarriorWashWaspWasteWaterWaveWayWealthWeaponWearWeaselWeatherWebWeddingWeekendWeirdWelcomeWestWetWhaleWhatWheatWheelWhenWhereWhipWhisperWideWidthWifeWildWillWinWindowWineWingWinkWinnerWinterWireWisdomWiseWishWitnessWolfWomanWonderWoodWoolWordWorkWorldWorryWorthWrapWreckWrestleWristWriteWrongYardYearYellowYouYoungYouthZebraZeroZoneZoo",Xm=null;function HG(t){if(Xm==null&&(Xm=p6e.replace(/([A-Z])/g," $1").toLowerCase().substring(1).split(" "),Qp.check(t)!=="0x3c8acc1e7b08d8e76f9fda015ef48dc8c710a73cb7e0f77b2c18a9b5a7adde60"))throw Xm=null,new Error("BIP39 Wordlist for en (English) FAILED")}var HA=class extends Qp{constructor(){super("en")}getWord(e){return HG(this),Xm[e]}getWordIndex(e){return HG(this),Xm.indexOf(e)}},KA=new HA;Qp.register(KA);var U3={en:KA};ie();ae();ne();var KG="hdnode/5.7.0";var j3=new er(KG),v6e=nn.from("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),m6e=Ca("Bitcoin seed"),Qm=2147483648;function VG(t){return(1<<t)-1<<8-t}function g6e(t){return(1<<t)-1}function F3(t){return Ea(sr(t),32)}function WG(t){return zA.encode(Ro([t,Mh(P0(P0(t)),0,4)]))}function WA(t){if(t==null)return U3.en;if(typeof t=="string"){let e=U3[t];return e==null&&j3.throwArgumentError("unknown locale","wordlist",t),e}return t}var e1={},L0="m/44'/60'/0'/0/0",ec=class t{constructor(e,r,a,i,h,l,p,b){if(e!==e1)throw new Error("HDNode constructor cannot be called directly");if(r){let g=new Au(r);ur(this,"privateKey",g.privateKey),ur(this,"publicKey",g.compressedPublicKey)}else ur(this,"privateKey",null),ur(this,"publicKey",sr(a));ur(this,"parentFingerprint",i),ur(this,"fingerprint",Mh(ZA(P0(this.publicKey)),0,4)),ur(this,"address",xs(this.publicKey)),ur(this,"chainCode",h),ur(this,"index",l),ur(this,"depth",p),b==null?(ur(this,"mnemonic",null),ur(this,"path",null)):typeof b=="string"?(ur(this,"mnemonic",null),ur(this,"path",b)):(ur(this,"mnemonic",b),ur(this,"path",b.path))}get extendedKey(){if(this.depth>=256)throw new Error("Depth too large!");return WG(Ro([this.privateKey!=null?"0x0488ADE4":"0x0488B21E",sr(this.depth),this.parentFingerprint,Ea(sr(this.index),4),this.chainCode,this.privateKey!=null?Ro(["0x00",this.privateKey]):this.publicKey]))}neuter(){return new t(e1,null,this.publicKey,this.parentFingerprint,this.chainCode,this.index,this.depth,this.path)}_derive(e){if(e>4294967295)throw new Error("invalid index - "+String(e));let r=this.path;r&&(r+="/"+(e&~Qm));let a=new Uint8Array(37);if(e&Qm){if(!this.privateKey)throw new Error("cannot derive child of neutered node");a.set(Ct(this.privateKey),1),r&&(r+="'")}else a.set(Ct(this.publicKey));for(let M=24;M>=0;M-=8)a[33+(M>>3)]=e>>24-M&255;let i=Ct(N0(Ql.sha512,this.chainCode,a)),h=i.slice(0,32),l=i.slice(32),p=null,b=null;this.privateKey?p=F3(nn.from(h).add(this.privateKey).mod(v6e)):b=new Au(sr(h))._addPoint(this.publicKey);let g=r,y=this.mnemonic;return y&&(g=Object.freeze({phrase:y.phrase,path:r,locale:y.locale||"en"})),new t(e1,p,b,this.fingerprint,F3(l),e,this.depth+1,g)}derivePath(e){let r=e.split("/");if(r.length===0||r[0]==="m"&&this.depth!==0)throw new Error("invalid path - "+e);r[0]==="m"&&r.shift();let a=this;for(let i=0;i<r.length;i++){let h=r[i];if(h.match(/^[0-9]+'$/)){let l=parseInt(h.substring(0,h.length-1));if(l>=Qm)throw new Error("invalid path index - "+h);a=a._derive(Qm+l)}else if(h.match(/^[0-9]+$/)){let l=parseInt(h);if(l>=Qm)throw new Error("invalid path index - "+h);a=a._derive(l)}else throw new Error("invalid path component - "+h)}return a}static _fromSeed(e,r){let a=Ct(e);if(a.length<16||a.length>64)throw new Error("invalid seed");let i=Ct(N0(Ql.sha512,m6e,a));return new t(e1,F3(i.slice(0,32)),null,"0x00000000",F3(i.slice(32)),0,0,r)}static fromMnemonic(e,r,a){return a=WA(a),e=eg(VA(e,a),a),t._fromSeed(b6e(e,r),{phrase:e,path:"m",locale:a.locale})}static fromSeed(e){return t._fromSeed(e,null)}static fromExtendedKey(e){let r=zA.decode(e);(r.length!==82||WG(r.slice(0,78))!==e)&&j3.throwArgumentError("invalid extended key","extendedKey","[REDACTED]");let a=r[4],i=sr(r.slice(5,9)),h=parseInt(sr(r.slice(9,13)).substring(2),16),l=sr(r.slice(13,45)),p=r.slice(45,78);switch(sr(r.slice(0,4))){case"0x0488b21e":case"0x043587cf":return new t(e1,null,sr(p),i,l,h,a,null);case"0x0488ade4":case"0x04358394 ":if(p[0]!==0)break;return new t(e1,sr(p.slice(1)),null,i,l,h,a,null)}return j3.throwArgumentError("invalid extended key","extendedKey","[REDACTED]")}};function b6e(t,e){e||(e="");let r=Ca("mnemonic"+e,gu.NFKD);return C0(Ca(t,gu.NFKD),r,2048,64,"sha512")}function VA(t,e){e=WA(e),j3.checkNormalize();let r=e.split(t);if(r.length%3!==0)throw new Error("invalid mnemonic");let a=Ct(new Uint8Array(Math.ceil(11*r.length/8))),i=0;for(let g=0;g<r.length;g++){let y=e.getWordIndex(r[g].normalize("NFKD"));if(y===-1)throw new Error("invalid mnemonic");for(let M=0;M<11;M++)y&1<<10-M&&(a[i>>3]|=1<<7-i%8),i++}let h=32*r.length/3,l=r.length/3,p=VG(l);if((Ct(P0(a.slice(0,h/8)))[0]&p)!==(a[a.length-1]&p))throw new Error("invalid checksum");return sr(a.slice(0,h/8))}function eg(t,e){if(e=WA(e),t=Ct(t),t.length%4!==0||t.length<16||t.length>32)throw new Error("invalid entropy");let r=[0],a=11;for(let l=0;l<t.length;l++)a>8?(r[r.length-1]<<=8,r[r.length-1]|=t[l],a-=8):(r[r.length-1]<<=a,r[r.length-1]|=t[l]>>8-a,r.push(t[l]&g6e(8-a)),a+=3);let i=t.length/4,h=Ct(P0(t))[0]&VG(i);return r[r.length-1]<<=i,r[r.length-1]|=h>>8-i,e.join(r.map(l=>e.getWord(l)))}ie();ae();ne();ie();ae();ne();ie();ae();ne();var GG="random/5.7.0";var GA=new er(GG);function y6e(){if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global;throw new Error("unable to locate global object")}var YG=y6e(),z3=YG.crypto||YG.msCrypto;(!z3||!z3.getRandomValues)&&(GA.warn("WARNING: Missing strong random number source"),z3={getRandomValues:function(t){return GA.throwError("no secure random source avaialble",er.errors.UNSUPPORTED_OPERATION,{operation:"crypto.getRandomValues"})}});function tc(t){(t<=0||t>1024||t%1||t!=t)&&GA.throwArgumentError("invalid length","length",t);let e=new Uint8Array(t);return z3.getRandomValues(e),Ct(e)}ie();ae();ne();ie();ae();ne();var XA=gi(JA());ie();ae();ne();var Z3="json-wallets/5.7.0";ie();ae();ne();function Th(t){return typeof t=="string"&&t.substring(0,2)!=="0x"&&(t="0x"+t),Ct(t)}function t1(t,e){for(t=String(t);t.length<e;)t="0"+t;return t}function tg(t){return typeof t=="string"?Ca(t,gu.NFKC):Ct(t)}function on(t,e){let r=t,a=e.toLowerCase().split("/");for(let i=0;i<a.length;i++){let h=null;for(let l in r)if(l.toLowerCase()===a[i]){h=r[l];break}if(h===null)return null;r=h}return r}function XG(t){let e=Ct(t);e[6]=e[6]&15|64,e[8]=e[8]&63|128;let r=sr(e);return[r.substring(2,10),r.substring(10,14),r.substring(14,18),r.substring(18,22),r.substring(22,34)].join("-")}var w6e=new er(Z3),QA=class extends k0{isCrowdsaleAccount(e){return!!(e&&e._isCrowdsaleAccount)}};function eR(t,e){let r=JSON.parse(t);e=tg(e);let a=Aa(on(r,"ethaddr")),i=Th(on(r,"encseed"));(!i||i.length%16!==0)&&w6e.throwArgumentError("invalid encseed","json",t);let h=Ct(C0(e,e,2e3,32,"sha256")).slice(0,16),l=i.slice(0,16),p=i.slice(16),b=new XA.default.ModeOfOperation.cbc(h,l),g=XA.default.padding.pkcs7.strip(Ct(b.decrypt(p))),y="";for(let E=0;E<g.length;E++)y+=String.fromCharCode(g[E]);let M=Ca(y),x=rn(M);return new QA({_isCrowdsaleAccount:!0,address:a,privateKey:x})}ie();ae();ne();function tR(t){let e=null;try{e=JSON.parse(t)}catch{return!1}return e.encseed&&e.ethaddr}function rR(t){let e=null;try{e=JSON.parse(t)}catch{return!1}return!(!e.version||parseInt(e.version)!==e.version||parseInt(e.version)!==3)}ie();ae();ne();var kh=gi(JA()),H3=gi(eY());var _6e=function(t,e,r,a){function i(h){return h instanceof r?h:new r(function(l){l(h)})}return new(r||(r=Promise))(function(h,l){function p(y){try{g(a.next(y))}catch(M){l(M)}}function b(y){try{g(a.throw(y))}catch(M){l(M)}}function g(y){y.done?h(y.value):i(y.value).then(p,b)}g((a=a.apply(t,e||[])).next())})},nR=new er(Z3);function tY(t){return t!=null&&t.mnemonic&&t.mnemonic.phrase}var aR=class extends k0{isKeystoreAccount(e){return!!(e&&e._isKeystoreAccount)}};function M6e(t,e,r){if(on(t,"crypto/cipher")==="aes-128-ctr"){let i=Th(on(t,"crypto/cipherparams/iv")),h=new kh.default.Counter(i),l=new kh.default.ModeOfOperation.ctr(e,h);return Ct(l.decrypt(r))}return null}function rY(t,e){let r=Th(on(t,"crypto/ciphertext"));if(sr(rn(Ro([e.slice(16,32),r]))).substring(2)!==on(t,"crypto/mac").toLowerCase())throw new Error("invalid password");let i=M6e(t,e.slice(0,16),r);i||nR.throwError("unsupported cipher",er.errors.UNSUPPORTED_OPERATION,{operation:"decrypt"});let h=e.slice(32,64),l=xs(i);if(t.address){let b=t.address.toLowerCase();if(b.substring(0,2)!=="0x"&&(b="0x"+b),Aa(b)!==l)throw new Error("address mismatch")}let p={_isKeystoreAccount:!0,address:l,privateKey:sr(i)};if(on(t,"x-ethers/version")==="0.1"){let b=Th(on(t,"x-ethers/mnemonicCiphertext")),g=Th(on(t,"x-ethers/mnemonicCounter")),y=new kh.default.Counter(g),M=new kh.default.ModeOfOperation.ctr(h,y),x=on(t,"x-ethers/path")||L0,E=on(t,"x-ethers/locale")||"en",A=Ct(M.decrypt(b));try{let k=eg(A,E),O=ec.fromMnemonic(k,null,E).derivePath(x);if(O.privateKey!=p.privateKey)throw new Error("mnemonic mismatch");p.mnemonic=O.mnemonic}catch(k){if(k.code!==er.errors.INVALID_ARGUMENT||k.argument!=="wordlist")throw k}}return new aR(p)}function iY(t,e,r,a,i){return Ct(C0(t,e,r,a,i))}function x6e(t,e,r,a,i){return Promise.resolve(iY(t,e,r,a,i))}function nY(t,e,r,a,i){let h=tg(e),l=on(t,"crypto/kdf");if(l&&typeof l=="string"){let p=function(b,g){return nR.throwArgumentError("invalid key-derivation function parameters",b,g)};if(l.toLowerCase()==="scrypt"){let b=Th(on(t,"crypto/kdfparams/salt")),g=parseInt(on(t,"crypto/kdfparams/n")),y=parseInt(on(t,"crypto/kdfparams/r")),M=parseInt(on(t,"crypto/kdfparams/p"));(!g||!y||!M)&&p("kdf",l),g&g-1&&p("N",g);let x=parseInt(on(t,"crypto/kdfparams/dklen"));return x!==32&&p("dklen",x),a(h,b,g,y,M,64,i)}else if(l.toLowerCase()==="pbkdf2"){let b=Th(on(t,"crypto/kdfparams/salt")),g=null,y=on(t,"crypto/kdfparams/prf");y==="hmac-sha256"?g="sha256":y==="hmac-sha512"?g="sha512":p("prf",y);let M=parseInt(on(t,"crypto/kdfparams/c")),x=parseInt(on(t,"crypto/kdfparams/dklen"));return x!==32&&p("dklen",x),r(h,b,M,x,g)}}return nR.throwArgumentError("unsupported key-derivation function","kdf",l)}function aY(t,e){let r=JSON.parse(t),a=nY(r,e,iY,H3.default.syncScrypt);return rY(r,a)}function oY(t,e,r){return _6e(this,void 0,void 0,function*(){let a=JSON.parse(t),i=yield nY(a,e,x6e,H3.default.scrypt,r);return rY(a,i)})}function oR(t,e,r,a){try{if(Aa(t.address)!==xs(t.privateKey))throw new Error("address/privateKey mismatch");if(tY(t)){let O=t.mnemonic;if(ec.fromMnemonic(O.phrase,null,O.locale).derivePath(O.path||L0).privateKey!=t.privateKey)throw new Error("mnemonic mismatch")}}catch(O){return Promise.reject(O)}typeof r=="function"&&!a&&(a=r,r={}),r||(r={});let i=Ct(t.privateKey),h=tg(e),l=null,p=null,b=null;if(tY(t)){let O=t.mnemonic;l=Ct(VA(O.phrase,O.locale||"en")),p=O.path||L0,b=O.locale||"en"}let g=r.client;g||(g="ethers.js");let y=null;r.salt?y=Ct(r.salt):y=tc(32);let M=null;if(r.iv){if(M=Ct(r.iv),M.length!==16)throw new Error("invalid iv")}else M=tc(16);let x=null;if(r.uuid){if(x=Ct(r.uuid),x.length!==16)throw new Error("invalid uuid")}else x=tc(16);let E=1<<17,A=8,k=1;return r.scrypt&&(r.scrypt.N&&(E=r.scrypt.N),r.scrypt.r&&(A=r.scrypt.r),r.scrypt.p&&(k=r.scrypt.p)),H3.default.scrypt(h,y,E,A,k,64,a).then(O=>{O=Ct(O);let N=O.slice(0,16),L=O.slice(16,32),C=O.slice(32,64),Y=new kh.default.Counter(M),G=new kh.default.ModeOfOperation.ctr(N,Y),ee=Ct(G.encrypt(i)),$=rn(Ro([L,ee])),U={address:t.address.substring(2).toLowerCase(),id:XG(x),version:3,crypto:{cipher:"aes-128-ctr",cipherparams:{iv:sr(M).substring(2)},ciphertext:sr(ee).substring(2),kdf:"scrypt",kdfparams:{salt:sr(y).substring(2),n:E,dklen:32,p:k,r:A},mac:$.substring(2)}};if(l){let V=tc(16),_=new kh.default.Counter(V),n=new kh.default.ModeOfOperation.ctr(C,_),s=Ct(n.encrypt(l)),f=new Date,u=f.getUTCFullYear()+"-"+t1(f.getUTCMonth()+1,2)+"-"+t1(f.getUTCDate(),2)+"T"+t1(f.getUTCHours(),2)+"-"+t1(f.getUTCMinutes(),2)+"-"+t1(f.getUTCSeconds(),2)+".0Z";U["x-ethers"]={client:g,gethFilename:"UTC--"+u+"--"+U.address,mnemonicCounter:sr(V).substring(2),mnemonicCiphertext:sr(s).substring(2),path:p,locale:b,version:"0.1"}}return JSON.stringify(U)})}function sY(t,e,r){if(tR(t)){r&&r(0);let a=eR(t,e);return r&&r(1),Promise.resolve(a)}return rR(t)?oY(t,e,r):Promise.reject(new Error("invalid JSON wallet"))}function fY(t,e){if(tR(t))return eR(t,e);if(rR(t))return aY(t,e);throw new Error("invalid JSON wallet")}ie();ae();ne();var uY="wallet/5.7.0";var hY=function(t,e,r,a){function i(h){return h instanceof r?h:new r(function(l){l(h)})}return new(r||(r=Promise))(function(h,l){function p(y){try{g(a.next(y))}catch(M){l(M)}}function b(y){try{g(a.throw(y))}catch(M){l(M)}}function g(y){y.done?h(y.value):i(y.value).then(p,b)}g((a=a.apply(t,e||[])).next())})},r1=new er(uY);function S6e(t){return t!=null&&$n(t.privateKey,32)&&t.address!=null}function E6e(t){let e=t.mnemonic;return e&&e.phrase}var i1=class t extends D3{constructor(e,r){if(super(),S6e(e)){let a=new Au(e.privateKey);if(ur(this,"_signingKey",()=>a),ur(this,"address",xs(this.publicKey)),this.address!==Aa(e.address)&&r1.throwArgumentError("privateKey/address mismatch","privateKey","[REDACTED]"),E6e(e)){let i=e.mnemonic;ur(this,"_mnemonic",()=>({phrase:i.phrase,path:i.path||L0,locale:i.locale||"en"}));let h=this.mnemonic,l=ec.fromMnemonic(h.phrase,null,h.locale).derivePath(h.path);xs(l.privateKey)!==this.address&&r1.throwArgumentError("mnemonic/address mismatch","privateKey","[REDACTED]")}else ur(this,"_mnemonic",()=>null)}else{if(Au.isSigningKey(e))e.curve!=="secp256k1"&&r1.throwArgumentError("unsupported curve; must be secp256k1","privateKey","[REDACTED]"),ur(this,"_signingKey",()=>e);else{typeof e=="string"&&e.match(/^[0-9a-f]*$/i)&&e.length===64&&(e="0x"+e);let a=new Au(e);ur(this,"_signingKey",()=>a)}ur(this,"_mnemonic",()=>null),ur(this,"address",xs(this.publicKey))}r&&!$3.isProvider(r)&&r1.throwArgumentError("invalid provider","provider",r),ur(this,"provider",r||null)}get mnemonic(){return this._mnemonic()}get privateKey(){return this._signingKey().privateKey}get publicKey(){return this._signingKey().publicKey}getAddress(){return Promise.resolve(this.address)}connect(e){return new t(this,e)}signTransaction(e){return Sh(e).then(r=>{r.from!=null&&(Aa(r.from)!==this.address&&r1.throwArgumentError("transaction from address mismatch","transaction.from",e.from),delete r.from);let a=this._signingKey().signDigest(rn(jA(r)));return jA(r,a)})}signMessage(e){return hY(this,void 0,void 0,function*(){return vA(this._signingKey().signDigest(Gl(e)))})}_signTypedData(e,r,a){return hY(this,void 0,void 0,function*(){let i=yield I0.resolveNames(e,r,a,h=>(this.provider==null&&r1.throwError("cannot resolve ENS names without a provider",er.errors.UNSUPPORTED_OPERATION,{operation:"resolveName",value:h}),this.provider.resolveName(h)));return vA(this._signingKey().signDigest(I0.hash(i.domain,r,i.value)))})}encrypt(e,r,a){if(typeof r=="function"&&!a&&(a=r,r={}),a&&typeof a!="function")throw new Error("invalid callback");return r||(r={}),oR(this,e,r,a)}static createRandom(e){let r=tc(16);e||(e={}),e.extraEntropy&&(r=Ct(Mh(rn(Ro([r,e.extraEntropy])),0,16)));let a=eg(r,e.locale);return t.fromMnemonic(a,e.path,e.locale)}static fromEncryptedJson(e,r,a){return sY(e,r,a).then(i=>new t(i))}static fromEncryptedJsonSync(e,r){return new t(fY(e,r))}static fromMnemonic(e,r,a){return r||(r=L0),new t(ec.fromMnemonic(e,null,a).derivePath(r))}};function lY(t,e){return FA(Gl(t),e)}function K3(t,e,r,a){return FA(I0.hash(t,e,r),a)}var sR=class{signer;publicKey;ownerLength=Wr[wr.ETHEREUM].pubLength;signatureLength=Wr[wr.ETHEREUM].sigLength;signatureType=wr.ETHEREUM;constructor(e){this.signer=e.getSigner()}async setPublicKey(){let e="sign this message to connect to Bundlr.Network",r=await this.signer.signMessage(e),a=await Gl(e),i=L3(Ct(a),r);this.publicKey=Me.from(Ct(i))}async sign(e){this.publicKey||await this.setPublicKey();let r=await this.signer.signMessage(e);return Me.from(r.slice(2),"hex")}static verify(e,r,a){let i=xs(e);return lY(r,a)===i}};ie();ae();ne();var n1=gi(gY(),1),Ih=class extends So{get publicKey(){return n1.default.decode(this.pk)}get key(){return n1.default.decode(this._key)}constructor(e){let r=n1.default.decode(e);super(n1.default.encode(r.subarray(0,32)),n1.default.encode(r.subarray(32,64)))}};ie();ae();ne();ie();ae();ne();ie();ae();ne();var LX=gi(qo(),1),tT=gi(AR(),1);ie();ae();ne();co();var kX=gi(TX(),1);function eT(t){return t=IX(t),(0,kX.default)("keccak256").update(t).digest()}function IX(t){if(!Me.isBuffer(t))if(Array.isArray(t))t=Me.from(t);else if(typeof t=="string")BX(t)?t=Me.from(S8(OX(t)),"hex"):t=Me.from(t);else if(typeof t=="number")t=NX(t);else if(typeof t=="bigint")t=j4e(t);else if(t==null)t=Me.allocUnsafe(0);else throw new Error("invalid type");return t}function BX(t,e){return!(typeof t!="string"||!t.match(/^0x[0-9A-Fa-f]*$/)||e&&t.length!==2+2*e)}function S8(t){if(typeof t!="string")throw new Error(`while padding to even, value must be string, is currently ${typeof t}, while padToEven.`);return t.length%2&&(t=`0${t}`),t}function OX(t){return typeof t!="string"?t:PX(t)?t.slice(2):t}function PX(t){if(typeof t!="string")throw new Error("value must be type 'string', is currently type "+typeof t+", while checking isHexPrefixed.");return t.startsWith("0x")}function NX(t){let e=CX(t);return Me.from(S8(e.slice(2)),"hex")}function CX(t){return`0x${t.toString(16)}`}function j4e(t){let e=t.toString(16);return Me.from(S8(e),"hex")}typeof window<"u"&&(window.keccak256=eT);var dg=eT,z4e={intToBuffer:NX,intToHex:CX,isHexPrefixed:PX,stripHexPrefix:OX,padToEven:S8,isHexString:BX,toBuffer:IX};var J0=class{_key;ownerLength=Wr[wr.ETHEREUM].pubLength;signatureLength=Wr[wr.ETHEREUM].sigLength;signatureType=wr.ETHEREUM;pk;constructor(e,r){this._key=e,this.pk=r.toString("hex")}get publicKey(){throw new Error("You must implement `publicKey`")}get key(){return Me.from(this._key,"hex")}static async verify(e,r,a){let i=e;typeof e=="string"&&(i=LX.default.toBuffer(e));let h=!1;try{h=tT.default.ecdsaVerify(a,dg(Me.from(r)),i)}catch{}return h}async sign(e){return tT.default.ecdsaSign(dg(Me.from(e)),Me.from(this.key)).signature}};var rT=gi(AR(),1),$X=gi(qo(),1);var Bo=class extends J0{get publicKey(){return Me.from(this.pk,"hex")}constructor(e){e.startsWith("0x")&&(e=e.slice(2));let r=Me.from(e,"hex"),a=rT.default.publicKeyCreate(r,!1);super(e,Me.from(a))}async sign(e){return new i1(this._key).signMessage(e).then(a=>Me.from(a.slice(2),"hex"))}static async verify(e,r,a){return rT.default.ecdsaVerify(a.length===65?a.slice(0,-1):a,Ct(Gl(r)),typeof e=="string"?$X.default.toBuffer(e):e)}};var pg=class extends Bo{};ie();ae();ne();var vg=class extends Ih{constructor(e){super(e.replace("ed25519:",""))}};ie();ae();ne();var mg=class extends So{get publicKey(){return Me.from(this.pk)}get key(){return Me.from(this._key)}constructor(e,r){super(e.subarray(0,32),r)}};ie();ae();ne();var X0=class extends R0{signatureType=4;constructor(e){super(e)}async sign(e){return super.sign(Me.from(Me.from(e).toString("hex")))}static async verify(e,r,a){return super.verify(e,Me.from(Me.from(r).toString("hex")),a)}};ie();ae();ne();var gg=class extends Ih{signatureType=4;constructor(e){super(e)}async sign(e){return super.sign(Me.from(Me.from(e).toString("hex")))}static async verify(e,r,a){return super.verify(e,Me.from(Me.from(r).toString("hex")),a)}};ie();ae();ne();var bg=class extends So{constructor(e,r){super(e,r)}get publicKey(){return Me.from(this.pk.slice(2),"hex")}get key(){return Me.from(this._key.slice(2),"hex")}};ie();ae();ne();var Q0=class{_publicKey;ownerLength=Wr[wr.INJECTEDAPTOS].pubLength;signatureLength=Wr[wr.INJECTEDAPTOS].sigLength;signatureType=wr.INJECTEDAPTOS;pem;provider;constructor(e,r){this.provider=e,this._publicKey=r}get publicKey(){return this._publicKey}async sign(e){if(!this.provider.signMessage)throw new Error("Selected Wallet does not support message signing");let a=(await this.provider.signMessage({message:Me.from(e).toString("hex"),nonce:"bundlr"})).signature;return typeof a=="string"?Me.from(a,"hex"):a.data.toUint8Array()}static async verify(e,r,a){let i=e;return Ul(Me.from(a),Me.from(`APTOS
|
|
131
131
|
message: ${Me.from(r).toString("hex")}
|
|
132
|
-
nonce: bundlr`),Me.from(i))}};ie();ae();ne();var ed=class{_publicKey;ownerLength=Wr[wr.MULTIAPTOS].pubLength;signatureLength=Wr[wr.MULTIAPTOS].sigLength;signatureType=wr.MULTIAPTOS;collectSignatures;provider;constructor(e,r){this._publicKey=e,this.collectSignatures=r}get publicKey(){return this._publicKey}async sign(e){let{signatures:r,bitmap:a}=await this.collectSignatures(e),i=128,h=new Uint8Array([0,0,0,0]),l=new Set;a.forEach(g=>{if(g>=32)throw new Error(`Invalid bit value ${g}.`);if(l.has(g))throw new Error("Duplicated bits detected.");l.add(g);let y=Math.floor(g/8),M=h[y];M|=i>>g%8,h[y]=M});let p=Me.alloc(this.signatureLength),b=0;for(let g=0;g<32;g++)a.includes(g)&&p.set(r[b++],g*64);return p.set(h,this.signatureLength-4),p}static async verify(e,r,a){let h=Wr[wr.MULTIAPTOS].sigLength-4,l=a.slice(0,h),p=a.slice(h),b=!1;for(let g=0;g<32;g++){let y=Math.floor(g/8),M=g-y*8;if((p[y]&128>>M)!==0){let E=l.slice(g*64,(g+1)*64),A=e.slice(g*32,(g+1)*32);await Ul(Me.from(E),Me.from(r),Me.from(A))||(b=!0)}}return!b}};ie();ae();ne();var td=class extends Bo{ownerLength=Wr[wr.TYPEDETHEREUM].pubLength;signatureLength=Wr[wr.TYPEDETHEREUM].sigLength;signatureType=wr.TYPEDETHEREUM;address;signer;constructor(e){super(e),this.address="0x"+dg(super.publicKey.slice(1)).slice(-20).toString("hex"),this.signer=new i1(e)}get publicKey(){return Me.from(this.address)}async sign(e){let r=await this.signer._signTypedData(yg,wg,{address:this.address,"Transaction hash":e});return Me.from(r.slice(2),"hex")}static async verify(e,r,a){let i=e.toString(),h=K3(yg,wg,{address:i,"Transaction hash":r},a);return i.toLowerCase()===h.toLowerCase()}},yg={name:"Bundlr",version:"1"},wg={Bundlr:[{name:"Transaction hash",type:"bytes"},{name:"address",type:"address"}]};ie();ae();ne();var iT=class{ownerLength=Wr[wr.TYPEDETHEREUM].pubLength;signatureLength=Wr[wr.TYPEDETHEREUM].sigLength;signatureType=wr.TYPEDETHEREUM;address;signer;publicKey;constructor(e){this.signer=e.getSigner()}async ready(){this.address=(await this.signer.getAddress()).toString().toLowerCase(),this.publicKey=Me.from(this.address)}async sign(e){let r=await this.signer._signTypedData(yg,wg,{address:this.address,"Transaction hash":e});return Me.from(r.slice(2),"hex")}static verify(e,r,a){let i=e.toString(),h=K3(yg,wg,{address:i,"Transaction hash":r},a);return i.toLowerCase()===h.toLowerCase()}};ie();ae();ne();var DX=gi(qo(),1);var m1=class{signer;publicKey;ownerLength=Wr[wr.ARWEAVE].pubLength;signatureLength=Wr[wr.ARWEAVE].sigLength;signatureType=wr.ARWEAVE;constructor(e){this.signer=e}async setPublicKey(){let e=await this.signer.getActivePublicKey();this.publicKey=DX.default.toBuffer(e)}async sign(e){this.publicKey||await this.setPublicKey();let r={name:"RSA-PSS",saltLength:32},a=await this.signer.signature(e,r);return new Uint8Array(Object.values(a).map(h=>+h))}static async verify(e,r,a){return await xn().verify(e,r,a)}};ie();ae();ne();var _g=class extends Bo{signatureType=wr.KYVE};var Mg={1:Kl,2:So,3:Bo,4:X0,5:Q0,6:ed,7:td};ie();ae();ne();ie();ae();ne();async function Z4e(t){return Fl([(0,Oi.stringToBuffer)("dataitem"),(0,Oi.stringToBuffer)("1"),(0,Oi.stringToBuffer)(t.signatureType.toString()),t.rawOwner,t.rawTarget,t.rawAnchor,t.rawTags,t.rawData])}var xg=Z4e;ie();ae();ne();ie();ae();ne();function Sg(t,e){let r=new Uint8Array(t);if(e<0)throw new Error("Array is unsigned, cannot represent -ve numbers");if(e>2**(t*8)-1)throw new Error(`Number ${e} is too large for an array of ${t} bytes`);for(let a=0;a<r.length;a++){let i=e&255;r[a]=i,e=(e-i)/256}return r}function E8(t){return Sg(8,t)}function nT(t){return Sg(2,t)}function H4e(t){return Sg(16,t)}function A8(t){return Sg(32,t)}function yn(t){let e=0;for(let r=t.length-1;r>=0;r--)e=e*256+t[r];return e}ie();ae();ne();var Ag=gi(qo(),1);ie();ae();ne();var Is=gi(qo(),1);co();ie();ae();ne();var Eg=class{buf;pos;constructor(e=Me.alloc(R8),r=0){this.buf=e,this.pos=r}writeTags(e){if(!Array.isArray(e))throw new Error("input must be array");let r=e.length,a;if(r)for(this.writeLong(r),a=0;a<r;a++){let i=e[a];if(typeof i?.name!="string"||typeof i?.value!="string")throw new Error(`Invalid tag format for ${i}, expected {name:string, value: string}`);this.writeString(i.name),this.writeString(i.value)}this.writeLong(0)}toBuffer(){let e=Me.alloc(this.pos);if(this.pos>this.buf.length)throw new Error(`Too many tag bytes (${this.pos} > ${this.buf.length})`);return this.buf.copy(e,0,0,this.pos),e}writeLong(e){let r=this.buf,a,i;if(e>=-1073741824&&e<1073741824){i=e>=0?e<<1:~e<<1|1;do r[this.pos]=i&127,i>>=7;while(i&&(r[this.pos++]|=128))}else{a=e>=0?e*2:-e*2-1;do r[this.pos]=a&127,a/=128;while(a>=1&&(r[this.pos++]|=128))}this.pos++,this.buf=r}writeString(e){let r=Me.byteLength(e),a=this.buf;this.writeLong(r);let i=this.pos;if(this.pos+=r,!(this.pos>a.length)){if(r>64)this.buf.write(e,this.pos-r,r,"utf8");else{let h,l,p,b;for(h=0,l=r;h<l;h++)p=e.charCodeAt(h),p<128?a[i++]=p:p<2048?(a[i++]=p>>6|192,a[i++]=p&63|128):(p&64512)===55296&&((b=e.charCodeAt(h+1))&64512)===56320?(p=65536+((p&1023)<<10)+(b&1023),h++,a[i++]=p>>18|240,a[i++]=p>>12&63|128,a[i++]=p>>6&63|128,a[i++]=p&63|128):(a[i++]=p>>12|224,a[i++]=p>>6&63|128,a[i++]=p&63|128)}this.buf=a}}readLong(){let e=0,r=0,a=this.buf,i,h,l,p;do i=a[this.pos++],h=i&128,e|=(i&127)<<r,r+=7;while(h&&r<28);if(h){l=e,p=268435456;do i=a[this.pos++],l+=(i&127)*p,p*=128;while(i&128);return(l%2?-(l+1):l)/2}return e>>1^-(e&1)}skipLong(){let e=this.buf;for(;e[this.pos++]&128;);}readTags(){let e=[],r;for(;r=this.readLong();)for(r<0&&(r=-r,this.skipLong());r--;){let a=this.readString(),i=this.readString();e.push({name:a,value:i})}return e}readString(){let e=this.readLong(),r=this.pos,a=this.buf;if(this.pos+=e,this.pos>a.length)throw new Error("TAP Position out of range");return this.buf.slice(r,r+e).toString()}};function aT(t){if(t?.length===0)return Me.allocUnsafe(0);let e=new Eg;return e.writeTags(t),e.toBuffer()}function g1(t){return new Eg(t).readTags()}du();var k8=80,R8=4096,T8=class t{binary;_id;constructor(e){this.binary=e}static isDataItem(e){return e.binary!==void 0}get signatureType(){let e=yn(this.binary.subarray(0,2));if(wr?.[e]!==void 0)return e;throw new Error("Unknown signature type: "+e)}async isValid(){return t.verify(this.binary)}get id(){return Is.default.encode(this.rawId)}set id(e){this._id=Is.default.toBuffer(e)}get rawId(){return pf("sha256").update(this.rawSignature).digest()}set rawId(e){this._id=e}get rawSignature(){return this.binary.subarray(2,2+this.signatureLength)}get signature(){return Is.default.encode(this.rawSignature)}set rawOwner(e){if(e.byteLength!=this.ownerLength)throw new Error(`Expected raw owner (pubkey) to be ${this.ownerLength} bytes, got ${e.byteLength} bytes.`);this.binary.set(e,2+this.signatureLength)}get rawOwner(){return this.binary.subarray(2+this.signatureLength,2+this.signatureLength+this.ownerLength)}get signatureLength(){return Wr[this.signatureType].sigLength}get owner(){return Is.default.encode(this.rawOwner)}get ownerLength(){return Wr[this.signatureType].pubLength}get rawTarget(){let e=this.getTargetStart();return this.binary[e]==1?this.binary.subarray(e+1,e+33):Me.alloc(0)}get target(){return Is.default.encode(this.rawTarget)}get rawAnchor(){let e=this.getAnchorStart();return this.binary[e]==1?this.binary.subarray(e+1,e+33):Me.alloc(0)}get anchor(){return Is.default.encode(this.rawAnchor)}get rawTags(){let e=this.getTagsStart(),r=yn(this.binary.subarray(e+8,e+16));return this.binary.subarray(e+16,e+16+r)}get tags(){let e=this.getTagsStart();if(yn(this.binary.subarray(e,e+8))==0)return[];let a=yn(this.binary.subarray(e+8,e+16));return g1(Me.from(this.binary.subarray(e+16,e+16+a)))}get tagsB64Url(){return this.tags.map(r=>({name:Is.default.encode(r.name),value:Is.default.encode(r.value)}))}getStartOfData(){let e=this.getTagsStart(),r=this.binary.subarray(e+8,e+16),a=yn(r);return e+16+a}get rawData(){let e=this.getTagsStart(),r=this.binary.subarray(e+8,e+16),a=yn(r),i=e+16+a;return this.binary.subarray(i,this.binary.length)}get data(){return Is.default.encode(this.rawData)}getRaw(){return this.binary}async sign(e){return this._id=await I8(this,e),this.rawId}async setSignature(e){this.binary.set(e,2),this._id=Me.from(await xn().hash(e))}isSigned(){return(this._id?.length??0)>0}toJSON(){return{signature:this.signature,owner:this.owner,target:this.target,tags:this.tags.map(e=>({name:Is.default.encode(e.name),value:Is.default.encode(e.value)})),data:this.data}}static async verify(e){if(e.byteLength<k8)return!1;let r=new t(e),a=r.signatureType,i=r.getTagsStart(),h=yn(e.subarray(i,i+8)),l=e.subarray(i+8,i+16),p=yn(l);if(p>R8)return!1;if(h>0)try{if(g1(Me.from(e.subarray(i+16,i+16+p))).length!==h)return!1}catch{return!1}let b=Mg[a],g=await xg(r);return await b.verify(r.rawOwner,g,r.rawSignature)}async getSignatureData(){return xg(this)}getTagsStart(){let e=this.getTargetStart(),r=this.binary[e]==1,a=e+(r?33:1),i=this.binary[a]==1;return a+=i?33:1,a}getTargetStart(){return 2+this.signatureLength+this.ownerLength}getAnchorStart(){let e=this.getTargetStart()+1,r=this.binary[this.getTargetStart()]==1;return e+=r?32:0,e}},b1=T8;du();var Bu=32,B8=class{length;items;binary;constructor(e){this.binary=e,this.length=this.getDataItemCount(),this.items=this.getItems()}getRaw(){return this.binary}get(e){if(typeof e=="number"){if(e>=this.length)throw new RangeError("Index out of range");return this.getByIndex(e)}else return this.getById(e)}getSizes(){let e=[];for(let r=Bu;r<Bu+64*this.length;r+=64)e.push(yn(this.binary.subarray(r,r+32)));return e}getIds(){let e=[];for(let r=Bu;r<Bu+64*this.length;r+=64){let a=this.binary.subarray(r+32,r+64);if(a.length===0)throw new Error("Invalid bundle, id specified in headers doesn't exist");e.push(Ag.default.encode(a))}return e}getIdBy(e){if(e>this.length-1)throw new RangeError("Index of bundle out of range");let r=64+64*e;return Ag.default.encode(this.binary.subarray(r,r+32))}async toTransaction(e,r,a){let i=await r.createTransaction({data:this.binary,...e},a);return i.addTag("Bundle-Format","binary"),i.addTag("Bundle-Version","2.0.0"),i}async verify(){for(let e of this.items){let r=await e.isValid(),a=(0,Ag.default)(pf("sha256").update(e.rawSignature).digest());if(!(r&&e.id===a))return!1}return!0}getOffset(e){let r=0;for(let a=Bu;a<Bu+64*this.length;a+=64){let i=yn(this.binary.subarray(a,a+32));r+=i;let h=this.binary.subarray(a+32,a+64);if(Me.compare(h,e)===0)return{startOffset:r,size:i}}return{startOffset:-1,size:-1}}getByIndex(e){let r=0,a=this.getBundleStart(),i=0,h,l;for(let y=Bu;y<Bu+64*this.length;y+=64){if(h=yn(this.binary.subarray(y,y+32)),i++===e){l=this.binary.subarray(y+32,y+64);break}r+=h}let p=a+r,b=this.binary.subarray(p,p+h),g=new b1(b);return g.rawId=l,g}getById(e){let r=Ag.default.toBuffer(e),a=this.getOffset(r);if(a.startOffset===-1)throw new Error("Transaction not found");let h=this.getBundleStart()+a.startOffset;return new b1(this.binary.subarray(h,h+a.size))}getDataItemCount(){return yn(this.binary.subarray(0,32))}getBundleStart(){return 32+64*this.length}getItems(){let e=new Array(this.length),r=0,a=this.getBundleStart(),i=0;for(let h=Bu;h<Bu+64*this.length;h+=64){let l=yn(this.binary.subarray(h,h+32)),p=this.binary.subarray(h+32,h+64);if(p.length===0)throw new Error("Invalid bundle, id specified in headers doesn't exist");let b=a+r,g=this.binary.subarray(b,b+l);r+=l;let y=new b1(g);y.rawId=p,e[i]=y,i++}return e}},oT=B8;function K4e(t){return new oT(t)}async function W4e(t,e){let r=new Uint8Array(64*t.length),a=await Promise.all(t.map(async(h,l)=>{let p=h.isSigned()?h.rawId:await I8(h,e),b=new Uint8Array(64);return b.set(A8(h.getRaw().byteLength),0),b.set(p,32),r.set(b,64*l),h.getRaw()})).then(h=>Me.concat(h)),i=Me.concat([Me.from(A8(t.length)),Me.from(r),a]);return new oT(i)}async function qX(t,e){let r=await xg(t),a=await e.sign(r),i=await xn().hash(a);return{signature:Me.from(a),id:Me.from(i)}}async function I8(t,e){let{signature:r,id:a}=await qX(t,e);return t.getRaw().set(r,2),a}ie();ae();ne();var UX=gi(qo(),1);function Rg(t,e,r){let a=e.publicKey,i=r?.target?UX.default.toBuffer(r.target):null,h=1+(i?.byteLength??0),l=r?.anchor?Me.from(r.anchor):null,p=1+(l?.byteLength??0),b=(r?.tags?.length??0)>0?aT(r?.tags):null,g=16+(b?b.byteLength:0),y=typeof t=="string"?Me.from(t):Me.from(t),M=y.byteLength,x=2+e.signatureLength+e.ownerLength+h+p+g+M,E=Me.alloc(x);if(E.set(nT(e.signatureType),0),E.set(new Uint8Array(e.signatureLength).fill(0),2),a.byteLength!==e.ownerLength)throw new Error(`Owner must be ${e.ownerLength} bytes, but was incorrectly ${a.byteLength}`);E.set(a,2+e.signatureLength);let A=2+e.signatureLength+e.ownerLength;if(E[A]=i?1:0,i){if(i.byteLength!==32)throw new Error(`Target must be 32 bytes but was incorrectly ${i.byteLength}`);E.set(i,A+1)}let k=A+h,O=k+1;if(E[k]=l?1:0,l){if(O+=l.byteLength,l.byteLength!==32)throw new Error("Anchor must be 32 bytes");E.set(l,k+1)}E.set(E8(r?.tags?.length??0),O);let N=E8(b?.byteLength??0);E.set(N,O+8),b&&E.set(b,O+16);let L=O+g;return E.set(y,L),new b1(E)}ie();ae();ne();ie();ae();ne();var sT=class{signatureType;rawSignature;signature;signatureLength;rawOwner;owner;ownerLength;rawTarget;target;rawAnchor;anchor;rawTags;tags;rawData;data;static async verify(...e){throw new Error("You must implement `verify`")}};ie();ae();ne();ie();ae();ne();var lT={};Ha(lT,{default:()=>Y4e,processStream:()=>HX,streamExportForTesting:()=>J4e,streamSigner:()=>G4e});ie();ae();ne();O8();var rd=gi(qo(),1);du();async function HX(t){let e=KX(t),r=(await e.next()).value;r=await La(e,r,32);let a=yn(r.subarray(0,32));r=r.subarray(32);let i=64*a;r=await La(e,r,i);let h=new Array(a);for(let b=0;b<i;b+=64)h[b/64]=[yn(r.subarray(b,b+32)),(0,rd.default)(Me.from(r.subarray(b+32,b+64)))];r=r.subarray(i);let l=32+i,p=[];for(let[b,g]of h){r=await La(e,r,k8),r=await La(e,r,2);let y=yn(r.subarray(0,2));r=r.subarray(2);let{sigLength:M,pubLength:x,sigName:E}=Wr[y];r=await La(e,r,M);let A=r.subarray(0,M);r=r.subarray(M),r=await La(e,r,x);let k=r.subarray(0,x);r=r.subarray(x),r=await La(e,r,1);let O=r[0]===1;O&&(r=await La(e,r,33));let N=O?r.subarray(1,33):Me.allocUnsafe(0);r=r.subarray(O?33:1),r=await La(e,r,1);let L=r[0]===1;L&&(r=await La(e,r,33));let C=L?r.subarray(1,33):Me.allocUnsafe(0);r=r.subarray(L?33:1),r=await La(e,r,8);let Y=yn(r.subarray(0,8));r=r.subarray(8),r=await La(e,r,8);let G=yn(r.subarray(0,8));r=r.subarray(8),r=await La(e,r,G);let ee=r.subarray(0,G),$=Y!==0&&G!==0?g1(Me.from(ee)):[];if($.length!==Y)throw new Error("Tags lengths don't match");r=r.subarray(G);let U=new zX;U._transform=function(f,u,c){this.push(f),c()};let V=Fl([(0,Oi.stringToBuffer)("dataitem"),(0,Oi.stringToBuffer)("1"),(0,Oi.stringToBuffer)(y.toString()),k,N,C,ee,U]),_=2+M+x+(O?33:1)+(L?33:1)+16+G,n=b-_;if(r.byteLength>n)U.write(r.subarray(0,n)),r=r.subarray(n);else{let f=r.byteLength;for(U.write(r);n>f;){if(r=(await e.next()).value,!r)throw new Error(`Not enough data bytes expected: ${n} received: ${f}`);f+=r.byteLength,f>n?U.write(r.subarray(0,r.byteLength-(f-n))):U.write(r)}r=r.subarray(r.byteLength-(f-n))}if(U.end(),g!==(0,rd.default)(pf("sha256").update(A).digest()))throw new Error("ID doesn't match signature");if(!await Mg[y].verify(k,await V,A))throw new Error("Invalid signature");p.push({id:g,sigName:E,signature:(0,rd.default)(Me.from(A)),target:(0,rd.default)(Me.from(N)),anchor:(0,rd.default)(Me.from(C)),owner:(0,rd.default)(Me.from(k)),tags:$,dataOffset:l+_,dataSize:n}),l+=_+n}return p}async function G4e(t,e,r,a){let i=Rg("",r,a),h=new ZX,l=[(0,Oi.stringToBuffer)("dataitem"),(0,Oi.stringToBuffer)("1"),(0,Oi.stringToBuffer)(i.signatureType.toString()),i.rawOwner,i.rawTarget,i.rawAnchor,i.rawTags,t],p=await Fl(l),b=Me.from(await r.sign(p));return i.setSignature(b),h.write(i.getRaw()),e.pipe(h)}async function La(t,e,r){if(e.byteLength>=r)return e;let{done:a,value:i}=await t.next();if(a&&!i)throw new Error("Invalid buffer");return La(t,Me.concat([Me.from(e),Me.from(i)]),r)}async function*KX(t){for await(let e of t)yield e}var Y4e=HX,J4e={readBytes:La,getReader:KX};var X4e={...fT,stream:lT};globalThis.arbundles??=X4e;ie();ae();ne();ie();ae();ne();ie();ae();ne();ie();ae();ne();var fi;(function(t){t.assertEqual=i=>i;function e(i){}t.assertIs=e;function r(i){throw new Error}t.assertNever=r,t.arrayToEnum=i=>{let h={};for(let l of i)h[l]=l;return h},t.getValidEnumValues=i=>{let h=t.objectKeys(i).filter(p=>typeof i[i[p]]!="number"),l={};for(let p of h)l[p]=i[p];return t.objectValues(l)},t.objectValues=i=>t.objectKeys(i).map(function(h){return i[h]}),t.objectKeys=typeof Object.keys=="function"?i=>Object.keys(i):i=>{let h=[];for(let l in i)Object.prototype.hasOwnProperty.call(i,l)&&h.push(l);return h},t.find=(i,h)=>{for(let l of i)if(h(l))return l},t.isInteger=typeof Number.isInteger=="function"?i=>Number.isInteger(i):i=>typeof i=="number"&&isFinite(i)&&Math.floor(i)===i;function a(i,h=" | "){return i.map(l=>typeof l=="string"?`'${l}'`:l).join(h)}t.joinValues=a,t.jsonStringifyReplacer=(i,h)=>typeof h=="bigint"?h.toString():h})(fi||(fi={}));var dT;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(dT||(dT={}));var Yt=fi.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),cc=t=>{switch(typeof t){case"undefined":return Yt.undefined;case"string":return Yt.string;case"number":return isNaN(t)?Yt.nan:Yt.number;case"boolean":return Yt.boolean;case"function":return Yt.function;case"bigint":return Yt.bigint;case"symbol":return Yt.symbol;case"object":return Array.isArray(t)?Yt.array:t===null?Yt.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?Yt.promise:typeof Map<"u"&&t instanceof Map?Yt.map:typeof Set<"u"&&t instanceof Set?Yt.set:typeof Date<"u"&&t instanceof Date?Yt.date:Yt.object;default:return Yt.unknown}},Ot=fi.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),Q4e=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),Oo=class t extends Error{constructor(e){super(),this.issues=[],this.addIssue=a=>{this.issues=[...this.issues,a]},this.addIssues=(a=[])=>{this.issues=[...this.issues,...a]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}get errors(){return this.issues}format(e){let r=e||function(h){return h.message},a={_errors:[]},i=h=>{for(let l of h.issues)if(l.code==="invalid_union")l.unionErrors.map(i);else if(l.code==="invalid_return_type")i(l.returnTypeError);else if(l.code==="invalid_arguments")i(l.argumentsError);else if(l.path.length===0)a._errors.push(r(l));else{let p=a,b=0;for(;b<l.path.length;){let g=l.path[b];b===l.path.length-1?(p[g]=p[g]||{_errors:[]},p[g]._errors.push(r(l))):p[g]=p[g]||{_errors:[]},p=p[g],b++}}};return i(this),a}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,fi.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},a=[];for(let i of this.issues)i.path.length>0?(r[i.path[0]]=r[i.path[0]]||[],r[i.path[0]].push(e(i))):a.push(e(i));return{formErrors:a,fieldErrors:r}}get formErrors(){return this.flatten()}};Oo.create=t=>new Oo(t);var _1=(t,e)=>{let r;switch(t.code){case Ot.invalid_type:t.received===Yt.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case Ot.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,fi.jsonStringifyReplacer)}`;break;case Ot.unrecognized_keys:r=`Unrecognized key(s) in object: ${fi.joinValues(t.keys,", ")}`;break;case Ot.invalid_union:r="Invalid input";break;case Ot.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${fi.joinValues(t.options)}`;break;case Ot.invalid_enum_value:r=`Invalid enum value. Expected ${fi.joinValues(t.options)}, received '${t.received}'`;break;case Ot.invalid_arguments:r="Invalid function arguments";break;case Ot.invalid_return_type:r="Invalid function return type";break;case Ot.invalid_date:r="Invalid date";break;case Ot.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(r=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?r=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?r=`Invalid input: must end with "${t.validation.endsWith}"`:fi.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case Ot.too_small:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:r="Invalid input";break;case Ot.too_big:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?r=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:r="Invalid input";break;case Ot.custom:r="Invalid input";break;case Ot.invalid_intersection_types:r="Intersection results could not be merged";break;case Ot.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case Ot.not_finite:r="Number must be finite";break;default:r=e.defaultError,fi.assertNever(t)}return{message:r}},GX=_1;function ewe(t){GX=t}function P8(){return GX}var N8=t=>{let{data:e,path:r,errorMaps:a,issueData:i}=t,h=[...r,...i.path||[]],l={...i,path:h};if(i.message!==void 0)return{...i,path:h,message:i.message};let p="",b=a.filter(g=>!!g).slice().reverse();for(let g of b)p=g(l,{data:e,defaultError:p}).message;return{...i,path:h,message:p}},twe=[];function Wt(t,e){let r=P8(),a=N8({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===_1?void 0:_1].filter(i=>!!i)});t.common.issues.push(a)}var Ia=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let a=[];for(let i of r){if(i.status==="aborted")return pr;i.status==="dirty"&&e.dirty(),a.push(i.value)}return{status:e.value,value:a}}static async mergeObjectAsync(e,r){let a=[];for(let i of r){let h=await i.key,l=await i.value;a.push({key:h,value:l})}return t.mergeObjectSync(e,a)}static mergeObjectSync(e,r){let a={};for(let i of r){let{key:h,value:l}=i;if(h.status==="aborted"||l.status==="aborted")return pr;h.status==="dirty"&&e.dirty(),l.status==="dirty"&&e.dirty(),h.value!=="__proto__"&&(typeof l.value<"u"||i.alwaysSet)&&(a[h.value]=l.value)}return{status:e.value,value:a}}},pr=Object.freeze({status:"aborted"}),w1=t=>({status:"dirty",value:t}),$a=t=>({status:"valid",value:t}),pT=t=>t.status==="aborted",vT=t=>t.status==="dirty",Bg=t=>t.status==="valid",Og=t=>typeof Promise<"u"&&t instanceof Promise;function C8(t,e,r,a){if(r==="a"&&!a)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!a:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?a:r==="a"?a.call(t):a?a.value:e.get(t)}function YX(t,e,r,a,i){if(a==="m")throw new TypeError("Private method is not writable");if(a==="a"&&!i)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return a==="a"?i.call(t,r):i?i.value=r:e.set(t,r),r}var rr;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(rr||(rr={}));var kg,Ig,Os=class{constructor(e,r,a,i){this._cachedPath=[],this.parent=e,this.data=r,this._path=a,this._key=i}get path(){return this._cachedPath.length||(this._key instanceof Array?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},WX=(t,e)=>{if(Bg(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new Oo(t.common.issues);return this._error=r,this._error}}};function Br(t){if(!t)return{};let{errorMap:e,invalid_type_error:r,required_error:a,description:i}=t;if(e&&(r||a))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:i}:{errorMap:(l,p)=>{var b,g;let{message:y}=t;return l.code==="invalid_enum_value"?{message:y??p.defaultError}:typeof p.data>"u"?{message:(b=y??a)!==null&&b!==void 0?b:p.defaultError}:l.code!=="invalid_type"?{message:p.defaultError}:{message:(g=y??r)!==null&&g!==void 0?g:p.defaultError}},description:i}}var Or=class{constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this)}get description(){return this._def.description}_getType(e){return cc(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:cc(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Ia,ctx:{common:e.parent.common,data:e.data,parsedType:cc(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(Og(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(e){let r=this._parse(e);return Promise.resolve(r)}parse(e,r){let a=this.safeParse(e,r);if(a.success)return a.data;throw a.error}safeParse(e,r){var a;let i={common:{issues:[],async:(a=r?.async)!==null&&a!==void 0?a:!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:cc(e)},h=this._parseSync({data:e,path:i.path,parent:i});return WX(i,h)}async parseAsync(e,r){let a=await this.safeParseAsync(e,r);if(a.success)return a.data;throw a.error}async safeParseAsync(e,r){let a={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:cc(e)},i=this._parse({data:e,path:a.path,parent:a}),h=await(Og(i)?i:Promise.resolve(i));return WX(a,h)}refine(e,r){let a=i=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(i):r;return this._refinement((i,h)=>{let l=e(i),p=()=>h.addIssue({code:Ot.custom,...a(i)});return typeof Promise<"u"&&l instanceof Promise?l.then(b=>b?!0:(p(),!1)):l?!0:(p(),!1)})}refinement(e,r){return this._refinement((a,i)=>e(a)?!0:(i.addIssue(typeof r=="function"?r(a,i):r),!1))}_refinement(e){return new Po({schema:this,typeName:lr.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}optional(){return Bs.create(this,this._def)}nullable(){return Pu.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Lh.create(this,this._def)}promise(){return vc.create(this,this._def)}or(e){return ud.create([this,e],this._def)}and(e){return hd.create(this,e,this._def)}transform(e){return new Po({...Br(this._def),schema:this,typeName:lr.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new vd({...Br(this._def),innerType:this,defaultValue:r,typeName:lr.ZodDefault})}brand(){return new Pg({typeName:lr.ZodBranded,type:this,...Br(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new md({...Br(this._def),innerType:this,catchValue:r,typeName:lr.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return Ng.create(this,e)}readonly(){return gd.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},rwe=/^c[^\s-]{8,}$/i,iwe=/^[0-9a-z]+$/,nwe=/^[0-9A-HJKMNP-TV-Z]{26}$/,awe=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,owe=/^[a-z0-9_-]{21}$/i,swe=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,fwe=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,uwe="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",cT,hwe=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,lwe=/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,cwe=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,JX="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",dwe=new RegExp(`^${JX}$`);function XX(t){let e="([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";return t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`),e}function pwe(t){return new RegExp(`^${XX(t)}$`)}function QX(t){let e=`${JX}T${XX(t)}`,r=[];return r.push(t.local?"Z?":"Z"),t.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function vwe(t,e){return!!((e==="v4"||!e)&&hwe.test(t)||(e==="v6"||!e)&&lwe.test(t))}var dc=class t extends Or{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==Yt.string){let h=this._getOrReturnCtx(e);return Wt(h,{code:Ot.invalid_type,expected:Yt.string,received:h.parsedType}),pr}let a=new Ia,i;for(let h of this._def.checks)if(h.kind==="min")e.data.length<h.value&&(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.too_small,minimum:h.value,type:"string",inclusive:!0,exact:!1,message:h.message}),a.dirty());else if(h.kind==="max")e.data.length>h.value&&(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.too_big,maximum:h.value,type:"string",inclusive:!0,exact:!1,message:h.message}),a.dirty());else if(h.kind==="length"){let l=e.data.length>h.value,p=e.data.length<h.value;(l||p)&&(i=this._getOrReturnCtx(e,i),l?Wt(i,{code:Ot.too_big,maximum:h.value,type:"string",inclusive:!0,exact:!0,message:h.message}):p&&Wt(i,{code:Ot.too_small,minimum:h.value,type:"string",inclusive:!0,exact:!0,message:h.message}),a.dirty())}else if(h.kind==="email")fwe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"email",code:Ot.invalid_string,message:h.message}),a.dirty());else if(h.kind==="emoji")cT||(cT=new RegExp(uwe,"u")),cT.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"emoji",code:Ot.invalid_string,message:h.message}),a.dirty());else if(h.kind==="uuid")awe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"uuid",code:Ot.invalid_string,message:h.message}),a.dirty());else if(h.kind==="nanoid")owe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"nanoid",code:Ot.invalid_string,message:h.message}),a.dirty());else if(h.kind==="cuid")rwe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"cuid",code:Ot.invalid_string,message:h.message}),a.dirty());else if(h.kind==="cuid2")iwe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"cuid2",code:Ot.invalid_string,message:h.message}),a.dirty());else if(h.kind==="ulid")nwe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"ulid",code:Ot.invalid_string,message:h.message}),a.dirty());else if(h.kind==="url")try{new URL(e.data)}catch{i=this._getOrReturnCtx(e,i),Wt(i,{validation:"url",code:Ot.invalid_string,message:h.message}),a.dirty()}else h.kind==="regex"?(h.regex.lastIndex=0,h.regex.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"regex",code:Ot.invalid_string,message:h.message}),a.dirty())):h.kind==="trim"?e.data=e.data.trim():h.kind==="includes"?e.data.includes(h.value,h.position)||(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.invalid_string,validation:{includes:h.value,position:h.position},message:h.message}),a.dirty()):h.kind==="toLowerCase"?e.data=e.data.toLowerCase():h.kind==="toUpperCase"?e.data=e.data.toUpperCase():h.kind==="startsWith"?e.data.startsWith(h.value)||(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.invalid_string,validation:{startsWith:h.value},message:h.message}),a.dirty()):h.kind==="endsWith"?e.data.endsWith(h.value)||(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.invalid_string,validation:{endsWith:h.value},message:h.message}),a.dirty()):h.kind==="datetime"?QX(h).test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.invalid_string,validation:"datetime",message:h.message}),a.dirty()):h.kind==="date"?dwe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.invalid_string,validation:"date",message:h.message}),a.dirty()):h.kind==="time"?pwe(h).test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.invalid_string,validation:"time",message:h.message}),a.dirty()):h.kind==="duration"?swe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"duration",code:Ot.invalid_string,message:h.message}),a.dirty()):h.kind==="ip"?vwe(e.data,h.version)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"ip",code:Ot.invalid_string,message:h.message}),a.dirty()):h.kind==="base64"?cwe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"base64",code:Ot.invalid_string,message:h.message}),a.dirty()):fi.assertNever(h);return{status:a.value,value:e.data}}_regex(e,r,a){return this.refinement(i=>e.test(i),{validation:r,code:Ot.invalid_string,...rr.errToObj(a)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...rr.errToObj(e)})}url(e){return this._addCheck({kind:"url",...rr.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...rr.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...rr.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...rr.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...rr.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...rr.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...rr.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...rr.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...rr.errToObj(e)})}datetime(e){var r,a;return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:(r=e?.offset)!==null&&r!==void 0?r:!1,local:(a=e?.local)!==null&&a!==void 0?a:!1,...rr.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...rr.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...rr.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...rr.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...rr.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...rr.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...rr.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...rr.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...rr.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...rr.errToObj(r)})}nonempty(e){return this.min(1,rr.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get minLength(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};dc.create=t=>{var e;return new dc({checks:[],typeName:lr.ZodString,coerce:(e=t?.coerce)!==null&&e!==void 0?e:!1,...Br(t)})};function mwe(t,e){let r=(t.toString().split(".")[1]||"").length,a=(e.toString().split(".")[1]||"").length,i=r>a?r:a,h=parseInt(t.toFixed(i).replace(".","")),l=parseInt(e.toFixed(i).replace(".",""));return h%l/Math.pow(10,i)}var id=class t extends Or{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==Yt.number){let h=this._getOrReturnCtx(e);return Wt(h,{code:Ot.invalid_type,expected:Yt.number,received:h.parsedType}),pr}let a,i=new Ia;for(let h of this._def.checks)h.kind==="int"?fi.isInteger(e.data)||(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.invalid_type,expected:"integer",received:"float",message:h.message}),i.dirty()):h.kind==="min"?(h.inclusive?e.data<h.value:e.data<=h.value)&&(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.too_small,minimum:h.value,type:"number",inclusive:h.inclusive,exact:!1,message:h.message}),i.dirty()):h.kind==="max"?(h.inclusive?e.data>h.value:e.data>=h.value)&&(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.too_big,maximum:h.value,type:"number",inclusive:h.inclusive,exact:!1,message:h.message}),i.dirty()):h.kind==="multipleOf"?mwe(e.data,h.value)!==0&&(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.not_multiple_of,multipleOf:h.value,message:h.message}),i.dirty()):h.kind==="finite"?Number.isFinite(e.data)||(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.not_finite,message:h.message}),i.dirty()):fi.assertNever(h);return{status:i.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,rr.toString(r))}gt(e,r){return this.setLimit("min",e,!1,rr.toString(r))}lte(e,r){return this.setLimit("max",e,!0,rr.toString(r))}lt(e,r){return this.setLimit("max",e,!1,rr.toString(r))}setLimit(e,r,a,i){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:a,message:rr.toString(i)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:rr.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:rr.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:rr.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:rr.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:rr.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:rr.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:rr.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:rr.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:rr.toString(e)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&fi.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let a of this._def.checks){if(a.kind==="finite"||a.kind==="int"||a.kind==="multipleOf")return!0;a.kind==="min"?(r===null||a.value>r)&&(r=a.value):a.kind==="max"&&(e===null||a.value<e)&&(e=a.value)}return Number.isFinite(r)&&Number.isFinite(e)}};id.create=t=>new id({checks:[],typeName:lr.ZodNumber,coerce:t?.coerce||!1,...Br(t)});var nd=class t extends Or{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce&&(e.data=BigInt(e.data)),this._getType(e)!==Yt.bigint){let h=this._getOrReturnCtx(e);return Wt(h,{code:Ot.invalid_type,expected:Yt.bigint,received:h.parsedType}),pr}let a,i=new Ia;for(let h of this._def.checks)h.kind==="min"?(h.inclusive?e.data<h.value:e.data<=h.value)&&(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.too_small,type:"bigint",minimum:h.value,inclusive:h.inclusive,message:h.message}),i.dirty()):h.kind==="max"?(h.inclusive?e.data>h.value:e.data>=h.value)&&(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.too_big,type:"bigint",maximum:h.value,inclusive:h.inclusive,message:h.message}),i.dirty()):h.kind==="multipleOf"?e.data%h.value!==BigInt(0)&&(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.not_multiple_of,multipleOf:h.value,message:h.message}),i.dirty()):fi.assertNever(h);return{status:i.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,rr.toString(r))}gt(e,r){return this.setLimit("min",e,!1,rr.toString(r))}lte(e,r){return this.setLimit("max",e,!0,rr.toString(r))}lt(e,r){return this.setLimit("max",e,!1,rr.toString(r))}setLimit(e,r,a,i){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:a,message:rr.toString(i)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:rr.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:rr.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:rr.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:rr.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:rr.toString(r)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};nd.create=t=>{var e;return new nd({checks:[],typeName:lr.ZodBigInt,coerce:(e=t?.coerce)!==null&&e!==void 0?e:!1,...Br(t)})};var ad=class extends Or{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==Yt.boolean){let a=this._getOrReturnCtx(e);return Wt(a,{code:Ot.invalid_type,expected:Yt.boolean,received:a.parsedType}),pr}return $a(e.data)}};ad.create=t=>new ad({typeName:lr.ZodBoolean,coerce:t?.coerce||!1,...Br(t)});var od=class t extends Or{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==Yt.date){let h=this._getOrReturnCtx(e);return Wt(h,{code:Ot.invalid_type,expected:Yt.date,received:h.parsedType}),pr}if(isNaN(e.data.getTime())){let h=this._getOrReturnCtx(e);return Wt(h,{code:Ot.invalid_date}),pr}let a=new Ia,i;for(let h of this._def.checks)h.kind==="min"?e.data.getTime()<h.value&&(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.too_small,message:h.message,inclusive:!0,exact:!1,minimum:h.value,type:"date"}),a.dirty()):h.kind==="max"?e.data.getTime()>h.value&&(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.too_big,message:h.message,inclusive:!0,exact:!1,maximum:h.value,type:"date"}),a.dirty()):fi.assertNever(h);return{status:a.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:rr.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:rr.toString(r)})}get minDate(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}};od.create=t=>new od({checks:[],coerce:t?.coerce||!1,typeName:lr.ZodDate,...Br(t)});var M1=class extends Or{_parse(e){if(this._getType(e)!==Yt.symbol){let a=this._getOrReturnCtx(e);return Wt(a,{code:Ot.invalid_type,expected:Yt.symbol,received:a.parsedType}),pr}return $a(e.data)}};M1.create=t=>new M1({typeName:lr.ZodSymbol,...Br(t)});var sd=class extends Or{_parse(e){if(this._getType(e)!==Yt.undefined){let a=this._getOrReturnCtx(e);return Wt(a,{code:Ot.invalid_type,expected:Yt.undefined,received:a.parsedType}),pr}return $a(e.data)}};sd.create=t=>new sd({typeName:lr.ZodUndefined,...Br(t)});var fd=class extends Or{_parse(e){if(this._getType(e)!==Yt.null){let a=this._getOrReturnCtx(e);return Wt(a,{code:Ot.invalid_type,expected:Yt.null,received:a.parsedType}),pr}return $a(e.data)}};fd.create=t=>new fd({typeName:lr.ZodNull,...Br(t)});var pc=class extends Or{constructor(){super(...arguments),this._any=!0}_parse(e){return $a(e.data)}};pc.create=t=>new pc({typeName:lr.ZodAny,...Br(t)});var Ch=class extends Or{constructor(){super(...arguments),this._unknown=!0}_parse(e){return $a(e.data)}};Ch.create=t=>new Ch({typeName:lr.ZodUnknown,...Br(t)});var Tf=class extends Or{_parse(e){let r=this._getOrReturnCtx(e);return Wt(r,{code:Ot.invalid_type,expected:Yt.never,received:r.parsedType}),pr}};Tf.create=t=>new Tf({typeName:lr.ZodNever,...Br(t)});var x1=class extends Or{_parse(e){if(this._getType(e)!==Yt.undefined){let a=this._getOrReturnCtx(e);return Wt(a,{code:Ot.invalid_type,expected:Yt.void,received:a.parsedType}),pr}return $a(e.data)}};x1.create=t=>new x1({typeName:lr.ZodVoid,...Br(t)});var Lh=class t extends Or{_parse(e){let{ctx:r,status:a}=this._processInputParams(e),i=this._def;if(r.parsedType!==Yt.array)return Wt(r,{code:Ot.invalid_type,expected:Yt.array,received:r.parsedType}),pr;if(i.exactLength!==null){let l=r.data.length>i.exactLength.value,p=r.data.length<i.exactLength.value;(l||p)&&(Wt(r,{code:l?Ot.too_big:Ot.too_small,minimum:p?i.exactLength.value:void 0,maximum:l?i.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:i.exactLength.message}),a.dirty())}if(i.minLength!==null&&r.data.length<i.minLength.value&&(Wt(r,{code:Ot.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),a.dirty()),i.maxLength!==null&&r.data.length>i.maxLength.value&&(Wt(r,{code:Ot.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),a.dirty()),r.common.async)return Promise.all([...r.data].map((l,p)=>i.type._parseAsync(new Os(r,l,r.path,p)))).then(l=>Ia.mergeArray(a,l));let h=[...r.data].map((l,p)=>i.type._parseSync(new Os(r,l,r.path,p)));return Ia.mergeArray(a,h)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:rr.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:rr.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:rr.toString(r)}})}nonempty(e){return this.min(1,e)}};Lh.create=(t,e)=>new Lh({type:t,minLength:null,maxLength:null,exactLength:null,typeName:lr.ZodArray,...Br(e)});function y1(t){if(t instanceof ao){let e={};for(let r in t.shape){let a=t.shape[r];e[r]=Bs.create(y1(a))}return new ao({...t._def,shape:()=>e})}else return t instanceof Lh?new Lh({...t._def,type:y1(t.element)}):t instanceof Bs?Bs.create(y1(t.unwrap())):t instanceof Pu?Pu.create(y1(t.unwrap())):t instanceof Ou?Ou.create(t.items.map(e=>y1(e))):t}var ao=class t extends Or{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),r=fi.objectKeys(e);return this._cached={shape:e,keys:r}}_parse(e){if(this._getType(e)!==Yt.object){let g=this._getOrReturnCtx(e);return Wt(g,{code:Ot.invalid_type,expected:Yt.object,received:g.parsedType}),pr}let{status:a,ctx:i}=this._processInputParams(e),{shape:h,keys:l}=this._getCached(),p=[];if(!(this._def.catchall instanceof Tf&&this._def.unknownKeys==="strip"))for(let g in i.data)l.includes(g)||p.push(g);let b=[];for(let g of l){let y=h[g],M=i.data[g];b.push({key:{status:"valid",value:g},value:y._parse(new Os(i,M,i.path,g)),alwaysSet:g in i.data})}if(this._def.catchall instanceof Tf){let g=this._def.unknownKeys;if(g==="passthrough")for(let y of p)b.push({key:{status:"valid",value:y},value:{status:"valid",value:i.data[y]}});else if(g==="strict")p.length>0&&(Wt(i,{code:Ot.unrecognized_keys,keys:p}),a.dirty());else if(g!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let g=this._def.catchall;for(let y of p){let M=i.data[y];b.push({key:{status:"valid",value:y},value:g._parse(new Os(i,M,i.path,y)),alwaysSet:y in i.data})}}return i.common.async?Promise.resolve().then(async()=>{let g=[];for(let y of b){let M=await y.key,x=await y.value;g.push({key:M,value:x,alwaysSet:y.alwaysSet})}return g}).then(g=>Ia.mergeObjectSync(a,g)):Ia.mergeObjectSync(a,b)}get shape(){return this._def.shape()}strict(e){return rr.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,a)=>{var i,h,l,p;let b=(l=(h=(i=this._def).errorMap)===null||h===void 0?void 0:h.call(i,r,a).message)!==null&&l!==void 0?l:a.defaultError;return r.code==="unrecognized_keys"?{message:(p=rr.errToObj(e).message)!==null&&p!==void 0?p:b}:{message:b}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:lr.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};return fi.objectKeys(e).forEach(a=>{e[a]&&this.shape[a]&&(r[a]=this.shape[a])}),new t({...this._def,shape:()=>r})}omit(e){let r={};return fi.objectKeys(this.shape).forEach(a=>{e[a]||(r[a]=this.shape[a])}),new t({...this._def,shape:()=>r})}deepPartial(){return y1(this)}partial(e){let r={};return fi.objectKeys(this.shape).forEach(a=>{let i=this.shape[a];e&&!e[a]?r[a]=i:r[a]=i.optional()}),new t({...this._def,shape:()=>r})}required(e){let r={};return fi.objectKeys(this.shape).forEach(a=>{if(e&&!e[a])r[a]=this.shape[a];else{let h=this.shape[a];for(;h instanceof Bs;)h=h._def.innerType;r[a]=h}}),new t({...this._def,shape:()=>r})}keyof(){return eQ(fi.objectKeys(this.shape))}};ao.create=(t,e)=>new ao({shape:()=>t,unknownKeys:"strip",catchall:Tf.create(),typeName:lr.ZodObject,...Br(e)});ao.strictCreate=(t,e)=>new ao({shape:()=>t,unknownKeys:"strict",catchall:Tf.create(),typeName:lr.ZodObject,...Br(e)});ao.lazycreate=(t,e)=>new ao({shape:t,unknownKeys:"strip",catchall:Tf.create(),typeName:lr.ZodObject,...Br(e)});var ud=class extends Or{_parse(e){let{ctx:r}=this._processInputParams(e),a=this._def.options;function i(h){for(let p of h)if(p.result.status==="valid")return p.result;for(let p of h)if(p.result.status==="dirty")return r.common.issues.push(...p.ctx.common.issues),p.result;let l=h.map(p=>new Oo(p.ctx.common.issues));return Wt(r,{code:Ot.invalid_union,unionErrors:l}),pr}if(r.common.async)return Promise.all(a.map(async h=>{let l={...r,common:{...r.common,issues:[]},parent:null};return{result:await h._parseAsync({data:r.data,path:r.path,parent:l}),ctx:l}})).then(i);{let h,l=[];for(let b of a){let g={...r,common:{...r.common,issues:[]},parent:null},y=b._parseSync({data:r.data,path:r.path,parent:g});if(y.status==="valid")return y;y.status==="dirty"&&!h&&(h={result:y,ctx:g}),g.common.issues.length&&l.push(g.common.issues)}if(h)return r.common.issues.push(...h.ctx.common.issues),h.result;let p=l.map(b=>new Oo(b));return Wt(r,{code:Ot.invalid_union,unionErrors:p}),pr}}get options(){return this._def.options}};ud.create=(t,e)=>new ud({options:t,typeName:lr.ZodUnion,...Br(e)});var Nh=t=>t instanceof ld?Nh(t.schema):t instanceof Po?Nh(t.innerType()):t instanceof cd?[t.value]:t instanceof dd?t.options:t instanceof pd?fi.objectValues(t.enum):t instanceof vd?Nh(t._def.innerType):t instanceof sd?[void 0]:t instanceof fd?[null]:t instanceof Bs?[void 0,...Nh(t.unwrap())]:t instanceof Pu?[null,...Nh(t.unwrap())]:t instanceof Pg||t instanceof gd?Nh(t.unwrap()):t instanceof md?Nh(t._def.innerType):[],L8=class t extends Or{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==Yt.object)return Wt(r,{code:Ot.invalid_type,expected:Yt.object,received:r.parsedType}),pr;let a=this.discriminator,i=r.data[a],h=this.optionsMap.get(i);return h?r.common.async?h._parseAsync({data:r.data,path:r.path,parent:r}):h._parseSync({data:r.data,path:r.path,parent:r}):(Wt(r,{code:Ot.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[a]}),pr)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,a){let i=new Map;for(let h of r){let l=Nh(h.shape[e]);if(!l.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let p of l){if(i.has(p))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(p)}`);i.set(p,h)}}return new t({typeName:lr.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:i,...Br(a)})}};function mT(t,e){let r=cc(t),a=cc(e);if(t===e)return{valid:!0,data:t};if(r===Yt.object&&a===Yt.object){let i=fi.objectKeys(e),h=fi.objectKeys(t).filter(p=>i.indexOf(p)!==-1),l={...t,...e};for(let p of h){let b=mT(t[p],e[p]);if(!b.valid)return{valid:!1};l[p]=b.data}return{valid:!0,data:l}}else if(r===Yt.array&&a===Yt.array){if(t.length!==e.length)return{valid:!1};let i=[];for(let h=0;h<t.length;h++){let l=t[h],p=e[h],b=mT(l,p);if(!b.valid)return{valid:!1};i.push(b.data)}return{valid:!0,data:i}}else return r===Yt.date&&a===Yt.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var hd=class extends Or{_parse(e){let{status:r,ctx:a}=this._processInputParams(e),i=(h,l)=>{if(pT(h)||pT(l))return pr;let p=mT(h.value,l.value);return p.valid?((vT(h)||vT(l))&&r.dirty(),{status:r.value,value:p.data}):(Wt(a,{code:Ot.invalid_intersection_types}),pr)};return a.common.async?Promise.all([this._def.left._parseAsync({data:a.data,path:a.path,parent:a}),this._def.right._parseAsync({data:a.data,path:a.path,parent:a})]).then(([h,l])=>i(h,l)):i(this._def.left._parseSync({data:a.data,path:a.path,parent:a}),this._def.right._parseSync({data:a.data,path:a.path,parent:a}))}};hd.create=(t,e,r)=>new hd({left:t,right:e,typeName:lr.ZodIntersection,...Br(r)});var Ou=class t extends Or{_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.parsedType!==Yt.array)return Wt(a,{code:Ot.invalid_type,expected:Yt.array,received:a.parsedType}),pr;if(a.data.length<this._def.items.length)return Wt(a,{code:Ot.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),pr;!this._def.rest&&a.data.length>this._def.items.length&&(Wt(a,{code:Ot.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let h=[...a.data].map((l,p)=>{let b=this._def.items[p]||this._def.rest;return b?b._parse(new Os(a,l,a.path,p)):null}).filter(l=>!!l);return a.common.async?Promise.all(h).then(l=>Ia.mergeArray(r,l)):Ia.mergeArray(r,h)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};Ou.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Ou({items:t,typeName:lr.ZodTuple,rest:null,...Br(e)})};var $8=class t extends Or{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.parsedType!==Yt.object)return Wt(a,{code:Ot.invalid_type,expected:Yt.object,received:a.parsedType}),pr;let i=[],h=this._def.keyType,l=this._def.valueType;for(let p in a.data)i.push({key:h._parse(new Os(a,p,a.path,p)),value:l._parse(new Os(a,a.data[p],a.path,p)),alwaysSet:p in a.data});return a.common.async?Ia.mergeObjectAsync(r,i):Ia.mergeObjectSync(r,i)}get element(){return this._def.valueType}static create(e,r,a){return r instanceof Or?new t({keyType:e,valueType:r,typeName:lr.ZodRecord,...Br(a)}):new t({keyType:dc.create(),valueType:e,typeName:lr.ZodRecord,...Br(r)})}},S1=class extends Or{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.parsedType!==Yt.map)return Wt(a,{code:Ot.invalid_type,expected:Yt.map,received:a.parsedType}),pr;let i=this._def.keyType,h=this._def.valueType,l=[...a.data.entries()].map(([p,b],g)=>({key:i._parse(new Os(a,p,a.path,[g,"key"])),value:h._parse(new Os(a,b,a.path,[g,"value"]))}));if(a.common.async){let p=new Map;return Promise.resolve().then(async()=>{for(let b of l){let g=await b.key,y=await b.value;if(g.status==="aborted"||y.status==="aborted")return pr;(g.status==="dirty"||y.status==="dirty")&&r.dirty(),p.set(g.value,y.value)}return{status:r.value,value:p}})}else{let p=new Map;for(let b of l){let g=b.key,y=b.value;if(g.status==="aborted"||y.status==="aborted")return pr;(g.status==="dirty"||y.status==="dirty")&&r.dirty(),p.set(g.value,y.value)}return{status:r.value,value:p}}}};S1.create=(t,e,r)=>new S1({valueType:e,keyType:t,typeName:lr.ZodMap,...Br(r)});var E1=class t extends Or{_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.parsedType!==Yt.set)return Wt(a,{code:Ot.invalid_type,expected:Yt.set,received:a.parsedType}),pr;let i=this._def;i.minSize!==null&&a.data.size<i.minSize.value&&(Wt(a,{code:Ot.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),r.dirty()),i.maxSize!==null&&a.data.size>i.maxSize.value&&(Wt(a,{code:Ot.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),r.dirty());let h=this._def.valueType;function l(b){let g=new Set;for(let y of b){if(y.status==="aborted")return pr;y.status==="dirty"&&r.dirty(),g.add(y.value)}return{status:r.value,value:g}}let p=[...a.data.values()].map((b,g)=>h._parse(new Os(a,b,a.path,g)));return a.common.async?Promise.all(p).then(b=>l(b)):l(p)}min(e,r){return new t({...this._def,minSize:{value:e,message:rr.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:rr.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};E1.create=(t,e)=>new E1({valueType:t,minSize:null,maxSize:null,typeName:lr.ZodSet,...Br(e)});var D8=class t extends Or{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==Yt.function)return Wt(r,{code:Ot.invalid_type,expected:Yt.function,received:r.parsedType}),pr;function a(p,b){return N8({data:p,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,P8(),_1].filter(g=>!!g),issueData:{code:Ot.invalid_arguments,argumentsError:b}})}function i(p,b){return N8({data:p,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,P8(),_1].filter(g=>!!g),issueData:{code:Ot.invalid_return_type,returnTypeError:b}})}let h={errorMap:r.common.contextualErrorMap},l=r.data;if(this._def.returns instanceof vc){let p=this;return $a(async function(...b){let g=new Oo([]),y=await p._def.args.parseAsync(b,h).catch(E=>{throw g.addIssue(a(b,E)),g}),M=await Reflect.apply(l,this,y);return await p._def.returns._def.type.parseAsync(M,h).catch(E=>{throw g.addIssue(i(M,E)),g})})}else{let p=this;return $a(function(...b){let g=p._def.args.safeParse(b,h);if(!g.success)throw new Oo([a(b,g.error)]);let y=Reflect.apply(l,this,g.data),M=p._def.returns.safeParse(y,h);if(!M.success)throw new Oo([i(y,M.error)]);return M.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:Ou.create(e).rest(Ch.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,a){return new t({args:e||Ou.create([]).rest(Ch.create()),returns:r||Ch.create(),typeName:lr.ZodFunction,...Br(a)})}},ld=class extends Or{get schema(){return this._def.getter()}_parse(e){let{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};ld.create=(t,e)=>new ld({getter:t,typeName:lr.ZodLazy,...Br(e)});var cd=class extends Or{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return Wt(r,{received:r.data,code:Ot.invalid_literal,expected:this._def.value}),pr}return{status:"valid",value:e.data}}get value(){return this._def.value}};cd.create=(t,e)=>new cd({value:t,typeName:lr.ZodLiteral,...Br(e)});function eQ(t,e){return new dd({values:t,typeName:lr.ZodEnum,...Br(e)})}var dd=class t extends Or{constructor(){super(...arguments),kg.set(this,void 0)}_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),a=this._def.values;return Wt(r,{expected:fi.joinValues(a),received:r.parsedType,code:Ot.invalid_type}),pr}if(C8(this,kg,"f")||YX(this,kg,new Set(this._def.values),"f"),!C8(this,kg,"f").has(e.data)){let r=this._getOrReturnCtx(e),a=this._def.values;return Wt(r,{received:r.data,code:Ot.invalid_enum_value,options:a}),pr}return $a(e.data)}get options(){return this._def.values}get enum(){let e={};for(let r of this._def.values)e[r]=r;return e}get Values(){let e={};for(let r of this._def.values)e[r]=r;return e}get Enum(){let e={};for(let r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return t.create(e,{...this._def,...r})}exclude(e,r=this._def){return t.create(this.options.filter(a=>!e.includes(a)),{...this._def,...r})}};kg=new WeakMap;dd.create=eQ;var pd=class extends Or{constructor(){super(...arguments),Ig.set(this,void 0)}_parse(e){let r=fi.getValidEnumValues(this._def.values),a=this._getOrReturnCtx(e);if(a.parsedType!==Yt.string&&a.parsedType!==Yt.number){let i=fi.objectValues(r);return Wt(a,{expected:fi.joinValues(i),received:a.parsedType,code:Ot.invalid_type}),pr}if(C8(this,Ig,"f")||YX(this,Ig,new Set(fi.getValidEnumValues(this._def.values)),"f"),!C8(this,Ig,"f").has(e.data)){let i=fi.objectValues(r);return Wt(a,{received:a.data,code:Ot.invalid_enum_value,options:i}),pr}return $a(e.data)}get enum(){return this._def.values}};Ig=new WeakMap;pd.create=(t,e)=>new pd({values:t,typeName:lr.ZodNativeEnum,...Br(e)});var vc=class extends Or{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==Yt.promise&&r.common.async===!1)return Wt(r,{code:Ot.invalid_type,expected:Yt.promise,received:r.parsedType}),pr;let a=r.parsedType===Yt.promise?r.data:Promise.resolve(r.data);return $a(a.then(i=>this._def.type.parseAsync(i,{path:r.path,errorMap:r.common.contextualErrorMap})))}};vc.create=(t,e)=>new vc({type:t,typeName:lr.ZodPromise,...Br(e)});var Po=class extends Or{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===lr.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:a}=this._processInputParams(e),i=this._def.effect||null,h={addIssue:l=>{Wt(a,l),l.fatal?r.abort():r.dirty()},get path(){return a.path}};if(h.addIssue=h.addIssue.bind(h),i.type==="preprocess"){let l=i.transform(a.data,h);if(a.common.async)return Promise.resolve(l).then(async p=>{if(r.value==="aborted")return pr;let b=await this._def.schema._parseAsync({data:p,path:a.path,parent:a});return b.status==="aborted"?pr:b.status==="dirty"||r.value==="dirty"?w1(b.value):b});{if(r.value==="aborted")return pr;let p=this._def.schema._parseSync({data:l,path:a.path,parent:a});return p.status==="aborted"?pr:p.status==="dirty"||r.value==="dirty"?w1(p.value):p}}if(i.type==="refinement"){let l=p=>{let b=i.refinement(p,h);if(a.common.async)return Promise.resolve(b);if(b instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return p};if(a.common.async===!1){let p=this._def.schema._parseSync({data:a.data,path:a.path,parent:a});return p.status==="aborted"?pr:(p.status==="dirty"&&r.dirty(),l(p.value),{status:r.value,value:p.value})}else return this._def.schema._parseAsync({data:a.data,path:a.path,parent:a}).then(p=>p.status==="aborted"?pr:(p.status==="dirty"&&r.dirty(),l(p.value).then(()=>({status:r.value,value:p.value}))))}if(i.type==="transform")if(a.common.async===!1){let l=this._def.schema._parseSync({data:a.data,path:a.path,parent:a});if(!Bg(l))return l;let p=i.transform(l.value,h);if(p instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:p}}else return this._def.schema._parseAsync({data:a.data,path:a.path,parent:a}).then(l=>Bg(l)?Promise.resolve(i.transform(l.value,h)).then(p=>({status:r.value,value:p})):l);fi.assertNever(i)}};Po.create=(t,e,r)=>new Po({schema:t,typeName:lr.ZodEffects,effect:e,...Br(r)});Po.createWithPreprocess=(t,e,r)=>new Po({schema:e,effect:{type:"preprocess",transform:t},typeName:lr.ZodEffects,...Br(r)});var Bs=class extends Or{_parse(e){return this._getType(e)===Yt.undefined?$a(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Bs.create=(t,e)=>new Bs({innerType:t,typeName:lr.ZodOptional,...Br(e)});var Pu=class extends Or{_parse(e){return this._getType(e)===Yt.null?$a(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Pu.create=(t,e)=>new Pu({innerType:t,typeName:lr.ZodNullable,...Br(e)});var vd=class extends Or{_parse(e){let{ctx:r}=this._processInputParams(e),a=r.data;return r.parsedType===Yt.undefined&&(a=this._def.defaultValue()),this._def.innerType._parse({data:a,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};vd.create=(t,e)=>new vd({innerType:t,typeName:lr.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Br(e)});var md=class extends Or{_parse(e){let{ctx:r}=this._processInputParams(e),a={...r,common:{...r.common,issues:[]}},i=this._def.innerType._parse({data:a.data,path:a.path,parent:{...a}});return Og(i)?i.then(h=>({status:"valid",value:h.status==="valid"?h.value:this._def.catchValue({get error(){return new Oo(a.common.issues)},input:a.data})})):{status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new Oo(a.common.issues)},input:a.data})}}removeCatch(){return this._def.innerType}};md.create=(t,e)=>new md({innerType:t,typeName:lr.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Br(e)});var A1=class extends Or{_parse(e){if(this._getType(e)!==Yt.nan){let a=this._getOrReturnCtx(e);return Wt(a,{code:Ot.invalid_type,expected:Yt.nan,received:a.parsedType}),pr}return{status:"valid",value:e.data}}};A1.create=t=>new A1({typeName:lr.ZodNaN,...Br(t)});var gwe=Symbol("zod_brand"),Pg=class extends Or{_parse(e){let{ctx:r}=this._processInputParams(e),a=r.data;return this._def.type._parse({data:a,path:r.path,parent:r})}unwrap(){return this._def.type}},Ng=class t extends Or{_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.common.async)return(async()=>{let h=await this._def.in._parseAsync({data:a.data,path:a.path,parent:a});return h.status==="aborted"?pr:h.status==="dirty"?(r.dirty(),w1(h.value)):this._def.out._parseAsync({data:h.value,path:a.path,parent:a})})();{let i=this._def.in._parseSync({data:a.data,path:a.path,parent:a});return i.status==="aborted"?pr:i.status==="dirty"?(r.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:a.path,parent:a})}}static create(e,r){return new t({in:e,out:r,typeName:lr.ZodPipeline})}},gd=class extends Or{_parse(e){let r=this._def.innerType._parse(e),a=i=>(Bg(i)&&(i.value=Object.freeze(i.value)),i);return Og(r)?r.then(i=>a(i)):a(r)}unwrap(){return this._def.innerType}};gd.create=(t,e)=>new gd({innerType:t,typeName:lr.ZodReadonly,...Br(e)});function tQ(t,e={},r){return t?pc.create().superRefine((a,i)=>{var h,l;if(!t(a)){let p=typeof e=="function"?e(a):typeof e=="string"?{message:e}:e,b=(l=(h=p.fatal)!==null&&h!==void 0?h:r)!==null&&l!==void 0?l:!0,g=typeof p=="string"?{message:p}:p;i.addIssue({code:"custom",...g,fatal:b})}}):pc.create()}var bwe={object:ao.lazycreate},lr;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(lr||(lr={}));var ywe=(t,e={message:`Input not instance of ${t.name}`})=>tQ(r=>r instanceof t,e),rQ=dc.create,iQ=id.create,wwe=A1.create,_we=nd.create,nQ=ad.create,Mwe=od.create,xwe=M1.create,Swe=sd.create,Ewe=fd.create,Awe=pc.create,Rwe=Ch.create,Twe=Tf.create,kwe=x1.create,Iwe=Lh.create,Bwe=ao.create,Owe=ao.strictCreate,Pwe=ud.create,Nwe=L8.create,Cwe=hd.create,Lwe=Ou.create,$we=$8.create,Dwe=S1.create,qwe=E1.create,Uwe=D8.create,Fwe=ld.create,jwe=cd.create,zwe=dd.create,Zwe=pd.create,Hwe=vc.create,VX=Po.create,Kwe=Bs.create,Wwe=Pu.create,Vwe=Po.createWithPreprocess,Gwe=Ng.create,Ywe=()=>rQ().optional(),Jwe=()=>iQ().optional(),Xwe=()=>nQ().optional(),Qwe={string:t=>dc.create({...t,coerce:!0}),number:t=>id.create({...t,coerce:!0}),boolean:t=>ad.create({...t,coerce:!0}),bigint:t=>nd.create({...t,coerce:!0}),date:t=>od.create({...t,coerce:!0})},e5e=pr,vr=Object.freeze({__proto__:null,defaultErrorMap:_1,setErrorMap:ewe,getErrorMap:P8,makeIssue:N8,EMPTY_PATH:twe,addIssueToContext:Wt,ParseStatus:Ia,INVALID:pr,DIRTY:w1,OK:$a,isAborted:pT,isDirty:vT,isValid:Bg,isAsync:Og,get util(){return fi},get objectUtil(){return dT},ZodParsedType:Yt,getParsedType:cc,ZodType:Or,datetimeRegex:QX,ZodString:dc,ZodNumber:id,ZodBigInt:nd,ZodBoolean:ad,ZodDate:od,ZodSymbol:M1,ZodUndefined:sd,ZodNull:fd,ZodAny:pc,ZodUnknown:Ch,ZodNever:Tf,ZodVoid:x1,ZodArray:Lh,ZodObject:ao,ZodUnion:ud,ZodDiscriminatedUnion:L8,ZodIntersection:hd,ZodTuple:Ou,ZodRecord:$8,ZodMap:S1,ZodSet:E1,ZodFunction:D8,ZodLazy:ld,ZodLiteral:cd,ZodEnum:dd,ZodNativeEnum:pd,ZodPromise:vc,ZodEffects:Po,ZodTransformer:Po,ZodOptional:Bs,ZodNullable:Pu,ZodDefault:vd,ZodCatch:md,ZodNaN:A1,BRAND:gwe,ZodBranded:Pg,ZodPipeline:Ng,ZodReadonly:gd,custom:tQ,Schema:Or,ZodSchema:Or,late:bwe,get ZodFirstPartyTypeKind(){return lr},coerce:Qwe,any:Awe,array:Iwe,bigint:_we,boolean:nQ,date:Mwe,discriminatedUnion:Nwe,effect:VX,enum:zwe,function:Uwe,instanceof:ywe,intersection:Cwe,lazy:Fwe,literal:jwe,map:Dwe,nan:wwe,nativeEnum:Zwe,never:Twe,null:Ewe,nullable:Wwe,number:iQ,object:Bwe,oboolean:Xwe,onumber:Jwe,optional:Kwe,ostring:Ywe,pipeline:Gwe,preprocess:Vwe,promise:Hwe,record:$we,set:qwe,strictObject:Owe,string:rQ,symbol:xwe,transformer:VX,tuple:Lwe,undefined:Swe,union:Pwe,unknown:Rwe,void:kwe,NEVER:e5e,ZodIssueCode:Ot,quotelessJson:Q4e,ZodError:Oo});ie();ae();ne();var q8=new RegExp("^[a-zA-Z0-9_-]{43}$"),Oft=new RegExp("^(?:(?!-)[A-Za-z0-9-]{1,63}(?<!-)\\.)+[A-Za-z]{1,63}$"),Pft=new RegExp("^[0-9]{12},[0-9]{13},[a-fA-F0-9]{64}$"),Nft=He.env.ARNS_REGISTRY_TX??"bLAgYxAdX2Ry-nt6aH2ixgvJXbpsEYm28NgJgyqfs-U",Cft="_NctcA2sRy1-J4OmIQZbYFPM17piNcbdBPH2ncX2RL8",t5e="GaQrvEMKBpkjofgnBi_B3IgIDmY_XYelVLB6GcRGrHc",Lft=t5e,R1="agYcCFJtrMG6cqMuZfskIkFTGvUPddICmtQSBIoPdiA",U8="i_le_yKKPVstLTDSmkHRqf-wYphMnwB9OhleiTgMkWc",gT=1e6,aQ="cbn0KKrBZH7hdNkNokuXLtGryrWM--PjSTBqIzw9Kkk",bT="XP9_LFTae8C0yvCb_DUJaC5LXaiZIbiGT1yY25X0JCg",oQ="_GQ33BkPtZrqxA84vM8Zk-N2aO0toNNu_C-l-rawrBA";var bd=vr.string({description:"Arweave Transaction ID"}).refine(t=>q8.test(t),{message:"Must be an Arweave Transaction ID"}),sQ=vr.string({description:"Integer String"}).refine(t=>{let e=parseInt(t);return Number.isInteger(e)&&e>=0},{message:"Must be a non negative integer string"}),r5e=vr.string(),uQ=vr.array(vr.string()),F8=vr.object({transactionId:bd.describe("The Target ID of the undername"),ttlSeconds:vr.number()}),yT=vr.record(vr.string(),F8),wT=vr.array(bd.describe("Controller address")),_T=vr.record(bd.describe("Holder address"),vr.number()),MT=vr.object({Name:vr.string().describe("The name of the ANT."),Ticker:vr.string().describe("The ticker symbol for the ANT."),Description:vr.string().describe("The description for the ANT."),Keywords:uQ.describe("The keywords for the ANT."),Denomination:vr.number().describe("The number of decimal places to use for the ANT. Defaults to 0 if not set representing whole numbers.").min(0,{message:"Denomination must be a non-negative number"}),Owner:bd.describe("The Owners address."),Controllers:wT.describe("Controllers of the ANT who have administrative privileges."),Records:yT.describe("Records associated with the ANT."),Balances:_T.describe("Balance details for each address holding the ANT."),Logo:bd.describe("Transaction ID of the ANT logo."),TotalSupply:vr.number().describe("Total supply of the ANT in circulation.").min(0,{message:"Total supply must be a non-negative number"}),Initialized:vr.boolean().describe("Flag indicating whether the ANT has been initialized.")}),i5e=["balance","balances","totalSupply","info","controllers","record","records","state"],n5e=["_eval","_default","transfer","addController","removeController","setRecord","removeRecord","setName","setTicker","setDescription","setKeywords","setLogo","initializeState","releaseName","reassignName","approvePrimaryName","removePrimaryNames"],a5e=[...i5e,...n5e],fQ=vr.array(vr.string({description:"Handler Name"})).refine(t=>a5e.every(e=>t.includes(e)),{message:"ANT is missing required handlers"}),hQ=vr.object({Name:vr.string().describe("The name of the ANT."),Owner:bd.describe("The Owners address."),Ticker:vr.string().describe("The ticker symbol for the ANT."),"Total-Supply":sQ.describe("Total supply of the ANT in circulation."),Description:r5e.describe("The description for the ANT."),Keywords:uQ.describe("The keywords for the ANT."),Logo:bd.describe("Transaction ID of the ANT logo."),Denomination:sQ.describe("The number of decimal places to use for the ANT. Defaults to 0 if not set representing whole numbers."),Handlers:fQ.optional().describe("List of handlers for the ANT."),HandlerNames:fQ.optional().describe('Deprecated: List of handlers for the ANT. Use "Handlers" instead.')});function zft(t){return MT.safeParse(t).success}ie();ae();ne();ie();ae();ne();ie();ae();ne();var lQ=t=>q8.test(t);function Xft(t){return t!==void 0&&!isNaN(parseInt(t.toString()))}var ra=t=>t.filter(e=>e.value!==void 0),$h=async t=>await t.blocks.getCurrent().then(e=>e.timestamp*1e3).catch(()=>Date.now()),oo=t=>{let e=[{name:"Cursor",value:t?.cursor?.toString()},{name:"Limit",value:t?.limit?.toString()},{name:"Sort-By",value:t?.sortBy?.toString()},{name:"Sort-Order",value:t?.sortOrder?.toString()}];return ra(e)};function Dh(t){return"process"in t}function qh(t){return"processId"in t&&typeof t.processId=="string"&&lQ(t.processId)===!0}function nut(t){return t.type==="lease"}ie();ae();ne();var xT=class t{constructor(e){this.positiveFiniteInteger=e;if(!Number.isFinite(this.positiveFiniteInteger)||!Number.isInteger(this.positiveFiniteInteger)||this.positiveFiniteInteger<0)throw new Error(`Number must be a non-negative integer value! ${e}`)}[Symbol.toPrimitive](e){return e==="string"&&this.toString(),this.positiveFiniteInteger}plus(e){return new t(this.positiveFiniteInteger+e.positiveFiniteInteger)}minus(e){return new t(this.positiveFiniteInteger-e.positiveFiniteInteger)}isGreaterThan(e){return this.positiveFiniteInteger>e.positiveFiniteInteger}isGreaterThanOrEqualTo(e){return this.positiveFiniteInteger>=e.positiveFiniteInteger}isLessThan(e){return this.positiveFiniteInteger<e.positiveFiniteInteger}isLessThanOrEqualTo(e){return this.positiveFiniteInteger<=e.positiveFiniteInteger}toString(){return`${this.positiveFiniteInteger}`}valueOf(){return this.positiveFiniteInteger}toJSON(){return this.positiveFiniteInteger}equals(e){return this.positiveFiniteInteger===e.positiveFiniteInteger}},ST=class{value;constructor(e){if(!Number.isFinite(e)||e<0)throw new Error("IOToken must be a non-negative finite number");this.value=+e.toFixed(6)}valueOf(){return this.value}toMIO(){return new ET(Math.floor(this.value*gT))}toString(){return`${this.value}`}},ET=class t extends xT{constructor(e){super(e)}multiply(e){let r=Math.floor(this.valueOf()*e.valueOf());return new t(r)}divide(e){if(e.valueOf()===0)throw new Error("Cannot divide by zero");let r=Math.floor(this.valueOf()/e.valueOf());return new t(r)}plus(e){let r=super.plus(e);return new t(r.valueOf())}minus(e){let r=super.minus(e);return new t(r.valueOf())}toIO(){return new ST(this.valueOf()/gT)}};ie();ae();ne();ie();ae();ne();var kf=class extends Error{constructor(e){super(e),this.name=this.constructor.name}},cQ=class extends kf{},dQ=class extends kf{},pQ=class extends kf{constructor(e,r){super(`Failed request: ${e}: ${r}`)}},vQ=class extends kf{},j8=class extends kf{},mQ=class extends kf{constructor(){super("Invalid signer. Please provide a valid signer to interact with the contract.")}},Nu=class extends kf{constructor(){super("Invalid contract configuration")}},gQ=class extends kf{constructor(){super("Invalid process configuration")}},bQ=class extends kf{};ie();ae();ne();var Df=gi(Dae(),1);ie();ae();ne();var G4="2.5.4-alpha.1";var Fu=class t{logger;silent=!1;static default=new t;constructor({level:e="info"}={}){e==="none"&&(this.silent=!0),typeof window<"u"?this.logger=console:this.logger=(0,Df.createLogger)({level:e,silent:this.silent,defaultMeta:{name:"ar-io-sdk",version:G4},format:Df.format.combine(Df.format.timestamp(),Df.format.json()),transports:[new Df.transports.Console({format:Df.format.combine(Df.format.timestamp(),Df.format.json())})]})}info(e,...r){this.silent||this.logger.info(e,...r)}warn(e,...r){this.silent||this.logger.warn(e,...r)}error(e,...r){this.silent||this.logger.error(e,...r)}debug(e,...r){this.silent||this.logger.debug(e,...r)}setLogLevel(e){this.silent=e==="none","silent"in this.logger&&(this.logger.silent=e==="none"),"level"in this.logger&&(this.logger.level=e)}};ie();ae();ne();ie();ae();ne();ie();ae();ne();var aBe=Object.create,sB=Object.defineProperty,oBe=Object.getOwnPropertyDescriptor,hoe=Object.getOwnPropertyNames,sBe=Object.getPrototypeOf,fBe=Object.prototype.hasOwnProperty,Lo=(t,e)=>function(){return e||(0,t[hoe(t)[0]])((e={exports:{}}).exports,e),e.exports},loe=(t,e)=>{for(var r in e)sB(t,r,{get:e[r],enumerable:!0})},uBe=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of hoe(e))!fBe.call(t,i)&&i!==r&&sB(t,i,{get:()=>e[i],enumerable:!(a=oBe(e,i))||a.enumerable});return t},fB=(t,e,r)=>(r=t!=null?aBe(sBe(t)):{},uBe(e||!t||!t.__esModule?sB(r,"default",{value:t,enumerable:!0}):r,t)),hBe=Lo({"node_modules/obliterator/iterator.js"(t,e){function r(a){if(typeof a!="function")throw new Error("obliterator/iterator: expecting a function!");this.next=a}typeof Symbol<"u"&&(r.prototype[Symbol.iterator]=function(){return this}),r.of=function(){var a=arguments,i=a.length,h=0;return new r(function(){return h>=i?{done:!0}:{done:!1,value:a[h++]}})},r.empty=function(){var a=new r(function(){return{done:!0}});return a},r.fromSequence=function(a){var i=0,h=a.length;return new r(function(){return i>=h?{done:!0}:{done:!1,value:a[i++]}})},r.is=function(a){return a instanceof r?!0:typeof a=="object"&&a!==null&&typeof a.next=="function"},e.exports=r}}),lBe=Lo({"node_modules/obliterator/support.js"(t){t.ARRAY_BUFFER_SUPPORT=typeof ArrayBuffer<"u",t.SYMBOL_SUPPORT=typeof Symbol<"u"}}),uB=Lo({"node_modules/obliterator/foreach.js"(t,e){var r=lBe(),a=r.ARRAY_BUFFER_SUPPORT,i=r.SYMBOL_SUPPORT;e.exports=function(l,p){var b,g,y,M,x;if(!l)throw new Error("obliterator/forEach: invalid iterable.");if(typeof p!="function")throw new Error("obliterator/forEach: expecting a callback.");if(Array.isArray(l)||a&&ArrayBuffer.isView(l)||typeof l=="string"||l.toString()==="[object Arguments]"){for(y=0,M=l.length;y<M;y++)p(l[y],y);return}if(typeof l.forEach=="function"){l.forEach(p);return}if(i&&Symbol.iterator in l&&typeof l.next!="function"&&(l=l[Symbol.iterator]()),typeof l.next=="function"){for(b=l,y=0;x=b.next(),x.done!==!0;)p(x.value,y),y++;return}for(g in l)l.hasOwnProperty(g)&&p(l[g],g)}}}),hB=Lo({"node_modules/mnemonist/utils/typed-arrays.js"(t){var e=Math.pow(2,8)-1,r=Math.pow(2,16)-1,a=Math.pow(2,32)-1,i=Math.pow(2,7)-1,h=Math.pow(2,15)-1,l=Math.pow(2,31)-1;t.getPointerArray=function(b){var g=b-1;if(g<=e)return Uint8Array;if(g<=r)return Uint16Array;if(g<=a)return Uint32Array;throw new Error("mnemonist: Pointer Array of size > 4294967295 is not supported.")},t.getSignedPointerArray=function(b){var g=b-1;return g<=i?Int8Array:g<=h?Int16Array:g<=l?Int32Array:Float64Array},t.getNumberType=function(b){return b===(b|0)?Math.sign(b)===-1?b<=127&&b>=-128?Int8Array:b<=32767&&b>=-32768?Int16Array:Int32Array:b<=255?Uint8Array:b<=65535?Uint16Array:Uint32Array:Float64Array};var p={Uint8Array:1,Int8Array:2,Uint16Array:3,Int16Array:4,Uint32Array:5,Int32Array:6,Float32Array:7,Float64Array:8};t.getMinimalRepresentation=function(b,g){var y=null,M=0,x,E,A,k,O;for(k=0,O=b.length;k<O;k++)A=g?g(b[k]):b[k],E=t.getNumberType(A),x=p[E.name],x>M&&(M=x,y=E);return y},t.isTypedArray=function(b){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView(b)},t.concat=function(){var b=0,g,y,M;for(g=0,M=arguments.length;g<M;g++)b+=arguments[g].length;var x=new arguments[0].constructor(b);for(g=0,y=0;g<M;g++)x.set(arguments[g],y),y+=arguments[g].length;return x},t.indices=function(b){for(var g=t.getPointerArray(b),y=new g(b),M=0;M<b;M++)y[M]=M;return y}}}),coe=Lo({"node_modules/mnemonist/utils/iterables.js"(t){var e=uB(),r=hB();function a(p){return Array.isArray(p)||r.isTypedArray(p)}function i(p){if(typeof p.length=="number")return p.length;if(typeof p.size=="number")return p.size}function h(p){var b=i(p),g=typeof b=="number"?new Array(b):[],y=0;return e(p,function(M){g[y++]=M}),g}function l(p){var b=i(p),g=typeof b=="number"?r.getPointerArray(b):Array,y=typeof b=="number"?new Array(b):[],M=typeof b=="number"?new g(b):[],x=0;return e(p,function(E){y[x]=E,M[x]=x++}),[y,M]}t.isArrayLike=a,t.guessLength=i,t.toArray=h,t.toArrayWithIndices=l}}),cBe=Lo({"node_modules/mnemonist/lru-cache.js"(t,e){var r=hBe(),a=uB(),i=hB(),h=coe();function l(p,b,g){if(arguments.length<2&&(g=p,p=null,b=null),this.capacity=g,typeof this.capacity!="number"||this.capacity<=0)throw new Error("mnemonist/lru-cache: capacity should be positive number.");if(!isFinite(this.capacity)||Math.floor(this.capacity)!==this.capacity)throw new Error("mnemonist/lru-cache: capacity should be a finite positive integer.");var y=i.getPointerArray(g);this.forward=new y(g),this.backward=new y(g),this.K=typeof p=="function"?new p(g):new Array(g),this.V=typeof b=="function"?new b(g):new Array(g),this.size=0,this.head=0,this.tail=0,this.items={}}l.prototype.clear=function(){this.size=0,this.head=0,this.tail=0,this.items={}},l.prototype.splayOnTop=function(p){var b=this.head;if(this.head===p)return this;var g=this.backward[p],y=this.forward[p];return this.tail===p?this.tail=g:this.backward[y]=g,this.forward[g]=y,this.backward[b]=p,this.head=p,this.forward[p]=b,this},l.prototype.set=function(p,b){var g=this.items[p];if(typeof g<"u"){this.splayOnTop(g),this.V[g]=b;return}this.size<this.capacity?g=this.size++:(g=this.tail,this.tail=this.backward[g],delete this.items[this.K[g]]),this.items[p]=g,this.K[g]=p,this.V[g]=b,this.forward[g]=this.head,this.backward[this.head]=g,this.head=g},l.prototype.setpop=function(p,b){var g=null,y=null,M=this.items[p];return typeof M<"u"?(this.splayOnTop(M),g=this.V[M],this.V[M]=b,{evicted:!1,key:p,value:g}):(this.size<this.capacity?M=this.size++:(M=this.tail,this.tail=this.backward[M],g=this.V[M],y=this.K[M],delete this.items[y]),this.items[p]=M,this.K[M]=p,this.V[M]=b,this.forward[M]=this.head,this.backward[this.head]=M,this.head=M,y?{evicted:!0,key:y,value:g}:null)},l.prototype.has=function(p){return p in this.items},l.prototype.get=function(p){var b=this.items[p];if(!(typeof b>"u"))return this.splayOnTop(b),this.V[b]},l.prototype.peek=function(p){var b=this.items[p];if(!(typeof b>"u"))return this.V[b]},l.prototype.forEach=function(p,b){b=arguments.length>1?b:this;for(var g=0,y=this.size,M=this.head,x=this.K,E=this.V,A=this.forward;g<y;)p.call(b,E[M],x[M],this),M=A[M],g++},l.prototype.keys=function(){var p=0,b=this.size,g=this.head,y=this.K,M=this.forward;return new r(function(){if(p>=b)return{done:!0};var x=y[g];return p++,p<b&&(g=M[g]),{done:!1,value:x}})},l.prototype.values=function(){var p=0,b=this.size,g=this.head,y=this.V,M=this.forward;return new r(function(){if(p>=b)return{done:!0};var x=y[g];return p++,p<b&&(g=M[g]),{done:!1,value:x}})},l.prototype.entries=function(){var p=0,b=this.size,g=this.head,y=this.K,M=this.V,x=this.forward;return new r(function(){if(p>=b)return{done:!0};var E=y[g],A=M[g];return p++,p<b&&(g=x[g]),{done:!1,value:[E,A]}})},typeof Symbol<"u"&&(l.prototype[Symbol.iterator]=l.prototype.entries),l.prototype.inspect=function(){for(var p=new Map,b=this.entries(),g;g=b.next(),!g.done;)p.set(g.value[0],g.value[1]);return Object.defineProperty(p,"constructor",{value:l,enumerable:!1}),p},typeof Symbol<"u"&&(l.prototype[Symbol.for("nodejs.util.inspect.custom")]=l.prototype.inspect),l.from=function(p,b,g,y){if(arguments.length<2){if(y=h.guessLength(p),typeof y!="number")throw new Error("mnemonist/lru-cache.from: could not guess iterable length. Please provide desired capacity as last argument.")}else arguments.length===2&&(y=b,b=null,g=null);var M=new l(b,g,y);return a(p,function(x,E){M.set(E,x)}),M},e.exports=l}}),dBe=Lo({"node_modules/mnemonist/lru-map.js"(t,e){var r=cBe(),a=uB(),i=hB(),h=coe();function l(p,b,g){if(arguments.length<2&&(g=p,p=null,b=null),this.capacity=g,typeof this.capacity!="number"||this.capacity<=0)throw new Error("mnemonist/lru-map: capacity should be positive number.");if(!isFinite(this.capacity)||Math.floor(this.capacity)!==this.capacity)throw new Error("mnemonist/lru-map: capacity should be a finite positive integer.");var y=i.getPointerArray(g);this.forward=new y(g),this.backward=new y(g),this.K=typeof p=="function"?new p(g):new Array(g),this.V=typeof b=="function"?new b(g):new Array(g),this.size=0,this.head=0,this.tail=0,this.items=new Map}l.prototype.clear=function(){this.size=0,this.head=0,this.tail=0,this.items.clear()},l.prototype.set=function(p,b){var g=this.items.get(p);if(typeof g<"u"){this.splayOnTop(g),this.V[g]=b;return}this.size<this.capacity?g=this.size++:(g=this.tail,this.tail=this.backward[g],this.items.delete(this.K[g])),this.items.set(p,g),this.K[g]=p,this.V[g]=b,this.forward[g]=this.head,this.backward[this.head]=g,this.head=g},l.prototype.setpop=function(p,b){var g=null,y=null,M=this.items.get(p);return typeof M<"u"?(this.splayOnTop(M),g=this.V[M],this.V[M]=b,{evicted:!1,key:p,value:g}):(this.size<this.capacity?M=this.size++:(M=this.tail,this.tail=this.backward[M],g=this.V[M],y=this.K[M],this.items.delete(y)),this.items.set(p,M),this.K[M]=p,this.V[M]=b,this.forward[M]=this.head,this.backward[this.head]=M,this.head=M,y?{evicted:!0,key:y,value:g}:null)},l.prototype.has=function(p){return this.items.has(p)},l.prototype.get=function(p){var b=this.items.get(p);if(!(typeof b>"u"))return this.splayOnTop(b),this.V[b]},l.prototype.peek=function(p){var b=this.items.get(p);if(!(typeof b>"u"))return this.V[b]},l.prototype.splayOnTop=r.prototype.splayOnTop,l.prototype.forEach=r.prototype.forEach,l.prototype.keys=r.prototype.keys,l.prototype.values=r.prototype.values,l.prototype.entries=r.prototype.entries,typeof Symbol<"u"&&(l.prototype[Symbol.iterator]=l.prototype.entries),l.prototype.inspect=r.prototype.inspect,l.from=function(p,b,g,y){if(arguments.length<2){if(y=h.guessLength(p),typeof y!="number")throw new Error("mnemonist/lru-cache.from: could not guess iterable length. Please provide desired capacity as last argument.")}else arguments.length===2&&(y=b,b=null,g=null);var M=new l(b,g,y);return a(p,function(x,E){M.set(E,x)}),M},e.exports=l}}),pBe=Lo({"node_modules/ms/index.js"(t,e){var r=1e3,a=r*60,i=a*60,h=i*24,l=h*7,p=h*365.25;e.exports=function(x,E){E=E||{};var A=typeof x;if(A==="string"&&x.length>0)return b(x);if(A==="number"&&isFinite(x))return E.long?y(x):g(x);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(x))};function b(x){if(x=String(x),!(x.length>100)){var E=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(x);if(E){var A=parseFloat(E[1]),k=(E[2]||"ms").toLowerCase();switch(k){case"years":case"year":case"yrs":case"yr":case"y":return A*p;case"weeks":case"week":case"w":return A*l;case"days":case"day":case"d":return A*h;case"hours":case"hour":case"hrs":case"hr":case"h":return A*i;case"minutes":case"minute":case"mins":case"min":case"m":return A*a;case"seconds":case"second":case"secs":case"sec":case"s":return A*r;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return A;default:return}}}}function g(x){var E=Math.abs(x);return E>=h?Math.round(x/h)+"d":E>=i?Math.round(x/i)+"h":E>=a?Math.round(x/a)+"m":E>=r?Math.round(x/r)+"s":x+"ms"}function y(x){var E=Math.abs(x);return E>=h?M(x,E,h,"day"):E>=i?M(x,E,i,"hour"):E>=a?M(x,E,a,"minute"):E>=r?M(x,E,r,"second"):x+" ms"}function M(x,E,A,k){var O=E>=A*1.5;return Math.round(x/A)+" "+k+(O?"s":"")}}}),vBe=Lo({"node_modules/debug/src/common.js"(t,e){function r(a){h.debug=h,h.default=h,h.coerce=M,h.disable=b,h.enable=p,h.enabled=g,h.humanize=pBe(),h.destroy=x,Object.keys(a).forEach(E=>{h[E]=a[E]}),h.names=[],h.skips=[],h.formatters={};function i(E){let A=0;for(let k=0;k<E.length;k++)A=(A<<5)-A+E.charCodeAt(k),A|=0;return h.colors[Math.abs(A)%h.colors.length]}h.selectColor=i;function h(E){let A,k=null,O,N;function L(...C){if(!L.enabled)return;let Y=L,G=Number(new Date),ee=G-(A||G);Y.diff=ee,Y.prev=A,Y.curr=G,A=G,C[0]=h.coerce(C[0]),typeof C[0]!="string"&&C.unshift("%O");let $=0;C[0]=C[0].replace(/%([a-zA-Z%])/g,(V,_)=>{if(V==="%%")return"%";$++;let n=h.formatters[_];if(typeof n=="function"){let s=C[$];V=n.call(Y,s),C.splice($,1),$--}return V}),h.formatArgs.call(Y,C),(Y.log||h.log).apply(Y,C)}return L.namespace=E,L.useColors=h.useColors(),L.color=h.selectColor(E),L.extend=l,L.destroy=h.destroy,Object.defineProperty(L,"enabled",{enumerable:!0,configurable:!1,get:()=>k!==null?k:(O!==h.namespaces&&(O=h.namespaces,N=h.enabled(E)),N),set:C=>{k=C}}),typeof h.init=="function"&&h.init(L),L}function l(E,A){let k=h(this.namespace+(typeof A>"u"?":":A)+E);return k.log=this.log,k}function p(E){h.save(E),h.namespaces=E,h.names=[],h.skips=[];let A,k=(typeof E=="string"?E:"").split(/[\s,]+/),O=k.length;for(A=0;A<O;A++)k[A]&&(E=k[A].replace(/\*/g,".*?"),E[0]==="-"?h.skips.push(new RegExp("^"+E.slice(1)+"$")):h.names.push(new RegExp("^"+E+"$")))}function b(){let E=[...h.names.map(y),...h.skips.map(y).map(A=>"-"+A)].join(",");return h.enable(""),E}function g(E){if(E[E.length-1]==="*")return!0;let A,k;for(A=0,k=h.skips.length;A<k;A++)if(h.skips[A].test(E))return!1;for(A=0,k=h.names.length;A<k;A++)if(h.names[A].test(E))return!0;return!1}function y(E){return E.toString().substring(2,E.toString().length-2).replace(/\.\*\?$/,"*")}function M(E){return E instanceof Error?E.stack||E.message:E}function x(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return h.enable(h.load()),h}e.exports=r}}),mBe=Lo({"node_modules/debug/src/browser.js"(t,e){t.formatArgs=a,t.save=i,t.load=h,t.useColors=r,t.storage=l(),t.destroy=(()=>{let b=!1;return()=>{b||(b=!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"];function r(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function a(b){if(b[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+b[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;let g="color: "+this.color;b.splice(1,0,g,"color: inherit");let y=0,M=0;b[0].replace(/%[a-zA-Z%]/g,x=>{x!=="%%"&&(y++,x==="%c"&&(M=y))}),b.splice(M,0,g)}t.log=console.debug||console.log||(()=>{});function i(b){try{b?t.storage.setItem("debug",b):t.storage.removeItem("debug")}catch{}}function h(){let b;try{b=t.storage.getItem("debug")}catch{}return!b&&typeof He<"u"&&"env"in He&&(b=He.env.DEBUG),b}function l(){try{return localStorage}catch{}}e.exports=vBe()(t);var{formatters:p}=e.exports;p.j=function(b){try{return JSON.stringify(b)}catch(g){return"[UnexpectedJSONParseError]: "+g.message}}}}),gBe=Lo({"node_modules/base64-js/index.js"(t){"use strict";t.byteLength=b,t.toByteArray=y,t.fromByteArray=E;var e=[],r=[],a=typeof Uint8Array<"u"?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(h=0,l=i.length;h<l;++h)e[h]=i[h],r[i.charCodeAt(h)]=h;var h,l;r[45]=62,r[95]=63;function p(A){var k=A.length;if(k%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var O=A.indexOf("=");O===-1&&(O=k);var N=O===k?0:4-O%4;return[O,N]}function b(A){var k=p(A),O=k[0],N=k[1];return(O+N)*3/4-N}function g(A,k,O){return(k+O)*3/4-O}function y(A){var k,O=p(A),N=O[0],L=O[1],C=new a(g(A,N,L)),Y=0,G=L>0?N-4:N,ee;for(ee=0;ee<G;ee+=4)k=r[A.charCodeAt(ee)]<<18|r[A.charCodeAt(ee+1)]<<12|r[A.charCodeAt(ee+2)]<<6|r[A.charCodeAt(ee+3)],C[Y++]=k>>16&255,C[Y++]=k>>8&255,C[Y++]=k&255;return L===2&&(k=r[A.charCodeAt(ee)]<<2|r[A.charCodeAt(ee+1)]>>4,C[Y++]=k&255),L===1&&(k=r[A.charCodeAt(ee)]<<10|r[A.charCodeAt(ee+1)]<<4|r[A.charCodeAt(ee+2)]>>2,C[Y++]=k>>8&255,C[Y++]=k&255),C}function M(A){return e[A>>18&63]+e[A>>12&63]+e[A>>6&63]+e[A&63]}function x(A,k,O){for(var N,L=[],C=k;C<O;C+=3)N=(A[C]<<16&16711680)+(A[C+1]<<8&65280)+(A[C+2]&255),L.push(M(N));return L.join("")}function E(A){for(var k,O=A.length,N=O%3,L=[],C=16383,Y=0,G=O-N;Y<G;Y+=C)L.push(x(A,Y,Y+C>G?G:Y+C));return N===1?(k=A[O-1],L.push(e[k>>2]+e[k<<4&63]+"==")):N===2&&(k=(A[O-2]<<8)+A[O-1],L.push(e[k>>10]+e[k>>4&63]+e[k<<2&63]+"=")),L.join("")}}}),bBe=Lo({"node_modules/ieee754/index.js"(t){t.read=function(e,r,a,i,h){var l,p,b=h*8-i-1,g=(1<<b)-1,y=g>>1,M=-7,x=a?h-1:0,E=a?-1:1,A=e[r+x];for(x+=E,l=A&(1<<-M)-1,A>>=-M,M+=b;M>0;l=l*256+e[r+x],x+=E,M-=8);for(p=l&(1<<-M)-1,l>>=-M,M+=i;M>0;p=p*256+e[r+x],x+=E,M-=8);if(l===0)l=1-y;else{if(l===g)return p?NaN:(A?-1:1)*(1/0);p=p+Math.pow(2,i),l=l-y}return(A?-1:1)*p*Math.pow(2,l-i)},t.write=function(e,r,a,i,h,l){var p,b,g,y=l*8-h-1,M=(1<<y)-1,x=M>>1,E=h===23?Math.pow(2,-24)-Math.pow(2,-77):0,A=i?0:l-1,k=i?1:-1,O=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(b=isNaN(r)?1:0,p=M):(p=Math.floor(Math.log(r)/Math.LN2),r*(g=Math.pow(2,-p))<1&&(p--,g*=2),p+x>=1?r+=E/g:r+=E*Math.pow(2,1-x),r*g>=2&&(p++,g/=2),p+x>=M?(b=0,p=M):p+x>=1?(b=(r*g-1)*Math.pow(2,h),p=p+x):(b=r*Math.pow(2,x-1)*Math.pow(2,h),p=0));h>=8;e[a+A]=b&255,A+=k,b/=256,h-=8);for(p=p<<h|b,y+=h;y>0;e[a+A]=p&255,A+=k,p/=256,y-=8);e[a+A-k]|=O*128}}}),yBe=Lo({"node_modules/buffer/index.js"(t){"use strict";var e=gBe(),r=bBe(),a=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=p,t.SlowBuffer=L,t.INSPECT_MAX_BYTES=50;var i=2147483647;t.kMaxLength=i,p.TYPED_ARRAY_SUPPORT=h(),!p.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function h(){try{let T=new Uint8Array(1),I={foo:function(){return 42}};return Object.setPrototypeOf(I,Uint8Array.prototype),Object.setPrototypeOf(T,I),T.foo()===42}catch{return!1}}Object.defineProperty(p.prototype,"parent",{enumerable:!0,get:function(){if(p.isBuffer(this))return this.buffer}}),Object.defineProperty(p.prototype,"offset",{enumerable:!0,get:function(){if(p.isBuffer(this))return this.byteOffset}});function l(T){if(T>i)throw new RangeError('The value "'+T+'" is invalid for option "size"');let I=new Uint8Array(T);return Object.setPrototypeOf(I,p.prototype),I}function p(T,I,P){if(typeof T=="number"){if(typeof I=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return M(T)}return b(T,I,P)}p.poolSize=8192;function b(T,I,P){if(typeof T=="string")return x(T,I);if(ArrayBuffer.isView(T))return A(T);if(T==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof T);if(ut(T,ArrayBuffer)||T&&ut(T.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(ut(T,SharedArrayBuffer)||T&&ut(T.buffer,SharedArrayBuffer)))return k(T,I,P);if(typeof T=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let q=T.valueOf&&T.valueOf();if(q!=null&&q!==T)return p.from(q,I,P);let H=O(T);if(H)return H;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof T[Symbol.toPrimitive]=="function")return p.from(T[Symbol.toPrimitive]("string"),I,P);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof T)}p.from=function(T,I,P){return b(T,I,P)},Object.setPrototypeOf(p.prototype,Uint8Array.prototype),Object.setPrototypeOf(p,Uint8Array);function g(T){if(typeof T!="number")throw new TypeError('"size" argument must be of type number');if(T<0)throw new RangeError('The value "'+T+'" is invalid for option "size"')}function y(T,I,P){return g(T),T<=0?l(T):I!==void 0?typeof P=="string"?l(T).fill(I,P):l(T).fill(I):l(T)}p.alloc=function(T,I,P){return y(T,I,P)};function M(T){return g(T),l(T<0?0:N(T)|0)}p.allocUnsafe=function(T){return M(T)},p.allocUnsafeSlow=function(T){return M(T)};function x(T,I){if((typeof I!="string"||I==="")&&(I="utf8"),!p.isEncoding(I))throw new TypeError("Unknown encoding: "+I);let P=C(T,I)|0,q=l(P),H=q.write(T,I);return H!==P&&(q=q.slice(0,H)),q}function E(T){let I=T.length<0?0:N(T.length)|0,P=l(I);for(let q=0;q<I;q+=1)P[q]=T[q]&255;return P}function A(T){if(ut(T,Uint8Array)){let I=new Uint8Array(T);return k(I.buffer,I.byteOffset,I.byteLength)}return E(T)}function k(T,I,P){if(I<0||T.byteLength<I)throw new RangeError('"offset" is outside of buffer bounds');if(T.byteLength<I+(P||0))throw new RangeError('"length" is outside of buffer bounds');let q;return I===void 0&&P===void 0?q=new Uint8Array(T):P===void 0?q=new Uint8Array(T,I):q=new Uint8Array(T,I,P),Object.setPrototypeOf(q,p.prototype),q}function O(T){if(p.isBuffer(T)){let I=N(T.length)|0,P=l(I);return P.length===0||T.copy(P,0,0,I),P}if(T.length!==void 0)return typeof T.length!="number"||Ze(T.length)?l(0):E(T);if(T.type==="Buffer"&&Array.isArray(T.data))return E(T.data)}function N(T){if(T>=i)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i.toString(16)+" bytes");return T|0}function L(T){return+T!=T&&(T=0),p.alloc(+T)}p.isBuffer=function(I){return I!=null&&I._isBuffer===!0&&I!==p.prototype},p.compare=function(I,P){if(ut(I,Uint8Array)&&(I=p.from(I,I.offset,I.byteLength)),ut(P,Uint8Array)&&(P=p.from(P,P.offset,P.byteLength)),!p.isBuffer(I)||!p.isBuffer(P))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(I===P)return 0;let q=I.length,H=P.length;for(let W=0,fe=Math.min(q,H);W<fe;++W)if(I[W]!==P[W]){q=I[W],H=P[W];break}return q<H?-1:H<q?1:0},p.isEncoding=function(I){switch(String(I).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},p.concat=function(I,P){if(!Array.isArray(I))throw new TypeError('"list" argument must be an Array of Buffers');if(I.length===0)return p.alloc(0);let q;if(P===void 0)for(P=0,q=0;q<I.length;++q)P+=I[q].length;let H=p.allocUnsafe(P),W=0;for(q=0;q<I.length;++q){let fe=I[q];if(ut(fe,Uint8Array))W+fe.length>H.length?(p.isBuffer(fe)||(fe=p.from(fe)),fe.copy(H,W)):Uint8Array.prototype.set.call(H,fe,W);else if(p.isBuffer(fe))fe.copy(H,W);else throw new TypeError('"list" argument must be an Array of Buffers');W+=fe.length}return H};function C(T,I){if(p.isBuffer(T))return T.length;if(ArrayBuffer.isView(T)||ut(T,ArrayBuffer))return T.byteLength;if(typeof T!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof T);let P=T.length,q=arguments.length>2&&arguments[2]===!0;if(!q&&P===0)return 0;let H=!1;for(;;)switch(I){case"ascii":case"latin1":case"binary":return P;case"utf8":case"utf-8":return oe(T).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return P*2;case"hex":return P>>>1;case"base64":return ge(T).length;default:if(H)return q?-1:oe(T).length;I=(""+I).toLowerCase(),H=!0}}p.byteLength=C;function Y(T,I,P){let q=!1;if((I===void 0||I<0)&&(I=0),I>this.length||((P===void 0||P>this.length)&&(P=this.length),P<=0)||(P>>>=0,I>>>=0,P<=I))return"";for(T||(T="utf8");;)switch(T){case"hex":return o(this,I,P);case"utf8":case"utf-8":return u(this,I,P);case"ascii":return w(this,I,P);case"latin1":case"binary":return d(this,I,P);case"base64":return f(this,I,P);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return v(this,I,P);default:if(q)throw new TypeError("Unknown encoding: "+T);T=(T+"").toLowerCase(),q=!0}}p.prototype._isBuffer=!0;function G(T,I,P){let q=T[I];T[I]=T[P],T[P]=q}p.prototype.swap16=function(){let I=this.length;if(I%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let P=0;P<I;P+=2)G(this,P,P+1);return this},p.prototype.swap32=function(){let I=this.length;if(I%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let P=0;P<I;P+=4)G(this,P,P+3),G(this,P+1,P+2);return this},p.prototype.swap64=function(){let I=this.length;if(I%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let P=0;P<I;P+=8)G(this,P,P+7),G(this,P+1,P+6),G(this,P+2,P+5),G(this,P+3,P+4);return this},p.prototype.toString=function(){let I=this.length;return I===0?"":arguments.length===0?u(this,0,I):Y.apply(this,arguments)},p.prototype.toLocaleString=p.prototype.toString,p.prototype.equals=function(I){if(!p.isBuffer(I))throw new TypeError("Argument must be a Buffer");return this===I?!0:p.compare(this,I)===0},p.prototype.inspect=function(){let I="",P=t.INSPECT_MAX_BYTES;return I=this.toString("hex",0,P).replace(/(.{2})/g,"$1 ").trim(),this.length>P&&(I+=" ... "),"<Buffer "+I+">"},a&&(p.prototype[a]=p.prototype.inspect),p.prototype.compare=function(I,P,q,H,W){if(ut(I,Uint8Array)&&(I=p.from(I,I.offset,I.byteLength)),!p.isBuffer(I))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof I);if(P===void 0&&(P=0),q===void 0&&(q=I?I.length:0),H===void 0&&(H=0),W===void 0&&(W=this.length),P<0||q>I.length||H<0||W>this.length)throw new RangeError("out of range index");if(H>=W&&P>=q)return 0;if(H>=W)return-1;if(P>=q)return 1;if(P>>>=0,q>>>=0,H>>>=0,W>>>=0,this===I)return 0;let fe=W-H,st=q-P,ue=Math.min(fe,st),me=this.slice(H,W),pe=I.slice(P,q);for(let be=0;be<ue;++be)if(me[be]!==pe[be]){fe=me[be],st=pe[be];break}return fe<st?-1:st<fe?1:0};function ee(T,I,P,q,H){if(T.length===0)return-1;if(typeof P=="string"?(q=P,P=0):P>2147483647?P=2147483647:P<-2147483648&&(P=-2147483648),P=+P,Ze(P)&&(P=H?0:T.length-1),P<0&&(P=T.length+P),P>=T.length){if(H)return-1;P=T.length-1}else if(P<0)if(H)P=0;else return-1;if(typeof I=="string"&&(I=p.from(I,q)),p.isBuffer(I))return I.length===0?-1:$(T,I,P,q,H);if(typeof I=="number")return I=I&255,typeof Uint8Array.prototype.indexOf=="function"?H?Uint8Array.prototype.indexOf.call(T,I,P):Uint8Array.prototype.lastIndexOf.call(T,I,P):$(T,[I],P,q,H);throw new TypeError("val must be string, number or Buffer")}function $(T,I,P,q,H){let W=1,fe=T.length,st=I.length;if(q!==void 0&&(q=String(q).toLowerCase(),q==="ucs2"||q==="ucs-2"||q==="utf16le"||q==="utf-16le")){if(T.length<2||I.length<2)return-1;W=2,fe/=2,st/=2,P/=2}function ue(pe,be){return W===1?pe[be]:pe.readUInt16BE(be*W)}let me;if(H){let pe=-1;for(me=P;me<fe;me++)if(ue(T,me)===ue(I,pe===-1?0:me-pe)){if(pe===-1&&(pe=me),me-pe+1===st)return pe*W}else pe!==-1&&(me-=me-pe),pe=-1}else for(P+st>fe&&(P=fe-st),me=P;me>=0;me--){let pe=!0;for(let be=0;be<st;be++)if(ue(T,me+be)!==ue(I,be)){pe=!1;break}if(pe)return me}return-1}p.prototype.includes=function(I,P,q){return this.indexOf(I,P,q)!==-1},p.prototype.indexOf=function(I,P,q){return ee(this,I,P,q,!0)},p.prototype.lastIndexOf=function(I,P,q){return ee(this,I,P,q,!1)};function U(T,I,P,q){P=Number(P)||0;let H=T.length-P;q?(q=Number(q),q>H&&(q=H)):q=H;let W=I.length;q>W/2&&(q=W/2);let fe;for(fe=0;fe<q;++fe){let st=parseInt(I.substr(fe*2,2),16);if(Ze(st))return fe;T[P+fe]=st}return fe}function V(T,I,P,q){return Se(oe(I,T.length-P),T,P,q)}function _(T,I,P,q){return Se(ce(I),T,P,q)}function n(T,I,P,q){return Se(ge(I),T,P,q)}function s(T,I,P,q){return Se(ot(I,T.length-P),T,P,q)}p.prototype.write=function(I,P,q,H){if(P===void 0)H="utf8",q=this.length,P=0;else if(q===void 0&&typeof P=="string")H=P,q=this.length,P=0;else if(isFinite(P))P=P>>>0,isFinite(q)?(q=q>>>0,H===void 0&&(H="utf8")):(H=q,q=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let W=this.length-P;if((q===void 0||q>W)&&(q=W),I.length>0&&(q<0||P<0)||P>this.length)throw new RangeError("Attempt to write outside buffer bounds");H||(H="utf8");let fe=!1;for(;;)switch(H){case"hex":return U(this,I,P,q);case"utf8":case"utf-8":return V(this,I,P,q);case"ascii":case"latin1":case"binary":return _(this,I,P,q);case"base64":return n(this,I,P,q);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return s(this,I,P,q);default:if(fe)throw new TypeError("Unknown encoding: "+H);H=(""+H).toLowerCase(),fe=!0}},p.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function f(T,I,P){return I===0&&P===T.length?e.fromByteArray(T):e.fromByteArray(T.slice(I,P))}function u(T,I,P){P=Math.min(T.length,P);let q=[],H=I;for(;H<P;){let W=T[H],fe=null,st=W>239?4:W>223?3:W>191?2:1;if(H+st<=P){let ue,me,pe,be;switch(st){case 1:W<128&&(fe=W);break;case 2:ue=T[H+1],(ue&192)===128&&(be=(W&31)<<6|ue&63,be>127&&(fe=be));break;case 3:ue=T[H+1],me=T[H+2],(ue&192)===128&&(me&192)===128&&(be=(W&15)<<12|(ue&63)<<6|me&63,be>2047&&(be<55296||be>57343)&&(fe=be));break;case 4:ue=T[H+1],me=T[H+2],pe=T[H+3],(ue&192)===128&&(me&192)===128&&(pe&192)===128&&(be=(W&15)<<18|(ue&63)<<12|(me&63)<<6|pe&63,be>65535&&be<1114112&&(fe=be))}}fe===null?(fe=65533,st=1):fe>65535&&(fe-=65536,q.push(fe>>>10&1023|55296),fe=56320|fe&1023),q.push(fe),H+=st}return m(q)}var c=4096;function m(T){let I=T.length;if(I<=c)return String.fromCharCode.apply(String,T);let P="",q=0;for(;q<I;)P+=String.fromCharCode.apply(String,T.slice(q,q+=c));return P}function w(T,I,P){let q="";P=Math.min(T.length,P);for(let H=I;H<P;++H)q+=String.fromCharCode(T[H]&127);return q}function d(T,I,P){let q="";P=Math.min(T.length,P);for(let H=I;H<P;++H)q+=String.fromCharCode(T[H]);return q}function o(T,I,P){let q=T.length;(!I||I<0)&&(I=0),(!P||P<0||P>q)&&(P=q);let H="";for(let W=I;W<P;++W)H+=Ge[T[W]];return H}function v(T,I,P){let q=T.slice(I,P),H="";for(let W=0;W<q.length-1;W+=2)H+=String.fromCharCode(q[W]+q[W+1]*256);return H}p.prototype.slice=function(I,P){let q=this.length;I=~~I,P=P===void 0?q:~~P,I<0?(I+=q,I<0&&(I=0)):I>q&&(I=q),P<0?(P+=q,P<0&&(P=0)):P>q&&(P=q),P<I&&(P=I);let H=this.subarray(I,P);return Object.setPrototypeOf(H,p.prototype),H};function R(T,I,P){if(T%1!==0||T<0)throw new RangeError("offset is not uint");if(T+I>P)throw new RangeError("Trying to access beyond buffer length")}p.prototype.readUintLE=p.prototype.readUIntLE=function(I,P,q){I=I>>>0,P=P>>>0,q||R(I,P,this.length);let H=this[I],W=1,fe=0;for(;++fe<P&&(W*=256);)H+=this[I+fe]*W;return H},p.prototype.readUintBE=p.prototype.readUIntBE=function(I,P,q){I=I>>>0,P=P>>>0,q||R(I,P,this.length);let H=this[I+--P],W=1;for(;P>0&&(W*=256);)H+=this[I+--P]*W;return H},p.prototype.readUint8=p.prototype.readUInt8=function(I,P){return I=I>>>0,P||R(I,1,this.length),this[I]},p.prototype.readUint16LE=p.prototype.readUInt16LE=function(I,P){return I=I>>>0,P||R(I,2,this.length),this[I]|this[I+1]<<8},p.prototype.readUint16BE=p.prototype.readUInt16BE=function(I,P){return I=I>>>0,P||R(I,2,this.length),this[I]<<8|this[I+1]},p.prototype.readUint32LE=p.prototype.readUInt32LE=function(I,P){return I=I>>>0,P||R(I,4,this.length),(this[I]|this[I+1]<<8|this[I+2]<<16)+this[I+3]*16777216},p.prototype.readUint32BE=p.prototype.readUInt32BE=function(I,P){return I=I>>>0,P||R(I,4,this.length),this[I]*16777216+(this[I+1]<<16|this[I+2]<<8|this[I+3])},p.prototype.readBigUInt64LE=lt(function(I){I=I>>>0,J(I,"offset");let P=this[I],q=this[I+7];(P===void 0||q===void 0)&&X(I,this.length-8);let H=P+this[++I]*2**8+this[++I]*2**16+this[++I]*2**24,W=this[++I]+this[++I]*2**8+this[++I]*2**16+q*2**24;return BigInt(H)+(BigInt(W)<<BigInt(32))}),p.prototype.readBigUInt64BE=lt(function(I){I=I>>>0,J(I,"offset");let P=this[I],q=this[I+7];(P===void 0||q===void 0)&&X(I,this.length-8);let H=P*2**24+this[++I]*2**16+this[++I]*2**8+this[++I],W=this[++I]*2**24+this[++I]*2**16+this[++I]*2**8+q;return(BigInt(H)<<BigInt(32))+BigInt(W)}),p.prototype.readIntLE=function(I,P,q){I=I>>>0,P=P>>>0,q||R(I,P,this.length);let H=this[I],W=1,fe=0;for(;++fe<P&&(W*=256);)H+=this[I+fe]*W;return W*=128,H>=W&&(H-=Math.pow(2,8*P)),H},p.prototype.readIntBE=function(I,P,q){I=I>>>0,P=P>>>0,q||R(I,P,this.length);let H=P,W=1,fe=this[I+--H];for(;H>0&&(W*=256);)fe+=this[I+--H]*W;return W*=128,fe>=W&&(fe-=Math.pow(2,8*P)),fe},p.prototype.readInt8=function(I,P){return I=I>>>0,P||R(I,1,this.length),this[I]&128?(255-this[I]+1)*-1:this[I]},p.prototype.readInt16LE=function(I,P){I=I>>>0,P||R(I,2,this.length);let q=this[I]|this[I+1]<<8;return q&32768?q|4294901760:q},p.prototype.readInt16BE=function(I,P){I=I>>>0,P||R(I,2,this.length);let q=this[I+1]|this[I]<<8;return q&32768?q|4294901760:q},p.prototype.readInt32LE=function(I,P){return I=I>>>0,P||R(I,4,this.length),this[I]|this[I+1]<<8|this[I+2]<<16|this[I+3]<<24},p.prototype.readInt32BE=function(I,P){return I=I>>>0,P||R(I,4,this.length),this[I]<<24|this[I+1]<<16|this[I+2]<<8|this[I+3]},p.prototype.readBigInt64LE=lt(function(I){I=I>>>0,J(I,"offset");let P=this[I],q=this[I+7];(P===void 0||q===void 0)&&X(I,this.length-8);let H=this[I+4]+this[I+5]*2**8+this[I+6]*2**16+(q<<24);return(BigInt(H)<<BigInt(32))+BigInt(P+this[++I]*2**8+this[++I]*2**16+this[++I]*2**24)}),p.prototype.readBigInt64BE=lt(function(I){I=I>>>0,J(I,"offset");let P=this[I],q=this[I+7];(P===void 0||q===void 0)&&X(I,this.length-8);let H=(P<<24)+this[++I]*2**16+this[++I]*2**8+this[++I];return(BigInt(H)<<BigInt(32))+BigInt(this[++I]*2**24+this[++I]*2**16+this[++I]*2**8+q)}),p.prototype.readFloatLE=function(I,P){return I=I>>>0,P||R(I,4,this.length),r.read(this,I,!0,23,4)},p.prototype.readFloatBE=function(I,P){return I=I>>>0,P||R(I,4,this.length),r.read(this,I,!1,23,4)},p.prototype.readDoubleLE=function(I,P){return I=I>>>0,P||R(I,8,this.length),r.read(this,I,!0,52,8)},p.prototype.readDoubleBE=function(I,P){return I=I>>>0,P||R(I,8,this.length),r.read(this,I,!1,52,8)};function S(T,I,P,q,H,W){if(!p.isBuffer(T))throw new TypeError('"buffer" argument must be a Buffer instance');if(I>H||I<W)throw new RangeError('"value" argument is out of bounds');if(P+q>T.length)throw new RangeError("Index out of range")}p.prototype.writeUintLE=p.prototype.writeUIntLE=function(I,P,q,H){if(I=+I,P=P>>>0,q=q>>>0,!H){let st=Math.pow(2,8*q)-1;S(this,I,P,q,st,0)}let W=1,fe=0;for(this[P]=I&255;++fe<q&&(W*=256);)this[P+fe]=I/W&255;return P+q},p.prototype.writeUintBE=p.prototype.writeUIntBE=function(I,P,q,H){if(I=+I,P=P>>>0,q=q>>>0,!H){let st=Math.pow(2,8*q)-1;S(this,I,P,q,st,0)}let W=q-1,fe=1;for(this[P+W]=I&255;--W>=0&&(fe*=256);)this[P+W]=I/fe&255;return P+q},p.prototype.writeUint8=p.prototype.writeUInt8=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,1,255,0),this[P]=I&255,P+1},p.prototype.writeUint16LE=p.prototype.writeUInt16LE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,2,65535,0),this[P]=I&255,this[P+1]=I>>>8,P+2},p.prototype.writeUint16BE=p.prototype.writeUInt16BE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,2,65535,0),this[P]=I>>>8,this[P+1]=I&255,P+2},p.prototype.writeUint32LE=p.prototype.writeUInt32LE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,4,4294967295,0),this[P+3]=I>>>24,this[P+2]=I>>>16,this[P+1]=I>>>8,this[P]=I&255,P+4},p.prototype.writeUint32BE=p.prototype.writeUInt32BE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,4,4294967295,0),this[P]=I>>>24,this[P+1]=I>>>16,this[P+2]=I>>>8,this[P+3]=I&255,P+4};function B(T,I,P,q,H){j(I,q,H,T,P,7);let W=Number(I&BigInt(4294967295));T[P++]=W,W=W>>8,T[P++]=W,W=W>>8,T[P++]=W,W=W>>8,T[P++]=W;let fe=Number(I>>BigInt(32)&BigInt(4294967295));return T[P++]=fe,fe=fe>>8,T[P++]=fe,fe=fe>>8,T[P++]=fe,fe=fe>>8,T[P++]=fe,P}function F(T,I,P,q,H){j(I,q,H,T,P,7);let W=Number(I&BigInt(4294967295));T[P+7]=W,W=W>>8,T[P+6]=W,W=W>>8,T[P+5]=W,W=W>>8,T[P+4]=W;let fe=Number(I>>BigInt(32)&BigInt(4294967295));return T[P+3]=fe,fe=fe>>8,T[P+2]=fe,fe=fe>>8,T[P+1]=fe,fe=fe>>8,T[P]=fe,P+8}p.prototype.writeBigUInt64LE=lt(function(I,P=0){return B(this,I,P,BigInt(0),BigInt("0xffffffffffffffff"))}),p.prototype.writeBigUInt64BE=lt(function(I,P=0){return F(this,I,P,BigInt(0),BigInt("0xffffffffffffffff"))}),p.prototype.writeIntLE=function(I,P,q,H){if(I=+I,P=P>>>0,!H){let ue=Math.pow(2,8*q-1);S(this,I,P,q,ue-1,-ue)}let W=0,fe=1,st=0;for(this[P]=I&255;++W<q&&(fe*=256);)I<0&&st===0&&this[P+W-1]!==0&&(st=1),this[P+W]=(I/fe>>0)-st&255;return P+q},p.prototype.writeIntBE=function(I,P,q,H){if(I=+I,P=P>>>0,!H){let ue=Math.pow(2,8*q-1);S(this,I,P,q,ue-1,-ue)}let W=q-1,fe=1,st=0;for(this[P+W]=I&255;--W>=0&&(fe*=256);)I<0&&st===0&&this[P+W+1]!==0&&(st=1),this[P+W]=(I/fe>>0)-st&255;return P+q},p.prototype.writeInt8=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,1,127,-128),I<0&&(I=255+I+1),this[P]=I&255,P+1},p.prototype.writeInt16LE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,2,32767,-32768),this[P]=I&255,this[P+1]=I>>>8,P+2},p.prototype.writeInt16BE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,2,32767,-32768),this[P]=I>>>8,this[P+1]=I&255,P+2},p.prototype.writeInt32LE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,4,2147483647,-2147483648),this[P]=I&255,this[P+1]=I>>>8,this[P+2]=I>>>16,this[P+3]=I>>>24,P+4},p.prototype.writeInt32BE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,4,2147483647,-2147483648),I<0&&(I=4294967295+I+1),this[P]=I>>>24,this[P+1]=I>>>16,this[P+2]=I>>>8,this[P+3]=I&255,P+4},p.prototype.writeBigInt64LE=lt(function(I,P=0){return B(this,I,P,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),p.prototype.writeBigInt64BE=lt(function(I,P=0){return F(this,I,P,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function D(T,I,P,q,H,W){if(P+q>T.length)throw new RangeError("Index out of range");if(P<0)throw new RangeError("Index out of range")}function re(T,I,P,q,H){return I=+I,P=P>>>0,H||D(T,I,P,4,34028234663852886e22,-34028234663852886e22),r.write(T,I,P,q,23,4),P+4}p.prototype.writeFloatLE=function(I,P,q){return re(this,I,P,!0,q)},p.prototype.writeFloatBE=function(I,P,q){return re(this,I,P,!1,q)};function Q(T,I,P,q,H){return I=+I,P=P>>>0,H||D(T,I,P,8,17976931348623157e292,-17976931348623157e292),r.write(T,I,P,q,52,8),P+8}p.prototype.writeDoubleLE=function(I,P,q){return Q(this,I,P,!0,q)},p.prototype.writeDoubleBE=function(I,P,q){return Q(this,I,P,!1,q)},p.prototype.copy=function(I,P,q,H){if(!p.isBuffer(I))throw new TypeError("argument should be a Buffer");if(q||(q=0),!H&&H!==0&&(H=this.length),P>=I.length&&(P=I.length),P||(P=0),H>0&&H<q&&(H=q),H===q||I.length===0||this.length===0)return 0;if(P<0)throw new RangeError("targetStart out of bounds");if(q<0||q>=this.length)throw new RangeError("Index out of range");if(H<0)throw new RangeError("sourceEnd out of bounds");H>this.length&&(H=this.length),I.length-P<H-q&&(H=I.length-P+q);let W=H-q;return this===I&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(P,q,H):Uint8Array.prototype.set.call(I,this.subarray(q,H),P),W},p.prototype.fill=function(I,P,q,H){if(typeof I=="string"){if(typeof P=="string"?(H=P,P=0,q=this.length):typeof q=="string"&&(H=q,q=this.length),H!==void 0&&typeof H!="string")throw new TypeError("encoding must be a string");if(typeof H=="string"&&!p.isEncoding(H))throw new TypeError("Unknown encoding: "+H);if(I.length===1){let fe=I.charCodeAt(0);(H==="utf8"&&fe<128||H==="latin1")&&(I=fe)}}else typeof I=="number"?I=I&255:typeof I=="boolean"&&(I=Number(I));if(P<0||this.length<P||this.length<q)throw new RangeError("Out of range index");if(q<=P)return this;P=P>>>0,q=q===void 0?this.length:q>>>0,I||(I=0);let W;if(typeof I=="number")for(W=P;W<q;++W)this[W]=I;else{let fe=p.isBuffer(I)?I:p.from(I,H),st=fe.length;if(st===0)throw new TypeError('The value "'+I+'" is invalid for argument "value"');for(W=0;W<q-P;++W)this[W+P]=fe[W%st]}return this};var Z={};function K(T,I,P){Z[T]=class extends P{constructor(){super(),Object.defineProperty(this,"message",{value:I.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${T}]`,this.stack,delete this.name}get code(){return T}set code(H){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:H,writable:!0})}toString(){return`${this.name} [${T}]: ${this.message}`}}}K("ERR_BUFFER_OUT_OF_BOUNDS",function(T){return T?`${T} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),K("ERR_INVALID_ARG_TYPE",function(T,I){return`The "${T}" argument must be of type number. Received type ${typeof I}`},TypeError),K("ERR_OUT_OF_RANGE",function(T,I,P){let q=`The value of "${T}" is out of range.`,H=P;return Number.isInteger(P)&&Math.abs(P)>2**32?H=le(String(P)):typeof P=="bigint"&&(H=String(P),(P>BigInt(2)**BigInt(32)||P<-(BigInt(2)**BigInt(32)))&&(H=le(H)),H+="n"),q+=` It must be ${I}. Received ${H}`,q},RangeError);function le(T){let I="",P=T.length,q=T[0]==="-"?1:0;for(;P>=q+4;P-=3)I=`_${T.slice(P-3,P)}${I}`;return`${T.slice(0,P)}${I}`}function te(T,I,P){J(I,"offset"),(T[I]===void 0||T[I+P]===void 0)&&X(I,T.length-(P+1))}function j(T,I,P,q,H,W){if(T>P||T<I){let fe=typeof I=="bigint"?"n":"",st;throw W>3?I===0||I===BigInt(0)?st=`>= 0${fe} and < 2${fe} ** ${(W+1)*8}${fe}`:st=`>= -(2${fe} ** ${(W+1)*8-1}${fe}) and < 2 ** ${(W+1)*8-1}${fe}`:st=`>= ${I}${fe} and <= ${P}${fe}`,new Z.ERR_OUT_OF_RANGE("value",st,T)}te(q,H,W)}function J(T,I){if(typeof T!="number")throw new Z.ERR_INVALID_ARG_TYPE(I,"number",T)}function X(T,I,P){throw Math.floor(T)!==T?(J(T,P),new Z.ERR_OUT_OF_RANGE(P||"offset","an integer",T)):I<0?new Z.ERR_BUFFER_OUT_OF_BOUNDS:new Z.ERR_OUT_OF_RANGE(P||"offset",`>= ${P?1:0} and <= ${I}`,T)}var he=/[^+/0-9A-Za-z-_]/g;function Te(T){if(T=T.split("=")[0],T=T.trim().replace(he,""),T.length<2)return"";for(;T.length%4!==0;)T=T+"=";return T}function oe(T,I){I=I||1/0;let P,q=T.length,H=null,W=[];for(let fe=0;fe<q;++fe){if(P=T.charCodeAt(fe),P>55295&&P<57344){if(!H){if(P>56319){(I-=3)>-1&&W.push(239,191,189);continue}else if(fe+1===q){(I-=3)>-1&&W.push(239,191,189);continue}H=P;continue}if(P<56320){(I-=3)>-1&&W.push(239,191,189),H=P;continue}P=(H-55296<<10|P-56320)+65536}else H&&(I-=3)>-1&&W.push(239,191,189);if(H=null,P<128){if((I-=1)<0)break;W.push(P)}else if(P<2048){if((I-=2)<0)break;W.push(P>>6|192,P&63|128)}else if(P<65536){if((I-=3)<0)break;W.push(P>>12|224,P>>6&63|128,P&63|128)}else if(P<1114112){if((I-=4)<0)break;W.push(P>>18|240,P>>12&63|128,P>>6&63|128,P&63|128)}else throw new Error("Invalid code point")}return W}function ce(T){let I=[];for(let P=0;P<T.length;++P)I.push(T.charCodeAt(P)&255);return I}function ot(T,I){let P,q,H,W=[];for(let fe=0;fe<T.length&&!((I-=2)<0);++fe)P=T.charCodeAt(fe),q=P>>8,H=P%256,W.push(H),W.push(q);return W}function ge(T){return e.toByteArray(Te(T))}function Se(T,I,P,q){let H;for(H=0;H<q&&!(H+P>=I.length||H>=T.length);++H)I[H+P]=T[H];return H}function ut(T,I){return T instanceof I||T!=null&&T.constructor!=null&&T.constructor.name!=null&&T.constructor.name===I.name}function Ze(T){return T!==T}var Ge=function(){let T="0123456789abcdef",I=new Array(256);for(let P=0;P<16;++P){let q=P*16;for(let H=0;H<16;++H)I[q+H]=T[P]+T[H]}return I}();function lt(T){return typeof BigInt>"u"?z:T}function z(){throw new Error("BigInt not supported")}}}),wBe={"@@functional/placeholder":!0};function Yi(t){return t===wBe}function Fa(t){return function e(r){return arguments.length===0||Yi(r)?e:t.apply(this,arguments)}}function Un(t){return function e(r,a){switch(arguments.length){case 0:return e;case 1:return Yi(r)?e:Fa(function(i){return t(r,i)});default:return Yi(r)&&Yi(a)?e:Yi(r)?Fa(function(i){return t(i,a)}):Yi(a)?Fa(function(i){return t(r,i)}):t(r,a)}}}function Aw(t,e){switch(t){case 0:return function(){return e.apply(this,arguments)};case 1:return function(r){return e.apply(this,arguments)};case 2:return function(r,a){return e.apply(this,arguments)};case 3:return function(r,a,i){return e.apply(this,arguments)};case 4:return function(r,a,i,h){return e.apply(this,arguments)};case 5:return function(r,a,i,h,l){return e.apply(this,arguments)};case 6:return function(r,a,i,h,l,p){return e.apply(this,arguments)};case 7:return function(r,a,i,h,l,p,b){return e.apply(this,arguments)};case 8:return function(r,a,i,h,l,p,b,g){return e.apply(this,arguments)};case 9:return function(r,a,i,h,l,p,b,g,y){return e.apply(this,arguments)};case 10:return function(r,a,i,h,l,p,b,g,y,M){return e.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}function doe(t,e,r){return function(){for(var a=[],i=0,h=t,l=0,p=!1;l<e.length||i<arguments.length;){var b;l<e.length&&(!Yi(e[l])||i>=arguments.length)?b=e[l]:(b=arguments[i],i+=1),a[l]=b,Yi(b)?p=!0:h-=1,l+=1}return!p&&h<=0?r.apply(this,a):Aw(Math.max(0,h),doe(t,a,r))}}var _Be=Un(function(t,e){return t===1?Fa(e):Aw(t,doe(t,[],e))}),poe=_Be;function lB(t){return function e(r,a,i){switch(arguments.length){case 0:return e;case 1:return Yi(r)?e:Un(function(h,l){return t(r,h,l)});case 2:return Yi(r)&&Yi(a)?e:Yi(r)?Un(function(h,l){return t(h,a,l)}):Yi(a)?Un(function(h,l){return t(r,h,l)}):Fa(function(h){return t(r,a,h)});default:return Yi(r)&&Yi(a)&&Yi(i)?e:Yi(r)&&Yi(a)?Un(function(h,l){return t(h,l,i)}):Yi(r)&&Yi(i)?Un(function(h,l){return t(h,a,l)}):Yi(a)&&Yi(i)?Un(function(h,l){return t(r,h,l)}):Yi(r)?Fa(function(h){return t(h,a,i)}):Yi(a)?Fa(function(h){return t(r,h,i)}):Yi(i)?Fa(function(h){return t(r,a,h)}):t(r,a,i)}}}var cB=Array.isArray||function(t){return t!=null&&t.length>=0&&Object.prototype.toString.call(t)==="[object Array]"};function MBe(t){return t!=null&&typeof t["@@transducer/step"]=="function"}function dB(t,e,r){return function(){if(arguments.length===0)return r();var a=arguments[arguments.length-1];if(!cB(a)){for(var i=0;i<t.length;){if(typeof a[t[i]]=="function")return a[t[i]].apply(a,Array.prototype.slice.call(arguments,0,-1));i+=1}if(MBe(a)){var h=e.apply(null,Array.prototype.slice.call(arguments,0,-1));return h(a)}}return r.apply(this,arguments)}}function xBe(t){return t&&t["@@transducer/reduced"]?t:{"@@transducer/value":t,"@@transducer/reduced":!0}}var O2={init:function(){return this.xf["@@transducer/init"]()},result:function(t){return this.xf["@@transducer/result"](t)}};function qae(t){for(var e=[],r;!(r=t.next()).done;)e.push(r.value);return e}function Uae(t,e,r){for(var a=0,i=r.length;a<i;){if(t(e,r[a]))return!0;a+=1}return!1}function SBe(t){var e=String(t).match(/^function (\w*)/);return e==null?"":e[1]}function rw(t,e){return Object.prototype.hasOwnProperty.call(e,t)}function EBe(t,e){return t===e?t!==0||1/t===1/e:t!==t&&e!==e}var RI=typeof Object.is=="function"?Object.is:EBe,Fae=Object.prototype.toString,ABe=function(){return Fae.call(arguments)==="[object Arguments]"?function(t){return Fae.call(t)==="[object Arguments]"}:function(t){return rw("callee",t)}}(),RBe=ABe,TBe=!{toString:null}.propertyIsEnumerable("toString"),jae=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],zae=function(){"use strict";return arguments.propertyIsEnumerable("length")}(),kBe=function(t,e){for(var r=0;r<t.length;){if(t[r]===e)return!0;r+=1}return!1},IBe=Fa(typeof Object.keys=="function"&&!zae?function(t){return Object(t)!==t?[]:Object.keys(t)}:function(t){if(Object(t)!==t)return[];var e,r,a=[],i=zae&&RBe(t);for(e in t)rw(e,t)&&(!i||e!=="length")&&(a[a.length]=e);if(TBe)for(r=jae.length-1;r>=0;)e=jae[r],rw(e,t)&&!kBe(a,e)&&(a[a.length]=e),r-=1;return a}),tv=IBe,BBe=Fa(function(t){return t===null?"Null":t===void 0?"Undefined":Object.prototype.toString.call(t).slice(8,-1)}),Zae=BBe;function Hae(t,e,r,a){var i=qae(t),h=qae(e);function l(p,b){return pB(p,b,r.slice(),a.slice())}return!Uae(function(p,b){return!Uae(l,b,p)},h,i)}function pB(t,e,r,a){if(RI(t,e))return!0;var i=Zae(t);if(i!==Zae(e))return!1;if(typeof t["fantasy-land/equals"]=="function"||typeof e["fantasy-land/equals"]=="function")return typeof t["fantasy-land/equals"]=="function"&&t["fantasy-land/equals"](e)&&typeof e["fantasy-land/equals"]=="function"&&e["fantasy-land/equals"](t);if(typeof t.equals=="function"||typeof e.equals=="function")return typeof t.equals=="function"&&t.equals(e)&&typeof e.equals=="function"&&e.equals(t);switch(i){case"Arguments":case"Array":case"Object":if(typeof t.constructor=="function"&&SBe(t.constructor)==="Promise")return t===e;break;case"Boolean":case"Number":case"String":if(!(typeof t==typeof e&&RI(t.valueOf(),e.valueOf())))return!1;break;case"Date":if(!RI(t.valueOf(),e.valueOf()))return!1;break;case"Error":return t.name===e.name&&t.message===e.message;case"RegExp":if(!(t.source===e.source&&t.global===e.global&&t.ignoreCase===e.ignoreCase&&t.multiline===e.multiline&&t.sticky===e.sticky&&t.unicode===e.unicode))return!1;break}for(var h=r.length-1;h>=0;){if(r[h]===t)return a[h]===e;h-=1}switch(i){case"Map":return t.size!==e.size?!1:Hae(t.entries(),e.entries(),r.concat([t]),a.concat([e]));case"Set":return t.size!==e.size?!1:Hae(t.values(),e.values(),r.concat([t]),a.concat([e]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var l=tv(t);if(l.length!==tv(e).length)return!1;var p=r.concat([t]),b=a.concat([e]);for(h=l.length-1;h>=0;){var g=l[h];if(!(rw(g,e)&&pB(e[g],t[g],p,b)))return!1;h-=1}return!0}var OBe=Un(function(t,e){return pB(t,e,[],[])}),voe=OBe;function PBe(t,e,r){var a,i;if(typeof t.indexOf=="function")switch(typeof e){case"number":if(e===0){for(a=1/e;r<t.length;){if(i=t[r],i===0&&1/i===a)return r;r+=1}return-1}else if(e!==e){for(;r<t.length;){if(i=t[r],typeof i=="number"&&i!==i)return r;r+=1}return-1}return t.indexOf(e,r);case"string":case"boolean":case"function":case"undefined":return t.indexOf(e,r);case"object":if(e===null)return t.indexOf(e,r)}for(;r<t.length;){if(voe(t[r],e))return r;r+=1}return-1}function NBe(t,e){return PBe(e,t,0)>=0}function I2(t,e){for(var r=0,a=e.length,i=Array(a);r<a;)i[r]=t(e[r]),r+=1;return i}function TI(t){var e=t.replace(/\\/g,"\\\\").replace(/[\b]/g,"\\b").replace(/\f/g,"\\f").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t").replace(/\v/g,"\\v").replace(/\0/g,"\\0");return'"'+e.replace(/"/g,'\\"')+'"'}var y2=function(t){return(t<10?"0":"")+t},CBe=typeof Date.prototype.toISOString=="function"?function(t){return t.toISOString()}:function(t){return t.getUTCFullYear()+"-"+y2(t.getUTCMonth()+1)+"-"+y2(t.getUTCDate())+"T"+y2(t.getUTCHours())+":"+y2(t.getUTCMinutes())+":"+y2(t.getUTCSeconds())+"."+(t.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"},LBe=CBe;function $Be(t){return function(){return!t.apply(this,arguments)}}function moe(t,e,r){for(var a=0,i=r.length;a<i;)e=t(e,r[a]),a+=1;return e}function DBe(t,e){for(var r=0,a=e.length,i=[];r<a;)t(e[r])&&(i[i.length]=e[r]),r+=1;return i}function qBe(t){return Object.prototype.toString.call(t)==="[object Object]"}var UBe=function(){function t(e,r){this.xf=r,this.f=e}return t.prototype["@@transducer/init"]=O2.init,t.prototype["@@transducer/result"]=O2.result,t.prototype["@@transducer/step"]=function(e,r){return this.f(r)?this.xf["@@transducer/step"](e,r):e},t}();function FBe(t){return function(e){return new UBe(t,e)}}var jBe=Un(dB(["fantasy-land/filter","filter"],FBe,function(t,e){return qBe(e)?moe(function(r,a){return t(e[a])&&(r[a]=e[a]),r},{},tv(e)):DBe(t,e)})),zBe=jBe,ZBe=Un(function(t,e){return zBe($Be(t),e)}),HBe=ZBe;function goe(t,e){var r=function(h){var l=e.concat([t]);return NBe(h,l)?"<Circular>":goe(h,l)},a=function(h,l){return I2(function(p){return TI(p)+": "+r(h[p])},l.slice().sort())};switch(Object.prototype.toString.call(t)){case"[object Arguments]":return"(function() { return arguments; }("+I2(r,t).join(", ")+"))";case"[object Array]":return"["+I2(r,t).concat(a(t,HBe(function(h){return/^\d+$/.test(h)},tv(t)))).join(", ")+"]";case"[object Boolean]":return typeof t=="object"?"new Boolean("+r(t.valueOf())+")":t.toString();case"[object Date]":return"new Date("+(isNaN(t.valueOf())?r(NaN):TI(LBe(t)))+")";case"[object Map]":return"new Map("+r(Array.from(t))+")";case"[object Null]":return"null";case"[object Number]":return typeof t=="object"?"new Number("+r(t.valueOf())+")":1/t===-1/0?"-0":t.toString(10);case"[object Set]":return"new Set("+r(Array.from(t).sort())+")";case"[object String]":return typeof t=="object"?"new String("+r(t.valueOf())+")":TI(t);case"[object Undefined]":return"undefined";default:if(typeof t.toString=="function"){var i=t.toString();if(i!=="[object Object]")return i}return"{"+a(t,tv(t)).join(", ")+"}"}}var KBe=Fa(function(t){return goe(t,[])}),Kae=KBe,WBe=Un(function(t,e){if(t===e)return e;function r(p,b){if(p>b!=b>p)return b>p?b:p}var a=r(t,e);if(a!==void 0)return a;var i=r(typeof t,typeof e);if(i!==void 0)return i===typeof t?t:e;var h=Kae(t),l=r(h,Kae(e));return l!==void 0&&l===h?t:e}),VBe=WBe,GBe=function(){function t(e,r){this.xf=r,this.f=e}return t.prototype["@@transducer/init"]=O2.init,t.prototype["@@transducer/result"]=O2.result,t.prototype["@@transducer/step"]=function(e,r){return this.xf["@@transducer/step"](e,this.f(r))},t}(),YBe=function(t){return function(e){return new GBe(t,e)}},JBe=YBe,XBe=Un(dB(["fantasy-land/map","map"],JBe,function(t,e){switch(Object.prototype.toString.call(e)){case"[object Function]":return poe(e.length,function(){return t.call(this,e.apply(this,arguments))});case"[object Object]":return moe(function(r,a){return r[a]=t(e[a]),r},{},tv(e));default:return I2(t,e)}})),QBe=XBe,boe=Number.isInteger||function(t){return t<<0===t};function yoe(t){return Object.prototype.toString.call(t)==="[object String]"}function woe(t,e){var r=t<0?e.length+t:t;return yoe(e)?e.charAt(r):e[r]}var eOe=Un(function(t,e){if(e!=null)return boe(t)?woe(t,e):e[t]}),Rw=eOe,tOe=Un(function(t,e){return QBe(Rw(t),e)}),rOe=tOe,iOe=Fa(function(t){return cB(t)?!0:!t||typeof t!="object"||yoe(t)?!1:t.length===0?!0:t.length>0?t.hasOwnProperty(0)&&t.hasOwnProperty(t.length-1):!1}),nOe=iOe,Wae=typeof Symbol<"u"?Symbol.iterator:"@@iterator";function aOe(t,e,r){return function(a,i,h){if(nOe(h))return t(a,i,h);if(h==null)return i;if(typeof h["fantasy-land/reduce"]=="function")return e(a,i,h,"fantasy-land/reduce");if(h[Wae]!=null)return r(a,i,h[Wae]());if(typeof h.next=="function")return r(a,i,h);if(typeof h.reduce=="function")return e(a,i,h,"reduce");throw new TypeError("reduce: list must be array or iterable")}}function oOe(t,e,r){for(var a=0,i=r.length;a<i;){if(e=t["@@transducer/step"](e,r[a]),e&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}a+=1}return t["@@transducer/result"](e)}var sOe=Un(function(t,e){return Aw(t.length,function(){return t.apply(e,arguments)})}),fOe=sOe;function uOe(t,e,r){for(var a=r.next();!a.done;){if(e=t["@@transducer/step"](e,a.value),e&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}a=r.next()}return t["@@transducer/result"](e)}function hOe(t,e,r,a){return t["@@transducer/result"](r[a](fOe(t["@@transducer/step"],t),e))}var lOe=aOe(oOe,hOe,uOe),cOe=lOe,dOe=function(){function t(e){this.f=e}return t.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},t.prototype["@@transducer/result"]=function(e){return e},t.prototype["@@transducer/step"]=function(e,r){return this.f(e,r)},t}();function pOe(t){return new dOe(t)}var vOe=lB(function(t,e,r){return cOe(typeof t=="function"?pOe(t):t,e,r)}),_oe=vOe;function mOe(t,e){return function(){return e.call(this,t.apply(this,arguments))}}function Moe(t,e){return function(){var r=arguments.length;if(r===0)return e();var a=arguments[r-1];return cB(a)||typeof a[t]!="function"?e.apply(this,arguments):a[t].apply(a,Array.prototype.slice.call(arguments,0,r-1))}}var gOe=lB(Moe("slice",function(t,e,r){return Array.prototype.slice.call(r,t,e)})),bOe=gOe,yOe=Fa(Moe("tail",bOe(1,1/0))),wOe=yOe;function xoe(){if(arguments.length===0)throw new Error("pipe requires at least one argument");return Aw(arguments[0].length,_oe(mOe,arguments[0],wOe(arguments)))}var _Oe=Un(function(t,e){return poe(_oe(VBe,0,rOe("length",e)),function(){var r=arguments,a=this;return t.apply(a,I2(function(i){return i.apply(a,r)},e))})}),MOe=_Oe,xOe=Un(function(t,e){return e==null||e!==e?t:e}),LI=xOe,SOe=function(){function t(e,r){this.xf=r,this.f=e,this.found=!1}return t.prototype["@@transducer/init"]=O2.init,t.prototype["@@transducer/result"]=function(e){return this.found||(e=this.xf["@@transducer/step"](e,void 0)),this.xf["@@transducer/result"](e)},t.prototype["@@transducer/step"]=function(e,r){return this.f(r)&&(this.found=!0,e=xBe(this.xf["@@transducer/step"](e,r))),e},t}();function EOe(t){return function(e){return new SOe(t,e)}}var AOe=Un(dB(["find"],EOe,function(t,e){for(var r=0,a=e.length;r<a;){if(t(e[r]))return e[r];r+=1}})),ROe=AOe,TOe=Fa(function(t){return MOe(function(){return Array.prototype.slice.call(arguments,0)},t)}),kOe=TOe;function IOe(t,e){for(var r=e,a=0;a<t.length;a+=1){if(r==null)return;var i=t[a];boe(i)?r=woe(i,r):r=r[i]}return r}var BOe=Un(IOe),Soe=BOe,OOe=lB(function(t,e,r){return voe(t,Rw(e,r))}),POe=OOe,iw=class extends Error{name="InvalidSchedulerLocation"},NOe=class extends Error{name="SchedulerTagNotFound"},COe=class extends Error{name="TransactionNotFound"},LOe="Url",$Oe="Time-To-Live",DOe="Scheduler",$I=t=>xoe(LI([]),ROe(POe(t,"name")),LI({}),Rw("value")),Eoe=t=>xoe(e=>{if(!e)throw new COe(t);return e},Rw("tags"),LI([]));function Aoe({fetch:t,GRAPHQL_URL:e}){return async({query:r,variables:a})=>t(e,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({query:r,variables:a})}).then(i=>i.json())}function qOe({fetch:t,GRAPHQL_URL:e}){let r=Aoe({fetch:t,GRAPHQL_URL:e}),a=Roe({fetch:t,GRAPHQL_URL:e}),i=`
|
|
132
|
+
nonce: bundlr`),Me.from(i))}};ie();ae();ne();var ed=class{_publicKey;ownerLength=Wr[wr.MULTIAPTOS].pubLength;signatureLength=Wr[wr.MULTIAPTOS].sigLength;signatureType=wr.MULTIAPTOS;collectSignatures;provider;constructor(e,r){this._publicKey=e,this.collectSignatures=r}get publicKey(){return this._publicKey}async sign(e){let{signatures:r,bitmap:a}=await this.collectSignatures(e),i=128,h=new Uint8Array([0,0,0,0]),l=new Set;a.forEach(g=>{if(g>=32)throw new Error(`Invalid bit value ${g}.`);if(l.has(g))throw new Error("Duplicated bits detected.");l.add(g);let y=Math.floor(g/8),M=h[y];M|=i>>g%8,h[y]=M});let p=Me.alloc(this.signatureLength),b=0;for(let g=0;g<32;g++)a.includes(g)&&p.set(r[b++],g*64);return p.set(h,this.signatureLength-4),p}static async verify(e,r,a){let h=Wr[wr.MULTIAPTOS].sigLength-4,l=a.slice(0,h),p=a.slice(h),b=!1;for(let g=0;g<32;g++){let y=Math.floor(g/8),M=g-y*8;if((p[y]&128>>M)!==0){let E=l.slice(g*64,(g+1)*64),A=e.slice(g*32,(g+1)*32);await Ul(Me.from(E),Me.from(r),Me.from(A))||(b=!0)}}return!b}};ie();ae();ne();var td=class extends Bo{ownerLength=Wr[wr.TYPEDETHEREUM].pubLength;signatureLength=Wr[wr.TYPEDETHEREUM].sigLength;signatureType=wr.TYPEDETHEREUM;address;signer;constructor(e){super(e),this.address="0x"+dg(super.publicKey.slice(1)).slice(-20).toString("hex"),this.signer=new i1(e)}get publicKey(){return Me.from(this.address)}async sign(e){let r=await this.signer._signTypedData(yg,wg,{address:this.address,"Transaction hash":e});return Me.from(r.slice(2),"hex")}static async verify(e,r,a){let i=e.toString(),h=K3(yg,wg,{address:i,"Transaction hash":r},a);return i.toLowerCase()===h.toLowerCase()}},yg={name:"Bundlr",version:"1"},wg={Bundlr:[{name:"Transaction hash",type:"bytes"},{name:"address",type:"address"}]};ie();ae();ne();var iT=class{ownerLength=Wr[wr.TYPEDETHEREUM].pubLength;signatureLength=Wr[wr.TYPEDETHEREUM].sigLength;signatureType=wr.TYPEDETHEREUM;address;signer;publicKey;constructor(e){this.signer=e.getSigner()}async ready(){this.address=(await this.signer.getAddress()).toString().toLowerCase(),this.publicKey=Me.from(this.address)}async sign(e){let r=await this.signer._signTypedData(yg,wg,{address:this.address,"Transaction hash":e});return Me.from(r.slice(2),"hex")}static verify(e,r,a){let i=e.toString(),h=K3(yg,wg,{address:i,"Transaction hash":r},a);return i.toLowerCase()===h.toLowerCase()}};ie();ae();ne();var DX=gi(qo(),1);var m1=class{signer;publicKey;ownerLength=Wr[wr.ARWEAVE].pubLength;signatureLength=Wr[wr.ARWEAVE].sigLength;signatureType=wr.ARWEAVE;constructor(e){this.signer=e}async setPublicKey(){let e=await this.signer.getActivePublicKey();this.publicKey=DX.default.toBuffer(e)}async sign(e){this.publicKey||await this.setPublicKey();let r={name:"RSA-PSS",saltLength:32},a=await this.signer.signature(e,r);return new Uint8Array(Object.values(a).map(h=>+h))}static async verify(e,r,a){return await xn().verify(e,r,a)}};ie();ae();ne();var _g=class extends Bo{signatureType=wr.KYVE};var Mg={1:Kl,2:So,3:Bo,4:X0,5:Q0,6:ed,7:td};ie();ae();ne();ie();ae();ne();async function Z4e(t){return Fl([(0,Oi.stringToBuffer)("dataitem"),(0,Oi.stringToBuffer)("1"),(0,Oi.stringToBuffer)(t.signatureType.toString()),t.rawOwner,t.rawTarget,t.rawAnchor,t.rawTags,t.rawData])}var xg=Z4e;ie();ae();ne();ie();ae();ne();function Sg(t,e){let r=new Uint8Array(t);if(e<0)throw new Error("Array is unsigned, cannot represent -ve numbers");if(e>2**(t*8)-1)throw new Error(`Number ${e} is too large for an array of ${t} bytes`);for(let a=0;a<r.length;a++){let i=e&255;r[a]=i,e=(e-i)/256}return r}function E8(t){return Sg(8,t)}function nT(t){return Sg(2,t)}function H4e(t){return Sg(16,t)}function A8(t){return Sg(32,t)}function yn(t){let e=0;for(let r=t.length-1;r>=0;r--)e=e*256+t[r];return e}ie();ae();ne();var Ag=gi(qo(),1);ie();ae();ne();var Is=gi(qo(),1);co();ie();ae();ne();var Eg=class{buf;pos;constructor(e=Me.alloc(R8),r=0){this.buf=e,this.pos=r}writeTags(e){if(!Array.isArray(e))throw new Error("input must be array");let r=e.length,a;if(r)for(this.writeLong(r),a=0;a<r;a++){let i=e[a];if(typeof i?.name!="string"||typeof i?.value!="string")throw new Error(`Invalid tag format for ${i}, expected {name:string, value: string}`);this.writeString(i.name),this.writeString(i.value)}this.writeLong(0)}toBuffer(){let e=Me.alloc(this.pos);if(this.pos>this.buf.length)throw new Error(`Too many tag bytes (${this.pos} > ${this.buf.length})`);return this.buf.copy(e,0,0,this.pos),e}writeLong(e){let r=this.buf,a,i;if(e>=-1073741824&&e<1073741824){i=e>=0?e<<1:~e<<1|1;do r[this.pos]=i&127,i>>=7;while(i&&(r[this.pos++]|=128))}else{a=e>=0?e*2:-e*2-1;do r[this.pos]=a&127,a/=128;while(a>=1&&(r[this.pos++]|=128))}this.pos++,this.buf=r}writeString(e){let r=Me.byteLength(e),a=this.buf;this.writeLong(r);let i=this.pos;if(this.pos+=r,!(this.pos>a.length)){if(r>64)this.buf.write(e,this.pos-r,r,"utf8");else{let h,l,p,b;for(h=0,l=r;h<l;h++)p=e.charCodeAt(h),p<128?a[i++]=p:p<2048?(a[i++]=p>>6|192,a[i++]=p&63|128):(p&64512)===55296&&((b=e.charCodeAt(h+1))&64512)===56320?(p=65536+((p&1023)<<10)+(b&1023),h++,a[i++]=p>>18|240,a[i++]=p>>12&63|128,a[i++]=p>>6&63|128,a[i++]=p&63|128):(a[i++]=p>>12|224,a[i++]=p>>6&63|128,a[i++]=p&63|128)}this.buf=a}}readLong(){let e=0,r=0,a=this.buf,i,h,l,p;do i=a[this.pos++],h=i&128,e|=(i&127)<<r,r+=7;while(h&&r<28);if(h){l=e,p=268435456;do i=a[this.pos++],l+=(i&127)*p,p*=128;while(i&128);return(l%2?-(l+1):l)/2}return e>>1^-(e&1)}skipLong(){let e=this.buf;for(;e[this.pos++]&128;);}readTags(){let e=[],r;for(;r=this.readLong();)for(r<0&&(r=-r,this.skipLong());r--;){let a=this.readString(),i=this.readString();e.push({name:a,value:i})}return e}readString(){let e=this.readLong(),r=this.pos,a=this.buf;if(this.pos+=e,this.pos>a.length)throw new Error("TAP Position out of range");return this.buf.slice(r,r+e).toString()}};function aT(t){if(t?.length===0)return Me.allocUnsafe(0);let e=new Eg;return e.writeTags(t),e.toBuffer()}function g1(t){return new Eg(t).readTags()}du();var k8=80,R8=4096,T8=class t{binary;_id;constructor(e){this.binary=e}static isDataItem(e){return e.binary!==void 0}get signatureType(){let e=yn(this.binary.subarray(0,2));if(wr?.[e]!==void 0)return e;throw new Error("Unknown signature type: "+e)}async isValid(){return t.verify(this.binary)}get id(){return Is.default.encode(this.rawId)}set id(e){this._id=Is.default.toBuffer(e)}get rawId(){return pf("sha256").update(this.rawSignature).digest()}set rawId(e){this._id=e}get rawSignature(){return this.binary.subarray(2,2+this.signatureLength)}get signature(){return Is.default.encode(this.rawSignature)}set rawOwner(e){if(e.byteLength!=this.ownerLength)throw new Error(`Expected raw owner (pubkey) to be ${this.ownerLength} bytes, got ${e.byteLength} bytes.`);this.binary.set(e,2+this.signatureLength)}get rawOwner(){return this.binary.subarray(2+this.signatureLength,2+this.signatureLength+this.ownerLength)}get signatureLength(){return Wr[this.signatureType].sigLength}get owner(){return Is.default.encode(this.rawOwner)}get ownerLength(){return Wr[this.signatureType].pubLength}get rawTarget(){let e=this.getTargetStart();return this.binary[e]==1?this.binary.subarray(e+1,e+33):Me.alloc(0)}get target(){return Is.default.encode(this.rawTarget)}get rawAnchor(){let e=this.getAnchorStart();return this.binary[e]==1?this.binary.subarray(e+1,e+33):Me.alloc(0)}get anchor(){return Is.default.encode(this.rawAnchor)}get rawTags(){let e=this.getTagsStart(),r=yn(this.binary.subarray(e+8,e+16));return this.binary.subarray(e+16,e+16+r)}get tags(){let e=this.getTagsStart();if(yn(this.binary.subarray(e,e+8))==0)return[];let a=yn(this.binary.subarray(e+8,e+16));return g1(Me.from(this.binary.subarray(e+16,e+16+a)))}get tagsB64Url(){return this.tags.map(r=>({name:Is.default.encode(r.name),value:Is.default.encode(r.value)}))}getStartOfData(){let e=this.getTagsStart(),r=this.binary.subarray(e+8,e+16),a=yn(r);return e+16+a}get rawData(){let e=this.getTagsStart(),r=this.binary.subarray(e+8,e+16),a=yn(r),i=e+16+a;return this.binary.subarray(i,this.binary.length)}get data(){return Is.default.encode(this.rawData)}getRaw(){return this.binary}async sign(e){return this._id=await I8(this,e),this.rawId}async setSignature(e){this.binary.set(e,2),this._id=Me.from(await xn().hash(e))}isSigned(){return(this._id?.length??0)>0}toJSON(){return{signature:this.signature,owner:this.owner,target:this.target,tags:this.tags.map(e=>({name:Is.default.encode(e.name),value:Is.default.encode(e.value)})),data:this.data}}static async verify(e){if(e.byteLength<k8)return!1;let r=new t(e),a=r.signatureType,i=r.getTagsStart(),h=yn(e.subarray(i,i+8)),l=e.subarray(i+8,i+16),p=yn(l);if(p>R8)return!1;if(h>0)try{if(g1(Me.from(e.subarray(i+16,i+16+p))).length!==h)return!1}catch{return!1}let b=Mg[a],g=await xg(r);return await b.verify(r.rawOwner,g,r.rawSignature)}async getSignatureData(){return xg(this)}getTagsStart(){let e=this.getTargetStart(),r=this.binary[e]==1,a=e+(r?33:1),i=this.binary[a]==1;return a+=i?33:1,a}getTargetStart(){return 2+this.signatureLength+this.ownerLength}getAnchorStart(){let e=this.getTargetStart()+1,r=this.binary[this.getTargetStart()]==1;return e+=r?32:0,e}},b1=T8;du();var Bu=32,B8=class{length;items;binary;constructor(e){this.binary=e,this.length=this.getDataItemCount(),this.items=this.getItems()}getRaw(){return this.binary}get(e){if(typeof e=="number"){if(e>=this.length)throw new RangeError("Index out of range");return this.getByIndex(e)}else return this.getById(e)}getSizes(){let e=[];for(let r=Bu;r<Bu+64*this.length;r+=64)e.push(yn(this.binary.subarray(r,r+32)));return e}getIds(){let e=[];for(let r=Bu;r<Bu+64*this.length;r+=64){let a=this.binary.subarray(r+32,r+64);if(a.length===0)throw new Error("Invalid bundle, id specified in headers doesn't exist");e.push(Ag.default.encode(a))}return e}getIdBy(e){if(e>this.length-1)throw new RangeError("Index of bundle out of range");let r=64+64*e;return Ag.default.encode(this.binary.subarray(r,r+32))}async toTransaction(e,r,a){let i=await r.createTransaction({data:this.binary,...e},a);return i.addTag("Bundle-Format","binary"),i.addTag("Bundle-Version","2.0.0"),i}async verify(){for(let e of this.items){let r=await e.isValid(),a=(0,Ag.default)(pf("sha256").update(e.rawSignature).digest());if(!(r&&e.id===a))return!1}return!0}getOffset(e){let r=0;for(let a=Bu;a<Bu+64*this.length;a+=64){let i=yn(this.binary.subarray(a,a+32));r+=i;let h=this.binary.subarray(a+32,a+64);if(Me.compare(h,e)===0)return{startOffset:r,size:i}}return{startOffset:-1,size:-1}}getByIndex(e){let r=0,a=this.getBundleStart(),i=0,h,l;for(let y=Bu;y<Bu+64*this.length;y+=64){if(h=yn(this.binary.subarray(y,y+32)),i++===e){l=this.binary.subarray(y+32,y+64);break}r+=h}let p=a+r,b=this.binary.subarray(p,p+h),g=new b1(b);return g.rawId=l,g}getById(e){let r=Ag.default.toBuffer(e),a=this.getOffset(r);if(a.startOffset===-1)throw new Error("Transaction not found");let h=this.getBundleStart()+a.startOffset;return new b1(this.binary.subarray(h,h+a.size))}getDataItemCount(){return yn(this.binary.subarray(0,32))}getBundleStart(){return 32+64*this.length}getItems(){let e=new Array(this.length),r=0,a=this.getBundleStart(),i=0;for(let h=Bu;h<Bu+64*this.length;h+=64){let l=yn(this.binary.subarray(h,h+32)),p=this.binary.subarray(h+32,h+64);if(p.length===0)throw new Error("Invalid bundle, id specified in headers doesn't exist");let b=a+r,g=this.binary.subarray(b,b+l);r+=l;let y=new b1(g);y.rawId=p,e[i]=y,i++}return e}},oT=B8;function K4e(t){return new oT(t)}async function W4e(t,e){let r=new Uint8Array(64*t.length),a=await Promise.all(t.map(async(h,l)=>{let p=h.isSigned()?h.rawId:await I8(h,e),b=new Uint8Array(64);return b.set(A8(h.getRaw().byteLength),0),b.set(p,32),r.set(b,64*l),h.getRaw()})).then(h=>Me.concat(h)),i=Me.concat([Me.from(A8(t.length)),Me.from(r),a]);return new oT(i)}async function qX(t,e){let r=await xg(t),a=await e.sign(r),i=await xn().hash(a);return{signature:Me.from(a),id:Me.from(i)}}async function I8(t,e){let{signature:r,id:a}=await qX(t,e);return t.getRaw().set(r,2),a}ie();ae();ne();var UX=gi(qo(),1);function Rg(t,e,r){let a=e.publicKey,i=r?.target?UX.default.toBuffer(r.target):null,h=1+(i?.byteLength??0),l=r?.anchor?Me.from(r.anchor):null,p=1+(l?.byteLength??0),b=(r?.tags?.length??0)>0?aT(r?.tags):null,g=16+(b?b.byteLength:0),y=typeof t=="string"?Me.from(t):Me.from(t),M=y.byteLength,x=2+e.signatureLength+e.ownerLength+h+p+g+M,E=Me.alloc(x);if(E.set(nT(e.signatureType),0),E.set(new Uint8Array(e.signatureLength).fill(0),2),a.byteLength!==e.ownerLength)throw new Error(`Owner must be ${e.ownerLength} bytes, but was incorrectly ${a.byteLength}`);E.set(a,2+e.signatureLength);let A=2+e.signatureLength+e.ownerLength;if(E[A]=i?1:0,i){if(i.byteLength!==32)throw new Error(`Target must be 32 bytes but was incorrectly ${i.byteLength}`);E.set(i,A+1)}let k=A+h,O=k+1;if(E[k]=l?1:0,l){if(O+=l.byteLength,l.byteLength!==32)throw new Error("Anchor must be 32 bytes");E.set(l,k+1)}E.set(E8(r?.tags?.length??0),O);let N=E8(b?.byteLength??0);E.set(N,O+8),b&&E.set(b,O+16);let L=O+g;return E.set(y,L),new b1(E)}ie();ae();ne();ie();ae();ne();var sT=class{signatureType;rawSignature;signature;signatureLength;rawOwner;owner;ownerLength;rawTarget;target;rawAnchor;anchor;rawTags;tags;rawData;data;static async verify(...e){throw new Error("You must implement `verify`")}};ie();ae();ne();ie();ae();ne();var lT={};Ha(lT,{default:()=>Y4e,processStream:()=>HX,streamExportForTesting:()=>J4e,streamSigner:()=>G4e});ie();ae();ne();O8();var rd=gi(qo(),1);du();async function HX(t){let e=KX(t),r=(await e.next()).value;r=await La(e,r,32);let a=yn(r.subarray(0,32));r=r.subarray(32);let i=64*a;r=await La(e,r,i);let h=new Array(a);for(let b=0;b<i;b+=64)h[b/64]=[yn(r.subarray(b,b+32)),(0,rd.default)(Me.from(r.subarray(b+32,b+64)))];r=r.subarray(i);let l=32+i,p=[];for(let[b,g]of h){r=await La(e,r,k8),r=await La(e,r,2);let y=yn(r.subarray(0,2));r=r.subarray(2);let{sigLength:M,pubLength:x,sigName:E}=Wr[y];r=await La(e,r,M);let A=r.subarray(0,M);r=r.subarray(M),r=await La(e,r,x);let k=r.subarray(0,x);r=r.subarray(x),r=await La(e,r,1);let O=r[0]===1;O&&(r=await La(e,r,33));let N=O?r.subarray(1,33):Me.allocUnsafe(0);r=r.subarray(O?33:1),r=await La(e,r,1);let L=r[0]===1;L&&(r=await La(e,r,33));let C=L?r.subarray(1,33):Me.allocUnsafe(0);r=r.subarray(L?33:1),r=await La(e,r,8);let Y=yn(r.subarray(0,8));r=r.subarray(8),r=await La(e,r,8);let G=yn(r.subarray(0,8));r=r.subarray(8),r=await La(e,r,G);let ee=r.subarray(0,G),$=Y!==0&&G!==0?g1(Me.from(ee)):[];if($.length!==Y)throw new Error("Tags lengths don't match");r=r.subarray(G);let U=new zX;U._transform=function(f,u,c){this.push(f),c()};let V=Fl([(0,Oi.stringToBuffer)("dataitem"),(0,Oi.stringToBuffer)("1"),(0,Oi.stringToBuffer)(y.toString()),k,N,C,ee,U]),_=2+M+x+(O?33:1)+(L?33:1)+16+G,n=b-_;if(r.byteLength>n)U.write(r.subarray(0,n)),r=r.subarray(n);else{let f=r.byteLength;for(U.write(r);n>f;){if(r=(await e.next()).value,!r)throw new Error(`Not enough data bytes expected: ${n} received: ${f}`);f+=r.byteLength,f>n?U.write(r.subarray(0,r.byteLength-(f-n))):U.write(r)}r=r.subarray(r.byteLength-(f-n))}if(U.end(),g!==(0,rd.default)(pf("sha256").update(A).digest()))throw new Error("ID doesn't match signature");if(!await Mg[y].verify(k,await V,A))throw new Error("Invalid signature");p.push({id:g,sigName:E,signature:(0,rd.default)(Me.from(A)),target:(0,rd.default)(Me.from(N)),anchor:(0,rd.default)(Me.from(C)),owner:(0,rd.default)(Me.from(k)),tags:$,dataOffset:l+_,dataSize:n}),l+=_+n}return p}async function G4e(t,e,r,a){let i=Rg("",r,a),h=new ZX,l=[(0,Oi.stringToBuffer)("dataitem"),(0,Oi.stringToBuffer)("1"),(0,Oi.stringToBuffer)(i.signatureType.toString()),i.rawOwner,i.rawTarget,i.rawAnchor,i.rawTags,t],p=await Fl(l),b=Me.from(await r.sign(p));return i.setSignature(b),h.write(i.getRaw()),e.pipe(h)}async function La(t,e,r){if(e.byteLength>=r)return e;let{done:a,value:i}=await t.next();if(a&&!i)throw new Error("Invalid buffer");return La(t,Me.concat([Me.from(e),Me.from(i)]),r)}async function*KX(t){for await(let e of t)yield e}var Y4e=HX,J4e={readBytes:La,getReader:KX};var X4e={...fT,stream:lT};globalThis.arbundles??=X4e;ie();ae();ne();ie();ae();ne();ie();ae();ne();ie();ae();ne();var fi;(function(t){t.assertEqual=i=>i;function e(i){}t.assertIs=e;function r(i){throw new Error}t.assertNever=r,t.arrayToEnum=i=>{let h={};for(let l of i)h[l]=l;return h},t.getValidEnumValues=i=>{let h=t.objectKeys(i).filter(p=>typeof i[i[p]]!="number"),l={};for(let p of h)l[p]=i[p];return t.objectValues(l)},t.objectValues=i=>t.objectKeys(i).map(function(h){return i[h]}),t.objectKeys=typeof Object.keys=="function"?i=>Object.keys(i):i=>{let h=[];for(let l in i)Object.prototype.hasOwnProperty.call(i,l)&&h.push(l);return h},t.find=(i,h)=>{for(let l of i)if(h(l))return l},t.isInteger=typeof Number.isInteger=="function"?i=>Number.isInteger(i):i=>typeof i=="number"&&isFinite(i)&&Math.floor(i)===i;function a(i,h=" | "){return i.map(l=>typeof l=="string"?`'${l}'`:l).join(h)}t.joinValues=a,t.jsonStringifyReplacer=(i,h)=>typeof h=="bigint"?h.toString():h})(fi||(fi={}));var dT;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(dT||(dT={}));var Yt=fi.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),cc=t=>{switch(typeof t){case"undefined":return Yt.undefined;case"string":return Yt.string;case"number":return isNaN(t)?Yt.nan:Yt.number;case"boolean":return Yt.boolean;case"function":return Yt.function;case"bigint":return Yt.bigint;case"symbol":return Yt.symbol;case"object":return Array.isArray(t)?Yt.array:t===null?Yt.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?Yt.promise:typeof Map<"u"&&t instanceof Map?Yt.map:typeof Set<"u"&&t instanceof Set?Yt.set:typeof Date<"u"&&t instanceof Date?Yt.date:Yt.object;default:return Yt.unknown}},Ot=fi.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),Q4e=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),Oo=class t extends Error{constructor(e){super(),this.issues=[],this.addIssue=a=>{this.issues=[...this.issues,a]},this.addIssues=(a=[])=>{this.issues=[...this.issues,...a]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}get errors(){return this.issues}format(e){let r=e||function(h){return h.message},a={_errors:[]},i=h=>{for(let l of h.issues)if(l.code==="invalid_union")l.unionErrors.map(i);else if(l.code==="invalid_return_type")i(l.returnTypeError);else if(l.code==="invalid_arguments")i(l.argumentsError);else if(l.path.length===0)a._errors.push(r(l));else{let p=a,b=0;for(;b<l.path.length;){let g=l.path[b];b===l.path.length-1?(p[g]=p[g]||{_errors:[]},p[g]._errors.push(r(l))):p[g]=p[g]||{_errors:[]},p=p[g],b++}}};return i(this),a}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,fi.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},a=[];for(let i of this.issues)i.path.length>0?(r[i.path[0]]=r[i.path[0]]||[],r[i.path[0]].push(e(i))):a.push(e(i));return{formErrors:a,fieldErrors:r}}get formErrors(){return this.flatten()}};Oo.create=t=>new Oo(t);var _1=(t,e)=>{let r;switch(t.code){case Ot.invalid_type:t.received===Yt.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case Ot.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,fi.jsonStringifyReplacer)}`;break;case Ot.unrecognized_keys:r=`Unrecognized key(s) in object: ${fi.joinValues(t.keys,", ")}`;break;case Ot.invalid_union:r="Invalid input";break;case Ot.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${fi.joinValues(t.options)}`;break;case Ot.invalid_enum_value:r=`Invalid enum value. Expected ${fi.joinValues(t.options)}, received '${t.received}'`;break;case Ot.invalid_arguments:r="Invalid function arguments";break;case Ot.invalid_return_type:r="Invalid function return type";break;case Ot.invalid_date:r="Invalid date";break;case Ot.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(r=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?r=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?r=`Invalid input: must end with "${t.validation.endsWith}"`:fi.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case Ot.too_small:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:r="Invalid input";break;case Ot.too_big:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?r=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:r="Invalid input";break;case Ot.custom:r="Invalid input";break;case Ot.invalid_intersection_types:r="Intersection results could not be merged";break;case Ot.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case Ot.not_finite:r="Number must be finite";break;default:r=e.defaultError,fi.assertNever(t)}return{message:r}},GX=_1;function ewe(t){GX=t}function P8(){return GX}var N8=t=>{let{data:e,path:r,errorMaps:a,issueData:i}=t,h=[...r,...i.path||[]],l={...i,path:h};if(i.message!==void 0)return{...i,path:h,message:i.message};let p="",b=a.filter(g=>!!g).slice().reverse();for(let g of b)p=g(l,{data:e,defaultError:p}).message;return{...i,path:h,message:p}},twe=[];function Wt(t,e){let r=P8(),a=N8({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===_1?void 0:_1].filter(i=>!!i)});t.common.issues.push(a)}var Ia=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let a=[];for(let i of r){if(i.status==="aborted")return pr;i.status==="dirty"&&e.dirty(),a.push(i.value)}return{status:e.value,value:a}}static async mergeObjectAsync(e,r){let a=[];for(let i of r){let h=await i.key,l=await i.value;a.push({key:h,value:l})}return t.mergeObjectSync(e,a)}static mergeObjectSync(e,r){let a={};for(let i of r){let{key:h,value:l}=i;if(h.status==="aborted"||l.status==="aborted")return pr;h.status==="dirty"&&e.dirty(),l.status==="dirty"&&e.dirty(),h.value!=="__proto__"&&(typeof l.value<"u"||i.alwaysSet)&&(a[h.value]=l.value)}return{status:e.value,value:a}}},pr=Object.freeze({status:"aborted"}),w1=t=>({status:"dirty",value:t}),$a=t=>({status:"valid",value:t}),pT=t=>t.status==="aborted",vT=t=>t.status==="dirty",Bg=t=>t.status==="valid",Og=t=>typeof Promise<"u"&&t instanceof Promise;function C8(t,e,r,a){if(r==="a"&&!a)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!a:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?a:r==="a"?a.call(t):a?a.value:e.get(t)}function YX(t,e,r,a,i){if(a==="m")throw new TypeError("Private method is not writable");if(a==="a"&&!i)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return a==="a"?i.call(t,r):i?i.value=r:e.set(t,r),r}var rr;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(rr||(rr={}));var kg,Ig,Os=class{constructor(e,r,a,i){this._cachedPath=[],this.parent=e,this.data=r,this._path=a,this._key=i}get path(){return this._cachedPath.length||(this._key instanceof Array?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},WX=(t,e)=>{if(Bg(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new Oo(t.common.issues);return this._error=r,this._error}}};function Br(t){if(!t)return{};let{errorMap:e,invalid_type_error:r,required_error:a,description:i}=t;if(e&&(r||a))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:i}:{errorMap:(l,p)=>{var b,g;let{message:y}=t;return l.code==="invalid_enum_value"?{message:y??p.defaultError}:typeof p.data>"u"?{message:(b=y??a)!==null&&b!==void 0?b:p.defaultError}:l.code!=="invalid_type"?{message:p.defaultError}:{message:(g=y??r)!==null&&g!==void 0?g:p.defaultError}},description:i}}var Or=class{constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this)}get description(){return this._def.description}_getType(e){return cc(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:cc(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Ia,ctx:{common:e.parent.common,data:e.data,parsedType:cc(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(Og(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(e){let r=this._parse(e);return Promise.resolve(r)}parse(e,r){let a=this.safeParse(e,r);if(a.success)return a.data;throw a.error}safeParse(e,r){var a;let i={common:{issues:[],async:(a=r?.async)!==null&&a!==void 0?a:!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:cc(e)},h=this._parseSync({data:e,path:i.path,parent:i});return WX(i,h)}async parseAsync(e,r){let a=await this.safeParseAsync(e,r);if(a.success)return a.data;throw a.error}async safeParseAsync(e,r){let a={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:cc(e)},i=this._parse({data:e,path:a.path,parent:a}),h=await(Og(i)?i:Promise.resolve(i));return WX(a,h)}refine(e,r){let a=i=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(i):r;return this._refinement((i,h)=>{let l=e(i),p=()=>h.addIssue({code:Ot.custom,...a(i)});return typeof Promise<"u"&&l instanceof Promise?l.then(b=>b?!0:(p(),!1)):l?!0:(p(),!1)})}refinement(e,r){return this._refinement((a,i)=>e(a)?!0:(i.addIssue(typeof r=="function"?r(a,i):r),!1))}_refinement(e){return new Po({schema:this,typeName:lr.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}optional(){return Bs.create(this,this._def)}nullable(){return Pu.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Lh.create(this,this._def)}promise(){return vc.create(this,this._def)}or(e){return ud.create([this,e],this._def)}and(e){return hd.create(this,e,this._def)}transform(e){return new Po({...Br(this._def),schema:this,typeName:lr.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new vd({...Br(this._def),innerType:this,defaultValue:r,typeName:lr.ZodDefault})}brand(){return new Pg({typeName:lr.ZodBranded,type:this,...Br(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new md({...Br(this._def),innerType:this,catchValue:r,typeName:lr.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return Ng.create(this,e)}readonly(){return gd.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},rwe=/^c[^\s-]{8,}$/i,iwe=/^[0-9a-z]+$/,nwe=/^[0-9A-HJKMNP-TV-Z]{26}$/,awe=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,owe=/^[a-z0-9_-]{21}$/i,swe=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,fwe=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,uwe="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",cT,hwe=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,lwe=/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,cwe=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,JX="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",dwe=new RegExp(`^${JX}$`);function XX(t){let e="([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";return t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`),e}function pwe(t){return new RegExp(`^${XX(t)}$`)}function QX(t){let e=`${JX}T${XX(t)}`,r=[];return r.push(t.local?"Z?":"Z"),t.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function vwe(t,e){return!!((e==="v4"||!e)&&hwe.test(t)||(e==="v6"||!e)&&lwe.test(t))}var dc=class t extends Or{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==Yt.string){let h=this._getOrReturnCtx(e);return Wt(h,{code:Ot.invalid_type,expected:Yt.string,received:h.parsedType}),pr}let a=new Ia,i;for(let h of this._def.checks)if(h.kind==="min")e.data.length<h.value&&(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.too_small,minimum:h.value,type:"string",inclusive:!0,exact:!1,message:h.message}),a.dirty());else if(h.kind==="max")e.data.length>h.value&&(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.too_big,maximum:h.value,type:"string",inclusive:!0,exact:!1,message:h.message}),a.dirty());else if(h.kind==="length"){let l=e.data.length>h.value,p=e.data.length<h.value;(l||p)&&(i=this._getOrReturnCtx(e,i),l?Wt(i,{code:Ot.too_big,maximum:h.value,type:"string",inclusive:!0,exact:!0,message:h.message}):p&&Wt(i,{code:Ot.too_small,minimum:h.value,type:"string",inclusive:!0,exact:!0,message:h.message}),a.dirty())}else if(h.kind==="email")fwe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"email",code:Ot.invalid_string,message:h.message}),a.dirty());else if(h.kind==="emoji")cT||(cT=new RegExp(uwe,"u")),cT.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"emoji",code:Ot.invalid_string,message:h.message}),a.dirty());else if(h.kind==="uuid")awe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"uuid",code:Ot.invalid_string,message:h.message}),a.dirty());else if(h.kind==="nanoid")owe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"nanoid",code:Ot.invalid_string,message:h.message}),a.dirty());else if(h.kind==="cuid")rwe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"cuid",code:Ot.invalid_string,message:h.message}),a.dirty());else if(h.kind==="cuid2")iwe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"cuid2",code:Ot.invalid_string,message:h.message}),a.dirty());else if(h.kind==="ulid")nwe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"ulid",code:Ot.invalid_string,message:h.message}),a.dirty());else if(h.kind==="url")try{new URL(e.data)}catch{i=this._getOrReturnCtx(e,i),Wt(i,{validation:"url",code:Ot.invalid_string,message:h.message}),a.dirty()}else h.kind==="regex"?(h.regex.lastIndex=0,h.regex.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"regex",code:Ot.invalid_string,message:h.message}),a.dirty())):h.kind==="trim"?e.data=e.data.trim():h.kind==="includes"?e.data.includes(h.value,h.position)||(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.invalid_string,validation:{includes:h.value,position:h.position},message:h.message}),a.dirty()):h.kind==="toLowerCase"?e.data=e.data.toLowerCase():h.kind==="toUpperCase"?e.data=e.data.toUpperCase():h.kind==="startsWith"?e.data.startsWith(h.value)||(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.invalid_string,validation:{startsWith:h.value},message:h.message}),a.dirty()):h.kind==="endsWith"?e.data.endsWith(h.value)||(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.invalid_string,validation:{endsWith:h.value},message:h.message}),a.dirty()):h.kind==="datetime"?QX(h).test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.invalid_string,validation:"datetime",message:h.message}),a.dirty()):h.kind==="date"?dwe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.invalid_string,validation:"date",message:h.message}),a.dirty()):h.kind==="time"?pwe(h).test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.invalid_string,validation:"time",message:h.message}),a.dirty()):h.kind==="duration"?swe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"duration",code:Ot.invalid_string,message:h.message}),a.dirty()):h.kind==="ip"?vwe(e.data,h.version)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"ip",code:Ot.invalid_string,message:h.message}),a.dirty()):h.kind==="base64"?cwe.test(e.data)||(i=this._getOrReturnCtx(e,i),Wt(i,{validation:"base64",code:Ot.invalid_string,message:h.message}),a.dirty()):fi.assertNever(h);return{status:a.value,value:e.data}}_regex(e,r,a){return this.refinement(i=>e.test(i),{validation:r,code:Ot.invalid_string,...rr.errToObj(a)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...rr.errToObj(e)})}url(e){return this._addCheck({kind:"url",...rr.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...rr.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...rr.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...rr.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...rr.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...rr.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...rr.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...rr.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...rr.errToObj(e)})}datetime(e){var r,a;return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:(r=e?.offset)!==null&&r!==void 0?r:!1,local:(a=e?.local)!==null&&a!==void 0?a:!1,...rr.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...rr.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...rr.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...rr.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...rr.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...rr.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...rr.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...rr.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...rr.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...rr.errToObj(r)})}nonempty(e){return this.min(1,rr.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get minLength(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};dc.create=t=>{var e;return new dc({checks:[],typeName:lr.ZodString,coerce:(e=t?.coerce)!==null&&e!==void 0?e:!1,...Br(t)})};function mwe(t,e){let r=(t.toString().split(".")[1]||"").length,a=(e.toString().split(".")[1]||"").length,i=r>a?r:a,h=parseInt(t.toFixed(i).replace(".","")),l=parseInt(e.toFixed(i).replace(".",""));return h%l/Math.pow(10,i)}var id=class t extends Or{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==Yt.number){let h=this._getOrReturnCtx(e);return Wt(h,{code:Ot.invalid_type,expected:Yt.number,received:h.parsedType}),pr}let a,i=new Ia;for(let h of this._def.checks)h.kind==="int"?fi.isInteger(e.data)||(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.invalid_type,expected:"integer",received:"float",message:h.message}),i.dirty()):h.kind==="min"?(h.inclusive?e.data<h.value:e.data<=h.value)&&(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.too_small,minimum:h.value,type:"number",inclusive:h.inclusive,exact:!1,message:h.message}),i.dirty()):h.kind==="max"?(h.inclusive?e.data>h.value:e.data>=h.value)&&(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.too_big,maximum:h.value,type:"number",inclusive:h.inclusive,exact:!1,message:h.message}),i.dirty()):h.kind==="multipleOf"?mwe(e.data,h.value)!==0&&(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.not_multiple_of,multipleOf:h.value,message:h.message}),i.dirty()):h.kind==="finite"?Number.isFinite(e.data)||(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.not_finite,message:h.message}),i.dirty()):fi.assertNever(h);return{status:i.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,rr.toString(r))}gt(e,r){return this.setLimit("min",e,!1,rr.toString(r))}lte(e,r){return this.setLimit("max",e,!0,rr.toString(r))}lt(e,r){return this.setLimit("max",e,!1,rr.toString(r))}setLimit(e,r,a,i){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:a,message:rr.toString(i)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:rr.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:rr.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:rr.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:rr.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:rr.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:rr.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:rr.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:rr.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:rr.toString(e)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&fi.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let a of this._def.checks){if(a.kind==="finite"||a.kind==="int"||a.kind==="multipleOf")return!0;a.kind==="min"?(r===null||a.value>r)&&(r=a.value):a.kind==="max"&&(e===null||a.value<e)&&(e=a.value)}return Number.isFinite(r)&&Number.isFinite(e)}};id.create=t=>new id({checks:[],typeName:lr.ZodNumber,coerce:t?.coerce||!1,...Br(t)});var nd=class t extends Or{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce&&(e.data=BigInt(e.data)),this._getType(e)!==Yt.bigint){let h=this._getOrReturnCtx(e);return Wt(h,{code:Ot.invalid_type,expected:Yt.bigint,received:h.parsedType}),pr}let a,i=new Ia;for(let h of this._def.checks)h.kind==="min"?(h.inclusive?e.data<h.value:e.data<=h.value)&&(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.too_small,type:"bigint",minimum:h.value,inclusive:h.inclusive,message:h.message}),i.dirty()):h.kind==="max"?(h.inclusive?e.data>h.value:e.data>=h.value)&&(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.too_big,type:"bigint",maximum:h.value,inclusive:h.inclusive,message:h.message}),i.dirty()):h.kind==="multipleOf"?e.data%h.value!==BigInt(0)&&(a=this._getOrReturnCtx(e,a),Wt(a,{code:Ot.not_multiple_of,multipleOf:h.value,message:h.message}),i.dirty()):fi.assertNever(h);return{status:i.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,rr.toString(r))}gt(e,r){return this.setLimit("min",e,!1,rr.toString(r))}lte(e,r){return this.setLimit("max",e,!0,rr.toString(r))}lt(e,r){return this.setLimit("max",e,!1,rr.toString(r))}setLimit(e,r,a,i){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:a,message:rr.toString(i)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:rr.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:rr.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:rr.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:rr.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:rr.toString(r)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};nd.create=t=>{var e;return new nd({checks:[],typeName:lr.ZodBigInt,coerce:(e=t?.coerce)!==null&&e!==void 0?e:!1,...Br(t)})};var ad=class extends Or{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==Yt.boolean){let a=this._getOrReturnCtx(e);return Wt(a,{code:Ot.invalid_type,expected:Yt.boolean,received:a.parsedType}),pr}return $a(e.data)}};ad.create=t=>new ad({typeName:lr.ZodBoolean,coerce:t?.coerce||!1,...Br(t)});var od=class t extends Or{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==Yt.date){let h=this._getOrReturnCtx(e);return Wt(h,{code:Ot.invalid_type,expected:Yt.date,received:h.parsedType}),pr}if(isNaN(e.data.getTime())){let h=this._getOrReturnCtx(e);return Wt(h,{code:Ot.invalid_date}),pr}let a=new Ia,i;for(let h of this._def.checks)h.kind==="min"?e.data.getTime()<h.value&&(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.too_small,message:h.message,inclusive:!0,exact:!1,minimum:h.value,type:"date"}),a.dirty()):h.kind==="max"?e.data.getTime()>h.value&&(i=this._getOrReturnCtx(e,i),Wt(i,{code:Ot.too_big,message:h.message,inclusive:!0,exact:!1,maximum:h.value,type:"date"}),a.dirty()):fi.assertNever(h);return{status:a.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:rr.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:rr.toString(r)})}get minDate(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}};od.create=t=>new od({checks:[],coerce:t?.coerce||!1,typeName:lr.ZodDate,...Br(t)});var M1=class extends Or{_parse(e){if(this._getType(e)!==Yt.symbol){let a=this._getOrReturnCtx(e);return Wt(a,{code:Ot.invalid_type,expected:Yt.symbol,received:a.parsedType}),pr}return $a(e.data)}};M1.create=t=>new M1({typeName:lr.ZodSymbol,...Br(t)});var sd=class extends Or{_parse(e){if(this._getType(e)!==Yt.undefined){let a=this._getOrReturnCtx(e);return Wt(a,{code:Ot.invalid_type,expected:Yt.undefined,received:a.parsedType}),pr}return $a(e.data)}};sd.create=t=>new sd({typeName:lr.ZodUndefined,...Br(t)});var fd=class extends Or{_parse(e){if(this._getType(e)!==Yt.null){let a=this._getOrReturnCtx(e);return Wt(a,{code:Ot.invalid_type,expected:Yt.null,received:a.parsedType}),pr}return $a(e.data)}};fd.create=t=>new fd({typeName:lr.ZodNull,...Br(t)});var pc=class extends Or{constructor(){super(...arguments),this._any=!0}_parse(e){return $a(e.data)}};pc.create=t=>new pc({typeName:lr.ZodAny,...Br(t)});var Ch=class extends Or{constructor(){super(...arguments),this._unknown=!0}_parse(e){return $a(e.data)}};Ch.create=t=>new Ch({typeName:lr.ZodUnknown,...Br(t)});var Tf=class extends Or{_parse(e){let r=this._getOrReturnCtx(e);return Wt(r,{code:Ot.invalid_type,expected:Yt.never,received:r.parsedType}),pr}};Tf.create=t=>new Tf({typeName:lr.ZodNever,...Br(t)});var x1=class extends Or{_parse(e){if(this._getType(e)!==Yt.undefined){let a=this._getOrReturnCtx(e);return Wt(a,{code:Ot.invalid_type,expected:Yt.void,received:a.parsedType}),pr}return $a(e.data)}};x1.create=t=>new x1({typeName:lr.ZodVoid,...Br(t)});var Lh=class t extends Or{_parse(e){let{ctx:r,status:a}=this._processInputParams(e),i=this._def;if(r.parsedType!==Yt.array)return Wt(r,{code:Ot.invalid_type,expected:Yt.array,received:r.parsedType}),pr;if(i.exactLength!==null){let l=r.data.length>i.exactLength.value,p=r.data.length<i.exactLength.value;(l||p)&&(Wt(r,{code:l?Ot.too_big:Ot.too_small,minimum:p?i.exactLength.value:void 0,maximum:l?i.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:i.exactLength.message}),a.dirty())}if(i.minLength!==null&&r.data.length<i.minLength.value&&(Wt(r,{code:Ot.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),a.dirty()),i.maxLength!==null&&r.data.length>i.maxLength.value&&(Wt(r,{code:Ot.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),a.dirty()),r.common.async)return Promise.all([...r.data].map((l,p)=>i.type._parseAsync(new Os(r,l,r.path,p)))).then(l=>Ia.mergeArray(a,l));let h=[...r.data].map((l,p)=>i.type._parseSync(new Os(r,l,r.path,p)));return Ia.mergeArray(a,h)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:rr.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:rr.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:rr.toString(r)}})}nonempty(e){return this.min(1,e)}};Lh.create=(t,e)=>new Lh({type:t,minLength:null,maxLength:null,exactLength:null,typeName:lr.ZodArray,...Br(e)});function y1(t){if(t instanceof ao){let e={};for(let r in t.shape){let a=t.shape[r];e[r]=Bs.create(y1(a))}return new ao({...t._def,shape:()=>e})}else return t instanceof Lh?new Lh({...t._def,type:y1(t.element)}):t instanceof Bs?Bs.create(y1(t.unwrap())):t instanceof Pu?Pu.create(y1(t.unwrap())):t instanceof Ou?Ou.create(t.items.map(e=>y1(e))):t}var ao=class t extends Or{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),r=fi.objectKeys(e);return this._cached={shape:e,keys:r}}_parse(e){if(this._getType(e)!==Yt.object){let g=this._getOrReturnCtx(e);return Wt(g,{code:Ot.invalid_type,expected:Yt.object,received:g.parsedType}),pr}let{status:a,ctx:i}=this._processInputParams(e),{shape:h,keys:l}=this._getCached(),p=[];if(!(this._def.catchall instanceof Tf&&this._def.unknownKeys==="strip"))for(let g in i.data)l.includes(g)||p.push(g);let b=[];for(let g of l){let y=h[g],M=i.data[g];b.push({key:{status:"valid",value:g},value:y._parse(new Os(i,M,i.path,g)),alwaysSet:g in i.data})}if(this._def.catchall instanceof Tf){let g=this._def.unknownKeys;if(g==="passthrough")for(let y of p)b.push({key:{status:"valid",value:y},value:{status:"valid",value:i.data[y]}});else if(g==="strict")p.length>0&&(Wt(i,{code:Ot.unrecognized_keys,keys:p}),a.dirty());else if(g!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let g=this._def.catchall;for(let y of p){let M=i.data[y];b.push({key:{status:"valid",value:y},value:g._parse(new Os(i,M,i.path,y)),alwaysSet:y in i.data})}}return i.common.async?Promise.resolve().then(async()=>{let g=[];for(let y of b){let M=await y.key,x=await y.value;g.push({key:M,value:x,alwaysSet:y.alwaysSet})}return g}).then(g=>Ia.mergeObjectSync(a,g)):Ia.mergeObjectSync(a,b)}get shape(){return this._def.shape()}strict(e){return rr.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,a)=>{var i,h,l,p;let b=(l=(h=(i=this._def).errorMap)===null||h===void 0?void 0:h.call(i,r,a).message)!==null&&l!==void 0?l:a.defaultError;return r.code==="unrecognized_keys"?{message:(p=rr.errToObj(e).message)!==null&&p!==void 0?p:b}:{message:b}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:lr.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};return fi.objectKeys(e).forEach(a=>{e[a]&&this.shape[a]&&(r[a]=this.shape[a])}),new t({...this._def,shape:()=>r})}omit(e){let r={};return fi.objectKeys(this.shape).forEach(a=>{e[a]||(r[a]=this.shape[a])}),new t({...this._def,shape:()=>r})}deepPartial(){return y1(this)}partial(e){let r={};return fi.objectKeys(this.shape).forEach(a=>{let i=this.shape[a];e&&!e[a]?r[a]=i:r[a]=i.optional()}),new t({...this._def,shape:()=>r})}required(e){let r={};return fi.objectKeys(this.shape).forEach(a=>{if(e&&!e[a])r[a]=this.shape[a];else{let h=this.shape[a];for(;h instanceof Bs;)h=h._def.innerType;r[a]=h}}),new t({...this._def,shape:()=>r})}keyof(){return eQ(fi.objectKeys(this.shape))}};ao.create=(t,e)=>new ao({shape:()=>t,unknownKeys:"strip",catchall:Tf.create(),typeName:lr.ZodObject,...Br(e)});ao.strictCreate=(t,e)=>new ao({shape:()=>t,unknownKeys:"strict",catchall:Tf.create(),typeName:lr.ZodObject,...Br(e)});ao.lazycreate=(t,e)=>new ao({shape:t,unknownKeys:"strip",catchall:Tf.create(),typeName:lr.ZodObject,...Br(e)});var ud=class extends Or{_parse(e){let{ctx:r}=this._processInputParams(e),a=this._def.options;function i(h){for(let p of h)if(p.result.status==="valid")return p.result;for(let p of h)if(p.result.status==="dirty")return r.common.issues.push(...p.ctx.common.issues),p.result;let l=h.map(p=>new Oo(p.ctx.common.issues));return Wt(r,{code:Ot.invalid_union,unionErrors:l}),pr}if(r.common.async)return Promise.all(a.map(async h=>{let l={...r,common:{...r.common,issues:[]},parent:null};return{result:await h._parseAsync({data:r.data,path:r.path,parent:l}),ctx:l}})).then(i);{let h,l=[];for(let b of a){let g={...r,common:{...r.common,issues:[]},parent:null},y=b._parseSync({data:r.data,path:r.path,parent:g});if(y.status==="valid")return y;y.status==="dirty"&&!h&&(h={result:y,ctx:g}),g.common.issues.length&&l.push(g.common.issues)}if(h)return r.common.issues.push(...h.ctx.common.issues),h.result;let p=l.map(b=>new Oo(b));return Wt(r,{code:Ot.invalid_union,unionErrors:p}),pr}}get options(){return this._def.options}};ud.create=(t,e)=>new ud({options:t,typeName:lr.ZodUnion,...Br(e)});var Nh=t=>t instanceof ld?Nh(t.schema):t instanceof Po?Nh(t.innerType()):t instanceof cd?[t.value]:t instanceof dd?t.options:t instanceof pd?fi.objectValues(t.enum):t instanceof vd?Nh(t._def.innerType):t instanceof sd?[void 0]:t instanceof fd?[null]:t instanceof Bs?[void 0,...Nh(t.unwrap())]:t instanceof Pu?[null,...Nh(t.unwrap())]:t instanceof Pg||t instanceof gd?Nh(t.unwrap()):t instanceof md?Nh(t._def.innerType):[],L8=class t extends Or{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==Yt.object)return Wt(r,{code:Ot.invalid_type,expected:Yt.object,received:r.parsedType}),pr;let a=this.discriminator,i=r.data[a],h=this.optionsMap.get(i);return h?r.common.async?h._parseAsync({data:r.data,path:r.path,parent:r}):h._parseSync({data:r.data,path:r.path,parent:r}):(Wt(r,{code:Ot.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[a]}),pr)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,a){let i=new Map;for(let h of r){let l=Nh(h.shape[e]);if(!l.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let p of l){if(i.has(p))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(p)}`);i.set(p,h)}}return new t({typeName:lr.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:i,...Br(a)})}};function mT(t,e){let r=cc(t),a=cc(e);if(t===e)return{valid:!0,data:t};if(r===Yt.object&&a===Yt.object){let i=fi.objectKeys(e),h=fi.objectKeys(t).filter(p=>i.indexOf(p)!==-1),l={...t,...e};for(let p of h){let b=mT(t[p],e[p]);if(!b.valid)return{valid:!1};l[p]=b.data}return{valid:!0,data:l}}else if(r===Yt.array&&a===Yt.array){if(t.length!==e.length)return{valid:!1};let i=[];for(let h=0;h<t.length;h++){let l=t[h],p=e[h],b=mT(l,p);if(!b.valid)return{valid:!1};i.push(b.data)}return{valid:!0,data:i}}else return r===Yt.date&&a===Yt.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var hd=class extends Or{_parse(e){let{status:r,ctx:a}=this._processInputParams(e),i=(h,l)=>{if(pT(h)||pT(l))return pr;let p=mT(h.value,l.value);return p.valid?((vT(h)||vT(l))&&r.dirty(),{status:r.value,value:p.data}):(Wt(a,{code:Ot.invalid_intersection_types}),pr)};return a.common.async?Promise.all([this._def.left._parseAsync({data:a.data,path:a.path,parent:a}),this._def.right._parseAsync({data:a.data,path:a.path,parent:a})]).then(([h,l])=>i(h,l)):i(this._def.left._parseSync({data:a.data,path:a.path,parent:a}),this._def.right._parseSync({data:a.data,path:a.path,parent:a}))}};hd.create=(t,e,r)=>new hd({left:t,right:e,typeName:lr.ZodIntersection,...Br(r)});var Ou=class t extends Or{_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.parsedType!==Yt.array)return Wt(a,{code:Ot.invalid_type,expected:Yt.array,received:a.parsedType}),pr;if(a.data.length<this._def.items.length)return Wt(a,{code:Ot.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),pr;!this._def.rest&&a.data.length>this._def.items.length&&(Wt(a,{code:Ot.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let h=[...a.data].map((l,p)=>{let b=this._def.items[p]||this._def.rest;return b?b._parse(new Os(a,l,a.path,p)):null}).filter(l=>!!l);return a.common.async?Promise.all(h).then(l=>Ia.mergeArray(r,l)):Ia.mergeArray(r,h)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};Ou.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Ou({items:t,typeName:lr.ZodTuple,rest:null,...Br(e)})};var $8=class t extends Or{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.parsedType!==Yt.object)return Wt(a,{code:Ot.invalid_type,expected:Yt.object,received:a.parsedType}),pr;let i=[],h=this._def.keyType,l=this._def.valueType;for(let p in a.data)i.push({key:h._parse(new Os(a,p,a.path,p)),value:l._parse(new Os(a,a.data[p],a.path,p)),alwaysSet:p in a.data});return a.common.async?Ia.mergeObjectAsync(r,i):Ia.mergeObjectSync(r,i)}get element(){return this._def.valueType}static create(e,r,a){return r instanceof Or?new t({keyType:e,valueType:r,typeName:lr.ZodRecord,...Br(a)}):new t({keyType:dc.create(),valueType:e,typeName:lr.ZodRecord,...Br(r)})}},S1=class extends Or{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.parsedType!==Yt.map)return Wt(a,{code:Ot.invalid_type,expected:Yt.map,received:a.parsedType}),pr;let i=this._def.keyType,h=this._def.valueType,l=[...a.data.entries()].map(([p,b],g)=>({key:i._parse(new Os(a,p,a.path,[g,"key"])),value:h._parse(new Os(a,b,a.path,[g,"value"]))}));if(a.common.async){let p=new Map;return Promise.resolve().then(async()=>{for(let b of l){let g=await b.key,y=await b.value;if(g.status==="aborted"||y.status==="aborted")return pr;(g.status==="dirty"||y.status==="dirty")&&r.dirty(),p.set(g.value,y.value)}return{status:r.value,value:p}})}else{let p=new Map;for(let b of l){let g=b.key,y=b.value;if(g.status==="aborted"||y.status==="aborted")return pr;(g.status==="dirty"||y.status==="dirty")&&r.dirty(),p.set(g.value,y.value)}return{status:r.value,value:p}}}};S1.create=(t,e,r)=>new S1({valueType:e,keyType:t,typeName:lr.ZodMap,...Br(r)});var E1=class t extends Or{_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.parsedType!==Yt.set)return Wt(a,{code:Ot.invalid_type,expected:Yt.set,received:a.parsedType}),pr;let i=this._def;i.minSize!==null&&a.data.size<i.minSize.value&&(Wt(a,{code:Ot.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),r.dirty()),i.maxSize!==null&&a.data.size>i.maxSize.value&&(Wt(a,{code:Ot.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),r.dirty());let h=this._def.valueType;function l(b){let g=new Set;for(let y of b){if(y.status==="aborted")return pr;y.status==="dirty"&&r.dirty(),g.add(y.value)}return{status:r.value,value:g}}let p=[...a.data.values()].map((b,g)=>h._parse(new Os(a,b,a.path,g)));return a.common.async?Promise.all(p).then(b=>l(b)):l(p)}min(e,r){return new t({...this._def,minSize:{value:e,message:rr.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:rr.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};E1.create=(t,e)=>new E1({valueType:t,minSize:null,maxSize:null,typeName:lr.ZodSet,...Br(e)});var D8=class t extends Or{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==Yt.function)return Wt(r,{code:Ot.invalid_type,expected:Yt.function,received:r.parsedType}),pr;function a(p,b){return N8({data:p,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,P8(),_1].filter(g=>!!g),issueData:{code:Ot.invalid_arguments,argumentsError:b}})}function i(p,b){return N8({data:p,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,P8(),_1].filter(g=>!!g),issueData:{code:Ot.invalid_return_type,returnTypeError:b}})}let h={errorMap:r.common.contextualErrorMap},l=r.data;if(this._def.returns instanceof vc){let p=this;return $a(async function(...b){let g=new Oo([]),y=await p._def.args.parseAsync(b,h).catch(E=>{throw g.addIssue(a(b,E)),g}),M=await Reflect.apply(l,this,y);return await p._def.returns._def.type.parseAsync(M,h).catch(E=>{throw g.addIssue(i(M,E)),g})})}else{let p=this;return $a(function(...b){let g=p._def.args.safeParse(b,h);if(!g.success)throw new Oo([a(b,g.error)]);let y=Reflect.apply(l,this,g.data),M=p._def.returns.safeParse(y,h);if(!M.success)throw new Oo([i(y,M.error)]);return M.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:Ou.create(e).rest(Ch.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,a){return new t({args:e||Ou.create([]).rest(Ch.create()),returns:r||Ch.create(),typeName:lr.ZodFunction,...Br(a)})}},ld=class extends Or{get schema(){return this._def.getter()}_parse(e){let{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};ld.create=(t,e)=>new ld({getter:t,typeName:lr.ZodLazy,...Br(e)});var cd=class extends Or{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return Wt(r,{received:r.data,code:Ot.invalid_literal,expected:this._def.value}),pr}return{status:"valid",value:e.data}}get value(){return this._def.value}};cd.create=(t,e)=>new cd({value:t,typeName:lr.ZodLiteral,...Br(e)});function eQ(t,e){return new dd({values:t,typeName:lr.ZodEnum,...Br(e)})}var dd=class t extends Or{constructor(){super(...arguments),kg.set(this,void 0)}_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),a=this._def.values;return Wt(r,{expected:fi.joinValues(a),received:r.parsedType,code:Ot.invalid_type}),pr}if(C8(this,kg,"f")||YX(this,kg,new Set(this._def.values),"f"),!C8(this,kg,"f").has(e.data)){let r=this._getOrReturnCtx(e),a=this._def.values;return Wt(r,{received:r.data,code:Ot.invalid_enum_value,options:a}),pr}return $a(e.data)}get options(){return this._def.values}get enum(){let e={};for(let r of this._def.values)e[r]=r;return e}get Values(){let e={};for(let r of this._def.values)e[r]=r;return e}get Enum(){let e={};for(let r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return t.create(e,{...this._def,...r})}exclude(e,r=this._def){return t.create(this.options.filter(a=>!e.includes(a)),{...this._def,...r})}};kg=new WeakMap;dd.create=eQ;var pd=class extends Or{constructor(){super(...arguments),Ig.set(this,void 0)}_parse(e){let r=fi.getValidEnumValues(this._def.values),a=this._getOrReturnCtx(e);if(a.parsedType!==Yt.string&&a.parsedType!==Yt.number){let i=fi.objectValues(r);return Wt(a,{expected:fi.joinValues(i),received:a.parsedType,code:Ot.invalid_type}),pr}if(C8(this,Ig,"f")||YX(this,Ig,new Set(fi.getValidEnumValues(this._def.values)),"f"),!C8(this,Ig,"f").has(e.data)){let i=fi.objectValues(r);return Wt(a,{received:a.data,code:Ot.invalid_enum_value,options:i}),pr}return $a(e.data)}get enum(){return this._def.values}};Ig=new WeakMap;pd.create=(t,e)=>new pd({values:t,typeName:lr.ZodNativeEnum,...Br(e)});var vc=class extends Or{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==Yt.promise&&r.common.async===!1)return Wt(r,{code:Ot.invalid_type,expected:Yt.promise,received:r.parsedType}),pr;let a=r.parsedType===Yt.promise?r.data:Promise.resolve(r.data);return $a(a.then(i=>this._def.type.parseAsync(i,{path:r.path,errorMap:r.common.contextualErrorMap})))}};vc.create=(t,e)=>new vc({type:t,typeName:lr.ZodPromise,...Br(e)});var Po=class extends Or{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===lr.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:a}=this._processInputParams(e),i=this._def.effect||null,h={addIssue:l=>{Wt(a,l),l.fatal?r.abort():r.dirty()},get path(){return a.path}};if(h.addIssue=h.addIssue.bind(h),i.type==="preprocess"){let l=i.transform(a.data,h);if(a.common.async)return Promise.resolve(l).then(async p=>{if(r.value==="aborted")return pr;let b=await this._def.schema._parseAsync({data:p,path:a.path,parent:a});return b.status==="aborted"?pr:b.status==="dirty"||r.value==="dirty"?w1(b.value):b});{if(r.value==="aborted")return pr;let p=this._def.schema._parseSync({data:l,path:a.path,parent:a});return p.status==="aborted"?pr:p.status==="dirty"||r.value==="dirty"?w1(p.value):p}}if(i.type==="refinement"){let l=p=>{let b=i.refinement(p,h);if(a.common.async)return Promise.resolve(b);if(b instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return p};if(a.common.async===!1){let p=this._def.schema._parseSync({data:a.data,path:a.path,parent:a});return p.status==="aborted"?pr:(p.status==="dirty"&&r.dirty(),l(p.value),{status:r.value,value:p.value})}else return this._def.schema._parseAsync({data:a.data,path:a.path,parent:a}).then(p=>p.status==="aborted"?pr:(p.status==="dirty"&&r.dirty(),l(p.value).then(()=>({status:r.value,value:p.value}))))}if(i.type==="transform")if(a.common.async===!1){let l=this._def.schema._parseSync({data:a.data,path:a.path,parent:a});if(!Bg(l))return l;let p=i.transform(l.value,h);if(p instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:p}}else return this._def.schema._parseAsync({data:a.data,path:a.path,parent:a}).then(l=>Bg(l)?Promise.resolve(i.transform(l.value,h)).then(p=>({status:r.value,value:p})):l);fi.assertNever(i)}};Po.create=(t,e,r)=>new Po({schema:t,typeName:lr.ZodEffects,effect:e,...Br(r)});Po.createWithPreprocess=(t,e,r)=>new Po({schema:e,effect:{type:"preprocess",transform:t},typeName:lr.ZodEffects,...Br(r)});var Bs=class extends Or{_parse(e){return this._getType(e)===Yt.undefined?$a(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Bs.create=(t,e)=>new Bs({innerType:t,typeName:lr.ZodOptional,...Br(e)});var Pu=class extends Or{_parse(e){return this._getType(e)===Yt.null?$a(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Pu.create=(t,e)=>new Pu({innerType:t,typeName:lr.ZodNullable,...Br(e)});var vd=class extends Or{_parse(e){let{ctx:r}=this._processInputParams(e),a=r.data;return r.parsedType===Yt.undefined&&(a=this._def.defaultValue()),this._def.innerType._parse({data:a,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};vd.create=(t,e)=>new vd({innerType:t,typeName:lr.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Br(e)});var md=class extends Or{_parse(e){let{ctx:r}=this._processInputParams(e),a={...r,common:{...r.common,issues:[]}},i=this._def.innerType._parse({data:a.data,path:a.path,parent:{...a}});return Og(i)?i.then(h=>({status:"valid",value:h.status==="valid"?h.value:this._def.catchValue({get error(){return new Oo(a.common.issues)},input:a.data})})):{status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new Oo(a.common.issues)},input:a.data})}}removeCatch(){return this._def.innerType}};md.create=(t,e)=>new md({innerType:t,typeName:lr.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Br(e)});var A1=class extends Or{_parse(e){if(this._getType(e)!==Yt.nan){let a=this._getOrReturnCtx(e);return Wt(a,{code:Ot.invalid_type,expected:Yt.nan,received:a.parsedType}),pr}return{status:"valid",value:e.data}}};A1.create=t=>new A1({typeName:lr.ZodNaN,...Br(t)});var gwe=Symbol("zod_brand"),Pg=class extends Or{_parse(e){let{ctx:r}=this._processInputParams(e),a=r.data;return this._def.type._parse({data:a,path:r.path,parent:r})}unwrap(){return this._def.type}},Ng=class t extends Or{_parse(e){let{status:r,ctx:a}=this._processInputParams(e);if(a.common.async)return(async()=>{let h=await this._def.in._parseAsync({data:a.data,path:a.path,parent:a});return h.status==="aborted"?pr:h.status==="dirty"?(r.dirty(),w1(h.value)):this._def.out._parseAsync({data:h.value,path:a.path,parent:a})})();{let i=this._def.in._parseSync({data:a.data,path:a.path,parent:a});return i.status==="aborted"?pr:i.status==="dirty"?(r.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:a.path,parent:a})}}static create(e,r){return new t({in:e,out:r,typeName:lr.ZodPipeline})}},gd=class extends Or{_parse(e){let r=this._def.innerType._parse(e),a=i=>(Bg(i)&&(i.value=Object.freeze(i.value)),i);return Og(r)?r.then(i=>a(i)):a(r)}unwrap(){return this._def.innerType}};gd.create=(t,e)=>new gd({innerType:t,typeName:lr.ZodReadonly,...Br(e)});function tQ(t,e={},r){return t?pc.create().superRefine((a,i)=>{var h,l;if(!t(a)){let p=typeof e=="function"?e(a):typeof e=="string"?{message:e}:e,b=(l=(h=p.fatal)!==null&&h!==void 0?h:r)!==null&&l!==void 0?l:!0,g=typeof p=="string"?{message:p}:p;i.addIssue({code:"custom",...g,fatal:b})}}):pc.create()}var bwe={object:ao.lazycreate},lr;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(lr||(lr={}));var ywe=(t,e={message:`Input not instance of ${t.name}`})=>tQ(r=>r instanceof t,e),rQ=dc.create,iQ=id.create,wwe=A1.create,_we=nd.create,nQ=ad.create,Mwe=od.create,xwe=M1.create,Swe=sd.create,Ewe=fd.create,Awe=pc.create,Rwe=Ch.create,Twe=Tf.create,kwe=x1.create,Iwe=Lh.create,Bwe=ao.create,Owe=ao.strictCreate,Pwe=ud.create,Nwe=L8.create,Cwe=hd.create,Lwe=Ou.create,$we=$8.create,Dwe=S1.create,qwe=E1.create,Uwe=D8.create,Fwe=ld.create,jwe=cd.create,zwe=dd.create,Zwe=pd.create,Hwe=vc.create,VX=Po.create,Kwe=Bs.create,Wwe=Pu.create,Vwe=Po.createWithPreprocess,Gwe=Ng.create,Ywe=()=>rQ().optional(),Jwe=()=>iQ().optional(),Xwe=()=>nQ().optional(),Qwe={string:t=>dc.create({...t,coerce:!0}),number:t=>id.create({...t,coerce:!0}),boolean:t=>ad.create({...t,coerce:!0}),bigint:t=>nd.create({...t,coerce:!0}),date:t=>od.create({...t,coerce:!0})},e5e=pr,vr=Object.freeze({__proto__:null,defaultErrorMap:_1,setErrorMap:ewe,getErrorMap:P8,makeIssue:N8,EMPTY_PATH:twe,addIssueToContext:Wt,ParseStatus:Ia,INVALID:pr,DIRTY:w1,OK:$a,isAborted:pT,isDirty:vT,isValid:Bg,isAsync:Og,get util(){return fi},get objectUtil(){return dT},ZodParsedType:Yt,getParsedType:cc,ZodType:Or,datetimeRegex:QX,ZodString:dc,ZodNumber:id,ZodBigInt:nd,ZodBoolean:ad,ZodDate:od,ZodSymbol:M1,ZodUndefined:sd,ZodNull:fd,ZodAny:pc,ZodUnknown:Ch,ZodNever:Tf,ZodVoid:x1,ZodArray:Lh,ZodObject:ao,ZodUnion:ud,ZodDiscriminatedUnion:L8,ZodIntersection:hd,ZodTuple:Ou,ZodRecord:$8,ZodMap:S1,ZodSet:E1,ZodFunction:D8,ZodLazy:ld,ZodLiteral:cd,ZodEnum:dd,ZodNativeEnum:pd,ZodPromise:vc,ZodEffects:Po,ZodTransformer:Po,ZodOptional:Bs,ZodNullable:Pu,ZodDefault:vd,ZodCatch:md,ZodNaN:A1,BRAND:gwe,ZodBranded:Pg,ZodPipeline:Ng,ZodReadonly:gd,custom:tQ,Schema:Or,ZodSchema:Or,late:bwe,get ZodFirstPartyTypeKind(){return lr},coerce:Qwe,any:Awe,array:Iwe,bigint:_we,boolean:nQ,date:Mwe,discriminatedUnion:Nwe,effect:VX,enum:zwe,function:Uwe,instanceof:ywe,intersection:Cwe,lazy:Fwe,literal:jwe,map:Dwe,nan:wwe,nativeEnum:Zwe,never:Twe,null:Ewe,nullable:Wwe,number:iQ,object:Bwe,oboolean:Xwe,onumber:Jwe,optional:Kwe,ostring:Ywe,pipeline:Gwe,preprocess:Vwe,promise:Hwe,record:$we,set:qwe,strictObject:Owe,string:rQ,symbol:xwe,transformer:VX,tuple:Lwe,undefined:Swe,union:Pwe,unknown:Rwe,void:kwe,NEVER:e5e,ZodIssueCode:Ot,quotelessJson:Q4e,ZodError:Oo});ie();ae();ne();var q8=new RegExp("^[a-zA-Z0-9_-]{43}$"),Oft=new RegExp("^(?:(?!-)[A-Za-z0-9-]{1,63}(?<!-)\\.)+[A-Za-z]{1,63}$"),Pft=new RegExp("^[0-9]{12},[0-9]{13},[a-fA-F0-9]{64}$"),Nft=He.env.ARNS_REGISTRY_TX??"bLAgYxAdX2Ry-nt6aH2ixgvJXbpsEYm28NgJgyqfs-U",Cft="_NctcA2sRy1-J4OmIQZbYFPM17piNcbdBPH2ncX2RL8",t5e="GaQrvEMKBpkjofgnBi_B3IgIDmY_XYelVLB6GcRGrHc",Lft=t5e,R1="agYcCFJtrMG6cqMuZfskIkFTGvUPddICmtQSBIoPdiA",U8="i_le_yKKPVstLTDSmkHRqf-wYphMnwB9OhleiTgMkWc",gT=1e6,aQ="cbn0KKrBZH7hdNkNokuXLtGryrWM--PjSTBqIzw9Kkk",bT="XP9_LFTae8C0yvCb_DUJaC5LXaiZIbiGT1yY25X0JCg",oQ="_GQ33BkPtZrqxA84vM8Zk-N2aO0toNNu_C-l-rawrBA";var bd=vr.string({description:"Arweave Transaction ID"}).refine(t=>q8.test(t),{message:"Must be an Arweave Transaction ID"}),sQ=vr.string({description:"Integer String"}).refine(t=>{let e=parseInt(t);return Number.isInteger(e)&&e>=0},{message:"Must be a non negative integer string"}),r5e=vr.string(),uQ=vr.array(vr.string()),F8=vr.object({transactionId:bd.describe("The Target ID of the undername"),ttlSeconds:vr.number()}),yT=vr.record(vr.string(),F8),wT=vr.array(bd.describe("Controller address")),_T=vr.record(bd.describe("Holder address"),vr.number()),MT=vr.object({Name:vr.string().describe("The name of the ANT."),Ticker:vr.string().describe("The ticker symbol for the ANT."),Description:vr.string().describe("The description for the ANT."),Keywords:uQ.describe("The keywords for the ANT."),Denomination:vr.number().describe("The number of decimal places to use for the ANT. Defaults to 0 if not set representing whole numbers.").min(0,{message:"Denomination must be a non-negative number"}),Owner:bd.describe("The Owners address."),Controllers:wT.describe("Controllers of the ANT who have administrative privileges."),Records:yT.describe("Records associated with the ANT."),Balances:_T.describe("Balance details for each address holding the ANT."),Logo:bd.describe("Transaction ID of the ANT logo."),TotalSupply:vr.number().describe("Total supply of the ANT in circulation.").min(0,{message:"Total supply must be a non-negative number"}),Initialized:vr.boolean().describe("Flag indicating whether the ANT has been initialized.")}),i5e=["balance","balances","totalSupply","info","controllers","record","records","state"],n5e=["_eval","_default","transfer","addController","removeController","setRecord","removeRecord","setName","setTicker","setDescription","setKeywords","setLogo","initializeState","releaseName","reassignName","approvePrimaryName","removePrimaryNames"],a5e=[...i5e,...n5e],fQ=vr.array(vr.string({description:"Handler Name"})).refine(t=>a5e.every(e=>t.includes(e)),{message:"ANT is missing required handlers"}),hQ=vr.object({Name:vr.string().describe("The name of the ANT."),Owner:bd.describe("The Owners address."),Ticker:vr.string().describe("The ticker symbol for the ANT."),"Total-Supply":sQ.describe("Total supply of the ANT in circulation."),Description:r5e.describe("The description for the ANT."),Keywords:uQ.describe("The keywords for the ANT."),Logo:bd.describe("Transaction ID of the ANT logo."),Denomination:sQ.describe("The number of decimal places to use for the ANT. Defaults to 0 if not set representing whole numbers."),Handlers:fQ.optional().describe("List of handlers for the ANT."),HandlerNames:fQ.optional().describe('Deprecated: List of handlers for the ANT. Use "Handlers" instead.')});function zft(t){return MT.safeParse(t).success}ie();ae();ne();ie();ae();ne();ie();ae();ne();var lQ=t=>q8.test(t);function Xft(t){return t!==void 0&&!isNaN(parseInt(t.toString()))}var ra=t=>t.filter(e=>e.value!==void 0),$h=async t=>await t.blocks.getCurrent().then(e=>e.timestamp*1e3).catch(()=>Date.now()),oo=t=>{let e=[{name:"Cursor",value:t?.cursor?.toString()},{name:"Limit",value:t?.limit?.toString()},{name:"Sort-By",value:t?.sortBy?.toString()},{name:"Sort-Order",value:t?.sortOrder?.toString()}];return ra(e)};function Dh(t){return"process"in t}function qh(t){return"processId"in t&&typeof t.processId=="string"&&lQ(t.processId)===!0}function nut(t){return t.type==="lease"}ie();ae();ne();var xT=class t{constructor(e){this.positiveFiniteInteger=e;if(!Number.isFinite(this.positiveFiniteInteger)||!Number.isInteger(this.positiveFiniteInteger)||this.positiveFiniteInteger<0)throw new Error(`Number must be a non-negative integer value! ${e}`)}[Symbol.toPrimitive](e){return e==="string"&&this.toString(),this.positiveFiniteInteger}plus(e){return new t(this.positiveFiniteInteger+e.positiveFiniteInteger)}minus(e){return new t(this.positiveFiniteInteger-e.positiveFiniteInteger)}isGreaterThan(e){return this.positiveFiniteInteger>e.positiveFiniteInteger}isGreaterThanOrEqualTo(e){return this.positiveFiniteInteger>=e.positiveFiniteInteger}isLessThan(e){return this.positiveFiniteInteger<e.positiveFiniteInteger}isLessThanOrEqualTo(e){return this.positiveFiniteInteger<=e.positiveFiniteInteger}toString(){return`${this.positiveFiniteInteger}`}valueOf(){return this.positiveFiniteInteger}toJSON(){return this.positiveFiniteInteger}equals(e){return this.positiveFiniteInteger===e.positiveFiniteInteger}},ST=class{value;constructor(e){if(!Number.isFinite(e)||e<0)throw new Error("IOToken must be a non-negative finite number");this.value=+e.toFixed(6)}valueOf(){return this.value}toMIO(){return new ET(Math.floor(this.value*gT))}toString(){return`${this.value}`}},ET=class t extends xT{constructor(e){super(e)}multiply(e){let r=Math.floor(this.valueOf()*e.valueOf());return new t(r)}divide(e){if(e.valueOf()===0)throw new Error("Cannot divide by zero");let r=Math.floor(this.valueOf()/e.valueOf());return new t(r)}plus(e){let r=super.plus(e);return new t(r.valueOf())}minus(e){let r=super.minus(e);return new t(r.valueOf())}toIO(){return new ST(this.valueOf()/gT)}};ie();ae();ne();ie();ae();ne();var kf=class extends Error{constructor(e){super(e),this.name=this.constructor.name}},cQ=class extends kf{},dQ=class extends kf{},pQ=class extends kf{constructor(e,r){super(`Failed request: ${e}: ${r}`)}},vQ=class extends kf{},j8=class extends kf{},mQ=class extends kf{constructor(){super("Invalid signer. Please provide a valid signer to interact with the contract.")}},Nu=class extends kf{constructor(){super("Invalid contract configuration")}},gQ=class extends kf{constructor(){super("Invalid process configuration")}},bQ=class extends kf{};ie();ae();ne();var Df=gi(Dae(),1);ie();ae();ne();var G4="2.5.4-alpha.2";var Fu=class t{logger;silent=!1;static default=new t;constructor({level:e="info"}={}){e==="none"&&(this.silent=!0),typeof window<"u"?this.logger=console:this.logger=(0,Df.createLogger)({level:e,silent:this.silent,defaultMeta:{name:"ar-io-sdk",version:G4},format:Df.format.combine(Df.format.timestamp(),Df.format.json()),transports:[new Df.transports.Console({format:Df.format.combine(Df.format.timestamp(),Df.format.json())})]})}info(e,...r){this.silent||this.logger.info(e,...r)}warn(e,...r){this.silent||this.logger.warn(e,...r)}error(e,...r){this.silent||this.logger.error(e,...r)}debug(e,...r){this.silent||this.logger.debug(e,...r)}setLogLevel(e){this.silent=e==="none","silent"in this.logger&&(this.logger.silent=e==="none"),"level"in this.logger&&(this.logger.level=e)}};ie();ae();ne();ie();ae();ne();ie();ae();ne();var aBe=Object.create,sB=Object.defineProperty,oBe=Object.getOwnPropertyDescriptor,hoe=Object.getOwnPropertyNames,sBe=Object.getPrototypeOf,fBe=Object.prototype.hasOwnProperty,Lo=(t,e)=>function(){return e||(0,t[hoe(t)[0]])((e={exports:{}}).exports,e),e.exports},loe=(t,e)=>{for(var r in e)sB(t,r,{get:e[r],enumerable:!0})},uBe=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of hoe(e))!fBe.call(t,i)&&i!==r&&sB(t,i,{get:()=>e[i],enumerable:!(a=oBe(e,i))||a.enumerable});return t},fB=(t,e,r)=>(r=t!=null?aBe(sBe(t)):{},uBe(e||!t||!t.__esModule?sB(r,"default",{value:t,enumerable:!0}):r,t)),hBe=Lo({"node_modules/obliterator/iterator.js"(t,e){function r(a){if(typeof a!="function")throw new Error("obliterator/iterator: expecting a function!");this.next=a}typeof Symbol<"u"&&(r.prototype[Symbol.iterator]=function(){return this}),r.of=function(){var a=arguments,i=a.length,h=0;return new r(function(){return h>=i?{done:!0}:{done:!1,value:a[h++]}})},r.empty=function(){var a=new r(function(){return{done:!0}});return a},r.fromSequence=function(a){var i=0,h=a.length;return new r(function(){return i>=h?{done:!0}:{done:!1,value:a[i++]}})},r.is=function(a){return a instanceof r?!0:typeof a=="object"&&a!==null&&typeof a.next=="function"},e.exports=r}}),lBe=Lo({"node_modules/obliterator/support.js"(t){t.ARRAY_BUFFER_SUPPORT=typeof ArrayBuffer<"u",t.SYMBOL_SUPPORT=typeof Symbol<"u"}}),uB=Lo({"node_modules/obliterator/foreach.js"(t,e){var r=lBe(),a=r.ARRAY_BUFFER_SUPPORT,i=r.SYMBOL_SUPPORT;e.exports=function(l,p){var b,g,y,M,x;if(!l)throw new Error("obliterator/forEach: invalid iterable.");if(typeof p!="function")throw new Error("obliterator/forEach: expecting a callback.");if(Array.isArray(l)||a&&ArrayBuffer.isView(l)||typeof l=="string"||l.toString()==="[object Arguments]"){for(y=0,M=l.length;y<M;y++)p(l[y],y);return}if(typeof l.forEach=="function"){l.forEach(p);return}if(i&&Symbol.iterator in l&&typeof l.next!="function"&&(l=l[Symbol.iterator]()),typeof l.next=="function"){for(b=l,y=0;x=b.next(),x.done!==!0;)p(x.value,y),y++;return}for(g in l)l.hasOwnProperty(g)&&p(l[g],g)}}}),hB=Lo({"node_modules/mnemonist/utils/typed-arrays.js"(t){var e=Math.pow(2,8)-1,r=Math.pow(2,16)-1,a=Math.pow(2,32)-1,i=Math.pow(2,7)-1,h=Math.pow(2,15)-1,l=Math.pow(2,31)-1;t.getPointerArray=function(b){var g=b-1;if(g<=e)return Uint8Array;if(g<=r)return Uint16Array;if(g<=a)return Uint32Array;throw new Error("mnemonist: Pointer Array of size > 4294967295 is not supported.")},t.getSignedPointerArray=function(b){var g=b-1;return g<=i?Int8Array:g<=h?Int16Array:g<=l?Int32Array:Float64Array},t.getNumberType=function(b){return b===(b|0)?Math.sign(b)===-1?b<=127&&b>=-128?Int8Array:b<=32767&&b>=-32768?Int16Array:Int32Array:b<=255?Uint8Array:b<=65535?Uint16Array:Uint32Array:Float64Array};var p={Uint8Array:1,Int8Array:2,Uint16Array:3,Int16Array:4,Uint32Array:5,Int32Array:6,Float32Array:7,Float64Array:8};t.getMinimalRepresentation=function(b,g){var y=null,M=0,x,E,A,k,O;for(k=0,O=b.length;k<O;k++)A=g?g(b[k]):b[k],E=t.getNumberType(A),x=p[E.name],x>M&&(M=x,y=E);return y},t.isTypedArray=function(b){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView(b)},t.concat=function(){var b=0,g,y,M;for(g=0,M=arguments.length;g<M;g++)b+=arguments[g].length;var x=new arguments[0].constructor(b);for(g=0,y=0;g<M;g++)x.set(arguments[g],y),y+=arguments[g].length;return x},t.indices=function(b){for(var g=t.getPointerArray(b),y=new g(b),M=0;M<b;M++)y[M]=M;return y}}}),coe=Lo({"node_modules/mnemonist/utils/iterables.js"(t){var e=uB(),r=hB();function a(p){return Array.isArray(p)||r.isTypedArray(p)}function i(p){if(typeof p.length=="number")return p.length;if(typeof p.size=="number")return p.size}function h(p){var b=i(p),g=typeof b=="number"?new Array(b):[],y=0;return e(p,function(M){g[y++]=M}),g}function l(p){var b=i(p),g=typeof b=="number"?r.getPointerArray(b):Array,y=typeof b=="number"?new Array(b):[],M=typeof b=="number"?new g(b):[],x=0;return e(p,function(E){y[x]=E,M[x]=x++}),[y,M]}t.isArrayLike=a,t.guessLength=i,t.toArray=h,t.toArrayWithIndices=l}}),cBe=Lo({"node_modules/mnemonist/lru-cache.js"(t,e){var r=hBe(),a=uB(),i=hB(),h=coe();function l(p,b,g){if(arguments.length<2&&(g=p,p=null,b=null),this.capacity=g,typeof this.capacity!="number"||this.capacity<=0)throw new Error("mnemonist/lru-cache: capacity should be positive number.");if(!isFinite(this.capacity)||Math.floor(this.capacity)!==this.capacity)throw new Error("mnemonist/lru-cache: capacity should be a finite positive integer.");var y=i.getPointerArray(g);this.forward=new y(g),this.backward=new y(g),this.K=typeof p=="function"?new p(g):new Array(g),this.V=typeof b=="function"?new b(g):new Array(g),this.size=0,this.head=0,this.tail=0,this.items={}}l.prototype.clear=function(){this.size=0,this.head=0,this.tail=0,this.items={}},l.prototype.splayOnTop=function(p){var b=this.head;if(this.head===p)return this;var g=this.backward[p],y=this.forward[p];return this.tail===p?this.tail=g:this.backward[y]=g,this.forward[g]=y,this.backward[b]=p,this.head=p,this.forward[p]=b,this},l.prototype.set=function(p,b){var g=this.items[p];if(typeof g<"u"){this.splayOnTop(g),this.V[g]=b;return}this.size<this.capacity?g=this.size++:(g=this.tail,this.tail=this.backward[g],delete this.items[this.K[g]]),this.items[p]=g,this.K[g]=p,this.V[g]=b,this.forward[g]=this.head,this.backward[this.head]=g,this.head=g},l.prototype.setpop=function(p,b){var g=null,y=null,M=this.items[p];return typeof M<"u"?(this.splayOnTop(M),g=this.V[M],this.V[M]=b,{evicted:!1,key:p,value:g}):(this.size<this.capacity?M=this.size++:(M=this.tail,this.tail=this.backward[M],g=this.V[M],y=this.K[M],delete this.items[y]),this.items[p]=M,this.K[M]=p,this.V[M]=b,this.forward[M]=this.head,this.backward[this.head]=M,this.head=M,y?{evicted:!0,key:y,value:g}:null)},l.prototype.has=function(p){return p in this.items},l.prototype.get=function(p){var b=this.items[p];if(!(typeof b>"u"))return this.splayOnTop(b),this.V[b]},l.prototype.peek=function(p){var b=this.items[p];if(!(typeof b>"u"))return this.V[b]},l.prototype.forEach=function(p,b){b=arguments.length>1?b:this;for(var g=0,y=this.size,M=this.head,x=this.K,E=this.V,A=this.forward;g<y;)p.call(b,E[M],x[M],this),M=A[M],g++},l.prototype.keys=function(){var p=0,b=this.size,g=this.head,y=this.K,M=this.forward;return new r(function(){if(p>=b)return{done:!0};var x=y[g];return p++,p<b&&(g=M[g]),{done:!1,value:x}})},l.prototype.values=function(){var p=0,b=this.size,g=this.head,y=this.V,M=this.forward;return new r(function(){if(p>=b)return{done:!0};var x=y[g];return p++,p<b&&(g=M[g]),{done:!1,value:x}})},l.prototype.entries=function(){var p=0,b=this.size,g=this.head,y=this.K,M=this.V,x=this.forward;return new r(function(){if(p>=b)return{done:!0};var E=y[g],A=M[g];return p++,p<b&&(g=x[g]),{done:!1,value:[E,A]}})},typeof Symbol<"u"&&(l.prototype[Symbol.iterator]=l.prototype.entries),l.prototype.inspect=function(){for(var p=new Map,b=this.entries(),g;g=b.next(),!g.done;)p.set(g.value[0],g.value[1]);return Object.defineProperty(p,"constructor",{value:l,enumerable:!1}),p},typeof Symbol<"u"&&(l.prototype[Symbol.for("nodejs.util.inspect.custom")]=l.prototype.inspect),l.from=function(p,b,g,y){if(arguments.length<2){if(y=h.guessLength(p),typeof y!="number")throw new Error("mnemonist/lru-cache.from: could not guess iterable length. Please provide desired capacity as last argument.")}else arguments.length===2&&(y=b,b=null,g=null);var M=new l(b,g,y);return a(p,function(x,E){M.set(E,x)}),M},e.exports=l}}),dBe=Lo({"node_modules/mnemonist/lru-map.js"(t,e){var r=cBe(),a=uB(),i=hB(),h=coe();function l(p,b,g){if(arguments.length<2&&(g=p,p=null,b=null),this.capacity=g,typeof this.capacity!="number"||this.capacity<=0)throw new Error("mnemonist/lru-map: capacity should be positive number.");if(!isFinite(this.capacity)||Math.floor(this.capacity)!==this.capacity)throw new Error("mnemonist/lru-map: capacity should be a finite positive integer.");var y=i.getPointerArray(g);this.forward=new y(g),this.backward=new y(g),this.K=typeof p=="function"?new p(g):new Array(g),this.V=typeof b=="function"?new b(g):new Array(g),this.size=0,this.head=0,this.tail=0,this.items=new Map}l.prototype.clear=function(){this.size=0,this.head=0,this.tail=0,this.items.clear()},l.prototype.set=function(p,b){var g=this.items.get(p);if(typeof g<"u"){this.splayOnTop(g),this.V[g]=b;return}this.size<this.capacity?g=this.size++:(g=this.tail,this.tail=this.backward[g],this.items.delete(this.K[g])),this.items.set(p,g),this.K[g]=p,this.V[g]=b,this.forward[g]=this.head,this.backward[this.head]=g,this.head=g},l.prototype.setpop=function(p,b){var g=null,y=null,M=this.items.get(p);return typeof M<"u"?(this.splayOnTop(M),g=this.V[M],this.V[M]=b,{evicted:!1,key:p,value:g}):(this.size<this.capacity?M=this.size++:(M=this.tail,this.tail=this.backward[M],g=this.V[M],y=this.K[M],this.items.delete(y)),this.items.set(p,M),this.K[M]=p,this.V[M]=b,this.forward[M]=this.head,this.backward[this.head]=M,this.head=M,y?{evicted:!0,key:y,value:g}:null)},l.prototype.has=function(p){return this.items.has(p)},l.prototype.get=function(p){var b=this.items.get(p);if(!(typeof b>"u"))return this.splayOnTop(b),this.V[b]},l.prototype.peek=function(p){var b=this.items.get(p);if(!(typeof b>"u"))return this.V[b]},l.prototype.splayOnTop=r.prototype.splayOnTop,l.prototype.forEach=r.prototype.forEach,l.prototype.keys=r.prototype.keys,l.prototype.values=r.prototype.values,l.prototype.entries=r.prototype.entries,typeof Symbol<"u"&&(l.prototype[Symbol.iterator]=l.prototype.entries),l.prototype.inspect=r.prototype.inspect,l.from=function(p,b,g,y){if(arguments.length<2){if(y=h.guessLength(p),typeof y!="number")throw new Error("mnemonist/lru-cache.from: could not guess iterable length. Please provide desired capacity as last argument.")}else arguments.length===2&&(y=b,b=null,g=null);var M=new l(b,g,y);return a(p,function(x,E){M.set(E,x)}),M},e.exports=l}}),pBe=Lo({"node_modules/ms/index.js"(t,e){var r=1e3,a=r*60,i=a*60,h=i*24,l=h*7,p=h*365.25;e.exports=function(x,E){E=E||{};var A=typeof x;if(A==="string"&&x.length>0)return b(x);if(A==="number"&&isFinite(x))return E.long?y(x):g(x);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(x))};function b(x){if(x=String(x),!(x.length>100)){var E=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(x);if(E){var A=parseFloat(E[1]),k=(E[2]||"ms").toLowerCase();switch(k){case"years":case"year":case"yrs":case"yr":case"y":return A*p;case"weeks":case"week":case"w":return A*l;case"days":case"day":case"d":return A*h;case"hours":case"hour":case"hrs":case"hr":case"h":return A*i;case"minutes":case"minute":case"mins":case"min":case"m":return A*a;case"seconds":case"second":case"secs":case"sec":case"s":return A*r;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return A;default:return}}}}function g(x){var E=Math.abs(x);return E>=h?Math.round(x/h)+"d":E>=i?Math.round(x/i)+"h":E>=a?Math.round(x/a)+"m":E>=r?Math.round(x/r)+"s":x+"ms"}function y(x){var E=Math.abs(x);return E>=h?M(x,E,h,"day"):E>=i?M(x,E,i,"hour"):E>=a?M(x,E,a,"minute"):E>=r?M(x,E,r,"second"):x+" ms"}function M(x,E,A,k){var O=E>=A*1.5;return Math.round(x/A)+" "+k+(O?"s":"")}}}),vBe=Lo({"node_modules/debug/src/common.js"(t,e){function r(a){h.debug=h,h.default=h,h.coerce=M,h.disable=b,h.enable=p,h.enabled=g,h.humanize=pBe(),h.destroy=x,Object.keys(a).forEach(E=>{h[E]=a[E]}),h.names=[],h.skips=[],h.formatters={};function i(E){let A=0;for(let k=0;k<E.length;k++)A=(A<<5)-A+E.charCodeAt(k),A|=0;return h.colors[Math.abs(A)%h.colors.length]}h.selectColor=i;function h(E){let A,k=null,O,N;function L(...C){if(!L.enabled)return;let Y=L,G=Number(new Date),ee=G-(A||G);Y.diff=ee,Y.prev=A,Y.curr=G,A=G,C[0]=h.coerce(C[0]),typeof C[0]!="string"&&C.unshift("%O");let $=0;C[0]=C[0].replace(/%([a-zA-Z%])/g,(V,_)=>{if(V==="%%")return"%";$++;let n=h.formatters[_];if(typeof n=="function"){let s=C[$];V=n.call(Y,s),C.splice($,1),$--}return V}),h.formatArgs.call(Y,C),(Y.log||h.log).apply(Y,C)}return L.namespace=E,L.useColors=h.useColors(),L.color=h.selectColor(E),L.extend=l,L.destroy=h.destroy,Object.defineProperty(L,"enabled",{enumerable:!0,configurable:!1,get:()=>k!==null?k:(O!==h.namespaces&&(O=h.namespaces,N=h.enabled(E)),N),set:C=>{k=C}}),typeof h.init=="function"&&h.init(L),L}function l(E,A){let k=h(this.namespace+(typeof A>"u"?":":A)+E);return k.log=this.log,k}function p(E){h.save(E),h.namespaces=E,h.names=[],h.skips=[];let A,k=(typeof E=="string"?E:"").split(/[\s,]+/),O=k.length;for(A=0;A<O;A++)k[A]&&(E=k[A].replace(/\*/g,".*?"),E[0]==="-"?h.skips.push(new RegExp("^"+E.slice(1)+"$")):h.names.push(new RegExp("^"+E+"$")))}function b(){let E=[...h.names.map(y),...h.skips.map(y).map(A=>"-"+A)].join(",");return h.enable(""),E}function g(E){if(E[E.length-1]==="*")return!0;let A,k;for(A=0,k=h.skips.length;A<k;A++)if(h.skips[A].test(E))return!1;for(A=0,k=h.names.length;A<k;A++)if(h.names[A].test(E))return!0;return!1}function y(E){return E.toString().substring(2,E.toString().length-2).replace(/\.\*\?$/,"*")}function M(E){return E instanceof Error?E.stack||E.message:E}function x(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return h.enable(h.load()),h}e.exports=r}}),mBe=Lo({"node_modules/debug/src/browser.js"(t,e){t.formatArgs=a,t.save=i,t.load=h,t.useColors=r,t.storage=l(),t.destroy=(()=>{let b=!1;return()=>{b||(b=!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"];function r(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function a(b){if(b[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+b[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;let g="color: "+this.color;b.splice(1,0,g,"color: inherit");let y=0,M=0;b[0].replace(/%[a-zA-Z%]/g,x=>{x!=="%%"&&(y++,x==="%c"&&(M=y))}),b.splice(M,0,g)}t.log=console.debug||console.log||(()=>{});function i(b){try{b?t.storage.setItem("debug",b):t.storage.removeItem("debug")}catch{}}function h(){let b;try{b=t.storage.getItem("debug")}catch{}return!b&&typeof He<"u"&&"env"in He&&(b=He.env.DEBUG),b}function l(){try{return localStorage}catch{}}e.exports=vBe()(t);var{formatters:p}=e.exports;p.j=function(b){try{return JSON.stringify(b)}catch(g){return"[UnexpectedJSONParseError]: "+g.message}}}}),gBe=Lo({"node_modules/base64-js/index.js"(t){"use strict";t.byteLength=b,t.toByteArray=y,t.fromByteArray=E;var e=[],r=[],a=typeof Uint8Array<"u"?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(h=0,l=i.length;h<l;++h)e[h]=i[h],r[i.charCodeAt(h)]=h;var h,l;r[45]=62,r[95]=63;function p(A){var k=A.length;if(k%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var O=A.indexOf("=");O===-1&&(O=k);var N=O===k?0:4-O%4;return[O,N]}function b(A){var k=p(A),O=k[0],N=k[1];return(O+N)*3/4-N}function g(A,k,O){return(k+O)*3/4-O}function y(A){var k,O=p(A),N=O[0],L=O[1],C=new a(g(A,N,L)),Y=0,G=L>0?N-4:N,ee;for(ee=0;ee<G;ee+=4)k=r[A.charCodeAt(ee)]<<18|r[A.charCodeAt(ee+1)]<<12|r[A.charCodeAt(ee+2)]<<6|r[A.charCodeAt(ee+3)],C[Y++]=k>>16&255,C[Y++]=k>>8&255,C[Y++]=k&255;return L===2&&(k=r[A.charCodeAt(ee)]<<2|r[A.charCodeAt(ee+1)]>>4,C[Y++]=k&255),L===1&&(k=r[A.charCodeAt(ee)]<<10|r[A.charCodeAt(ee+1)]<<4|r[A.charCodeAt(ee+2)]>>2,C[Y++]=k>>8&255,C[Y++]=k&255),C}function M(A){return e[A>>18&63]+e[A>>12&63]+e[A>>6&63]+e[A&63]}function x(A,k,O){for(var N,L=[],C=k;C<O;C+=3)N=(A[C]<<16&16711680)+(A[C+1]<<8&65280)+(A[C+2]&255),L.push(M(N));return L.join("")}function E(A){for(var k,O=A.length,N=O%3,L=[],C=16383,Y=0,G=O-N;Y<G;Y+=C)L.push(x(A,Y,Y+C>G?G:Y+C));return N===1?(k=A[O-1],L.push(e[k>>2]+e[k<<4&63]+"==")):N===2&&(k=(A[O-2]<<8)+A[O-1],L.push(e[k>>10]+e[k>>4&63]+e[k<<2&63]+"=")),L.join("")}}}),bBe=Lo({"node_modules/ieee754/index.js"(t){t.read=function(e,r,a,i,h){var l,p,b=h*8-i-1,g=(1<<b)-1,y=g>>1,M=-7,x=a?h-1:0,E=a?-1:1,A=e[r+x];for(x+=E,l=A&(1<<-M)-1,A>>=-M,M+=b;M>0;l=l*256+e[r+x],x+=E,M-=8);for(p=l&(1<<-M)-1,l>>=-M,M+=i;M>0;p=p*256+e[r+x],x+=E,M-=8);if(l===0)l=1-y;else{if(l===g)return p?NaN:(A?-1:1)*(1/0);p=p+Math.pow(2,i),l=l-y}return(A?-1:1)*p*Math.pow(2,l-i)},t.write=function(e,r,a,i,h,l){var p,b,g,y=l*8-h-1,M=(1<<y)-1,x=M>>1,E=h===23?Math.pow(2,-24)-Math.pow(2,-77):0,A=i?0:l-1,k=i?1:-1,O=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(b=isNaN(r)?1:0,p=M):(p=Math.floor(Math.log(r)/Math.LN2),r*(g=Math.pow(2,-p))<1&&(p--,g*=2),p+x>=1?r+=E/g:r+=E*Math.pow(2,1-x),r*g>=2&&(p++,g/=2),p+x>=M?(b=0,p=M):p+x>=1?(b=(r*g-1)*Math.pow(2,h),p=p+x):(b=r*Math.pow(2,x-1)*Math.pow(2,h),p=0));h>=8;e[a+A]=b&255,A+=k,b/=256,h-=8);for(p=p<<h|b,y+=h;y>0;e[a+A]=p&255,A+=k,p/=256,y-=8);e[a+A-k]|=O*128}}}),yBe=Lo({"node_modules/buffer/index.js"(t){"use strict";var e=gBe(),r=bBe(),a=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=p,t.SlowBuffer=L,t.INSPECT_MAX_BYTES=50;var i=2147483647;t.kMaxLength=i,p.TYPED_ARRAY_SUPPORT=h(),!p.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function h(){try{let T=new Uint8Array(1),I={foo:function(){return 42}};return Object.setPrototypeOf(I,Uint8Array.prototype),Object.setPrototypeOf(T,I),T.foo()===42}catch{return!1}}Object.defineProperty(p.prototype,"parent",{enumerable:!0,get:function(){if(p.isBuffer(this))return this.buffer}}),Object.defineProperty(p.prototype,"offset",{enumerable:!0,get:function(){if(p.isBuffer(this))return this.byteOffset}});function l(T){if(T>i)throw new RangeError('The value "'+T+'" is invalid for option "size"');let I=new Uint8Array(T);return Object.setPrototypeOf(I,p.prototype),I}function p(T,I,P){if(typeof T=="number"){if(typeof I=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return M(T)}return b(T,I,P)}p.poolSize=8192;function b(T,I,P){if(typeof T=="string")return x(T,I);if(ArrayBuffer.isView(T))return A(T);if(T==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof T);if(ut(T,ArrayBuffer)||T&&ut(T.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(ut(T,SharedArrayBuffer)||T&&ut(T.buffer,SharedArrayBuffer)))return k(T,I,P);if(typeof T=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let q=T.valueOf&&T.valueOf();if(q!=null&&q!==T)return p.from(q,I,P);let H=O(T);if(H)return H;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof T[Symbol.toPrimitive]=="function")return p.from(T[Symbol.toPrimitive]("string"),I,P);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof T)}p.from=function(T,I,P){return b(T,I,P)},Object.setPrototypeOf(p.prototype,Uint8Array.prototype),Object.setPrototypeOf(p,Uint8Array);function g(T){if(typeof T!="number")throw new TypeError('"size" argument must be of type number');if(T<0)throw new RangeError('The value "'+T+'" is invalid for option "size"')}function y(T,I,P){return g(T),T<=0?l(T):I!==void 0?typeof P=="string"?l(T).fill(I,P):l(T).fill(I):l(T)}p.alloc=function(T,I,P){return y(T,I,P)};function M(T){return g(T),l(T<0?0:N(T)|0)}p.allocUnsafe=function(T){return M(T)},p.allocUnsafeSlow=function(T){return M(T)};function x(T,I){if((typeof I!="string"||I==="")&&(I="utf8"),!p.isEncoding(I))throw new TypeError("Unknown encoding: "+I);let P=C(T,I)|0,q=l(P),H=q.write(T,I);return H!==P&&(q=q.slice(0,H)),q}function E(T){let I=T.length<0?0:N(T.length)|0,P=l(I);for(let q=0;q<I;q+=1)P[q]=T[q]&255;return P}function A(T){if(ut(T,Uint8Array)){let I=new Uint8Array(T);return k(I.buffer,I.byteOffset,I.byteLength)}return E(T)}function k(T,I,P){if(I<0||T.byteLength<I)throw new RangeError('"offset" is outside of buffer bounds');if(T.byteLength<I+(P||0))throw new RangeError('"length" is outside of buffer bounds');let q;return I===void 0&&P===void 0?q=new Uint8Array(T):P===void 0?q=new Uint8Array(T,I):q=new Uint8Array(T,I,P),Object.setPrototypeOf(q,p.prototype),q}function O(T){if(p.isBuffer(T)){let I=N(T.length)|0,P=l(I);return P.length===0||T.copy(P,0,0,I),P}if(T.length!==void 0)return typeof T.length!="number"||Ze(T.length)?l(0):E(T);if(T.type==="Buffer"&&Array.isArray(T.data))return E(T.data)}function N(T){if(T>=i)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i.toString(16)+" bytes");return T|0}function L(T){return+T!=T&&(T=0),p.alloc(+T)}p.isBuffer=function(I){return I!=null&&I._isBuffer===!0&&I!==p.prototype},p.compare=function(I,P){if(ut(I,Uint8Array)&&(I=p.from(I,I.offset,I.byteLength)),ut(P,Uint8Array)&&(P=p.from(P,P.offset,P.byteLength)),!p.isBuffer(I)||!p.isBuffer(P))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(I===P)return 0;let q=I.length,H=P.length;for(let W=0,fe=Math.min(q,H);W<fe;++W)if(I[W]!==P[W]){q=I[W],H=P[W];break}return q<H?-1:H<q?1:0},p.isEncoding=function(I){switch(String(I).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},p.concat=function(I,P){if(!Array.isArray(I))throw new TypeError('"list" argument must be an Array of Buffers');if(I.length===0)return p.alloc(0);let q;if(P===void 0)for(P=0,q=0;q<I.length;++q)P+=I[q].length;let H=p.allocUnsafe(P),W=0;for(q=0;q<I.length;++q){let fe=I[q];if(ut(fe,Uint8Array))W+fe.length>H.length?(p.isBuffer(fe)||(fe=p.from(fe)),fe.copy(H,W)):Uint8Array.prototype.set.call(H,fe,W);else if(p.isBuffer(fe))fe.copy(H,W);else throw new TypeError('"list" argument must be an Array of Buffers');W+=fe.length}return H};function C(T,I){if(p.isBuffer(T))return T.length;if(ArrayBuffer.isView(T)||ut(T,ArrayBuffer))return T.byteLength;if(typeof T!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof T);let P=T.length,q=arguments.length>2&&arguments[2]===!0;if(!q&&P===0)return 0;let H=!1;for(;;)switch(I){case"ascii":case"latin1":case"binary":return P;case"utf8":case"utf-8":return oe(T).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return P*2;case"hex":return P>>>1;case"base64":return ge(T).length;default:if(H)return q?-1:oe(T).length;I=(""+I).toLowerCase(),H=!0}}p.byteLength=C;function Y(T,I,P){let q=!1;if((I===void 0||I<0)&&(I=0),I>this.length||((P===void 0||P>this.length)&&(P=this.length),P<=0)||(P>>>=0,I>>>=0,P<=I))return"";for(T||(T="utf8");;)switch(T){case"hex":return o(this,I,P);case"utf8":case"utf-8":return u(this,I,P);case"ascii":return w(this,I,P);case"latin1":case"binary":return d(this,I,P);case"base64":return f(this,I,P);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return v(this,I,P);default:if(q)throw new TypeError("Unknown encoding: "+T);T=(T+"").toLowerCase(),q=!0}}p.prototype._isBuffer=!0;function G(T,I,P){let q=T[I];T[I]=T[P],T[P]=q}p.prototype.swap16=function(){let I=this.length;if(I%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let P=0;P<I;P+=2)G(this,P,P+1);return this},p.prototype.swap32=function(){let I=this.length;if(I%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let P=0;P<I;P+=4)G(this,P,P+3),G(this,P+1,P+2);return this},p.prototype.swap64=function(){let I=this.length;if(I%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let P=0;P<I;P+=8)G(this,P,P+7),G(this,P+1,P+6),G(this,P+2,P+5),G(this,P+3,P+4);return this},p.prototype.toString=function(){let I=this.length;return I===0?"":arguments.length===0?u(this,0,I):Y.apply(this,arguments)},p.prototype.toLocaleString=p.prototype.toString,p.prototype.equals=function(I){if(!p.isBuffer(I))throw new TypeError("Argument must be a Buffer");return this===I?!0:p.compare(this,I)===0},p.prototype.inspect=function(){let I="",P=t.INSPECT_MAX_BYTES;return I=this.toString("hex",0,P).replace(/(.{2})/g,"$1 ").trim(),this.length>P&&(I+=" ... "),"<Buffer "+I+">"},a&&(p.prototype[a]=p.prototype.inspect),p.prototype.compare=function(I,P,q,H,W){if(ut(I,Uint8Array)&&(I=p.from(I,I.offset,I.byteLength)),!p.isBuffer(I))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof I);if(P===void 0&&(P=0),q===void 0&&(q=I?I.length:0),H===void 0&&(H=0),W===void 0&&(W=this.length),P<0||q>I.length||H<0||W>this.length)throw new RangeError("out of range index");if(H>=W&&P>=q)return 0;if(H>=W)return-1;if(P>=q)return 1;if(P>>>=0,q>>>=0,H>>>=0,W>>>=0,this===I)return 0;let fe=W-H,st=q-P,ue=Math.min(fe,st),me=this.slice(H,W),pe=I.slice(P,q);for(let be=0;be<ue;++be)if(me[be]!==pe[be]){fe=me[be],st=pe[be];break}return fe<st?-1:st<fe?1:0};function ee(T,I,P,q,H){if(T.length===0)return-1;if(typeof P=="string"?(q=P,P=0):P>2147483647?P=2147483647:P<-2147483648&&(P=-2147483648),P=+P,Ze(P)&&(P=H?0:T.length-1),P<0&&(P=T.length+P),P>=T.length){if(H)return-1;P=T.length-1}else if(P<0)if(H)P=0;else return-1;if(typeof I=="string"&&(I=p.from(I,q)),p.isBuffer(I))return I.length===0?-1:$(T,I,P,q,H);if(typeof I=="number")return I=I&255,typeof Uint8Array.prototype.indexOf=="function"?H?Uint8Array.prototype.indexOf.call(T,I,P):Uint8Array.prototype.lastIndexOf.call(T,I,P):$(T,[I],P,q,H);throw new TypeError("val must be string, number or Buffer")}function $(T,I,P,q,H){let W=1,fe=T.length,st=I.length;if(q!==void 0&&(q=String(q).toLowerCase(),q==="ucs2"||q==="ucs-2"||q==="utf16le"||q==="utf-16le")){if(T.length<2||I.length<2)return-1;W=2,fe/=2,st/=2,P/=2}function ue(pe,be){return W===1?pe[be]:pe.readUInt16BE(be*W)}let me;if(H){let pe=-1;for(me=P;me<fe;me++)if(ue(T,me)===ue(I,pe===-1?0:me-pe)){if(pe===-1&&(pe=me),me-pe+1===st)return pe*W}else pe!==-1&&(me-=me-pe),pe=-1}else for(P+st>fe&&(P=fe-st),me=P;me>=0;me--){let pe=!0;for(let be=0;be<st;be++)if(ue(T,me+be)!==ue(I,be)){pe=!1;break}if(pe)return me}return-1}p.prototype.includes=function(I,P,q){return this.indexOf(I,P,q)!==-1},p.prototype.indexOf=function(I,P,q){return ee(this,I,P,q,!0)},p.prototype.lastIndexOf=function(I,P,q){return ee(this,I,P,q,!1)};function U(T,I,P,q){P=Number(P)||0;let H=T.length-P;q?(q=Number(q),q>H&&(q=H)):q=H;let W=I.length;q>W/2&&(q=W/2);let fe;for(fe=0;fe<q;++fe){let st=parseInt(I.substr(fe*2,2),16);if(Ze(st))return fe;T[P+fe]=st}return fe}function V(T,I,P,q){return Se(oe(I,T.length-P),T,P,q)}function _(T,I,P,q){return Se(ce(I),T,P,q)}function n(T,I,P,q){return Se(ge(I),T,P,q)}function s(T,I,P,q){return Se(ot(I,T.length-P),T,P,q)}p.prototype.write=function(I,P,q,H){if(P===void 0)H="utf8",q=this.length,P=0;else if(q===void 0&&typeof P=="string")H=P,q=this.length,P=0;else if(isFinite(P))P=P>>>0,isFinite(q)?(q=q>>>0,H===void 0&&(H="utf8")):(H=q,q=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let W=this.length-P;if((q===void 0||q>W)&&(q=W),I.length>0&&(q<0||P<0)||P>this.length)throw new RangeError("Attempt to write outside buffer bounds");H||(H="utf8");let fe=!1;for(;;)switch(H){case"hex":return U(this,I,P,q);case"utf8":case"utf-8":return V(this,I,P,q);case"ascii":case"latin1":case"binary":return _(this,I,P,q);case"base64":return n(this,I,P,q);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return s(this,I,P,q);default:if(fe)throw new TypeError("Unknown encoding: "+H);H=(""+H).toLowerCase(),fe=!0}},p.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function f(T,I,P){return I===0&&P===T.length?e.fromByteArray(T):e.fromByteArray(T.slice(I,P))}function u(T,I,P){P=Math.min(T.length,P);let q=[],H=I;for(;H<P;){let W=T[H],fe=null,st=W>239?4:W>223?3:W>191?2:1;if(H+st<=P){let ue,me,pe,be;switch(st){case 1:W<128&&(fe=W);break;case 2:ue=T[H+1],(ue&192)===128&&(be=(W&31)<<6|ue&63,be>127&&(fe=be));break;case 3:ue=T[H+1],me=T[H+2],(ue&192)===128&&(me&192)===128&&(be=(W&15)<<12|(ue&63)<<6|me&63,be>2047&&(be<55296||be>57343)&&(fe=be));break;case 4:ue=T[H+1],me=T[H+2],pe=T[H+3],(ue&192)===128&&(me&192)===128&&(pe&192)===128&&(be=(W&15)<<18|(ue&63)<<12|(me&63)<<6|pe&63,be>65535&&be<1114112&&(fe=be))}}fe===null?(fe=65533,st=1):fe>65535&&(fe-=65536,q.push(fe>>>10&1023|55296),fe=56320|fe&1023),q.push(fe),H+=st}return m(q)}var c=4096;function m(T){let I=T.length;if(I<=c)return String.fromCharCode.apply(String,T);let P="",q=0;for(;q<I;)P+=String.fromCharCode.apply(String,T.slice(q,q+=c));return P}function w(T,I,P){let q="";P=Math.min(T.length,P);for(let H=I;H<P;++H)q+=String.fromCharCode(T[H]&127);return q}function d(T,I,P){let q="";P=Math.min(T.length,P);for(let H=I;H<P;++H)q+=String.fromCharCode(T[H]);return q}function o(T,I,P){let q=T.length;(!I||I<0)&&(I=0),(!P||P<0||P>q)&&(P=q);let H="";for(let W=I;W<P;++W)H+=Ge[T[W]];return H}function v(T,I,P){let q=T.slice(I,P),H="";for(let W=0;W<q.length-1;W+=2)H+=String.fromCharCode(q[W]+q[W+1]*256);return H}p.prototype.slice=function(I,P){let q=this.length;I=~~I,P=P===void 0?q:~~P,I<0?(I+=q,I<0&&(I=0)):I>q&&(I=q),P<0?(P+=q,P<0&&(P=0)):P>q&&(P=q),P<I&&(P=I);let H=this.subarray(I,P);return Object.setPrototypeOf(H,p.prototype),H};function R(T,I,P){if(T%1!==0||T<0)throw new RangeError("offset is not uint");if(T+I>P)throw new RangeError("Trying to access beyond buffer length")}p.prototype.readUintLE=p.prototype.readUIntLE=function(I,P,q){I=I>>>0,P=P>>>0,q||R(I,P,this.length);let H=this[I],W=1,fe=0;for(;++fe<P&&(W*=256);)H+=this[I+fe]*W;return H},p.prototype.readUintBE=p.prototype.readUIntBE=function(I,P,q){I=I>>>0,P=P>>>0,q||R(I,P,this.length);let H=this[I+--P],W=1;for(;P>0&&(W*=256);)H+=this[I+--P]*W;return H},p.prototype.readUint8=p.prototype.readUInt8=function(I,P){return I=I>>>0,P||R(I,1,this.length),this[I]},p.prototype.readUint16LE=p.prototype.readUInt16LE=function(I,P){return I=I>>>0,P||R(I,2,this.length),this[I]|this[I+1]<<8},p.prototype.readUint16BE=p.prototype.readUInt16BE=function(I,P){return I=I>>>0,P||R(I,2,this.length),this[I]<<8|this[I+1]},p.prototype.readUint32LE=p.prototype.readUInt32LE=function(I,P){return I=I>>>0,P||R(I,4,this.length),(this[I]|this[I+1]<<8|this[I+2]<<16)+this[I+3]*16777216},p.prototype.readUint32BE=p.prototype.readUInt32BE=function(I,P){return I=I>>>0,P||R(I,4,this.length),this[I]*16777216+(this[I+1]<<16|this[I+2]<<8|this[I+3])},p.prototype.readBigUInt64LE=lt(function(I){I=I>>>0,J(I,"offset");let P=this[I],q=this[I+7];(P===void 0||q===void 0)&&X(I,this.length-8);let H=P+this[++I]*2**8+this[++I]*2**16+this[++I]*2**24,W=this[++I]+this[++I]*2**8+this[++I]*2**16+q*2**24;return BigInt(H)+(BigInt(W)<<BigInt(32))}),p.prototype.readBigUInt64BE=lt(function(I){I=I>>>0,J(I,"offset");let P=this[I],q=this[I+7];(P===void 0||q===void 0)&&X(I,this.length-8);let H=P*2**24+this[++I]*2**16+this[++I]*2**8+this[++I],W=this[++I]*2**24+this[++I]*2**16+this[++I]*2**8+q;return(BigInt(H)<<BigInt(32))+BigInt(W)}),p.prototype.readIntLE=function(I,P,q){I=I>>>0,P=P>>>0,q||R(I,P,this.length);let H=this[I],W=1,fe=0;for(;++fe<P&&(W*=256);)H+=this[I+fe]*W;return W*=128,H>=W&&(H-=Math.pow(2,8*P)),H},p.prototype.readIntBE=function(I,P,q){I=I>>>0,P=P>>>0,q||R(I,P,this.length);let H=P,W=1,fe=this[I+--H];for(;H>0&&(W*=256);)fe+=this[I+--H]*W;return W*=128,fe>=W&&(fe-=Math.pow(2,8*P)),fe},p.prototype.readInt8=function(I,P){return I=I>>>0,P||R(I,1,this.length),this[I]&128?(255-this[I]+1)*-1:this[I]},p.prototype.readInt16LE=function(I,P){I=I>>>0,P||R(I,2,this.length);let q=this[I]|this[I+1]<<8;return q&32768?q|4294901760:q},p.prototype.readInt16BE=function(I,P){I=I>>>0,P||R(I,2,this.length);let q=this[I+1]|this[I]<<8;return q&32768?q|4294901760:q},p.prototype.readInt32LE=function(I,P){return I=I>>>0,P||R(I,4,this.length),this[I]|this[I+1]<<8|this[I+2]<<16|this[I+3]<<24},p.prototype.readInt32BE=function(I,P){return I=I>>>0,P||R(I,4,this.length),this[I]<<24|this[I+1]<<16|this[I+2]<<8|this[I+3]},p.prototype.readBigInt64LE=lt(function(I){I=I>>>0,J(I,"offset");let P=this[I],q=this[I+7];(P===void 0||q===void 0)&&X(I,this.length-8);let H=this[I+4]+this[I+5]*2**8+this[I+6]*2**16+(q<<24);return(BigInt(H)<<BigInt(32))+BigInt(P+this[++I]*2**8+this[++I]*2**16+this[++I]*2**24)}),p.prototype.readBigInt64BE=lt(function(I){I=I>>>0,J(I,"offset");let P=this[I],q=this[I+7];(P===void 0||q===void 0)&&X(I,this.length-8);let H=(P<<24)+this[++I]*2**16+this[++I]*2**8+this[++I];return(BigInt(H)<<BigInt(32))+BigInt(this[++I]*2**24+this[++I]*2**16+this[++I]*2**8+q)}),p.prototype.readFloatLE=function(I,P){return I=I>>>0,P||R(I,4,this.length),r.read(this,I,!0,23,4)},p.prototype.readFloatBE=function(I,P){return I=I>>>0,P||R(I,4,this.length),r.read(this,I,!1,23,4)},p.prototype.readDoubleLE=function(I,P){return I=I>>>0,P||R(I,8,this.length),r.read(this,I,!0,52,8)},p.prototype.readDoubleBE=function(I,P){return I=I>>>0,P||R(I,8,this.length),r.read(this,I,!1,52,8)};function S(T,I,P,q,H,W){if(!p.isBuffer(T))throw new TypeError('"buffer" argument must be a Buffer instance');if(I>H||I<W)throw new RangeError('"value" argument is out of bounds');if(P+q>T.length)throw new RangeError("Index out of range")}p.prototype.writeUintLE=p.prototype.writeUIntLE=function(I,P,q,H){if(I=+I,P=P>>>0,q=q>>>0,!H){let st=Math.pow(2,8*q)-1;S(this,I,P,q,st,0)}let W=1,fe=0;for(this[P]=I&255;++fe<q&&(W*=256);)this[P+fe]=I/W&255;return P+q},p.prototype.writeUintBE=p.prototype.writeUIntBE=function(I,P,q,H){if(I=+I,P=P>>>0,q=q>>>0,!H){let st=Math.pow(2,8*q)-1;S(this,I,P,q,st,0)}let W=q-1,fe=1;for(this[P+W]=I&255;--W>=0&&(fe*=256);)this[P+W]=I/fe&255;return P+q},p.prototype.writeUint8=p.prototype.writeUInt8=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,1,255,0),this[P]=I&255,P+1},p.prototype.writeUint16LE=p.prototype.writeUInt16LE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,2,65535,0),this[P]=I&255,this[P+1]=I>>>8,P+2},p.prototype.writeUint16BE=p.prototype.writeUInt16BE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,2,65535,0),this[P]=I>>>8,this[P+1]=I&255,P+2},p.prototype.writeUint32LE=p.prototype.writeUInt32LE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,4,4294967295,0),this[P+3]=I>>>24,this[P+2]=I>>>16,this[P+1]=I>>>8,this[P]=I&255,P+4},p.prototype.writeUint32BE=p.prototype.writeUInt32BE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,4,4294967295,0),this[P]=I>>>24,this[P+1]=I>>>16,this[P+2]=I>>>8,this[P+3]=I&255,P+4};function B(T,I,P,q,H){j(I,q,H,T,P,7);let W=Number(I&BigInt(4294967295));T[P++]=W,W=W>>8,T[P++]=W,W=W>>8,T[P++]=W,W=W>>8,T[P++]=W;let fe=Number(I>>BigInt(32)&BigInt(4294967295));return T[P++]=fe,fe=fe>>8,T[P++]=fe,fe=fe>>8,T[P++]=fe,fe=fe>>8,T[P++]=fe,P}function F(T,I,P,q,H){j(I,q,H,T,P,7);let W=Number(I&BigInt(4294967295));T[P+7]=W,W=W>>8,T[P+6]=W,W=W>>8,T[P+5]=W,W=W>>8,T[P+4]=W;let fe=Number(I>>BigInt(32)&BigInt(4294967295));return T[P+3]=fe,fe=fe>>8,T[P+2]=fe,fe=fe>>8,T[P+1]=fe,fe=fe>>8,T[P]=fe,P+8}p.prototype.writeBigUInt64LE=lt(function(I,P=0){return B(this,I,P,BigInt(0),BigInt("0xffffffffffffffff"))}),p.prototype.writeBigUInt64BE=lt(function(I,P=0){return F(this,I,P,BigInt(0),BigInt("0xffffffffffffffff"))}),p.prototype.writeIntLE=function(I,P,q,H){if(I=+I,P=P>>>0,!H){let ue=Math.pow(2,8*q-1);S(this,I,P,q,ue-1,-ue)}let W=0,fe=1,st=0;for(this[P]=I&255;++W<q&&(fe*=256);)I<0&&st===0&&this[P+W-1]!==0&&(st=1),this[P+W]=(I/fe>>0)-st&255;return P+q},p.prototype.writeIntBE=function(I,P,q,H){if(I=+I,P=P>>>0,!H){let ue=Math.pow(2,8*q-1);S(this,I,P,q,ue-1,-ue)}let W=q-1,fe=1,st=0;for(this[P+W]=I&255;--W>=0&&(fe*=256);)I<0&&st===0&&this[P+W+1]!==0&&(st=1),this[P+W]=(I/fe>>0)-st&255;return P+q},p.prototype.writeInt8=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,1,127,-128),I<0&&(I=255+I+1),this[P]=I&255,P+1},p.prototype.writeInt16LE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,2,32767,-32768),this[P]=I&255,this[P+1]=I>>>8,P+2},p.prototype.writeInt16BE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,2,32767,-32768),this[P]=I>>>8,this[P+1]=I&255,P+2},p.prototype.writeInt32LE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,4,2147483647,-2147483648),this[P]=I&255,this[P+1]=I>>>8,this[P+2]=I>>>16,this[P+3]=I>>>24,P+4},p.prototype.writeInt32BE=function(I,P,q){return I=+I,P=P>>>0,q||S(this,I,P,4,2147483647,-2147483648),I<0&&(I=4294967295+I+1),this[P]=I>>>24,this[P+1]=I>>>16,this[P+2]=I>>>8,this[P+3]=I&255,P+4},p.prototype.writeBigInt64LE=lt(function(I,P=0){return B(this,I,P,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),p.prototype.writeBigInt64BE=lt(function(I,P=0){return F(this,I,P,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function D(T,I,P,q,H,W){if(P+q>T.length)throw new RangeError("Index out of range");if(P<0)throw new RangeError("Index out of range")}function re(T,I,P,q,H){return I=+I,P=P>>>0,H||D(T,I,P,4,34028234663852886e22,-34028234663852886e22),r.write(T,I,P,q,23,4),P+4}p.prototype.writeFloatLE=function(I,P,q){return re(this,I,P,!0,q)},p.prototype.writeFloatBE=function(I,P,q){return re(this,I,P,!1,q)};function Q(T,I,P,q,H){return I=+I,P=P>>>0,H||D(T,I,P,8,17976931348623157e292,-17976931348623157e292),r.write(T,I,P,q,52,8),P+8}p.prototype.writeDoubleLE=function(I,P,q){return Q(this,I,P,!0,q)},p.prototype.writeDoubleBE=function(I,P,q){return Q(this,I,P,!1,q)},p.prototype.copy=function(I,P,q,H){if(!p.isBuffer(I))throw new TypeError("argument should be a Buffer");if(q||(q=0),!H&&H!==0&&(H=this.length),P>=I.length&&(P=I.length),P||(P=0),H>0&&H<q&&(H=q),H===q||I.length===0||this.length===0)return 0;if(P<0)throw new RangeError("targetStart out of bounds");if(q<0||q>=this.length)throw new RangeError("Index out of range");if(H<0)throw new RangeError("sourceEnd out of bounds");H>this.length&&(H=this.length),I.length-P<H-q&&(H=I.length-P+q);let W=H-q;return this===I&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(P,q,H):Uint8Array.prototype.set.call(I,this.subarray(q,H),P),W},p.prototype.fill=function(I,P,q,H){if(typeof I=="string"){if(typeof P=="string"?(H=P,P=0,q=this.length):typeof q=="string"&&(H=q,q=this.length),H!==void 0&&typeof H!="string")throw new TypeError("encoding must be a string");if(typeof H=="string"&&!p.isEncoding(H))throw new TypeError("Unknown encoding: "+H);if(I.length===1){let fe=I.charCodeAt(0);(H==="utf8"&&fe<128||H==="latin1")&&(I=fe)}}else typeof I=="number"?I=I&255:typeof I=="boolean"&&(I=Number(I));if(P<0||this.length<P||this.length<q)throw new RangeError("Out of range index");if(q<=P)return this;P=P>>>0,q=q===void 0?this.length:q>>>0,I||(I=0);let W;if(typeof I=="number")for(W=P;W<q;++W)this[W]=I;else{let fe=p.isBuffer(I)?I:p.from(I,H),st=fe.length;if(st===0)throw new TypeError('The value "'+I+'" is invalid for argument "value"');for(W=0;W<q-P;++W)this[W+P]=fe[W%st]}return this};var Z={};function K(T,I,P){Z[T]=class extends P{constructor(){super(),Object.defineProperty(this,"message",{value:I.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${T}]`,this.stack,delete this.name}get code(){return T}set code(H){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:H,writable:!0})}toString(){return`${this.name} [${T}]: ${this.message}`}}}K("ERR_BUFFER_OUT_OF_BOUNDS",function(T){return T?`${T} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),K("ERR_INVALID_ARG_TYPE",function(T,I){return`The "${T}" argument must be of type number. Received type ${typeof I}`},TypeError),K("ERR_OUT_OF_RANGE",function(T,I,P){let q=`The value of "${T}" is out of range.`,H=P;return Number.isInteger(P)&&Math.abs(P)>2**32?H=le(String(P)):typeof P=="bigint"&&(H=String(P),(P>BigInt(2)**BigInt(32)||P<-(BigInt(2)**BigInt(32)))&&(H=le(H)),H+="n"),q+=` It must be ${I}. Received ${H}`,q},RangeError);function le(T){let I="",P=T.length,q=T[0]==="-"?1:0;for(;P>=q+4;P-=3)I=`_${T.slice(P-3,P)}${I}`;return`${T.slice(0,P)}${I}`}function te(T,I,P){J(I,"offset"),(T[I]===void 0||T[I+P]===void 0)&&X(I,T.length-(P+1))}function j(T,I,P,q,H,W){if(T>P||T<I){let fe=typeof I=="bigint"?"n":"",st;throw W>3?I===0||I===BigInt(0)?st=`>= 0${fe} and < 2${fe} ** ${(W+1)*8}${fe}`:st=`>= -(2${fe} ** ${(W+1)*8-1}${fe}) and < 2 ** ${(W+1)*8-1}${fe}`:st=`>= ${I}${fe} and <= ${P}${fe}`,new Z.ERR_OUT_OF_RANGE("value",st,T)}te(q,H,W)}function J(T,I){if(typeof T!="number")throw new Z.ERR_INVALID_ARG_TYPE(I,"number",T)}function X(T,I,P){throw Math.floor(T)!==T?(J(T,P),new Z.ERR_OUT_OF_RANGE(P||"offset","an integer",T)):I<0?new Z.ERR_BUFFER_OUT_OF_BOUNDS:new Z.ERR_OUT_OF_RANGE(P||"offset",`>= ${P?1:0} and <= ${I}`,T)}var he=/[^+/0-9A-Za-z-_]/g;function Te(T){if(T=T.split("=")[0],T=T.trim().replace(he,""),T.length<2)return"";for(;T.length%4!==0;)T=T+"=";return T}function oe(T,I){I=I||1/0;let P,q=T.length,H=null,W=[];for(let fe=0;fe<q;++fe){if(P=T.charCodeAt(fe),P>55295&&P<57344){if(!H){if(P>56319){(I-=3)>-1&&W.push(239,191,189);continue}else if(fe+1===q){(I-=3)>-1&&W.push(239,191,189);continue}H=P;continue}if(P<56320){(I-=3)>-1&&W.push(239,191,189),H=P;continue}P=(H-55296<<10|P-56320)+65536}else H&&(I-=3)>-1&&W.push(239,191,189);if(H=null,P<128){if((I-=1)<0)break;W.push(P)}else if(P<2048){if((I-=2)<0)break;W.push(P>>6|192,P&63|128)}else if(P<65536){if((I-=3)<0)break;W.push(P>>12|224,P>>6&63|128,P&63|128)}else if(P<1114112){if((I-=4)<0)break;W.push(P>>18|240,P>>12&63|128,P>>6&63|128,P&63|128)}else throw new Error("Invalid code point")}return W}function ce(T){let I=[];for(let P=0;P<T.length;++P)I.push(T.charCodeAt(P)&255);return I}function ot(T,I){let P,q,H,W=[];for(let fe=0;fe<T.length&&!((I-=2)<0);++fe)P=T.charCodeAt(fe),q=P>>8,H=P%256,W.push(H),W.push(q);return W}function ge(T){return e.toByteArray(Te(T))}function Se(T,I,P,q){let H;for(H=0;H<q&&!(H+P>=I.length||H>=T.length);++H)I[H+P]=T[H];return H}function ut(T,I){return T instanceof I||T!=null&&T.constructor!=null&&T.constructor.name!=null&&T.constructor.name===I.name}function Ze(T){return T!==T}var Ge=function(){let T="0123456789abcdef",I=new Array(256);for(let P=0;P<16;++P){let q=P*16;for(let H=0;H<16;++H)I[q+H]=T[P]+T[H]}return I}();function lt(T){return typeof BigInt>"u"?z:T}function z(){throw new Error("BigInt not supported")}}}),wBe={"@@functional/placeholder":!0};function Yi(t){return t===wBe}function Fa(t){return function e(r){return arguments.length===0||Yi(r)?e:t.apply(this,arguments)}}function Un(t){return function e(r,a){switch(arguments.length){case 0:return e;case 1:return Yi(r)?e:Fa(function(i){return t(r,i)});default:return Yi(r)&&Yi(a)?e:Yi(r)?Fa(function(i){return t(i,a)}):Yi(a)?Fa(function(i){return t(r,i)}):t(r,a)}}}function Aw(t,e){switch(t){case 0:return function(){return e.apply(this,arguments)};case 1:return function(r){return e.apply(this,arguments)};case 2:return function(r,a){return e.apply(this,arguments)};case 3:return function(r,a,i){return e.apply(this,arguments)};case 4:return function(r,a,i,h){return e.apply(this,arguments)};case 5:return function(r,a,i,h,l){return e.apply(this,arguments)};case 6:return function(r,a,i,h,l,p){return e.apply(this,arguments)};case 7:return function(r,a,i,h,l,p,b){return e.apply(this,arguments)};case 8:return function(r,a,i,h,l,p,b,g){return e.apply(this,arguments)};case 9:return function(r,a,i,h,l,p,b,g,y){return e.apply(this,arguments)};case 10:return function(r,a,i,h,l,p,b,g,y,M){return e.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}function doe(t,e,r){return function(){for(var a=[],i=0,h=t,l=0,p=!1;l<e.length||i<arguments.length;){var b;l<e.length&&(!Yi(e[l])||i>=arguments.length)?b=e[l]:(b=arguments[i],i+=1),a[l]=b,Yi(b)?p=!0:h-=1,l+=1}return!p&&h<=0?r.apply(this,a):Aw(Math.max(0,h),doe(t,a,r))}}var _Be=Un(function(t,e){return t===1?Fa(e):Aw(t,doe(t,[],e))}),poe=_Be;function lB(t){return function e(r,a,i){switch(arguments.length){case 0:return e;case 1:return Yi(r)?e:Un(function(h,l){return t(r,h,l)});case 2:return Yi(r)&&Yi(a)?e:Yi(r)?Un(function(h,l){return t(h,a,l)}):Yi(a)?Un(function(h,l){return t(r,h,l)}):Fa(function(h){return t(r,a,h)});default:return Yi(r)&&Yi(a)&&Yi(i)?e:Yi(r)&&Yi(a)?Un(function(h,l){return t(h,l,i)}):Yi(r)&&Yi(i)?Un(function(h,l){return t(h,a,l)}):Yi(a)&&Yi(i)?Un(function(h,l){return t(r,h,l)}):Yi(r)?Fa(function(h){return t(h,a,i)}):Yi(a)?Fa(function(h){return t(r,h,i)}):Yi(i)?Fa(function(h){return t(r,a,h)}):t(r,a,i)}}}var cB=Array.isArray||function(t){return t!=null&&t.length>=0&&Object.prototype.toString.call(t)==="[object Array]"};function MBe(t){return t!=null&&typeof t["@@transducer/step"]=="function"}function dB(t,e,r){return function(){if(arguments.length===0)return r();var a=arguments[arguments.length-1];if(!cB(a)){for(var i=0;i<t.length;){if(typeof a[t[i]]=="function")return a[t[i]].apply(a,Array.prototype.slice.call(arguments,0,-1));i+=1}if(MBe(a)){var h=e.apply(null,Array.prototype.slice.call(arguments,0,-1));return h(a)}}return r.apply(this,arguments)}}function xBe(t){return t&&t["@@transducer/reduced"]?t:{"@@transducer/value":t,"@@transducer/reduced":!0}}var O2={init:function(){return this.xf["@@transducer/init"]()},result:function(t){return this.xf["@@transducer/result"](t)}};function qae(t){for(var e=[],r;!(r=t.next()).done;)e.push(r.value);return e}function Uae(t,e,r){for(var a=0,i=r.length;a<i;){if(t(e,r[a]))return!0;a+=1}return!1}function SBe(t){var e=String(t).match(/^function (\w*)/);return e==null?"":e[1]}function rw(t,e){return Object.prototype.hasOwnProperty.call(e,t)}function EBe(t,e){return t===e?t!==0||1/t===1/e:t!==t&&e!==e}var RI=typeof Object.is=="function"?Object.is:EBe,Fae=Object.prototype.toString,ABe=function(){return Fae.call(arguments)==="[object Arguments]"?function(t){return Fae.call(t)==="[object Arguments]"}:function(t){return rw("callee",t)}}(),RBe=ABe,TBe=!{toString:null}.propertyIsEnumerable("toString"),jae=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],zae=function(){"use strict";return arguments.propertyIsEnumerable("length")}(),kBe=function(t,e){for(var r=0;r<t.length;){if(t[r]===e)return!0;r+=1}return!1},IBe=Fa(typeof Object.keys=="function"&&!zae?function(t){return Object(t)!==t?[]:Object.keys(t)}:function(t){if(Object(t)!==t)return[];var e,r,a=[],i=zae&&RBe(t);for(e in t)rw(e,t)&&(!i||e!=="length")&&(a[a.length]=e);if(TBe)for(r=jae.length-1;r>=0;)e=jae[r],rw(e,t)&&!kBe(a,e)&&(a[a.length]=e),r-=1;return a}),tv=IBe,BBe=Fa(function(t){return t===null?"Null":t===void 0?"Undefined":Object.prototype.toString.call(t).slice(8,-1)}),Zae=BBe;function Hae(t,e,r,a){var i=qae(t),h=qae(e);function l(p,b){return pB(p,b,r.slice(),a.slice())}return!Uae(function(p,b){return!Uae(l,b,p)},h,i)}function pB(t,e,r,a){if(RI(t,e))return!0;var i=Zae(t);if(i!==Zae(e))return!1;if(typeof t["fantasy-land/equals"]=="function"||typeof e["fantasy-land/equals"]=="function")return typeof t["fantasy-land/equals"]=="function"&&t["fantasy-land/equals"](e)&&typeof e["fantasy-land/equals"]=="function"&&e["fantasy-land/equals"](t);if(typeof t.equals=="function"||typeof e.equals=="function")return typeof t.equals=="function"&&t.equals(e)&&typeof e.equals=="function"&&e.equals(t);switch(i){case"Arguments":case"Array":case"Object":if(typeof t.constructor=="function"&&SBe(t.constructor)==="Promise")return t===e;break;case"Boolean":case"Number":case"String":if(!(typeof t==typeof e&&RI(t.valueOf(),e.valueOf())))return!1;break;case"Date":if(!RI(t.valueOf(),e.valueOf()))return!1;break;case"Error":return t.name===e.name&&t.message===e.message;case"RegExp":if(!(t.source===e.source&&t.global===e.global&&t.ignoreCase===e.ignoreCase&&t.multiline===e.multiline&&t.sticky===e.sticky&&t.unicode===e.unicode))return!1;break}for(var h=r.length-1;h>=0;){if(r[h]===t)return a[h]===e;h-=1}switch(i){case"Map":return t.size!==e.size?!1:Hae(t.entries(),e.entries(),r.concat([t]),a.concat([e]));case"Set":return t.size!==e.size?!1:Hae(t.values(),e.values(),r.concat([t]),a.concat([e]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var l=tv(t);if(l.length!==tv(e).length)return!1;var p=r.concat([t]),b=a.concat([e]);for(h=l.length-1;h>=0;){var g=l[h];if(!(rw(g,e)&&pB(e[g],t[g],p,b)))return!1;h-=1}return!0}var OBe=Un(function(t,e){return pB(t,e,[],[])}),voe=OBe;function PBe(t,e,r){var a,i;if(typeof t.indexOf=="function")switch(typeof e){case"number":if(e===0){for(a=1/e;r<t.length;){if(i=t[r],i===0&&1/i===a)return r;r+=1}return-1}else if(e!==e){for(;r<t.length;){if(i=t[r],typeof i=="number"&&i!==i)return r;r+=1}return-1}return t.indexOf(e,r);case"string":case"boolean":case"function":case"undefined":return t.indexOf(e,r);case"object":if(e===null)return t.indexOf(e,r)}for(;r<t.length;){if(voe(t[r],e))return r;r+=1}return-1}function NBe(t,e){return PBe(e,t,0)>=0}function I2(t,e){for(var r=0,a=e.length,i=Array(a);r<a;)i[r]=t(e[r]),r+=1;return i}function TI(t){var e=t.replace(/\\/g,"\\\\").replace(/[\b]/g,"\\b").replace(/\f/g,"\\f").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t").replace(/\v/g,"\\v").replace(/\0/g,"\\0");return'"'+e.replace(/"/g,'\\"')+'"'}var y2=function(t){return(t<10?"0":"")+t},CBe=typeof Date.prototype.toISOString=="function"?function(t){return t.toISOString()}:function(t){return t.getUTCFullYear()+"-"+y2(t.getUTCMonth()+1)+"-"+y2(t.getUTCDate())+"T"+y2(t.getUTCHours())+":"+y2(t.getUTCMinutes())+":"+y2(t.getUTCSeconds())+"."+(t.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"},LBe=CBe;function $Be(t){return function(){return!t.apply(this,arguments)}}function moe(t,e,r){for(var a=0,i=r.length;a<i;)e=t(e,r[a]),a+=1;return e}function DBe(t,e){for(var r=0,a=e.length,i=[];r<a;)t(e[r])&&(i[i.length]=e[r]),r+=1;return i}function qBe(t){return Object.prototype.toString.call(t)==="[object Object]"}var UBe=function(){function t(e,r){this.xf=r,this.f=e}return t.prototype["@@transducer/init"]=O2.init,t.prototype["@@transducer/result"]=O2.result,t.prototype["@@transducer/step"]=function(e,r){return this.f(r)?this.xf["@@transducer/step"](e,r):e},t}();function FBe(t){return function(e){return new UBe(t,e)}}var jBe=Un(dB(["fantasy-land/filter","filter"],FBe,function(t,e){return qBe(e)?moe(function(r,a){return t(e[a])&&(r[a]=e[a]),r},{},tv(e)):DBe(t,e)})),zBe=jBe,ZBe=Un(function(t,e){return zBe($Be(t),e)}),HBe=ZBe;function goe(t,e){var r=function(h){var l=e.concat([t]);return NBe(h,l)?"<Circular>":goe(h,l)},a=function(h,l){return I2(function(p){return TI(p)+": "+r(h[p])},l.slice().sort())};switch(Object.prototype.toString.call(t)){case"[object Arguments]":return"(function() { return arguments; }("+I2(r,t).join(", ")+"))";case"[object Array]":return"["+I2(r,t).concat(a(t,HBe(function(h){return/^\d+$/.test(h)},tv(t)))).join(", ")+"]";case"[object Boolean]":return typeof t=="object"?"new Boolean("+r(t.valueOf())+")":t.toString();case"[object Date]":return"new Date("+(isNaN(t.valueOf())?r(NaN):TI(LBe(t)))+")";case"[object Map]":return"new Map("+r(Array.from(t))+")";case"[object Null]":return"null";case"[object Number]":return typeof t=="object"?"new Number("+r(t.valueOf())+")":1/t===-1/0?"-0":t.toString(10);case"[object Set]":return"new Set("+r(Array.from(t).sort())+")";case"[object String]":return typeof t=="object"?"new String("+r(t.valueOf())+")":TI(t);case"[object Undefined]":return"undefined";default:if(typeof t.toString=="function"){var i=t.toString();if(i!=="[object Object]")return i}return"{"+a(t,tv(t)).join(", ")+"}"}}var KBe=Fa(function(t){return goe(t,[])}),Kae=KBe,WBe=Un(function(t,e){if(t===e)return e;function r(p,b){if(p>b!=b>p)return b>p?b:p}var a=r(t,e);if(a!==void 0)return a;var i=r(typeof t,typeof e);if(i!==void 0)return i===typeof t?t:e;var h=Kae(t),l=r(h,Kae(e));return l!==void 0&&l===h?t:e}),VBe=WBe,GBe=function(){function t(e,r){this.xf=r,this.f=e}return t.prototype["@@transducer/init"]=O2.init,t.prototype["@@transducer/result"]=O2.result,t.prototype["@@transducer/step"]=function(e,r){return this.xf["@@transducer/step"](e,this.f(r))},t}(),YBe=function(t){return function(e){return new GBe(t,e)}},JBe=YBe,XBe=Un(dB(["fantasy-land/map","map"],JBe,function(t,e){switch(Object.prototype.toString.call(e)){case"[object Function]":return poe(e.length,function(){return t.call(this,e.apply(this,arguments))});case"[object Object]":return moe(function(r,a){return r[a]=t(e[a]),r},{},tv(e));default:return I2(t,e)}})),QBe=XBe,boe=Number.isInteger||function(t){return t<<0===t};function yoe(t){return Object.prototype.toString.call(t)==="[object String]"}function woe(t,e){var r=t<0?e.length+t:t;return yoe(e)?e.charAt(r):e[r]}var eOe=Un(function(t,e){if(e!=null)return boe(t)?woe(t,e):e[t]}),Rw=eOe,tOe=Un(function(t,e){return QBe(Rw(t),e)}),rOe=tOe,iOe=Fa(function(t){return cB(t)?!0:!t||typeof t!="object"||yoe(t)?!1:t.length===0?!0:t.length>0?t.hasOwnProperty(0)&&t.hasOwnProperty(t.length-1):!1}),nOe=iOe,Wae=typeof Symbol<"u"?Symbol.iterator:"@@iterator";function aOe(t,e,r){return function(a,i,h){if(nOe(h))return t(a,i,h);if(h==null)return i;if(typeof h["fantasy-land/reduce"]=="function")return e(a,i,h,"fantasy-land/reduce");if(h[Wae]!=null)return r(a,i,h[Wae]());if(typeof h.next=="function")return r(a,i,h);if(typeof h.reduce=="function")return e(a,i,h,"reduce");throw new TypeError("reduce: list must be array or iterable")}}function oOe(t,e,r){for(var a=0,i=r.length;a<i;){if(e=t["@@transducer/step"](e,r[a]),e&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}a+=1}return t["@@transducer/result"](e)}var sOe=Un(function(t,e){return Aw(t.length,function(){return t.apply(e,arguments)})}),fOe=sOe;function uOe(t,e,r){for(var a=r.next();!a.done;){if(e=t["@@transducer/step"](e,a.value),e&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}a=r.next()}return t["@@transducer/result"](e)}function hOe(t,e,r,a){return t["@@transducer/result"](r[a](fOe(t["@@transducer/step"],t),e))}var lOe=aOe(oOe,hOe,uOe),cOe=lOe,dOe=function(){function t(e){this.f=e}return t.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},t.prototype["@@transducer/result"]=function(e){return e},t.prototype["@@transducer/step"]=function(e,r){return this.f(e,r)},t}();function pOe(t){return new dOe(t)}var vOe=lB(function(t,e,r){return cOe(typeof t=="function"?pOe(t):t,e,r)}),_oe=vOe;function mOe(t,e){return function(){return e.call(this,t.apply(this,arguments))}}function Moe(t,e){return function(){var r=arguments.length;if(r===0)return e();var a=arguments[r-1];return cB(a)||typeof a[t]!="function"?e.apply(this,arguments):a[t].apply(a,Array.prototype.slice.call(arguments,0,r-1))}}var gOe=lB(Moe("slice",function(t,e,r){return Array.prototype.slice.call(r,t,e)})),bOe=gOe,yOe=Fa(Moe("tail",bOe(1,1/0))),wOe=yOe;function xoe(){if(arguments.length===0)throw new Error("pipe requires at least one argument");return Aw(arguments[0].length,_oe(mOe,arguments[0],wOe(arguments)))}var _Oe=Un(function(t,e){return poe(_oe(VBe,0,rOe("length",e)),function(){var r=arguments,a=this;return t.apply(a,I2(function(i){return i.apply(a,r)},e))})}),MOe=_Oe,xOe=Un(function(t,e){return e==null||e!==e?t:e}),LI=xOe,SOe=function(){function t(e,r){this.xf=r,this.f=e,this.found=!1}return t.prototype["@@transducer/init"]=O2.init,t.prototype["@@transducer/result"]=function(e){return this.found||(e=this.xf["@@transducer/step"](e,void 0)),this.xf["@@transducer/result"](e)},t.prototype["@@transducer/step"]=function(e,r){return this.f(r)&&(this.found=!0,e=xBe(this.xf["@@transducer/step"](e,r))),e},t}();function EOe(t){return function(e){return new SOe(t,e)}}var AOe=Un(dB(["find"],EOe,function(t,e){for(var r=0,a=e.length;r<a;){if(t(e[r]))return e[r];r+=1}})),ROe=AOe,TOe=Fa(function(t){return MOe(function(){return Array.prototype.slice.call(arguments,0)},t)}),kOe=TOe;function IOe(t,e){for(var r=e,a=0;a<t.length;a+=1){if(r==null)return;var i=t[a];boe(i)?r=woe(i,r):r=r[i]}return r}var BOe=Un(IOe),Soe=BOe,OOe=lB(function(t,e,r){return voe(t,Rw(e,r))}),POe=OOe,iw=class extends Error{name="InvalidSchedulerLocation"},NOe=class extends Error{name="SchedulerTagNotFound"},COe=class extends Error{name="TransactionNotFound"},LOe="Url",$Oe="Time-To-Live",DOe="Scheduler",$I=t=>xoe(LI([]),ROe(POe(t,"name")),LI({}),Rw("value")),Eoe=t=>xoe(e=>{if(!e)throw new COe(t);return e},Rw("tags"),LI([]));function Aoe({fetch:t,GRAPHQL_URL:e}){return async({query:r,variables:a})=>t(e,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({query:r,variables:a})}).then(i=>i.json())}function qOe({fetch:t,GRAPHQL_URL:e}){let r=Aoe({fetch:t,GRAPHQL_URL:e}),a=Roe({fetch:t,GRAPHQL_URL:e}),i=`
|
|
133
133
|
query GetTransactions ($transactionIds: [ID!]!) {
|
|
134
134
|
transactions(ids: $transactionIds) {
|
|
135
135
|
edges {
|
|
@@ -184,7 +184,7 @@ nonce: bundlr`),Me.from(i))}};ie();ae();ne();var ed=class{_publicKey;ownerLength
|
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
|
-
}`,i=wt.object({data:wt.object({transactions:wt.object({edges:wt.array(wt.object({node:wt.record(wt.any())}))})})});return h=>zr(h).chain($i(l=>t(e,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({query:a,variables:{transactionIds:[l]}})}).then(async p=>{if(p.ok)return p.json();throw r('Error Encountered when querying gateway for transaction "%s"',l),new Error(`${p.status}: ${await p.text()}`)}).then(i.parse).then(JCe(["data","transactions","edges","0","node"])))).toPromise()}var f$e=fB(mBe(),1),Pse=(t="@permaweb/aoconnect")=>{let e=(0,f$e.default)(t);return e.child=r=>Pse(`${e.namespace}:${r}`),e.tap=(r,...a)=>nLe((...i)=>e(r,...a,...i)),e},Nse=({url:t,path:e})=>e?e.startsWith("/")?Nse({url:t,path:e.slice(1)}):(t=new URL(t),t.pathname+=e,t.toString()):t;function u$e(t){return hv(Pw([]),uv((e,r)=>hv(eLe([],r.name),SB(r.value),Us(r.name,Yh,e))(e),{}),Bw(e=>e.length>1?e:e[0]))(t)}function $s(t,e){return r=>ise(uCe([aoe(t,"name"),AB(xB(e),aoe(e,"value"),wB)]),r)}function foe(t){return dse([[B2(String),Q1(t)],[B2(Array),jCe(t)],[wB,yNe]])}function Zd(t){let e;return B2(Ds,t)?(e=new Error(h$e(t)),e.stack+=t.stack):B2(Error,t)?e=t:qCe("message",t)?e=new Error(t.message):B2(String,t)?e=new Error(t):e=new Error("An error occurred"),e}function h$e(t){return hv(e=>function r(a,i,h){return uv((l,p)=>hv(dse([[Q1(Rt.invalid_arguments),()=>r(p.argumentsError,422,"Invalid Arguments")],[Q1(Rt.invalid_return_type),()=>r(p.returnTypeError,500,"Invalid Return")],[Q1(Rt.invalid_union),()=>ECe(b=>r(b,400,"Invalid Union"),p.unionErrors)],[wB,()=>[{...p,status:i,contextCode:h}]]]),EB(l))(p.code),[],a.issues)}(e,400,""),e=>uv((r,a)=>{let{message:i,path:h,contextCode:l}=a,p=h[1]||h[0],b=l?`${l} `:"";return r.push(`${b}'${p}': ${i}.`),r},[],e),VCe(" | "))(t)}var l$e=wt.object({id:wt.string().min(1,{message:"message is required to be a message id"}),processId:wt.string().min(1,{message:"process is required to be a process id"})});function c$e(){return t=>zr(t).map(l$e.parse).map(()=>t)}var pb=wt.object({name:wt.string(),value:wt.string()}),d$e=wt.function().args(wt.object({Id:wt.string(),Target:wt.string(),Owner:wt.string(),Anchor:wt.string().optional(),Data:wt.any().default("1234"),Tags:wt.array(wt.object({name:wt.string(),value:wt.string()}))})).returns(wt.promise(wt.any())),p$e=wt.function().args(wt.object({id:wt.string().min(1,{message:"message id is required"}),processId:wt.string().min(1,{message:"process id is required"})})).returns(wt.promise(wt.any())),v$e=wt.function().args(wt.object({process:wt.string().min(1,{message:"process id is required"}),from:wt.string().optional(),to:wt.string().optional(),sort:wt.enum(["ASC","DESC"]).default("ASC"),limit:wt.number().optional()})).returns(wt.promise(wt.object({edges:wt.array(wt.object({cursor:wt.string(),node:wt.object({Output:wt.any().optional(),Messages:wt.array(wt.any()).optional(),Spawns:wt.array(wt.any()).optional(),Error:wt.any().optional()})}))}))),Cse=wt.function().args(wt.object({processId:wt.string(),data:wt.any(),tags:wt.array(pb),anchor:wt.string().optional(),signer:wt.any()})).returns(wt.promise(wt.object({messageId:wt.string()}).passthrough())),m$e=wt.function().args(wt.object({data:wt.any(),tags:wt.array(pb),signer:wt.any()})).returns(wt.promise(wt.object({processId:wt.string()}).passthrough())),g$e=wt.function().args(wt.object({process:wt.string(),message:wt.string(),baseLayer:wt.boolean().optional(),exclude:wt.array(wt.string()).optional()})).returns(wt.promise(wt.object({assignmentId:wt.string()}).passthrough())),Lse=Cse,Omt=wt.function().args(wt.object({suUrl:wt.string().url(),processId:wt.string()})).returns(wt.promise(wt.object({tags:wt.array(pb)}).passthrough())),Pmt=wt.function().args(wt.string()).returns(wt.promise(wt.object({url:wt.string()}))),b$e=wt.function().args(wt.string()).returns(wt.promise(wt.boolean())),y$e=wt.function().args(wt.string()).returns(wt.promise(wt.object({tags:wt.array(pb)}).passthrough())),Nw=wt.function().args(wt.object({data:wt.any(),tags:wt.array(pb),target:wt.string().optional(),anchor:wt.string().optional()})).returns(wt.promise(wt.object({id:wt.string(),raw:wt.any()})));function w$e({loadResult:t}){return t=$i(p$e.implement(t)),e=>zr({id:e.id,processId:e.processId}).chain(t)}function _$e(t){let e=c$e(t),r=w$e(t);return({message:a,process:i})=>zr({id:a,processId:i}).chain(e).chain(r).map(t.logger.tap('readResult result for message "%s": %O',a)).map(h=>h).bimap(Zd,zd).toPromise()}var M$e=wt.array(wt.object({name:wt.string(),value:wt.string()}));function x$e(){return t=>zr(t.tags).map(Pw([])).map($s("Data-Protocol","ao")).map($s("Variant")).map($s("Type")).map($s("SDK")).map(EB(Yh,[{name:"Data-Protocol",value:"ao"},{name:"Variant",value:"ao.TN.1"},{name:"Type",value:"Message"},{name:"SDK",value:"aoconnect"}])).map(M$e.parse).map(Us("tags",Yh,t))}function S$e({logger:t}){return e=>zr(e).chain(AB(xB(e.data),()=>qd(e),()=>qd(Math.random().toString().slice(-4)).map(Us("data",Yh,e)).map(r=>hv(jd("tags"),$s("Content-Type"),SB({name:"Content-Type",value:"text/plain"}),Us("tags",Yh,r))(r)).map(t.tap('added pseudo-random string as message "data"'))))}function E$e(t){let e=x$e(t),r=S$e(t),a=Cse.implement(t.deployMessage);return i=>zr(i).chain(e).chain(r).chain($i(({id:h,data:l,tags:p,anchor:b,signer:g})=>a({processId:h,data:l,tags:p,anchor:b,signer:Nw.implement(g)}))).map(h=>Us("messageId",h.messageId,i))}function A$e(t){let e=E$e(t);return({process:r,data:a,tags:i,anchor:h,signer:l})=>zr({id:r,data:a,tags:i,anchor:h,signer:l}).chain(e).map(p=>p.messageId).bimap(Zd,zd).toPromise()}var _2=(t,e,r)=>a=>e(a[t])?qd(a):kc(`Tag '${t}': ${r}`);function R$e({loadTransactionMeta:t,logger:e}){return t=$i(y$e.implement(t)),r=>zr(r).chain(t).map(jd("tags")).map(u$e).chain(_2("Data-Protocol",foe("ao"),"value 'ao' was not found on module")).chain(_2("Type",foe("Module"),"value 'Module' was not found on module")).chain(_2("Module-Format",PI,"was not found on module")).chain(_2("Input-Encoding",PI,"was not found on module")).chain(_2("Output-Encoding",PI,"was not found on module")).bimap(e.tap("Verifying module source failed: %s"),e.tap("Verified module source"))}function T$e({logger:t,validateScheduler:e}){return e=$i(b$e.implement(e)),r=>zr(r).chain(a=>e(a).chain(i=>i?qd(a):kc(`Valid Scheduler-Location owned by ${a} not found`))).bimap(t.tap("Verifying scheduler failed: %s"),t.tap("Verified scheduler"))}function k$e({logger:t}){return e=>zr(e).map(t.tap("Checking for signer")).chain(r=>r?qd(r):kc("signer not found"))}function I$e(t){let e=t.logger.child("verifyInput");t={...t,logger:e};let r=R$e(t),a=T$e(t),i=k$e(t);return h=>zr(h).chain(l=>r(l.module).map(()=>l)).chain(l=>a(l.scheduler)).map(()=>h).chain(l=>i(l.signer).map(()=>l)).bimap(e.tap("Error when verify input: %s"),e.tap("Successfully verified inputs"))}var B$e=wt.array(wt.object({name:wt.string(),value:wt.string()}));function O$e(){return t=>zr(t).map(jd("tags")).map(Pw([])).map($s("Data-Protocol","ao")).map($s("Variant")).map($s("Type")).map($s("Module")).map($s("Scheduler")).map($s("SDK")).map(EB(Yh,[{name:"Data-Protocol",value:"ao"},{name:"Variant",value:"ao.TN.1"},{name:"Type",value:"Process"},{name:"Module",value:t.module},{name:"Scheduler",value:t.scheduler},{name:"SDK",value:"aoconnect"}])).map(B$e.parse).map(Us("tags",Yh,t))}function P$e({logger:t}){return e=>zr(e).chain(AB(xB(e.data),()=>qd(e),()=>qd(Math.random().toString().slice(-4)).map(Us("data",Yh,e)).map(r=>hv(jd("tags"),$s("Content-Type"),SB({name:"Content-Type",value:"text/plain"}),Us("tags",Yh,r))(r)).map(t.tap('added pseudo-random string as process "data"'))))}function N$e(t){let e=t.logger.child("uploadProcess");t={...t,logger:e};let r=O$e(t),a=P$e(t),i=m$e.implement(t.deployProcess);return h=>zr(h).chain(r).chain(a).chain($i(({data:l,tags:p,signer:b})=>i({data:l,tags:p,signer:Nw.implement(b)}))).map(l=>Us("processId",l.processId,h))}function C$e(t){let e=I$e(t),r=N$e(t);return({module:a,scheduler:i,signer:h,tags:l,data:p})=>zr({module:a,scheduler:i,signer:h,tags:l,data:p}).chain(e).chain(r).map(b=>b.processId).bimap(Zd,zd).toPromise()}function L$e(t){let e=Lse.implement(t.deployMonitor);return r=>zr(r).chain($i(({id:a,signer:i})=>e({processId:a,signer:Nw.implement(i),data:Math.random().toString().slice(-4),tags:[]}))).map(a=>Us("monitorId",a.messageId,r))}function $$e(t){let e=L$e(t);return({process:r,signer:a})=>zr({id:r,signer:a}).chain(e).map(i=>i.monitorId).bimap(Zd,zd).toPromise()}function D$e(t){let e=Lse.implement(t.deployUnmonitor);return r=>zr(r).chain($i(({id:a,signer:i})=>e({processId:a,signer:Nw.implement(i),data:Math.random().toString().slice(-4),tags:[]}))).map(a=>Us("monitorId",a.messageId,r))}function q$e(t){let e=D$e(t);return({process:r,signer:a})=>zr({id:r,signer:a}).chain(e).map(i=>i.monitorId).bimap(Zd,zd).toPromise()}var U$e=wt.object({process:wt.string().min(1,{message:"process identifier is required"}),from:wt.string().optional(),to:wt.string().optional(),sort:wt.enum(["ASC","DESC"]).default("ASC"),limit:wt.number().optional()});function F$e(){return t=>zr(t).map(U$e.parse).map(()=>t)}function j$e({queryResults:t}){return t=$i(v$e.implement(t)),e=>zr({process:e.process,from:e.from,to:e.to,sort:e.sort,limit:e.limit}).chain(t)}function z$e(t){let e=F$e(t),r=j$e(t);return({process:a,from:i,to:h,sort:l,limit:p})=>zr({process:a,from:i,to:h,sort:l,limit:p}).chain(e).chain(r).map(t.logger.tap('readResults result for message "%s": %O',a)).map(b=>b).bimap(Zd,zd).toPromise()}var Z$e=wt.object({Id:wt.string(),Target:wt.string(),Owner:wt.string(),Anchor:wt.string().optional(),Data:wt.any().default("1234"),Tags:wt.array(wt.object({name:wt.string(),value:wt.string()}))});function H$e(){return t=>zr(t).map(Z$e.parse).map(e=>(e.Tags=e.Tags.concat([{name:"Data-Protocol",value:"ao"},{name:"Type",value:"Message"},{name:"Variant",value:"ao.TN.1"}]),e))}function K$e({dryrunFetch:t}){return $i(d$e.implement(t))}function W$e(t){let e=H$e(t),r=K$e(t);return a=>zr(a).map(V$e).chain(e).chain(r).toPromise()}function V$e({process:t,data:e,tags:r,anchor:a,...i}){return{Id:"1234",Owner:"1234",...i,Target:t,Data:e||"1234",Tags:r||[],Anchor:a||"0"}}function G$e(t){let e=g$e.implement(t.deployAssign);return r=>zr(r).chain($i(({process:a,message:i,baseLayer:h,exclude:l})=>e({process:a,message:i,baseLayer:h,exclude:l}))).map(a=>Us("assignmentId",a.assignmentId,r))}function Y$e(t){let e=G$e(t);return({process:r,message:a,baseLayer:i,exclude:h})=>zr({process:r,message:a,baseLayer:i,exclude:h}).chain(e).map(l=>l.assignmentId).bimap(Zd,zd).toPromise()}var J$e="https://arweave.net",X$e="https://mu.ao-testnet.xyz",Q$e="https://cu.ao-testnet.xyz";function mv({GRAPHQL_URL:t,GATEWAY_URL:e=J$e,MU_URL:r=X$e,CU_URL:a=Q$e}={}){let i=Pse();t||(t=Nse({url:e,path:"/graphql"}));let{validate:h}=Qoe({cacheSize:100,GRAPHQL_URL:t}),l=gNe({MAX_SIZE:25}),p=i.child("result"),b=_$e({loadResult:pNe({fetch,CU_URL:a,logger:p}),logger:p}),g=i.child("message"),y=A$e({loadProcessMeta:II({fetch,cache:l,logger:g}),deployMessage:fNe({fetch,MU_URL:r,logger:g}),logger:g}),M=i.child("spawn"),x=C$e({loadTransactionMeta:s$e({fetch,GRAPHQL_URL:t,logger:M}),validateScheduler:h,deployProcess:uNe({fetch,MU_URL:r,logger:M}),logger:M}),E=i.child("monitor"),A=$$e({loadProcessMeta:II({fetch,cache:l,logger:E}),deployMonitor:hNe({fetch,MU_URL:r,logger:E}),logger:E}),k=i.child("unmonitor"),O=q$e({loadProcessMeta:II({fetch,cache:l,logger:k}),deployUnmonitor:lNe({fetch,MU_URL:r,logger:k}),logger:E}),N=i.child("results"),L=z$e({queryResults:vNe({fetch,CU_URL:a,logger:N}),logger:N}),C=i.child("dryrun"),Y=W$e({dryrunFetch:dNe({fetch,CU_URL:a,logger:C}),logger:C}),G=i.child("assign"),ee=Y$e({deployAssign:cNe({fetch,MU_URL:r,logger:G}),logger:g});return{result:b,results:L,message:y,spawn:x,monitor:A,unmonitor:O,dryrun:Y,assign:ee}}var $se={};loe($se,{createDataItemSigner:()=>SDe});var Dse=fB(yBe(),1),qse={};loe(qse,{AVSCTap:()=>vb,ArweaveSigner:()=>BB,DataItem:()=>hb,MAX_TAG_BYTES:()=>Cw,MIN_BINARY_SIZE:()=>NB,SIG_CONFIG:()=>vv,SignatureConfig:()=>Ls,Signer:()=>zse,createData:()=>Wse,default:()=>_De,deserializeTags:()=>Ew,indexToType:()=>OB,serializeTags:()=>PB,tagsExceedLimit:()=>Kse,warparbundles:()=>MDe});var eDe=Object.create,kB=Object.defineProperty,tDe=Object.getOwnPropertyDescriptor,rDe=Object.getOwnPropertyNames,iDe=Object.getPrototypeOf,nDe=Object.prototype.hasOwnProperty,Xh=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),aDe=(t,e)=>{for(var r in e)kB(t,r,{get:e[r],enumerable:!0})},oDe=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of rDe(e))!nDe.call(t,i)&&i!==r&&kB(t,i,{get:()=>e[i],enumerable:!(a=tDe(e,i))||a.enumerable});return t},Hd=(t,e,r)=>(r=t!=null?eDe(iDe(t)):{},oDe(e||!t||!t.__esModule?kB(r,"default",{value:t,enumerable:!0}):r,t)),sDe=Xh(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});function e(r){var a=4,i=r.length,h=i%a;if(!h)return r;var l=i,p=a-h,b=i+p,g=Me.alloc(b);for(g.write(r);p--;)g.write("=",l++);return g.toString()}t.default=e}),fDe=Xh(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var e=sDe();function r(b,g){return g===void 0&&(g="utf8"),Me.isBuffer(b)?h(b.toString("base64")):h(Me.from(b,g).toString("base64"))}function a(b,g){return g===void 0&&(g="utf8"),Me.from(i(b),"base64").toString(g)}function i(b){return b=b.toString(),e.default(b).replace(/\-/g,"+").replace(/_/g,"/")}function h(b){return b.replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function l(b){return Me.from(i(b),"base64")}var p=r;p.encode=r,p.decode=a,p.toBase64=i,p.fromBase64=h,p.toBuffer=l,t.default=p}),IB=Xh((t,e)=>{e.exports=fDe().default,e.exports.default=e.exports}),Use=Xh(t=>{"use strict";t.byteLength=b,t.toByteArray=y,t.fromByteArray=E;var e=[],r=[],a=typeof Uint8Array<"u"?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(h=0,l=i.length;h<l;++h)e[h]=i[h],r[i.charCodeAt(h)]=h;var h,l;r[45]=62,r[95]=63;function p(A){var k=A.length;if(k%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var O=A.indexOf("=");O===-1&&(O=k);var N=O===k?0:4-O%4;return[O,N]}function b(A){var k=p(A),O=k[0],N=k[1];return(O+N)*3/4-N}function g(A,k,O){return(k+O)*3/4-O}function y(A){var k,O=p(A),N=O[0],L=O[1],C=new a(g(A,N,L)),Y=0,G=L>0?N-4:N,ee;for(ee=0;ee<G;ee+=4)k=r[A.charCodeAt(ee)]<<18|r[A.charCodeAt(ee+1)]<<12|r[A.charCodeAt(ee+2)]<<6|r[A.charCodeAt(ee+3)],C[Y++]=k>>16&255,C[Y++]=k>>8&255,C[Y++]=k&255;return L===2&&(k=r[A.charCodeAt(ee)]<<2|r[A.charCodeAt(ee+1)]>>4,C[Y++]=k&255),L===1&&(k=r[A.charCodeAt(ee)]<<10|r[A.charCodeAt(ee+1)]<<4|r[A.charCodeAt(ee+2)]>>2,C[Y++]=k>>8&255,C[Y++]=k&255),C}function M(A){return e[A>>18&63]+e[A>>12&63]+e[A>>6&63]+e[A&63]}function x(A,k,O){for(var N,L=[],C=k;C<O;C+=3)N=(A[C]<<16&16711680)+(A[C+1]<<8&65280)+(A[C+2]&255),L.push(M(N));return L.join("")}function E(A){for(var k,O=A.length,N=O%3,L=[],C=16383,Y=0,G=O-N;Y<G;Y+=C)L.push(x(A,Y,Y+C>G?G:Y+C));return N===1?(k=A[O-1],L.push(e[k>>2]+e[k<<4&63]+"==")):N===2&&(k=(A[O-2]<<8)+A[O-1],L.push(e[k>>10]+e[k>>4&63]+e[k<<2&63]+"=")),L.join("")}}),Fse=Xh(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.b64UrlDecode=t.b64UrlEncode=t.bufferTob64Url=t.bufferTob64=t.b64UrlToBuffer=t.stringToB64Url=t.stringToBuffer=t.bufferToString=t.b64UrlToString=t.concatBuffers=void 0;var e=Use();function r(x){let E=0;for(let O=0;O<x.length;O++)E+=x[O].byteLength;let A=new Uint8Array(E),k=0;A.set(new Uint8Array(x[0]),k),k+=x[0].byteLength;for(let O=1;O<x.length;O++)A.set(new Uint8Array(x[O]),k),k+=x[O].byteLength;return A}t.concatBuffers=r;function a(x){let E=p(x);return i(E)}t.b64UrlToString=a;function i(x){return new TextDecoder("utf-8",{fatal:!0}).decode(x)}t.bufferToString=i;function h(x){return new TextEncoder().encode(x)}t.stringToBuffer=h;function l(x){return g(h(x))}t.stringToB64Url=l;function p(x){return new Uint8Array(e.toByteArray(M(x)))}t.b64UrlToBuffer=p;function b(x){return e.fromByteArray(new Uint8Array(x))}t.bufferTob64=b;function g(x){return y(b(x))}t.bufferTob64Url=g;function y(x){return x.replace(/\+/g,"-").replace(/\//g,"_").replace(/\=/g,"")}t.b64UrlEncode=y;function M(x){x=x.replace(/\-/g,"+").replace(/\_/g,"/");let E;return x.length%4==0?E=0:E=4-x.length%4,x.concat("=".repeat(E))}t.b64UrlDecode=M}),uDe=Xh(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var e=Fse(),r=class{keyLength=4096;publicExponent=65537;hashAlgorithm="sha256";driver;constructor(){if(!this.detectWebCrypto())throw new Error("SubtleCrypto not available!");this.driver=crypto.subtle}async generateJWK(){let a=await this.driver.generateKey({name:"RSA-PSS",modulusLength:4096,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign"]),i=await this.driver.exportKey("jwk",a.privateKey);return{kty:i.kty,e:i.e,n:i.n,d:i.d,p:i.p,q:i.q,dp:i.dp,dq:i.dq,qi:i.qi}}async sign(a,i,{saltLength:h}={}){let l=await this.driver.sign({name:"RSA-PSS",saltLength:32},await this.jwkToCryptoKey(a),i);return new Uint8Array(l)}async hash(a,i="SHA-256"){let h=await this.driver.digest(i,a);return new Uint8Array(h)}async verify(a,i,h){let l={kty:"RSA",e:"AQAB",n:a},p=await this.jwkToPublicCryptoKey(l),b=await this.driver.digest("SHA-256",i),g=await this.driver.verify({name:"RSA-PSS",saltLength:0},p,h,i),y=await this.driver.verify({name:"RSA-PSS",saltLength:32},p,h,i),M=await this.driver.verify({name:"RSA-PSS",saltLength:Math.ceil((p.algorithm.modulusLength-1)/8)-b.byteLength-2},p,h,i);return g||y||M}async jwkToCryptoKey(a){return this.driver.importKey("jwk",a,{name:"RSA-PSS",hash:{name:"SHA-256"}},!1,["sign"])}async jwkToPublicCryptoKey(a){return this.driver.importKey("jwk",a,{name:"RSA-PSS",hash:{name:"SHA-256"}},!1,["verify"])}detectWebCrypto(){if(typeof crypto>"u")return!1;let a=crypto?.subtle;return a===void 0?!1:["generateKey","importKey","exportKey","digest","sign"].every(i=>typeof a[i]=="function")}async encrypt(a,i,h){let l=await this.driver.importKey("raw",typeof i=="string"?e.stringToBuffer(i):i,{name:"PBKDF2",length:32},!1,["deriveKey"]),p=await this.driver.deriveKey({name:"PBKDF2",salt:h?e.stringToBuffer(h):e.stringToBuffer("salt"),iterations:1e5,hash:"SHA-256"},l,{name:"AES-CBC",length:256},!1,["encrypt","decrypt"]),b=new Uint8Array(16);crypto.getRandomValues(b);let g=await this.driver.encrypt({name:"AES-CBC",iv:b},p,a);return e.concatBuffers([b,g])}async decrypt(a,i,h){let l=await this.driver.importKey("raw",typeof i=="string"?e.stringToBuffer(i):i,{name:"PBKDF2",length:32},!1,["deriveKey"]),p=await this.driver.deriveKey({name:"PBKDF2",salt:h?e.stringToBuffer(h):e.stringToBuffer("salt"),iterations:1e5,hash:"SHA-256"},l,{name:"AES-CBC",length:256},!1,["encrypt","decrypt"]),b=a.slice(0,16),g=await this.driver.decrypt({name:"AES-CBC",iv:b},p,a.slice(16));return e.concatBuffers([g])}};t.default=r}),hDe=Xh(t=>{t.read=function(e,r,a,i,h){var l,p,b=h*8-i-1,g=(1<<b)-1,y=g>>1,M=-7,x=a?h-1:0,E=a?-1:1,A=e[r+x];for(x+=E,l=A&(1<<-M)-1,A>>=-M,M+=b;M>0;l=l*256+e[r+x],x+=E,M-=8);for(p=l&(1<<-M)-1,l>>=-M,M+=i;M>0;p=p*256+e[r+x],x+=E,M-=8);if(l===0)l=1-y;else{if(l===g)return p?NaN:(A?-1:1)*(1/0);p=p+Math.pow(2,i),l=l-y}return(A?-1:1)*p*Math.pow(2,l-i)},t.write=function(e,r,a,i,h,l){var p,b,g,y=l*8-h-1,M=(1<<y)-1,x=M>>1,E=h===23?Math.pow(2,-24)-Math.pow(2,-77):0,A=i?0:l-1,k=i?1:-1,O=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(b=isNaN(r)?1:0,p=M):(p=Math.floor(Math.log(r)/Math.LN2),r*(g=Math.pow(2,-p))<1&&(p--,g*=2),p+x>=1?r+=E/g:r+=E*Math.pow(2,1-x),r*g>=2&&(p++,g/=2),p+x>=M?(b=0,p=M):p+x>=1?(b=(r*g-1)*Math.pow(2,h),p=p+x):(b=r*Math.pow(2,x-1)*Math.pow(2,h),p=0));h>=8;e[a+A]=b&255,A+=k,b/=256,h-=8);for(p=p<<h|b,y+=h;y>0;e[a+A]=p&255,A+=k,p/=256,y-=8);e[a+A-k]|=O*128}}),aB=Xh(t=>{"use strict";var e=Use(),r=hDe(),a=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=p,t.SlowBuffer=L,t.INSPECT_MAX_BYTES=50;var i=2147483647;t.kMaxLength=i,p.TYPED_ARRAY_SUPPORT=h(),!p.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function h(){try{let T=new Uint8Array(1),I={foo:function(){return 42}};return Object.setPrototypeOf(I,Uint8Array.prototype),Object.setPrototypeOf(T,I),T.foo()===42}catch{return!1}}Object.defineProperty(p.prototype,"parent",{enumerable:!0,get:function(){if(p.isBuffer(this))return this.buffer}}),Object.defineProperty(p.prototype,"offset",{enumerable:!0,get:function(){if(p.isBuffer(this))return this.byteOffset}});function l(T){if(T>i)throw new RangeError('The value "'+T+'" is invalid for option "size"');let I=new Uint8Array(T);return Object.setPrototypeOf(I,p.prototype),I}function p(T,I,P){if(typeof T=="number"){if(typeof I=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return M(T)}return b(T,I,P)}p.poolSize=8192;function b(T,I,P){if(typeof T=="string")return x(T,I);if(ArrayBuffer.isView(T))return A(T);if(T==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof T);if(ut(T,ArrayBuffer)||T&&ut(T.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(ut(T,SharedArrayBuffer)||T&&ut(T.buffer,SharedArrayBuffer)))return k(T,I,P);if(typeof T=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let q=T.valueOf&&T.valueOf();if(q!=null&&q!==T)return p.from(q,I,P);let H=O(T);if(H)return H;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof T[Symbol.toPrimitive]=="function")return p.from(T[Symbol.toPrimitive]("string"),I,P);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof T)}p.from=function(T,I,P){return b(T,I,P)},Object.setPrototypeOf(p.prototype,Uint8Array.prototype),Object.setPrototypeOf(p,Uint8Array);function g(T){if(typeof T!="number")throw new TypeError('"size" argument must be of type number');if(T<0)throw new RangeError('The value "'+T+'" is invalid for option "size"')}function y(T,I,P){return g(T),T<=0?l(T):I!==void 0?typeof P=="string"?l(T).fill(I,P):l(T).fill(I):l(T)}p.alloc=function(T,I,P){return y(T,I,P)};function M(T){return g(T),l(T<0?0:N(T)|0)}p.allocUnsafe=function(T){return M(T)},p.allocUnsafeSlow=function(T){return M(T)};function x(T,I){if((typeof I!="string"||I==="")&&(I="utf8"),!p.isEncoding(I))throw new TypeError("Unknown encoding: "+I);let P=C(T,I)|0,q=l(P),H=q.write(T,I);return H!==P&&(q=q.slice(0,H)),q}function E(T){let I=T.length<0?0:N(T.length)|0,P=l(I);for(let q=0;q<I;q+=1)P[q]=T[q]&255;return P}function A(T){if(ut(T,Uint8Array)){let I=new Uint8Array(T);return k(I.buffer,I.byteOffset,I.byteLength)}return E(T)}function k(T,I,P){if(I<0||T.byteLength<I)throw new RangeError('"offset" is outside of buffer bounds');if(T.byteLength<I+(P||0))throw new RangeError('"length" is outside of buffer bounds');let q;return I===void 0&&P===void 0?q=new Uint8Array(T):P===void 0?q=new Uint8Array(T,I):q=new Uint8Array(T,I,P),Object.setPrototypeOf(q,p.prototype),q}function O(T){if(p.isBuffer(T)){let I=N(T.length)|0,P=l(I);return P.length===0||T.copy(P,0,0,I),P}if(T.length!==void 0)return typeof T.length!="number"||Ze(T.length)?l(0):E(T);if(T.type==="Buffer"&&Array.isArray(T.data))return E(T.data)}function N(T){if(T>=i)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i.toString(16)+" bytes");return T|0}function L(T){return+T!=T&&(T=0),p.alloc(+T)}p.isBuffer=function(T){return T!=null&&T._isBuffer===!0&&T!==p.prototype},p.compare=function(T,I){if(ut(T,Uint8Array)&&(T=p.from(T,T.offset,T.byteLength)),ut(I,Uint8Array)&&(I=p.from(I,I.offset,I.byteLength)),!p.isBuffer(T)||!p.isBuffer(I))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(T===I)return 0;let P=T.length,q=I.length;for(let H=0,W=Math.min(P,q);H<W;++H)if(T[H]!==I[H]){P=T[H],q=I[H];break}return P<q?-1:q<P?1:0},p.isEncoding=function(T){switch(String(T).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},p.concat=function(T,I){if(!Array.isArray(T))throw new TypeError('"list" argument must be an Array of Buffers');if(T.length===0)return p.alloc(0);let P;if(I===void 0)for(I=0,P=0;P<T.length;++P)I+=T[P].length;let q=p.allocUnsafe(I),H=0;for(P=0;P<T.length;++P){let W=T[P];if(ut(W,Uint8Array))H+W.length>q.length?(p.isBuffer(W)||(W=p.from(W)),W.copy(q,H)):Uint8Array.prototype.set.call(q,W,H);else if(p.isBuffer(W))W.copy(q,H);else throw new TypeError('"list" argument must be an Array of Buffers');H+=W.length}return q};function C(T,I){if(p.isBuffer(T))return T.length;if(ArrayBuffer.isView(T)||ut(T,ArrayBuffer))return T.byteLength;if(typeof T!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof T);let P=T.length,q=arguments.length>2&&arguments[2]===!0;if(!q&&P===0)return 0;let H=!1;for(;;)switch(I){case"ascii":case"latin1":case"binary":return P;case"utf8":case"utf-8":return oe(T).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return P*2;case"hex":return P>>>1;case"base64":return ge(T).length;default:if(H)return q?-1:oe(T).length;I=(""+I).toLowerCase(),H=!0}}p.byteLength=C;function Y(T,I,P){let q=!1;if((I===void 0||I<0)&&(I=0),I>this.length||((P===void 0||P>this.length)&&(P=this.length),P<=0)||(P>>>=0,I>>>=0,P<=I))return"";for(T||(T="utf8");;)switch(T){case"hex":return o(this,I,P);case"utf8":case"utf-8":return u(this,I,P);case"ascii":return w(this,I,P);case"latin1":case"binary":return d(this,I,P);case"base64":return f(this,I,P);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return v(this,I,P);default:if(q)throw new TypeError("Unknown encoding: "+T);T=(T+"").toLowerCase(),q=!0}}p.prototype._isBuffer=!0;function G(T,I,P){let q=T[I];T[I]=T[P],T[P]=q}p.prototype.swap16=function(){let T=this.length;if(T%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let I=0;I<T;I+=2)G(this,I,I+1);return this},p.prototype.swap32=function(){let T=this.length;if(T%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let I=0;I<T;I+=4)G(this,I,I+3),G(this,I+1,I+2);return this},p.prototype.swap64=function(){let T=this.length;if(T%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let I=0;I<T;I+=8)G(this,I,I+7),G(this,I+1,I+6),G(this,I+2,I+5),G(this,I+3,I+4);return this},p.prototype.toString=function(){let T=this.length;return T===0?"":arguments.length===0?u(this,0,T):Y.apply(this,arguments)},p.prototype.toLocaleString=p.prototype.toString,p.prototype.equals=function(T){if(!p.isBuffer(T))throw new TypeError("Argument must be a Buffer");return this===T?!0:p.compare(this,T)===0},p.prototype.inspect=function(){let T="",I=t.INSPECT_MAX_BYTES;return T=this.toString("hex",0,I).replace(/(.{2})/g,"$1 ").trim(),this.length>I&&(T+=" ... "),"<Buffer "+T+">"},a&&(p.prototype[a]=p.prototype.inspect),p.prototype.compare=function(T,I,P,q,H){if(ut(T,Uint8Array)&&(T=p.from(T,T.offset,T.byteLength)),!p.isBuffer(T))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof T);if(I===void 0&&(I=0),P===void 0&&(P=T?T.length:0),q===void 0&&(q=0),H===void 0&&(H=this.length),I<0||P>T.length||q<0||H>this.length)throw new RangeError("out of range index");if(q>=H&&I>=P)return 0;if(q>=H)return-1;if(I>=P)return 1;if(I>>>=0,P>>>=0,q>>>=0,H>>>=0,this===T)return 0;let W=H-q,fe=P-I,st=Math.min(W,fe),ue=this.slice(q,H),me=T.slice(I,P);for(let pe=0;pe<st;++pe)if(ue[pe]!==me[pe]){W=ue[pe],fe=me[pe];break}return W<fe?-1:fe<W?1:0};function ee(T,I,P,q,H){if(T.length===0)return-1;if(typeof P=="string"?(q=P,P=0):P>2147483647?P=2147483647:P<-2147483648&&(P=-2147483648),P=+P,Ze(P)&&(P=H?0:T.length-1),P<0&&(P=T.length+P),P>=T.length){if(H)return-1;P=T.length-1}else if(P<0)if(H)P=0;else return-1;if(typeof I=="string"&&(I=p.from(I,q)),p.isBuffer(I))return I.length===0?-1:$(T,I,P,q,H);if(typeof I=="number")return I=I&255,typeof Uint8Array.prototype.indexOf=="function"?H?Uint8Array.prototype.indexOf.call(T,I,P):Uint8Array.prototype.lastIndexOf.call(T,I,P):$(T,[I],P,q,H);throw new TypeError("val must be string, number or Buffer")}function $(T,I,P,q,H){let W=1,fe=T.length,st=I.length;if(q!==void 0&&(q=String(q).toLowerCase(),q==="ucs2"||q==="ucs-2"||q==="utf16le"||q==="utf-16le")){if(T.length<2||I.length<2)return-1;W=2,fe/=2,st/=2,P/=2}function ue(pe,be){return W===1?pe[be]:pe.readUInt16BE(be*W)}let me;if(H){let pe=-1;for(me=P;me<fe;me++)if(ue(T,me)===ue(I,pe===-1?0:me-pe)){if(pe===-1&&(pe=me),me-pe+1===st)return pe*W}else pe!==-1&&(me-=me-pe),pe=-1}else for(P+st>fe&&(P=fe-st),me=P;me>=0;me--){let pe=!0;for(let be=0;be<st;be++)if(ue(T,me+be)!==ue(I,be)){pe=!1;break}if(pe)return me}return-1}p.prototype.includes=function(T,I,P){return this.indexOf(T,I,P)!==-1},p.prototype.indexOf=function(T,I,P){return ee(this,T,I,P,!0)},p.prototype.lastIndexOf=function(T,I,P){return ee(this,T,I,P,!1)};function U(T,I,P,q){P=Number(P)||0;let H=T.length-P;q?(q=Number(q),q>H&&(q=H)):q=H;let W=I.length;q>W/2&&(q=W/2);let fe;for(fe=0;fe<q;++fe){let st=parseInt(I.substr(fe*2,2),16);if(Ze(st))return fe;T[P+fe]=st}return fe}function V(T,I,P,q){return Se(oe(I,T.length-P),T,P,q)}function _(T,I,P,q){return Se(ce(I),T,P,q)}function n(T,I,P,q){return Se(ge(I),T,P,q)}function s(T,I,P,q){return Se(ot(I,T.length-P),T,P,q)}p.prototype.write=function(T,I,P,q){if(I===void 0)q="utf8",P=this.length,I=0;else if(P===void 0&&typeof I=="string")q=I,P=this.length,I=0;else if(isFinite(I))I=I>>>0,isFinite(P)?(P=P>>>0,q===void 0&&(q="utf8")):(q=P,P=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let H=this.length-I;if((P===void 0||P>H)&&(P=H),T.length>0&&(P<0||I<0)||I>this.length)throw new RangeError("Attempt to write outside buffer bounds");q||(q="utf8");let W=!1;for(;;)switch(q){case"hex":return U(this,T,I,P);case"utf8":case"utf-8":return V(this,T,I,P);case"ascii":case"latin1":case"binary":return _(this,T,I,P);case"base64":return n(this,T,I,P);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return s(this,T,I,P);default:if(W)throw new TypeError("Unknown encoding: "+q);q=(""+q).toLowerCase(),W=!0}},p.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function f(T,I,P){return I===0&&P===T.length?e.fromByteArray(T):e.fromByteArray(T.slice(I,P))}function u(T,I,P){P=Math.min(T.length,P);let q=[],H=I;for(;H<P;){let W=T[H],fe=null,st=W>239?4:W>223?3:W>191?2:1;if(H+st<=P){let ue,me,pe,be;switch(st){case 1:W<128&&(fe=W);break;case 2:ue=T[H+1],(ue&192)===128&&(be=(W&31)<<6|ue&63,be>127&&(fe=be));break;case 3:ue=T[H+1],me=T[H+2],(ue&192)===128&&(me&192)===128&&(be=(W&15)<<12|(ue&63)<<6|me&63,be>2047&&(be<55296||be>57343)&&(fe=be));break;case 4:ue=T[H+1],me=T[H+2],pe=T[H+3],(ue&192)===128&&(me&192)===128&&(pe&192)===128&&(be=(W&15)<<18|(ue&63)<<12|(me&63)<<6|pe&63,be>65535&&be<1114112&&(fe=be))}}fe===null?(fe=65533,st=1):fe>65535&&(fe-=65536,q.push(fe>>>10&1023|55296),fe=56320|fe&1023),q.push(fe),H+=st}return m(q)}var c=4096;function m(T){let I=T.length;if(I<=c)return String.fromCharCode.apply(String,T);let P="",q=0;for(;q<I;)P+=String.fromCharCode.apply(String,T.slice(q,q+=c));return P}function w(T,I,P){let q="";P=Math.min(T.length,P);for(let H=I;H<P;++H)q+=String.fromCharCode(T[H]&127);return q}function d(T,I,P){let q="";P=Math.min(T.length,P);for(let H=I;H<P;++H)q+=String.fromCharCode(T[H]);return q}function o(T,I,P){let q=T.length;(!I||I<0)&&(I=0),(!P||P<0||P>q)&&(P=q);let H="";for(let W=I;W<P;++W)H+=Ge[T[W]];return H}function v(T,I,P){let q=T.slice(I,P),H="";for(let W=0;W<q.length-1;W+=2)H+=String.fromCharCode(q[W]+q[W+1]*256);return H}p.prototype.slice=function(T,I){let P=this.length;T=~~T,I=I===void 0?P:~~I,T<0?(T+=P,T<0&&(T=0)):T>P&&(T=P),I<0?(I+=P,I<0&&(I=0)):I>P&&(I=P),I<T&&(I=T);let q=this.subarray(T,I);return Object.setPrototypeOf(q,p.prototype),q};function R(T,I,P){if(T%1!==0||T<0)throw new RangeError("offset is not uint");if(T+I>P)throw new RangeError("Trying to access beyond buffer length")}p.prototype.readUintLE=p.prototype.readUIntLE=function(T,I,P){T=T>>>0,I=I>>>0,P||R(T,I,this.length);let q=this[T],H=1,W=0;for(;++W<I&&(H*=256);)q+=this[T+W]*H;return q},p.prototype.readUintBE=p.prototype.readUIntBE=function(T,I,P){T=T>>>0,I=I>>>0,P||R(T,I,this.length);let q=this[T+--I],H=1;for(;I>0&&(H*=256);)q+=this[T+--I]*H;return q},p.prototype.readUint8=p.prototype.readUInt8=function(T,I){return T=T>>>0,I||R(T,1,this.length),this[T]},p.prototype.readUint16LE=p.prototype.readUInt16LE=function(T,I){return T=T>>>0,I||R(T,2,this.length),this[T]|this[T+1]<<8},p.prototype.readUint16BE=p.prototype.readUInt16BE=function(T,I){return T=T>>>0,I||R(T,2,this.length),this[T]<<8|this[T+1]},p.prototype.readUint32LE=p.prototype.readUInt32LE=function(T,I){return T=T>>>0,I||R(T,4,this.length),(this[T]|this[T+1]<<8|this[T+2]<<16)+this[T+3]*16777216},p.prototype.readUint32BE=p.prototype.readUInt32BE=function(T,I){return T=T>>>0,I||R(T,4,this.length),this[T]*16777216+(this[T+1]<<16|this[T+2]<<8|this[T+3])},p.prototype.readBigUInt64LE=lt(function(T){T=T>>>0,J(T,"offset");let I=this[T],P=this[T+7];(I===void 0||P===void 0)&&X(T,this.length-8);let q=I+this[++T]*2**8+this[++T]*2**16+this[++T]*2**24,H=this[++T]+this[++T]*2**8+this[++T]*2**16+P*2**24;return BigInt(q)+(BigInt(H)<<BigInt(32))}),p.prototype.readBigUInt64BE=lt(function(T){T=T>>>0,J(T,"offset");let I=this[T],P=this[T+7];(I===void 0||P===void 0)&&X(T,this.length-8);let q=I*2**24+this[++T]*2**16+this[++T]*2**8+this[++T],H=this[++T]*2**24+this[++T]*2**16+this[++T]*2**8+P;return(BigInt(q)<<BigInt(32))+BigInt(H)}),p.prototype.readIntLE=function(T,I,P){T=T>>>0,I=I>>>0,P||R(T,I,this.length);let q=this[T],H=1,W=0;for(;++W<I&&(H*=256);)q+=this[T+W]*H;return H*=128,q>=H&&(q-=Math.pow(2,8*I)),q},p.prototype.readIntBE=function(T,I,P){T=T>>>0,I=I>>>0,P||R(T,I,this.length);let q=I,H=1,W=this[T+--q];for(;q>0&&(H*=256);)W+=this[T+--q]*H;return H*=128,W>=H&&(W-=Math.pow(2,8*I)),W},p.prototype.readInt8=function(T,I){return T=T>>>0,I||R(T,1,this.length),this[T]&128?(255-this[T]+1)*-1:this[T]},p.prototype.readInt16LE=function(T,I){T=T>>>0,I||R(T,2,this.length);let P=this[T]|this[T+1]<<8;return P&32768?P|4294901760:P},p.prototype.readInt16BE=function(T,I){T=T>>>0,I||R(T,2,this.length);let P=this[T+1]|this[T]<<8;return P&32768?P|4294901760:P},p.prototype.readInt32LE=function(T,I){return T=T>>>0,I||R(T,4,this.length),this[T]|this[T+1]<<8|this[T+2]<<16|this[T+3]<<24},p.prototype.readInt32BE=function(T,I){return T=T>>>0,I||R(T,4,this.length),this[T]<<24|this[T+1]<<16|this[T+2]<<8|this[T+3]},p.prototype.readBigInt64LE=lt(function(T){T=T>>>0,J(T,"offset");let I=this[T],P=this[T+7];(I===void 0||P===void 0)&&X(T,this.length-8);let q=this[T+4]+this[T+5]*2**8+this[T+6]*2**16+(P<<24);return(BigInt(q)<<BigInt(32))+BigInt(I+this[++T]*2**8+this[++T]*2**16+this[++T]*2**24)}),p.prototype.readBigInt64BE=lt(function(T){T=T>>>0,J(T,"offset");let I=this[T],P=this[T+7];(I===void 0||P===void 0)&&X(T,this.length-8);let q=(I<<24)+this[++T]*2**16+this[++T]*2**8+this[++T];return(BigInt(q)<<BigInt(32))+BigInt(this[++T]*2**24+this[++T]*2**16+this[++T]*2**8+P)}),p.prototype.readFloatLE=function(T,I){return T=T>>>0,I||R(T,4,this.length),r.read(this,T,!0,23,4)},p.prototype.readFloatBE=function(T,I){return T=T>>>0,I||R(T,4,this.length),r.read(this,T,!1,23,4)},p.prototype.readDoubleLE=function(T,I){return T=T>>>0,I||R(T,8,this.length),r.read(this,T,!0,52,8)},p.prototype.readDoubleBE=function(T,I){return T=T>>>0,I||R(T,8,this.length),r.read(this,T,!1,52,8)};function S(T,I,P,q,H,W){if(!p.isBuffer(T))throw new TypeError('"buffer" argument must be a Buffer instance');if(I>H||I<W)throw new RangeError('"value" argument is out of bounds');if(P+q>T.length)throw new RangeError("Index out of range")}p.prototype.writeUintLE=p.prototype.writeUIntLE=function(T,I,P,q){if(T=+T,I=I>>>0,P=P>>>0,!q){let fe=Math.pow(2,8*P)-1;S(this,T,I,P,fe,0)}let H=1,W=0;for(this[I]=T&255;++W<P&&(H*=256);)this[I+W]=T/H&255;return I+P},p.prototype.writeUintBE=p.prototype.writeUIntBE=function(T,I,P,q){if(T=+T,I=I>>>0,P=P>>>0,!q){let fe=Math.pow(2,8*P)-1;S(this,T,I,P,fe,0)}let H=P-1,W=1;for(this[I+H]=T&255;--H>=0&&(W*=256);)this[I+H]=T/W&255;return I+P},p.prototype.writeUint8=p.prototype.writeUInt8=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,1,255,0),this[I]=T&255,I+1},p.prototype.writeUint16LE=p.prototype.writeUInt16LE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,2,65535,0),this[I]=T&255,this[I+1]=T>>>8,I+2},p.prototype.writeUint16BE=p.prototype.writeUInt16BE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,2,65535,0),this[I]=T>>>8,this[I+1]=T&255,I+2},p.prototype.writeUint32LE=p.prototype.writeUInt32LE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,4,4294967295,0),this[I+3]=T>>>24,this[I+2]=T>>>16,this[I+1]=T>>>8,this[I]=T&255,I+4},p.prototype.writeUint32BE=p.prototype.writeUInt32BE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,4,4294967295,0),this[I]=T>>>24,this[I+1]=T>>>16,this[I+2]=T>>>8,this[I+3]=T&255,I+4};function B(T,I,P,q,H){j(I,q,H,T,P,7);let W=Number(I&BigInt(4294967295));T[P++]=W,W=W>>8,T[P++]=W,W=W>>8,T[P++]=W,W=W>>8,T[P++]=W;let fe=Number(I>>BigInt(32)&BigInt(4294967295));return T[P++]=fe,fe=fe>>8,T[P++]=fe,fe=fe>>8,T[P++]=fe,fe=fe>>8,T[P++]=fe,P}function F(T,I,P,q,H){j(I,q,H,T,P,7);let W=Number(I&BigInt(4294967295));T[P+7]=W,W=W>>8,T[P+6]=W,W=W>>8,T[P+5]=W,W=W>>8,T[P+4]=W;let fe=Number(I>>BigInt(32)&BigInt(4294967295));return T[P+3]=fe,fe=fe>>8,T[P+2]=fe,fe=fe>>8,T[P+1]=fe,fe=fe>>8,T[P]=fe,P+8}p.prototype.writeBigUInt64LE=lt(function(T,I=0){return B(this,T,I,BigInt(0),BigInt("0xffffffffffffffff"))}),p.prototype.writeBigUInt64BE=lt(function(T,I=0){return F(this,T,I,BigInt(0),BigInt("0xffffffffffffffff"))}),p.prototype.writeIntLE=function(T,I,P,q){if(T=+T,I=I>>>0,!q){let st=Math.pow(2,8*P-1);S(this,T,I,P,st-1,-st)}let H=0,W=1,fe=0;for(this[I]=T&255;++H<P&&(W*=256);)T<0&&fe===0&&this[I+H-1]!==0&&(fe=1),this[I+H]=(T/W>>0)-fe&255;return I+P},p.prototype.writeIntBE=function(T,I,P,q){if(T=+T,I=I>>>0,!q){let st=Math.pow(2,8*P-1);S(this,T,I,P,st-1,-st)}let H=P-1,W=1,fe=0;for(this[I+H]=T&255;--H>=0&&(W*=256);)T<0&&fe===0&&this[I+H+1]!==0&&(fe=1),this[I+H]=(T/W>>0)-fe&255;return I+P},p.prototype.writeInt8=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,1,127,-128),T<0&&(T=255+T+1),this[I]=T&255,I+1},p.prototype.writeInt16LE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,2,32767,-32768),this[I]=T&255,this[I+1]=T>>>8,I+2},p.prototype.writeInt16BE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,2,32767,-32768),this[I]=T>>>8,this[I+1]=T&255,I+2},p.prototype.writeInt32LE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,4,2147483647,-2147483648),this[I]=T&255,this[I+1]=T>>>8,this[I+2]=T>>>16,this[I+3]=T>>>24,I+4},p.prototype.writeInt32BE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,4,2147483647,-2147483648),T<0&&(T=4294967295+T+1),this[I]=T>>>24,this[I+1]=T>>>16,this[I+2]=T>>>8,this[I+3]=T&255,I+4},p.prototype.writeBigInt64LE=lt(function(T,I=0){return B(this,T,I,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),p.prototype.writeBigInt64BE=lt(function(T,I=0){return F(this,T,I,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function D(T,I,P,q,H,W){if(P+q>T.length)throw new RangeError("Index out of range");if(P<0)throw new RangeError("Index out of range")}function re(T,I,P,q,H){return I=+I,P=P>>>0,H||D(T,I,P,4,34028234663852886e22,-34028234663852886e22),r.write(T,I,P,q,23,4),P+4}p.prototype.writeFloatLE=function(T,I,P){return re(this,T,I,!0,P)},p.prototype.writeFloatBE=function(T,I,P){return re(this,T,I,!1,P)};function Q(T,I,P,q,H){return I=+I,P=P>>>0,H||D(T,I,P,8,17976931348623157e292,-17976931348623157e292),r.write(T,I,P,q,52,8),P+8}p.prototype.writeDoubleLE=function(T,I,P){return Q(this,T,I,!0,P)},p.prototype.writeDoubleBE=function(T,I,P){return Q(this,T,I,!1,P)},p.prototype.copy=function(T,I,P,q){if(!p.isBuffer(T))throw new TypeError("argument should be a Buffer");if(P||(P=0),!q&&q!==0&&(q=this.length),I>=T.length&&(I=T.length),I||(I=0),q>0&&q<P&&(q=P),q===P||T.length===0||this.length===0)return 0;if(I<0)throw new RangeError("targetStart out of bounds");if(P<0||P>=this.length)throw new RangeError("Index out of range");if(q<0)throw new RangeError("sourceEnd out of bounds");q>this.length&&(q=this.length),T.length-I<q-P&&(q=T.length-I+P);let H=q-P;return this===T&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(I,P,q):Uint8Array.prototype.set.call(T,this.subarray(P,q),I),H},p.prototype.fill=function(T,I,P,q){if(typeof T=="string"){if(typeof I=="string"?(q=I,I=0,P=this.length):typeof P=="string"&&(q=P,P=this.length),q!==void 0&&typeof q!="string")throw new TypeError("encoding must be a string");if(typeof q=="string"&&!p.isEncoding(q))throw new TypeError("Unknown encoding: "+q);if(T.length===1){let W=T.charCodeAt(0);(q==="utf8"&&W<128||q==="latin1")&&(T=W)}}else typeof T=="number"?T=T&255:typeof T=="boolean"&&(T=Number(T));if(I<0||this.length<I||this.length<P)throw new RangeError("Out of range index");if(P<=I)return this;I=I>>>0,P=P===void 0?this.length:P>>>0,T||(T=0);let H;if(typeof T=="number")for(H=I;H<P;++H)this[H]=T;else{let W=p.isBuffer(T)?T:p.from(T,q),fe=W.length;if(fe===0)throw new TypeError('The value "'+T+'" is invalid for argument "value"');for(H=0;H<P-I;++H)this[H+I]=W[H%fe]}return this};var Z={};function K(T,I,P){Z[T]=class extends P{constructor(){super(),Object.defineProperty(this,"message",{value:I.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${T}]`,this.stack,delete this.name}get code(){return T}set code(q){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:q,writable:!0})}toString(){return`${this.name} [${T}]: ${this.message}`}}}K("ERR_BUFFER_OUT_OF_BOUNDS",function(T){return T?`${T} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),K("ERR_INVALID_ARG_TYPE",function(T,I){return`The "${T}" argument must be of type number. Received type ${typeof I}`},TypeError),K("ERR_OUT_OF_RANGE",function(T,I,P){let q=`The value of "${T}" is out of range.`,H=P;return Number.isInteger(P)&&Math.abs(P)>2**32?H=le(String(P)):typeof P=="bigint"&&(H=String(P),(P>BigInt(2)**BigInt(32)||P<-(BigInt(2)**BigInt(32)))&&(H=le(H)),H+="n"),q+=` It must be ${I}. Received ${H}`,q},RangeError);function le(T){let I="",P=T.length,q=T[0]==="-"?1:0;for(;P>=q+4;P-=3)I=`_${T.slice(P-3,P)}${I}`;return`${T.slice(0,P)}${I}`}function te(T,I,P){J(I,"offset"),(T[I]===void 0||T[I+P]===void 0)&&X(I,T.length-(P+1))}function j(T,I,P,q,H,W){if(T>P||T<I){let fe=typeof I=="bigint"?"n":"",st;throw W>3?I===0||I===BigInt(0)?st=`>= 0${fe} and < 2${fe} ** ${(W+1)*8}${fe}`:st=`>= -(2${fe} ** ${(W+1)*8-1}${fe}) and < 2 ** ${(W+1)*8-1}${fe}`:st=`>= ${I}${fe} and <= ${P}${fe}`,new Z.ERR_OUT_OF_RANGE("value",st,T)}te(q,H,W)}function J(T,I){if(typeof T!="number")throw new Z.ERR_INVALID_ARG_TYPE(I,"number",T)}function X(T,I,P){throw Math.floor(T)!==T?(J(T,P),new Z.ERR_OUT_OF_RANGE(P||"offset","an integer",T)):I<0?new Z.ERR_BUFFER_OUT_OF_BOUNDS:new Z.ERR_OUT_OF_RANGE(P||"offset",`>= ${P?1:0} and <= ${I}`,T)}var he=/[^+/0-9A-Za-z-_]/g;function Te(T){if(T=T.split("=")[0],T=T.trim().replace(he,""),T.length<2)return"";for(;T.length%4!==0;)T=T+"=";return T}function oe(T,I){I=I||1/0;let P,q=T.length,H=null,W=[];for(let fe=0;fe<q;++fe){if(P=T.charCodeAt(fe),P>55295&&P<57344){if(!H){if(P>56319){(I-=3)>-1&&W.push(239,191,189);continue}else if(fe+1===q){(I-=3)>-1&&W.push(239,191,189);continue}H=P;continue}if(P<56320){(I-=3)>-1&&W.push(239,191,189),H=P;continue}P=(H-55296<<10|P-56320)+65536}else H&&(I-=3)>-1&&W.push(239,191,189);if(H=null,P<128){if((I-=1)<0)break;W.push(P)}else if(P<2048){if((I-=2)<0)break;W.push(P>>6|192,P&63|128)}else if(P<65536){if((I-=3)<0)break;W.push(P>>12|224,P>>6&63|128,P&63|128)}else if(P<1114112){if((I-=4)<0)break;W.push(P>>18|240,P>>12&63|128,P>>6&63|128,P&63|128)}else throw new Error("Invalid code point")}return W}function ce(T){let I=[];for(let P=0;P<T.length;++P)I.push(T.charCodeAt(P)&255);return I}function ot(T,I){let P,q,H,W=[];for(let fe=0;fe<T.length&&!((I-=2)<0);++fe)P=T.charCodeAt(fe),q=P>>8,H=P%256,W.push(H),W.push(q);return W}function ge(T){return e.toByteArray(Te(T))}function Se(T,I,P,q){let H;for(H=0;H<q&&!(H+P>=I.length||H>=T.length);++H)I[H+P]=T[H];return H}function ut(T,I){return T instanceof I||T!=null&&T.constructor!=null&&T.constructor.name!=null&&T.constructor.name===I.name}function Ze(T){return T!==T}var Ge=function(){let T="0123456789abcdef",I=new Array(256);for(let P=0;P<16;++P){let q=P*16;for(let H=0;H<16;++H)I[q+H]=T[P]+T[H]}return I}();function lt(T){return typeof BigInt>"u"?z:T}function z(){throw new Error("BigInt not supported")}}),lDe=Xh((t,e)=>{typeof window<"u"?(window.global=window,global.fetch=window.fetch,e.exports={Buffer:aB().Buffer,Crypto:window.crypto}):e.exports={Buffer:aB().Buffer,Crypto:crypto}}),jse={};aDe(jse,{AVSCTap:()=>vb,ArweaveSigner:()=>BB,DataItem:()=>hb,MAX_TAG_BYTES:()=>Cw,MIN_BINARY_SIZE:()=>NB,SIG_CONFIG:()=>vv,SignatureConfig:()=>Ls,Signer:()=>zse,createData:()=>Wse,deserializeTags:()=>Ew,indexToType:()=>OB,serializeTags:()=>PB,tagsExceedLimit:()=>Kse});var zse=class{signer;publicKey;signatureType;signatureLength;ownerLength;pem;static verify(t,e,r,a){throw new Error("You must implement verify method on child")}},cDe=Hd(IB(),1),Ff=Hd(Fse(),1);async function Zse(t){if(Array.isArray(t)){let i=(0,Ff.concatBuffers)([(0,Ff.stringToBuffer)("list"),(0,Ff.stringToBuffer)(t.length.toString())]);return await Hse(t,await Vh().hash(i,"SHA-384"))}let e=t,r=(0,Ff.concatBuffers)([(0,Ff.stringToBuffer)("blob"),(0,Ff.stringToBuffer)(e.byteLength.toString())]),a=(0,Ff.concatBuffers)([await Vh().hash(r,"SHA-384"),await Vh().hash(e,"SHA-384")]);return await Vh().hash(a,"SHA-384")}async function Hse(t,e){if(t.length<1)return e;let r=(0,Ff.concatBuffers)([e,await Zse(t[0])]),a=await Vh().hash(r,"SHA-384");return await Hse(t.slice(1),a)}var CI=Hd(uDe(),1),dDe=CI.default.default?CI.default.default:CI.default,pDe=class extends dDe{getPublicKey(t){throw new Error("Unimplemented")}},vDe;function Vh(){return vDe??=new pDe}var Ls;(function(t){t[t.ARWEAVE=1]="ARWEAVE",t[t.ED25519=2]="ED25519",t[t.ETHEREUM=3]="ETHEREUM",t[t.SOLANA=4]="SOLANA",t[t.INJECTEDAPTOS=5]="INJECTEDAPTOS",t[t.MULTIAPTOS=6]="MULTIAPTOS",t[t.TYPEDETHEREUM=7]="TYPEDETHEREUM"})(Ls||(Ls={}));var vv={[Ls.ARWEAVE]:{sigLength:512,pubLength:512,sigName:"arweave"},[Ls.ED25519]:{sigLength:64,pubLength:32,sigName:"ed25519"},[Ls.ETHEREUM]:{sigLength:65,pubLength:65,sigName:"ethereum"},[Ls.SOLANA]:{sigLength:64,pubLength:32,sigName:"solana"},[Ls.INJECTEDAPTOS]:{sigLength:64,pubLength:32,sigName:"injectedAptos"},[Ls.MULTIAPTOS]:{sigLength:64*32+4,pubLength:32*32+1,sigName:"multiAptos"},[Ls.TYPEDETHEREUM]:{sigLength:65,pubLength:42,sigName:"typedEthereum"}},BB=class{signatureType=1;ownerLength=vv[1].pubLength;signatureLength=vv[1].sigLength;jwk;pk;constructor(t){this.pk=t.n,this.jwk=t}get publicKey(){return cDe.default.toBuffer(this.pk)}sign(t){return Vh().sign(this.jwk,t)}static async verify(t,e,r){return await Vh().verify(t,e,r)}},OB={1:BB},ju=Hd(IB(),1);async function oB(t){return Zse([(0,Ff.stringToBuffer)("dataitem"),(0,Ff.stringToBuffer)("1"),(0,Ff.stringToBuffer)(t.signatureType.toString()),t.rawOwner,t.rawTarget,t.rawAnchor,t.rawTags,t.rawData])}async function mDe(t,e){let r=await oB(t),a=await e.sign(r),i=await Vh().hash(a);return{signature:Me.from(a),id:Me.from(i)}}async function gDe(t,e){let{signature:r,id:a}=await mDe(t,e);return t.getRaw().set(r,2),a}var vb=class{buf;pos;constructor(t=Me.alloc(Cw),e=0){this.buf=t,this.pos=e}writeTags(t){if(!Array.isArray(t))throw new Error("input must be array");let e=t.length,r;if(e)for(this.writeLong(e),r=0;r<e;r++){let a=t[r];if(a?.name===void 0||a?.value===void 0)throw new Error(`Invalid tag format for ${a}, expected {name:string, value: string}`);this.writeString(a.name),this.writeString(a.value)}this.writeLong(0)}toBuffer(){let t=Me.alloc(this.pos);if(this.pos>this.buf.length)throw new Error(`Too many tag bytes (${this.pos} > ${this.buf.length})`);return this.buf.copy(t,0,0,this.pos),t}tagsExceedLimit(){return this.pos>this.buf.length}writeLong(t){let e=this.buf,r,a;if(t>=-1073741824&&t<1073741824){a=t>=0?t<<1:~t<<1|1;do e[this.pos]=a&127,a>>=7;while(a&&(e[this.pos++]|=128))}else{r=t>=0?t*2:-t*2-1;do e[this.pos]=r&127,r/=128;while(r>=1&&(e[this.pos++]|=128))}this.pos++,this.buf=e}writeString(t){let e=Me.byteLength(t),r=this.buf;this.writeLong(e);let a=this.pos;if(this.pos+=e,!(this.pos>r.length)){if(e>64)this.buf.write(t,this.pos-e,e,"utf8");else{let i,h,l,p;for(i=0,h=e;i<h;i++)l=t.charCodeAt(i),l<128?r[a++]=l:l<2048?(r[a++]=l>>6|192,r[a++]=l&63|128):(l&64512)===55296&&((p=t.charCodeAt(i+1))&64512)===56320?(l=65536+((l&1023)<<10)+(p&1023),i++,r[a++]=l>>18|240,r[a++]=l>>12&63|128,r[a++]=l>>6&63|128,r[a++]=l&63|128):(r[a++]=l>>12|224,r[a++]=l>>6&63|128,r[a++]=l&63|128)}this.buf=r}}readLong(){let t=0,e=0,r=this.buf,a,i,h,l;do a=r[this.pos++],i=a&128,t|=(a&127)<<e,e+=7;while(i&&e<28);if(i){h=t,l=268435456;do a=r[this.pos++],h+=(a&127)*l,l*=128;while(a&128);return(h%2?-(h+1):h)/2}return t>>1^-(t&1)}skipLong(){let t=this.buf;for(;t[this.pos++]&128;);}readTags(){let t=[],e;for(;e=this.readLong();)for(e<0&&(e=-e,this.skipLong());e--;){let r=this.readString(),a=this.readString();t.push({name:r,value:a})}return t}readString(){let t=this.readLong(),e=this.pos,r=this.buf;if(this.pos+=t,!(this.pos>r.length))return this.buf.slice(e,e+t).toString()}};function PB(t){let e=new vb;return e.writeTags(t),e.toBuffer()}function Kse(t){let e=new vb;return e.writeTags(t),e.tagsExceedLimit()}function Ew(t){return new vb(t).readTags()}function wc(t){let e=0;for(let r=t.length-1;r>=0;r--)e=e*256+t[r];return e}function bDe(t){if(t>29)throw new Error("Short too long");let e=[0,0];for(let r=0;r<e.length;r++){let a=t&255;e[r]=a,t=(t-a)/256}return Uint8Array.from(e)}function uoe(t){let e=[0,0,0,0,0,0,0,0];for(let r=0;r<e.length;r++){let a=t&255;e[r]=a,t=(t-a)/256}return Uint8Array.from(e)}var yDe=Hd(lDe(),1),G1=Hd(aB(),1),Cw=4096,NB=80,hb=class{binary;_id;constructor(t){this.binary=t}static isDataItem(t){return t.binary!==void 0}get signatureType(){let t=wc(this.binary.subarray(0,2));if(Ls?.[t]!==void 0)return t;throw new Error("Unknown signature type: "+t)}async isValid(){return hb.verify(this.binary)}get id(){return(async()=>ju.default.encode(await this.rawId))()}set id(t){this._id=ju.default.toBuffer(t)}get rawId(){return(async()=>G1.Buffer.from(await yDe.Crypto.subtle.digest("SHA-256",this.rawSignature)))()}set rawId(t){this._id=t}get rawSignature(){return this.binary.subarray(2,2+this.signatureLength)}get signature(){return ju.default.encode(this.rawSignature)}set rawOwner(t){if(t.byteLength!=this.ownerLength)throw new Error(`Expected raw owner (pubkey) to be ${this.ownerLength} bytes, got ${t.byteLength} bytes.`);this.binary.set(t,2+this.signatureLength)}get rawOwner(){return this.binary.subarray(2+this.signatureLength,2+this.signatureLength+this.ownerLength)}get signatureLength(){return vv[this.signatureType].sigLength}get owner(){return ju.default.encode(this.rawOwner)}get ownerLength(){return vv[this.signatureType].pubLength}get rawTarget(){let t=this.getTargetStart();return this.binary[t]==1?this.binary.subarray(t+1,t+33):G1.Buffer.alloc(0)}get target(){return ju.default.encode(this.rawTarget)}get rawAnchor(){let t=this.getAnchorStart();return this.binary[t]==1?this.binary.subarray(t+1,t+33):G1.Buffer.alloc(0)}get anchor(){return this.rawAnchor.toString()}get rawTags(){let t=this.getTagsStart(),e=wc(this.binary.subarray(t+8,t+16));return this.binary.subarray(t+16,t+16+e)}get tags(){let t=this.getTagsStart();if(wc(this.binary.subarray(t,t+8))==0)return[];let e=wc(this.binary.subarray(t+8,t+16));return Ew(G1.Buffer.from(this.binary.subarray(t+16,t+16+e)))}get tagsB64Url(){return this.tags.map(t=>({name:ju.default.encode(t.name),value:ju.default.encode(t.value)}))}getStartOfData(){let t=this.getTagsStart(),e=this.binary.subarray(t+8,t+16),r=wc(e);return t+16+r}get rawData(){let t=this.getTagsStart(),e=this.binary.subarray(t+8,t+16),r=wc(e),a=t+16+r;return this.binary.subarray(a,this.binary.length)}get data(){return ju.default.encode(this.rawData)}getRaw(){return this.binary}async sign(t){return this._id=await gDe(this,t),this.rawId}async setSignature(t){this.binary.set(t,2),this._id=G1.Buffer.from(await Vh().hash(t))}isSigned(){return(this._id?.length??0)>0}toJSON(){return{signature:this.signature,owner:this.owner,target:this.target,tags:this.tags.map(t=>({name:ju.default.encode(t.name),value:ju.default.encode(t.value)})),data:this.data}}static async verify(t){if(t.byteLength<NB)return!1;let e=new hb(t),r=e.signatureType,a=e.getTagsStart(),i=wc(t.subarray(a,a+8)),h=t.subarray(a+8,a+16),l=wc(h);if(l>Cw)return!1;if(i>0)try{if(Ew(G1.Buffer.from(t.subarray(a+16,a+16+l))).length!==i)return!1}catch{return!1}let p=OB[r],b=await oB(e);return await p.verify(e.rawOwner,b,e.rawSignature)}async getSignatureData(){return oB(this)}getTagsStart(){let t=this.getTargetStart(),e=this.binary[t]==1,r=t+(e?33:1),a=this.binary[r]==1;return r+=a?33:1,r}getTargetStart(){return 2+this.signatureLength+this.ownerLength}getAnchorStart(){let t=this.getTargetStart()+1,e=this.binary[this.getTargetStart()]==1;return t+=e?32:0,t}},wDe=Hd(IB(),1);function Wse(t,e,r){let a=e.publicKey,i=r?.target?wDe.default.toBuffer(r.target):null,h=1+(i?.byteLength??0),l=r?.anchor?Me.from(r.anchor):null,p=1+(l?.byteLength??0),b=(r?.tags?.length??0)>0?PB(r.tags):null,g=16+(b?b.byteLength:0),y=Me.from(t),M=y.byteLength,x=2+e.signatureLength+e.ownerLength+h+p+g+M,E=Me.alloc(x);if(E.set(bDe(e.signatureType),0),E.set(new Uint8Array(e.signatureLength).fill(0),2),a.byteLength!==e.ownerLength)throw new Error(`Owner must be ${e.ownerLength} bytes, but was incorrectly ${a.byteLength}`);E.set(a,2+e.signatureLength);let A=2+e.signatureLength+e.ownerLength;if(E[A]=i?1:0,i){if(i.byteLength!==32)throw new Error(`Target must be 32 bytes but was incorrectly ${i.byteLength}`);E.set(i,A+1)}let k=A+h,O=k+1;if(E[k]=l?1:0,l){if(O+=l.byteLength,l.byteLength!==32)throw new Error("Anchor must be 32 bytes");E.set(l,k+1)}E.set(uoe(r?.tags?.length??0),O);let N=uoe(b?.byteLength??0);E.set(N,O+8),b&&E.set(b,O+16);let L=O+g;return E.set(y,L),new hb(E)}var CB={...jse};globalThis.arbundles??=CB;var _De=CB,MDe=CB;globalThis.Buffer||(globalThis.Buffer=Dse.Buffer);var{DataItem:xDe}=qse;function SDe(t){return async({data:r,tags:a,target:i,anchor:h,createDataItem:l=p=>new xDe(p)})=>{let p=await t.signDataItem({data:r,tags:a,target:i,anchor:h}),b=l(Dse.Buffer.from(p));return{id:await b.id,raw:await b.getRaw()}}}var EDe=globalThis.GATEWAY_URL||void 0,ADe=globalThis.MU_URL||void 0,RDe=globalThis.CU_URL||void 0,TDe=globalThis.GRAPHQL_URL||void 0,{result:Nmt,results:Cmt,message:Lmt,spawn:$mt,monitor:Dmt,unmonitor:qmt,dryrun:Umt,assign:Fmt}=mv({GATEWAY_URL:EDe,MU_URL:ADe,CU_URL:RDe,GRAPHQL_URL:TDe}),Vse=$se.createDataItemSigner;ie();ae();ne();var Ffe=gi(Ufe(),1),Ab=Ffe.default.init({host:"arweave.net",port:443,protocol:"https"});async function Obt({signer:t,module:e=aQ,luaCodeTxId:r=bT,ao:a=mv(),scheduler:i=oQ,state:h,stateContractTxId:l,antRegistryId:p=U8,logger:b=Fu.default,arweave:g=Ab}){let y=Kd.init({process:new Oa({processId:p,ao:a,logger:b}),signer:t}),M=await g.transactions.getData(r,{decode:!0,string:!0}),x=await a.spawn({module:e,scheduler:i,signer:t,tags:[{name:"ANT-Registry-Id",value:p},{name:"Source-Code-TX-ID",value:r}]}),E=new Oa({processId:x,ao:a,logger:b}),{id:A}=await E.send({tags:[{name:"Action",value:"Eval"},{name:"App-Name",value:"ArNS-ANT"},{name:"Source-Code-TX-ID",value:r}],data:M,signer:t});if(b.info("Spawned ANT",{processId:x,module:e,scheduler:i,luaCodeTxId:r,evalId:A}),h){let{id:O}=await E.send({tags:[{name:"Action",value:"Initialize-State"},...l!==void 0?[{name:"State-Contract-TX-ID",value:l}]:[]],data:JSON.stringify(h),signer:t});b.info("Initialized ANT",{processId:x,module:e,scheduler:i,initializeMsgId:O})}let{id:k}=await y.register({processId:x});return b.info("Registered ANT to ANT Registry",{processId:x,module:e,scheduler:i,antRegistrationMsgId:k,antRegistryId:p}),x}async function Pbt({signer:t,processId:e,luaCodeTxId:r=bT,ao:a=mv(),logger:i=Fu.default,arweave:h=Ab}){let l=new Oa({processId:e,ao:a,logger:i}),p=await h.transactions.getData(r,{decode:!0,string:!0}),{id:b}=await l.send({tags:[{name:"Action",value:"Eval"},{name:"App-Name",value:"ArNS-ANT"},{name:"Source-Code-TX-ID",value:r}],data:p,signer:t});return i.info("Evolved ANT",{processId:e,luaCodeTxId:r,evalMsgId:b}),b}function Vqe(t){let e=vr.object({name:vr.string(),value:vr.union([vr.string(),vr.number()])}),r=vr.function().args(vr.object({data:vr.union([vr.string(),vr.instanceof(Me)]),tags:vr.array(e).optional(),target:vr.string().optional(),anchor:vr.string().optional()})).returns(vr.promise(vr.object({id:vr.string(),raw:vr.instanceof(ArrayBuffer)})));try{return r.parse(t),!0}catch{return!1}}function Oc(t){return Vqe(t)?t:"publicKey"in t?async({data:r,tags:a,target:i,anchor:h})=>{t.publicKey===void 0&&"setPublicKey"in t&&typeof t.setPublicKey=="function"&&await t.setPublicKey();let l=Rg(r,t,{tags:a,target:i,anchor:h});return l.sign(t).then(async()=>({id:await l.id,raw:await l.getRaw()}))}:Vse(t)}ie();ae();ne();function Pc(t,e){let r=t.safeParse(e);if(!r.success)throw new Error(JSON.stringify(r.error.format(),null,2));return r}var zw=class{static init({signer:e,strict:r=!1,...a}){if(Dh(a)||qh(a))return e?new lO({signer:e,strict:r,...a}):new Zw({strict:r,...a});throw new Nu}},Zw=class{process;strict;constructor(e){if(this.strict=e.strict||!1,Dh(e))this.process=e.process;else if(qh(e))this.process=new Oa({processId:e.processId});else throw new Nu}async getState({strict:e}={strict:this.strict}){let r=[{name:"Action",value:"State"}],a=await this.process.read({tags:r});return e&&Pc(MT.passthrough().and(vr.object({Records:vr.record(vr.string(),F8.passthrough())})),a),a}async getInfo({strict:e}={strict:this.strict}){let r=[{name:"Action",value:"Info"}],a=await this.process.read({tags:r});return e&&Pc(hQ.passthrough(),a),a}async getRecord({undername:e},{strict:r}={strict:this.strict}){let a=[{name:"Sub-Domain",value:e},{name:"Action",value:"Record"}],i=await this.process.read({tags:a});return r&&Pc(F8.passthrough(),i),i}async getRecords({strict:e}={strict:this.strict}){let r=[{name:"Action",value:"Records"}],a=await this.process.read({tags:r});return e&&Pc(yT,a),a}async getOwner({strict:e}={strict:this.strict}){return(await this.getInfo({strict:e})).Owner}async getControllers({strict:e}={strict:this.strict}){let r=[{name:"Action",value:"Controllers"}],a=await this.process.read({tags:r});return e&&Pc(wT,a),a}async getName({strict:e}={strict:this.strict}){return(await this.getInfo({strict:e})).Name}async getTicker({strict:e}={strict:this.strict}){return(await this.getInfo({strict:e})).Ticker}async getBalances({strict:e}={strict:this.strict}){let r=[{name:"Action",value:"Balances"}],a=await this.process.read({tags:r});return e&&Pc(_T,a),a}async getBalance({address:e},{strict:r}={strict:this.strict}){let a=[{name:"Action",value:"Balance"},{name:"Recipient",value:e}],i=await this.process.read({tags:a});return r&&Pc(vr.number(),i),i}async getHandlers(){let e=await this.getInfo();return e.Handlers??e.HandlerNames}},lO=class extends Zw{signer;constructor({signer:e,...r}){super(r),this.signer=Oc(e)}async transfer({target:e},r){let a=[...r?.tags??[],{name:"Action",value:"Transfer"},{name:"Recipient",value:e}];return this.process.send({tags:a,signer:this.signer})}async addController({controller:e},r){let a=[...r?.tags??[],{name:"Action",value:"Add-Controller"},{name:"Controller",value:e}];return this.process.send({tags:a,signer:this.signer})}async removeController({controller:e},r){let a=[...r?.tags??[],{name:"Action",value:"Remove-Controller"},{name:"Controller",value:e}];return this.process.send({tags:a,signer:this.signer})}async setRecord({undername:e,transactionId:r,ttlSeconds:a},i){return this.process.send({tags:[...i?.tags??[],{name:"Action",value:"Set-Record"},{name:"Sub-Domain",value:e},{name:"Transaction-Id",value:r},{name:"TTL-Seconds",value:a.toString()}],signer:this.signer})}async removeRecord({undername:e},r){return this.process.send({tags:[...r?.tags??[],{name:"Action",value:"Remove-Record"},{name:"Sub-Domain",value:e}],signer:this.signer})}async setTicker({ticker:e},r){return this.process.send({tags:[...r?.tags??[],{name:"Action",value:"Set-Ticker"},{name:"Ticker",value:e}],signer:this.signer})}async setName({name:e},r){return this.process.send({tags:[...r?.tags??[],{name:"Action",value:"Set-Name"},{name:"Name",value:e}],signer:this.signer})}async setDescription({description:e},r){return this.process.send({tags:[...r?.tags??[],{name:"Action",value:"Set-Description"},{name:"Description",value:e}],signer:this.signer})}async setKeywords({keywords:e},r){return this.process.send({tags:[...r?.tags??[],{name:"Action",value:"Set-Keywords"},{name:"Description",value:JSON.stringify(e)}],signer:this.signer})}async setLogo({txId:e},r){return this.process.send({tags:[...r?.tags??[],{name:"Action",value:"Set-Logo"},{name:"Logo",value:e}],signer:this.signer})}async releaseName({name:e,ioProcessId:r},a){return this.process.send({tags:[...a?.tags??[],{name:"Action",value:"Release-Name"},{name:"Name",value:e},{name:"IO-Process-Id",value:r}],signer:this.signer})}async reassignName({name:e,ioProcessId:r,antProcessId:a},i){return this.process.send({tags:[...i?.tags??[],{name:"Action",value:"Reassign-Name"},{name:"Name",value:e},{name:"IO-Process-Id",value:r},{name:"Process-Id",value:a}],signer:this.signer})}async approvePrimaryNameRequest({name:e,address:r,ioProcessId:a},i){return this.process.send({tags:[...i?.tags??[],{name:"Action",value:"Approve-Primary-Name"},{name:"Name",value:e},{name:"Recipient",value:r},{name:"IO-Process-Id",value:a}],signer:this.signer})}async removePrimaryNames({names:e,ioProcessId:r},a){return this.process.send({tags:[...a?.tags??[],{name:"Action",value:"Remove-Primary-Names"},{name:"Names",value:e.join(",")},{name:"IO-Process-Id",value:r}],signer:this.signer})}};ie();ae();ne();var Kd=class{static init(e){if(e&&e.signer){let{signer:r,...a}=e;return new cO({...a,signer:r})}return new Hw(e)}},Hw=class{process;constructor(e){if(e&&(qh(e)||Dh(e)))if(Dh(e))this.process=e.process;else if(qh(e))this.process=new Oa({processId:e.processId});else throw new Nu;else this.process=new Oa({processId:U8})}async accessControlList({address:e}){return this.process.read({tags:[{name:"Action",value:"Access-Control-List"},{name:"Address",value:e}]})}},cO=class extends Hw{signer;constructor({signer:e,...r}){super(r),this.signer=Oc(e)}async register({processId:e}){return this.process.send({tags:[{name:"Action",value:"Register"},{name:"Process-Id",value:e}],signer:this.signer})}};ie();ae();ne();ie();ae();ne();ie();ae();ne();function dO(t){try{return JSON.parse(t)}catch{return t}}var Oa=class{logger;processId;ao;constructor({processId:e,ao:r=mv(),logger:a=Fu.default}){this.processId=e,this.logger=a,this.ao=r}async read({tags:e,retries:r=3}){let a=0,i;for(;a<r;)try{this.logger.debug("Evaluating read interaction on contract",{tags:e});let h=await this.ao.dryrun({process:this.processId,tags:e});if(this.logger.debug("Read interaction result",{result:h}),h.Messages===void 0||h.Messages.length===0)throw this.logger.debug(`Process ${this.processId} does not support provided action.`,h,e),new Error(`Process ${this.processId} does not support provided action.`);let l=h.Messages?.[0]?.Tags,p=h.Messages?.[0]?.Data,g=h.Error||l?.find(M=>M.name==="Error")?.value;if(g)throw new Error(`${g}${p?`: ${p}`:""}`);return p===void 0?{}:dO(h.Messages[0].Data)}catch(h){a++,this.logger.debug(`Read attempt ${a} failed`,{error:h,tags:e}),i=h,await new Promise(l=>setTimeout(l,2**a*1e3))}throw i}async send({tags:e,data:r,signer:a,retries:i=3}){let h=0,l;for(;h<i;)try{this.logger.debug("Evaluating send interaction on contract",{tags:e,data:r,processId:this.processId});let p=await this.ao.message({process:this.processId,tags:[...e,{name:"AR-IO-SDK",value:G4}],data:r,signer:a});this.logger.debug("Sent message to process",{messageId:p,processId:this.processId});let b=await this.ao.result({message:p,process:this.processId});this.logger.debug("Message result",{output:b,messageId:p,processId:this.processId});let y=b.Error||b.Messages?.[0]?.Tags?.find(x=>x.name==="Error")?.value;if(y)throw new j8(y);if(b.Messages?.length===0||b.Messages===void 0)return{id:p};if(b.Messages.length===0)throw new Error(`Process ${this.processId} does not support provided action.`);if(b.Messages[0].Data===void 0)return{id:p};let M=dO(b.Messages[0].Data);return this.logger.debug("Message result data",{resultData:M,messageId:p,processId:this.processId}),{id:p,result:M}}catch(p){if(this.logger.error("Error sending message to process",{error:p.message,processId:this.processId,tags:e}),p.message.includes("500"))this.logger.debug("Retrying send interaction",{attempts:h,retries:i,error:p.message,processId:this.processId}),await new Promise(b=>setTimeout(b,2**h*2e3)),h++,l=p;else throw p}throw l}};var Rb=class{static init(e){if(e&&e.signer){let{signer:r,...a}=e;return new pO({...a,signer:r})}return new Kw(e)}},Kw=class{process;arweave;constructor(e,r=Ab){if(!e)this.process=new Oa({processId:R1});else if(Dh(e))this.process=e.process;else if(qh(e))this.process=new Oa({processId:e.processId});else throw new Nu;this.arweave=r}async getInfo(){return this.process.read({tags:[{name:"Action",value:"Info"}]})}async getTokenSupply(){return this.process.read({tags:[{name:"Action",value:"Total-Token-Supply"}]})}async getEpochSettings(e){let r=[{name:"Action",value:"Epoch-Settings"},{name:"Timestamp",value:e?.timestamp?.toString()??(await $h(this.arweave)).toString()},{name:"Epoch-Index",value:e?.epochIndex?.toString()}];return this.process.read({tags:ra(r)})}async getEpoch(e){let r=[{name:"Action",value:"Epoch"},{name:"Timestamp",value:e?.timestamp?.toString()??(await $h(this.arweave)).toString()},{name:"Epoch-Index",value:e?.epochIndex?.toString()}];return this.process.read({tags:ra(r)})}async getArNSRecord({name:e}){return this.process.read({tags:[{name:"Action",value:"Record"},{name:"Name",value:e}]})}async getArNSRecords(e){return this.process.read({tags:[{name:"Action",value:"Paginated-Records"},...oo(e)]})}async getArNSReservedNames(e){return this.process.read({tags:[{name:"Action",value:"Reserved-Names"},...oo(e)]})}async getArNSReservedName({name:e}){return this.process.read({tags:[{name:"Action",value:"Reserved-Name"},{name:"Name",value:e}]})}async getBalance({address:e}){return this.process.read({tags:[{name:"Action",value:"Balance"},{name:"Address",value:e}]})}async getBalances(e){return this.process.read({tags:[{name:"Action",value:"Paginated-Balances"},...oo(e)]})}async getVault({address:e,vaultId:r}){return this.process.read({tags:[{name:"Action",value:"Vault"},{name:"Address",value:e},{name:"Vault-Id",value:r}]})}async getVaults(e){return this.process.read({tags:[{name:"Action",value:"Paginated-Vaults"},...oo(e)]})}async getGateway({address:e}){return this.process.read({tags:[{name:"Action",value:"Gateway"},{name:"Address",value:e}]})}async getGatewayDelegates({address:e,...r}){return this.process.read({tags:[{name:"Action",value:"Paginated-Delegates"},{name:"Address",value:e},...oo(r)]})}async getGatewayDelegateAllowList({address:e,...r}){return this.process.read({tags:[{name:"Action",value:"Paginated-Allowed-Delegates"},{name:"Address",value:e},...oo(r)]})}async getGateways(e){return this.process.read({tags:[{name:"Action",value:"Paginated-Gateways"},...oo(e)]})}async getCurrentEpoch(){return this.process.read({tags:[{name:"Action",value:"Epoch"},{name:"Timestamp",value:(await $h(this.arweave)).toString()}]})}async getPrescribedObservers(e){let r=[{name:"Action",value:"Epoch-Prescribed-Observers"},{name:"Timestamp",value:e?.timestamp?.toString()??(await $h(this.arweave)).toString()},{name:"Epoch-Index",value:e?.epochIndex?.toString()}];return this.process.read({tags:ra(r)})}async getPrescribedNames(e){let r=[{name:"Action",value:"Epoch-Prescribed-Names"},{name:"Timestamp",value:e?.timestamp?.toString()??(await $h(this.arweave)).toString()},{name:"Epoch-Index",value:e?.epochIndex?.toString()}];return this.process.read({tags:ra(r)})}async getObservations(e){let r=[{name:"Action",value:"Epoch-Observations"},{name:"Timestamp",value:e?.timestamp?.toString()??(await $h(this.arweave)).toString()},{name:"Epoch-Index",value:e?.epochIndex?.toString()}];return this.process.read({tags:ra(r)})}async getDistributions(e){let r=[{name:"Action",value:"Epoch-Distributions"},{name:"Timestamp",value:e?.timestamp?.toString()??(await $h(this.arweave)).toString()},{name:"Epoch-Index",value:e?.epochIndex?.toString()}];return this.process.read({tags:ra(r)})}async getTokenCost({intent:e,type:r,years:a,name:i,quantity:h}){let l=[{name:"Action",value:"Token-Cost"},{name:"Intent",value:e},{name:"Name",value:i},{name:"Years",value:a?.toString()},{name:"Quantity",value:h?.toString()},{name:"Purchase-Type",value:r},{name:"Timestamp",value:(await this.arweave.blocks.getCurrent().then(p=>({timestamp:p.timestamp*1e3})).catch(()=>({timestamp:Date.now()}))).timestamp.toString()}];return this.process.read({tags:ra(l)})}async getRegistrationFees(){return this.process.read({tags:[{name:"Action",value:"Get-Registration-Fees"}]})}async getDemandFactor(){return this.process.read({tags:[{name:"Action",value:"Demand-Factor"}]})}async getArNSAuctions(e){return this.process.read({tags:[{name:"Action",value:"Auctions"},...oo(e)]})}async getArNSAuction({name:e}){let r=[{name:"Action",value:"Auction-Info"},{name:"Name",value:e}];return this.process.read({tags:r})}async getArNSAuctionPrices({name:e,type:r,years:a,timestamp:i,intervalMs:h}){let l=[{name:"Action",value:"Auction-Prices"},{name:"Name",value:e},{name:"Timestamp",value:i?.toString()??(await $h(this.arweave)).toString()},{name:"Purchase-Type",value:r??"lease"},{name:"Years",value:r==null||r==="lease"?a?.toString()??"1":void 0},{name:"Price-Interval-Ms",value:h?.toString()??"900000"}].filter(p=>p.value!==void 0);return this.process.read({tags:l})}async getDelegations(e){let r=[{name:"Action",value:"Paginated-Delegations"},{name:"Address",value:e.address},...oo(e)];return this.process.read({tags:ra(r)})}async getAllowedDelegates(e){return this.process.read({tags:[{name:"Action",value:"Paginated-Allowed-Delegates"},{name:"Address",value:e.address},...oo(e)]})}async getGatewayVaults(e){return this.process.read({tags:[{name:"Action",value:"Paginated-Gateway-Vaults"},{name:"Address",value:e.address},...oo(e)]})}async getPrimaryNameRequest(e){let r=[{name:"Action",value:"Primary-Name-Request"},{name:"Initiator",value:e.initiator}];return this.process.read({tags:r})}async getPrimaryNameRequests(e){return this.process.read({tags:[{name:"Action",value:"Primary-Name-Requests"},...oo(e)]})}async getPrimaryName(e){let r=[{name:"Action",value:"Primary-Name"},{name:"Address",value:e?.address},{name:"Name",value:e?.name}];return this.process.read({tags:ra(r)})}async getPrimaryNames(e){return this.process.read({tags:[{name:"Action",value:"Primary-Names"},...oo(e)]})}async getRedelegationFee(e){return this.process.read({tags:[{name:"Action",value:"Redelegation-Fee"},{name:"Address",value:e.address}]})}},pO=class extends Kw{signer;constructor({signer:e,...r}){if(Object.keys(r).length===0)super({process:new Oa({processId:R1})}),this.signer=Oc(e);else if(Dh(r))super({process:r.process}),this.signer=Oc(e);else if(qh(r))super({process:new Oa({processId:r.processId})}),this.signer=Oc(e);else throw new Nu}async transfer({target:e,qty:r},a){let{tags:i=[]}=a||{};return this.process.send({tags:[...i,{name:"Action",value:"Transfer"},{name:"Recipient",value:e},{name:"Quantity",value:r.valueOf().toString()}],signer:this.signer})}async joinNetwork({operatorStake:e,allowDelegatedStaking:r,allowedDelegates:a,delegateRewardShareRatio:i,fqdn:h,label:l,minDelegatedStake:p,note:b,port:g,properties:y,protocol:M,autoStake:x,observerAddress:E},A){let{tags:k=[]}=A||{},O=[...k,{name:"Action",value:"Join-Network"},{name:"Operator-Stake",value:e.valueOf().toString()},{name:"Allow-Delegated-Staking",value:r?.toString()},{name:"Allowed-Delegates",value:a?.join(",")},{name:"Delegate-Reward-Share-Ratio",value:i?.toString()},{name:"FQDN",value:h},{name:"Label",value:l},{name:"Min-Delegated-Stake",value:p?.valueOf().toString()},{name:"Note",value:b},{name:"Port",value:g?.toString()},{name:"Properties",value:y},{name:"Protocol",value:M},{name:"Auto-Stake",value:x?.toString()},{name:"Observer-Address",value:E}];return this.process.send({signer:this.signer,tags:ra(O)})}async leaveNetwork(e){let{tags:r=[]}=e||{};return this.process.send({signer:this.signer,tags:[...r,{name:"Action",value:"Leave-Network"}]})}async updateGatewaySettings({allowDelegatedStaking:e,allowedDelegates:r,delegateRewardShareRatio:a,fqdn:i,label:h,minDelegatedStake:l,note:p,port:b,properties:g,protocol:y,autoStake:M,observerAddress:x},E){let{tags:A=[]}=E||{},k=[...A,{name:"Action",value:"Update-Gateway-Settings"},{name:"Label",value:h},{name:"Note",value:p},{name:"FQDN",value:i},{name:"Port",value:b?.toString()},{name:"Properties",value:g},{name:"Protocol",value:y},{name:"Observer-Address",value:x},{name:"Allow-Delegated-Staking",value:e?.toString()},{name:"Allowed-Delegates",value:r?.join(",")},{name:"Delegate-Reward-Share-Ratio",value:a?.toString()},{name:"Min-Delegated-Stake",value:l?.valueOf().toString()},{name:"Auto-Stake",value:M?.toString()}];return this.process.send({signer:this.signer,tags:ra(k)})}async delegateStake(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Delegate-Stake"},{name:"Target",value:e.target},{name:"Quantity",value:e.stakeQty.valueOf().toString()}]})}async decreaseDelegateStake(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Decrease-Delegate-Stake"},{name:"Target",value:e.target},{name:"Quantity",value:e.decreaseQty.valueOf().toString()},{name:"Instant",value:`${e.instant||!1}`}]})}async instantWithdrawal(e,r){let{tags:a=[]}=r||{},i=[...a,{name:"Action",value:"Instant-Withdrawal"},{name:"Vault-Id",value:e.vaultId},{name:"Address",value:e.gatewayAddress}];return this.process.send({signer:this.signer,tags:ra(i)})}async increaseOperatorStake(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Increase-Operator-Stake"},{name:"Quantity",value:e.increaseQty.valueOf().toString()}]})}async decreaseOperatorStake(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Decrease-Operator-Stake"},{name:"Quantity",value:e.decreaseQty.valueOf().toString()}]})}async saveObservations(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Save-Observations"},{name:"Report-Tx-Id",value:e.reportTxId},{name:"Failed-Gateways",value:e.failedGateways.join(",")}]})}async buyRecord(e,r){let{tags:a=[]}=r||{},i=[...a,{name:"Action",value:"Buy-Record"},{name:"Name",value:e.name},{name:"Years",value:e.years?.toString()??"1"},{name:"Process-Id",value:e.processId},{name:"Purchase-Type",value:e.type||"lease"}];return this.process.send({signer:this.signer,tags:ra(i)})}async upgradeRecord(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Upgrade-Name"},{name:"Name",value:e.name}]})}async extendLease(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Extend-Lease"},{name:"Name",value:e.name},{name:"Years",value:e.years.toString()}]})}async increaseUndernameLimit(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Increase-Undername-Limit"},{name:"Name",value:e.name},{name:"Quantity",value:e.increaseCount.toString()}]})}async cancelWithdrawal(e,r){let{tags:a=[]}=r||{},i=[...a,{name:"Action",value:"Cancel-Withdrawal"},{name:"Vault-Id",value:e.vaultId},{name:"Address",value:e.gatewayAddress}];return this.process.send({signer:this.signer,tags:ra(i)})}async submitAuctionBid(e,r){let{tags:a=[]}=r||{},i=[...a,{name:"Action",value:"Auction-Bid"},{name:"Name",value:e.name},{name:"Process-Id",value:e.processId},{name:"Quantity",value:e.quantity?.toString()??void 0},{name:"Purchase-Type",value:e.type||"lease"},{name:"Years",value:e.years?.toString()??void 0}];return this.process.send({signer:this.signer,tags:ra(i)})}async requestPrimaryName(e){return this.process.send({signer:this.signer,tags:[{name:"Action",value:"Request-Primary-Name"},{name:"Name",value:e.name}]})}async redelegateStake(e,r){let{tags:a=[]}=r||{},i=[...a,{name:"Action",value:"Redelegate-Stake"},{name:"Target",value:e.target},{name:"Source",value:e.source},{name:"Quantity",value:e.stakeQty.valueOf().toString()},{name:"Vault-Id",value:e.vaultId}];return this.process.send({signer:this.signer,tags:ra(i)})}};ie();ae();ne();ie();ae();ne();du();var jfe="+",zfe="/",Zfe="-",Hfe="_",Kfe="=";function Gqe(t){let e=t.length%4;return e&&(t+=Kfe.repeat(4-e)),t.replaceAll(Zfe,jfe).replaceAll(Hfe,zfe)}function Yqe(t){return t.replaceAll(jfe,Zfe).replaceAll(zfe,Hfe).replaceAll(Kfe,"")}function M6t(t){let e=Gqe(t);return Me.from(e,"base64")}function Jqe(t){let e=t.toString("base64");return Yqe(e)}function x6t(t){return Jqe(pf("sha256").update(t).digest())}ie();ae();ne();ie();ae();ne();var mO=gi(Vfe(),1);ie();ae();ne();var eUe=Object.defineProperty,tUe=(t,e,r)=>e in t?eUe(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,kb=(t,e,r)=>(tUe(t,typeof e!="symbol"?e+"":e,r),r),gO=class{constructor(e){kb(this,"value"),kb(this,"next"),this.value=e}},bO=class{constructor(){kb(this,"head"),kb(this,"tail"),kb(this,"_size",0),this.clear()}clear(){this.head=void 0,this.tail=void 0,this._size=0}push(e){let r=new gO(e);return this.head&&this.tail?(this.tail.next=r,this.tail=r):(this.head=r,this.tail=r),this._size++,this._size}pop(){if(!this.head)return;let e=this.head;return this.head=this.head.next,this._size--,e.value}get size(){return this._size}*[Symbol.iterator](){let e=this.head;for(;e;)yield e.value,e=e.next}};function Gfe(t){if(!((Number.isInteger(t)||t===1/0)&&t>0))throw new TypeError("Expected `concurrency` to be a number greater than 1");let e=new bO,r=0,a=()=>{r--,e.size>0&&e.pop()()},i=async(p,b,g)=>{r++;let y=(async()=>p(...g))();b(y);try{await y}catch{}a()},h=(p,b,g)=>{e.push(i.bind(null,p,b,g)),(async()=>(await Promise.resolve(),r<t&&e.size>0&&e.pop()()))()},l=(p,...b)=>new Promise(g=>{h(p,g,b)});return Object.defineProperties(l,{activeCount:{get:()=>r},pendingCount:{get:()=>e.size},clearQueue:{value:()=>{e.clear()}}}),l}var V6t=async({address:t,registry:e=Kd.init()})=>{let r=await e.accessControlList({address:t});return[...new Set([...r.Owned,...r.Controlled])]};function Yfe(t,e){return new Promise((r,a)=>{let i=setTimeout(()=>{a(new Error("Timeout"))},t);e.then(h=>{clearTimeout(i),r(h)}).catch(h=>{clearTimeout(i),a(h)})})}var Jfe=class extends mO.default{contract;timeoutMs;throttle;logger;strict;constructor({contract:e=Rb.init({processId:R1}),timeoutMs:r=6e4,concurrency:a=30,logger:i=Fu.default,strict:h=!1}={}){super(),this.contract=e,this.timeoutMs=r,this.throttle=Gfe(a),this.logger=i,this.strict=h}async fetchProcessesOwnedByWallet({address:e,pageSize:r,antRegistry:a=Kd.init()}){let i={},h=await a.accessControlList({address:e}),l=new Set([...h.Owned,...h.Controlled]);await Yfe(this.timeoutMs,rUe({contract:this.contract,emitter:this,pageSize:r})).catch(b=>(this.emit("error",`Error getting ArNS records: ${b}`),this.logger.error("Error getting ArNS records",{message:b?.message,stack:b?.stack}),{})).then(b=>{Object.entries(b).forEach(([g,y])=>{l.has(y.processId)&&(i[y.processId]==null&&(i[y.processId]={state:void 0,names:{}}),i[y.processId].names[g]=y)})});let p=Object.keys(i).length;this.emit("progress",0,p),await Promise.all(Object.keys(i).map(async(b,g)=>this.throttle(async()=>{if(i[b].state!==void 0){this.emit("progress",g+1,p);return}let y=zw.init({processId:b,strict:this.strict}),M=await Yfe(this.timeoutMs,y.getState()).catch(x=>{this.emit("error",`Error getting state for process ${b}: ${x}`)});(M?.Owner===e||M?.Controllers.includes(e))&&(i[b].state=M,this.emit("process",b,i[b])),this.emit("progress",g+1,p)}))),this.emit("end",i)}},rUe=async({contract:t=Rb.init({processId:R1}),emitter:e,logger:r=Fu.default,pageSize:a=5e4})=>{let i,h=Date.now(),l={};do{let p=await t.getArNSRecords({cursor:i,limit:a}).catch(b=>{r?.error("Error getting ArNS records",{message:b?.message,stack:b?.stack}),e?.emit("arns:error",`Error getting ArNS records: ${b}`)});if(!p)return{};p.items.forEach(b=>{let{name:g,...y}=b;l[g]=y}),r.debug("Fetched page of ArNS records",{totalRecordCount:p.totalItems,fetchedRecordCount:Object.keys(l).length,cursor:p.nextCursor}),e?.emit("arns:pageLoaded",{totalRecordCount:p.totalItems,fetchedRecordCount:Object.keys(l).length,records:p.items,cursor:p.nextCursor}),i=p.nextCursor}while(i!==void 0);return e?.emit("arns:end",l),r.debug("Fetched all ArNS records",{totalRecordCount:Object.keys(l).length,durationMs:Date.now()-h}),l};export{zw as ANT,Kd as ANTRegistry,bT as ANT_LUA_ID,U8 as ANT_REGISTRY_ID,Oa as AOProcess,aQ as AOS_MODULE_ID,Cft as ARNS_DEVNET_REGISTRY_TX,Nft as ARNS_TESTNET_REGISTRY_TX,q8 as ARWEAVE_TX_REGEX,bQ as AbortError,_T as AntBalancesSchema,wT as AntControllersSchema,r5e as AntDescriptionSchema,a5e as AntHandlerNames,fQ as AntHandlersSchema,hQ as AntInfoSchema,uQ as AntKeywordsSchema,i5e as AntReadHandlers,F8 as AntRecordSchema,yT as AntRecordsSchema,MT as AntStateSchema,n5e as AntWriteHandlers,Zw as AoANTReadable,Hw as AoANTRegistryReadable,cO as AoANTRegistryWriteable,lO as AoANTWriteable,Jfe as ArNSEventEmitter,m1 as ArconnectSigner,Kl as ArweaveSigner,bd as ArweaveTxIdSchema,dQ as BadRequest,kf as BaseError,oQ as DEFAULT_SCHEDULER_ID,Oft as FQDN_REGEX,pQ as FailedRequestError,Rb as IO,Kw as IOReadable,ST as IOToken,pO as IOWriteable,t5e as IO_DEVNET_PROCESS_ID,R1 as IO_TESTNET_PROCESS_ID,sQ as IntegerStringSchema,Nu as InvalidContractConfigurationError,gQ as InvalidProcessConfigurationError,mQ as InvalidSignerError,Fu as Logger,gT as MIO_PER_IO,cQ as NotFound,Pft as SORT_KEY_REGEX,vQ as UnknownError,j8 as WriteInteractionError,Oc as createAoSigner,Pbt as evolveANT,rUe as fetchAllArNSRecords,M6t as fromB64Url,V6t as getANTProcessesOwnedByWallet,$h as getCurrentBlockUnixTimestampMs,Lft as ioDevnetProcessId,zft as isAoANTState,Vqe as isAoSigner,Xft as isBlockHeight,nut as isLeasedArNSRecord,Dh as isProcessConfiguration,qh as isProcessIdConfiguration,ET as mIOToken,oo as paginationParamsToTags,Pc as parseSchemaResult,ra as pruneTags,dO as safeDecode,x6t as sha256B64Url,Obt as spawnANT,Jqe as toB64Url,lQ as validateArweaveId};
|
|
187
|
+
}`,i=wt.object({data:wt.object({transactions:wt.object({edges:wt.array(wt.object({node:wt.record(wt.any())}))})})});return h=>zr(h).chain($i(l=>t(e,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({query:a,variables:{transactionIds:[l]}})}).then(async p=>{if(p.ok)return p.json();throw r('Error Encountered when querying gateway for transaction "%s"',l),new Error(`${p.status}: ${await p.text()}`)}).then(i.parse).then(JCe(["data","transactions","edges","0","node"])))).toPromise()}var f$e=fB(mBe(),1),Pse=(t="@permaweb/aoconnect")=>{let e=(0,f$e.default)(t);return e.child=r=>Pse(`${e.namespace}:${r}`),e.tap=(r,...a)=>nLe((...i)=>e(r,...a,...i)),e},Nse=({url:t,path:e})=>e?e.startsWith("/")?Nse({url:t,path:e.slice(1)}):(t=new URL(t),t.pathname+=e,t.toString()):t;function u$e(t){return hv(Pw([]),uv((e,r)=>hv(eLe([],r.name),SB(r.value),Us(r.name,Yh,e))(e),{}),Bw(e=>e.length>1?e:e[0]))(t)}function $s(t,e){return r=>ise(uCe([aoe(t,"name"),AB(xB(e),aoe(e,"value"),wB)]),r)}function foe(t){return dse([[B2(String),Q1(t)],[B2(Array),jCe(t)],[wB,yNe]])}function Zd(t){let e;return B2(Ds,t)?(e=new Error(h$e(t)),e.stack+=t.stack):B2(Error,t)?e=t:qCe("message",t)?e=new Error(t.message):B2(String,t)?e=new Error(t):e=new Error("An error occurred"),e}function h$e(t){return hv(e=>function r(a,i,h){return uv((l,p)=>hv(dse([[Q1(Rt.invalid_arguments),()=>r(p.argumentsError,422,"Invalid Arguments")],[Q1(Rt.invalid_return_type),()=>r(p.returnTypeError,500,"Invalid Return")],[Q1(Rt.invalid_union),()=>ECe(b=>r(b,400,"Invalid Union"),p.unionErrors)],[wB,()=>[{...p,status:i,contextCode:h}]]]),EB(l))(p.code),[],a.issues)}(e,400,""),e=>uv((r,a)=>{let{message:i,path:h,contextCode:l}=a,p=h[1]||h[0],b=l?`${l} `:"";return r.push(`${b}'${p}': ${i}.`),r},[],e),VCe(" | "))(t)}var l$e=wt.object({id:wt.string().min(1,{message:"message is required to be a message id"}),processId:wt.string().min(1,{message:"process is required to be a process id"})});function c$e(){return t=>zr(t).map(l$e.parse).map(()=>t)}var pb=wt.object({name:wt.string(),value:wt.string()}),d$e=wt.function().args(wt.object({Id:wt.string(),Target:wt.string(),Owner:wt.string(),Anchor:wt.string().optional(),Data:wt.any().default("1234"),Tags:wt.array(wt.object({name:wt.string(),value:wt.string()}))})).returns(wt.promise(wt.any())),p$e=wt.function().args(wt.object({id:wt.string().min(1,{message:"message id is required"}),processId:wt.string().min(1,{message:"process id is required"})})).returns(wt.promise(wt.any())),v$e=wt.function().args(wt.object({process:wt.string().min(1,{message:"process id is required"}),from:wt.string().optional(),to:wt.string().optional(),sort:wt.enum(["ASC","DESC"]).default("ASC"),limit:wt.number().optional()})).returns(wt.promise(wt.object({edges:wt.array(wt.object({cursor:wt.string(),node:wt.object({Output:wt.any().optional(),Messages:wt.array(wt.any()).optional(),Spawns:wt.array(wt.any()).optional(),Error:wt.any().optional()})}))}))),Cse=wt.function().args(wt.object({processId:wt.string(),data:wt.any(),tags:wt.array(pb),anchor:wt.string().optional(),signer:wt.any()})).returns(wt.promise(wt.object({messageId:wt.string()}).passthrough())),m$e=wt.function().args(wt.object({data:wt.any(),tags:wt.array(pb),signer:wt.any()})).returns(wt.promise(wt.object({processId:wt.string()}).passthrough())),g$e=wt.function().args(wt.object({process:wt.string(),message:wt.string(),baseLayer:wt.boolean().optional(),exclude:wt.array(wt.string()).optional()})).returns(wt.promise(wt.object({assignmentId:wt.string()}).passthrough())),Lse=Cse,Omt=wt.function().args(wt.object({suUrl:wt.string().url(),processId:wt.string()})).returns(wt.promise(wt.object({tags:wt.array(pb)}).passthrough())),Pmt=wt.function().args(wt.string()).returns(wt.promise(wt.object({url:wt.string()}))),b$e=wt.function().args(wt.string()).returns(wt.promise(wt.boolean())),y$e=wt.function().args(wt.string()).returns(wt.promise(wt.object({tags:wt.array(pb)}).passthrough())),Nw=wt.function().args(wt.object({data:wt.any(),tags:wt.array(pb),target:wt.string().optional(),anchor:wt.string().optional()})).returns(wt.promise(wt.object({id:wt.string(),raw:wt.any()})));function w$e({loadResult:t}){return t=$i(p$e.implement(t)),e=>zr({id:e.id,processId:e.processId}).chain(t)}function _$e(t){let e=c$e(t),r=w$e(t);return({message:a,process:i})=>zr({id:a,processId:i}).chain(e).chain(r).map(t.logger.tap('readResult result for message "%s": %O',a)).map(h=>h).bimap(Zd,zd).toPromise()}var M$e=wt.array(wt.object({name:wt.string(),value:wt.string()}));function x$e(){return t=>zr(t.tags).map(Pw([])).map($s("Data-Protocol","ao")).map($s("Variant")).map($s("Type")).map($s("SDK")).map(EB(Yh,[{name:"Data-Protocol",value:"ao"},{name:"Variant",value:"ao.TN.1"},{name:"Type",value:"Message"},{name:"SDK",value:"aoconnect"}])).map(M$e.parse).map(Us("tags",Yh,t))}function S$e({logger:t}){return e=>zr(e).chain(AB(xB(e.data),()=>qd(e),()=>qd(Math.random().toString().slice(-4)).map(Us("data",Yh,e)).map(r=>hv(jd("tags"),$s("Content-Type"),SB({name:"Content-Type",value:"text/plain"}),Us("tags",Yh,r))(r)).map(t.tap('added pseudo-random string as message "data"'))))}function E$e(t){let e=x$e(t),r=S$e(t),a=Cse.implement(t.deployMessage);return i=>zr(i).chain(e).chain(r).chain($i(({id:h,data:l,tags:p,anchor:b,signer:g})=>a({processId:h,data:l,tags:p,anchor:b,signer:Nw.implement(g)}))).map(h=>Us("messageId",h.messageId,i))}function A$e(t){let e=E$e(t);return({process:r,data:a,tags:i,anchor:h,signer:l})=>zr({id:r,data:a,tags:i,anchor:h,signer:l}).chain(e).map(p=>p.messageId).bimap(Zd,zd).toPromise()}var _2=(t,e,r)=>a=>e(a[t])?qd(a):kc(`Tag '${t}': ${r}`);function R$e({loadTransactionMeta:t,logger:e}){return t=$i(y$e.implement(t)),r=>zr(r).chain(t).map(jd("tags")).map(u$e).chain(_2("Data-Protocol",foe("ao"),"value 'ao' was not found on module")).chain(_2("Type",foe("Module"),"value 'Module' was not found on module")).chain(_2("Module-Format",PI,"was not found on module")).chain(_2("Input-Encoding",PI,"was not found on module")).chain(_2("Output-Encoding",PI,"was not found on module")).bimap(e.tap("Verifying module source failed: %s"),e.tap("Verified module source"))}function T$e({logger:t,validateScheduler:e}){return e=$i(b$e.implement(e)),r=>zr(r).chain(a=>e(a).chain(i=>i?qd(a):kc(`Valid Scheduler-Location owned by ${a} not found`))).bimap(t.tap("Verifying scheduler failed: %s"),t.tap("Verified scheduler"))}function k$e({logger:t}){return e=>zr(e).map(t.tap("Checking for signer")).chain(r=>r?qd(r):kc("signer not found"))}function I$e(t){let e=t.logger.child("verifyInput");t={...t,logger:e};let r=R$e(t),a=T$e(t),i=k$e(t);return h=>zr(h).chain(l=>r(l.module).map(()=>l)).chain(l=>a(l.scheduler)).map(()=>h).chain(l=>i(l.signer).map(()=>l)).bimap(e.tap("Error when verify input: %s"),e.tap("Successfully verified inputs"))}var B$e=wt.array(wt.object({name:wt.string(),value:wt.string()}));function O$e(){return t=>zr(t).map(jd("tags")).map(Pw([])).map($s("Data-Protocol","ao")).map($s("Variant")).map($s("Type")).map($s("Module")).map($s("Scheduler")).map($s("SDK")).map(EB(Yh,[{name:"Data-Protocol",value:"ao"},{name:"Variant",value:"ao.TN.1"},{name:"Type",value:"Process"},{name:"Module",value:t.module},{name:"Scheduler",value:t.scheduler},{name:"SDK",value:"aoconnect"}])).map(B$e.parse).map(Us("tags",Yh,t))}function P$e({logger:t}){return e=>zr(e).chain(AB(xB(e.data),()=>qd(e),()=>qd(Math.random().toString().slice(-4)).map(Us("data",Yh,e)).map(r=>hv(jd("tags"),$s("Content-Type"),SB({name:"Content-Type",value:"text/plain"}),Us("tags",Yh,r))(r)).map(t.tap('added pseudo-random string as process "data"'))))}function N$e(t){let e=t.logger.child("uploadProcess");t={...t,logger:e};let r=O$e(t),a=P$e(t),i=m$e.implement(t.deployProcess);return h=>zr(h).chain(r).chain(a).chain($i(({data:l,tags:p,signer:b})=>i({data:l,tags:p,signer:Nw.implement(b)}))).map(l=>Us("processId",l.processId,h))}function C$e(t){let e=I$e(t),r=N$e(t);return({module:a,scheduler:i,signer:h,tags:l,data:p})=>zr({module:a,scheduler:i,signer:h,tags:l,data:p}).chain(e).chain(r).map(b=>b.processId).bimap(Zd,zd).toPromise()}function L$e(t){let e=Lse.implement(t.deployMonitor);return r=>zr(r).chain($i(({id:a,signer:i})=>e({processId:a,signer:Nw.implement(i),data:Math.random().toString().slice(-4),tags:[]}))).map(a=>Us("monitorId",a.messageId,r))}function $$e(t){let e=L$e(t);return({process:r,signer:a})=>zr({id:r,signer:a}).chain(e).map(i=>i.monitorId).bimap(Zd,zd).toPromise()}function D$e(t){let e=Lse.implement(t.deployUnmonitor);return r=>zr(r).chain($i(({id:a,signer:i})=>e({processId:a,signer:Nw.implement(i),data:Math.random().toString().slice(-4),tags:[]}))).map(a=>Us("monitorId",a.messageId,r))}function q$e(t){let e=D$e(t);return({process:r,signer:a})=>zr({id:r,signer:a}).chain(e).map(i=>i.monitorId).bimap(Zd,zd).toPromise()}var U$e=wt.object({process:wt.string().min(1,{message:"process identifier is required"}),from:wt.string().optional(),to:wt.string().optional(),sort:wt.enum(["ASC","DESC"]).default("ASC"),limit:wt.number().optional()});function F$e(){return t=>zr(t).map(U$e.parse).map(()=>t)}function j$e({queryResults:t}){return t=$i(v$e.implement(t)),e=>zr({process:e.process,from:e.from,to:e.to,sort:e.sort,limit:e.limit}).chain(t)}function z$e(t){let e=F$e(t),r=j$e(t);return({process:a,from:i,to:h,sort:l,limit:p})=>zr({process:a,from:i,to:h,sort:l,limit:p}).chain(e).chain(r).map(t.logger.tap('readResults result for message "%s": %O',a)).map(b=>b).bimap(Zd,zd).toPromise()}var Z$e=wt.object({Id:wt.string(),Target:wt.string(),Owner:wt.string(),Anchor:wt.string().optional(),Data:wt.any().default("1234"),Tags:wt.array(wt.object({name:wt.string(),value:wt.string()}))});function H$e(){return t=>zr(t).map(Z$e.parse).map(e=>(e.Tags=e.Tags.concat([{name:"Data-Protocol",value:"ao"},{name:"Type",value:"Message"},{name:"Variant",value:"ao.TN.1"}]),e))}function K$e({dryrunFetch:t}){return $i(d$e.implement(t))}function W$e(t){let e=H$e(t),r=K$e(t);return a=>zr(a).map(V$e).chain(e).chain(r).toPromise()}function V$e({process:t,data:e,tags:r,anchor:a,...i}){return{Id:"1234",Owner:"1234",...i,Target:t,Data:e||"1234",Tags:r||[],Anchor:a||"0"}}function G$e(t){let e=g$e.implement(t.deployAssign);return r=>zr(r).chain($i(({process:a,message:i,baseLayer:h,exclude:l})=>e({process:a,message:i,baseLayer:h,exclude:l}))).map(a=>Us("assignmentId",a.assignmentId,r))}function Y$e(t){let e=G$e(t);return({process:r,message:a,baseLayer:i,exclude:h})=>zr({process:r,message:a,baseLayer:i,exclude:h}).chain(e).map(l=>l.assignmentId).bimap(Zd,zd).toPromise()}var J$e="https://arweave.net",X$e="https://mu.ao-testnet.xyz",Q$e="https://cu.ao-testnet.xyz";function mv({GRAPHQL_URL:t,GATEWAY_URL:e=J$e,MU_URL:r=X$e,CU_URL:a=Q$e}={}){let i=Pse();t||(t=Nse({url:e,path:"/graphql"}));let{validate:h}=Qoe({cacheSize:100,GRAPHQL_URL:t}),l=gNe({MAX_SIZE:25}),p=i.child("result"),b=_$e({loadResult:pNe({fetch,CU_URL:a,logger:p}),logger:p}),g=i.child("message"),y=A$e({loadProcessMeta:II({fetch,cache:l,logger:g}),deployMessage:fNe({fetch,MU_URL:r,logger:g}),logger:g}),M=i.child("spawn"),x=C$e({loadTransactionMeta:s$e({fetch,GRAPHQL_URL:t,logger:M}),validateScheduler:h,deployProcess:uNe({fetch,MU_URL:r,logger:M}),logger:M}),E=i.child("monitor"),A=$$e({loadProcessMeta:II({fetch,cache:l,logger:E}),deployMonitor:hNe({fetch,MU_URL:r,logger:E}),logger:E}),k=i.child("unmonitor"),O=q$e({loadProcessMeta:II({fetch,cache:l,logger:k}),deployUnmonitor:lNe({fetch,MU_URL:r,logger:k}),logger:E}),N=i.child("results"),L=z$e({queryResults:vNe({fetch,CU_URL:a,logger:N}),logger:N}),C=i.child("dryrun"),Y=W$e({dryrunFetch:dNe({fetch,CU_URL:a,logger:C}),logger:C}),G=i.child("assign"),ee=Y$e({deployAssign:cNe({fetch,MU_URL:r,logger:G}),logger:g});return{result:b,results:L,message:y,spawn:x,monitor:A,unmonitor:O,dryrun:Y,assign:ee}}var $se={};loe($se,{createDataItemSigner:()=>SDe});var Dse=fB(yBe(),1),qse={};loe(qse,{AVSCTap:()=>vb,ArweaveSigner:()=>BB,DataItem:()=>hb,MAX_TAG_BYTES:()=>Cw,MIN_BINARY_SIZE:()=>NB,SIG_CONFIG:()=>vv,SignatureConfig:()=>Ls,Signer:()=>zse,createData:()=>Wse,default:()=>_De,deserializeTags:()=>Ew,indexToType:()=>OB,serializeTags:()=>PB,tagsExceedLimit:()=>Kse,warparbundles:()=>MDe});var eDe=Object.create,kB=Object.defineProperty,tDe=Object.getOwnPropertyDescriptor,rDe=Object.getOwnPropertyNames,iDe=Object.getPrototypeOf,nDe=Object.prototype.hasOwnProperty,Xh=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),aDe=(t,e)=>{for(var r in e)kB(t,r,{get:e[r],enumerable:!0})},oDe=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of rDe(e))!nDe.call(t,i)&&i!==r&&kB(t,i,{get:()=>e[i],enumerable:!(a=tDe(e,i))||a.enumerable});return t},Hd=(t,e,r)=>(r=t!=null?eDe(iDe(t)):{},oDe(e||!t||!t.__esModule?kB(r,"default",{value:t,enumerable:!0}):r,t)),sDe=Xh(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});function e(r){var a=4,i=r.length,h=i%a;if(!h)return r;var l=i,p=a-h,b=i+p,g=Me.alloc(b);for(g.write(r);p--;)g.write("=",l++);return g.toString()}t.default=e}),fDe=Xh(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var e=sDe();function r(b,g){return g===void 0&&(g="utf8"),Me.isBuffer(b)?h(b.toString("base64")):h(Me.from(b,g).toString("base64"))}function a(b,g){return g===void 0&&(g="utf8"),Me.from(i(b),"base64").toString(g)}function i(b){return b=b.toString(),e.default(b).replace(/\-/g,"+").replace(/_/g,"/")}function h(b){return b.replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function l(b){return Me.from(i(b),"base64")}var p=r;p.encode=r,p.decode=a,p.toBase64=i,p.fromBase64=h,p.toBuffer=l,t.default=p}),IB=Xh((t,e)=>{e.exports=fDe().default,e.exports.default=e.exports}),Use=Xh(t=>{"use strict";t.byteLength=b,t.toByteArray=y,t.fromByteArray=E;var e=[],r=[],a=typeof Uint8Array<"u"?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(h=0,l=i.length;h<l;++h)e[h]=i[h],r[i.charCodeAt(h)]=h;var h,l;r[45]=62,r[95]=63;function p(A){var k=A.length;if(k%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var O=A.indexOf("=");O===-1&&(O=k);var N=O===k?0:4-O%4;return[O,N]}function b(A){var k=p(A),O=k[0],N=k[1];return(O+N)*3/4-N}function g(A,k,O){return(k+O)*3/4-O}function y(A){var k,O=p(A),N=O[0],L=O[1],C=new a(g(A,N,L)),Y=0,G=L>0?N-4:N,ee;for(ee=0;ee<G;ee+=4)k=r[A.charCodeAt(ee)]<<18|r[A.charCodeAt(ee+1)]<<12|r[A.charCodeAt(ee+2)]<<6|r[A.charCodeAt(ee+3)],C[Y++]=k>>16&255,C[Y++]=k>>8&255,C[Y++]=k&255;return L===2&&(k=r[A.charCodeAt(ee)]<<2|r[A.charCodeAt(ee+1)]>>4,C[Y++]=k&255),L===1&&(k=r[A.charCodeAt(ee)]<<10|r[A.charCodeAt(ee+1)]<<4|r[A.charCodeAt(ee+2)]>>2,C[Y++]=k>>8&255,C[Y++]=k&255),C}function M(A){return e[A>>18&63]+e[A>>12&63]+e[A>>6&63]+e[A&63]}function x(A,k,O){for(var N,L=[],C=k;C<O;C+=3)N=(A[C]<<16&16711680)+(A[C+1]<<8&65280)+(A[C+2]&255),L.push(M(N));return L.join("")}function E(A){for(var k,O=A.length,N=O%3,L=[],C=16383,Y=0,G=O-N;Y<G;Y+=C)L.push(x(A,Y,Y+C>G?G:Y+C));return N===1?(k=A[O-1],L.push(e[k>>2]+e[k<<4&63]+"==")):N===2&&(k=(A[O-2]<<8)+A[O-1],L.push(e[k>>10]+e[k>>4&63]+e[k<<2&63]+"=")),L.join("")}}),Fse=Xh(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.b64UrlDecode=t.b64UrlEncode=t.bufferTob64Url=t.bufferTob64=t.b64UrlToBuffer=t.stringToB64Url=t.stringToBuffer=t.bufferToString=t.b64UrlToString=t.concatBuffers=void 0;var e=Use();function r(x){let E=0;for(let O=0;O<x.length;O++)E+=x[O].byteLength;let A=new Uint8Array(E),k=0;A.set(new Uint8Array(x[0]),k),k+=x[0].byteLength;for(let O=1;O<x.length;O++)A.set(new Uint8Array(x[O]),k),k+=x[O].byteLength;return A}t.concatBuffers=r;function a(x){let E=p(x);return i(E)}t.b64UrlToString=a;function i(x){return new TextDecoder("utf-8",{fatal:!0}).decode(x)}t.bufferToString=i;function h(x){return new TextEncoder().encode(x)}t.stringToBuffer=h;function l(x){return g(h(x))}t.stringToB64Url=l;function p(x){return new Uint8Array(e.toByteArray(M(x)))}t.b64UrlToBuffer=p;function b(x){return e.fromByteArray(new Uint8Array(x))}t.bufferTob64=b;function g(x){return y(b(x))}t.bufferTob64Url=g;function y(x){return x.replace(/\+/g,"-").replace(/\//g,"_").replace(/\=/g,"")}t.b64UrlEncode=y;function M(x){x=x.replace(/\-/g,"+").replace(/\_/g,"/");let E;return x.length%4==0?E=0:E=4-x.length%4,x.concat("=".repeat(E))}t.b64UrlDecode=M}),uDe=Xh(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var e=Fse(),r=class{keyLength=4096;publicExponent=65537;hashAlgorithm="sha256";driver;constructor(){if(!this.detectWebCrypto())throw new Error("SubtleCrypto not available!");this.driver=crypto.subtle}async generateJWK(){let a=await this.driver.generateKey({name:"RSA-PSS",modulusLength:4096,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign"]),i=await this.driver.exportKey("jwk",a.privateKey);return{kty:i.kty,e:i.e,n:i.n,d:i.d,p:i.p,q:i.q,dp:i.dp,dq:i.dq,qi:i.qi}}async sign(a,i,{saltLength:h}={}){let l=await this.driver.sign({name:"RSA-PSS",saltLength:32},await this.jwkToCryptoKey(a),i);return new Uint8Array(l)}async hash(a,i="SHA-256"){let h=await this.driver.digest(i,a);return new Uint8Array(h)}async verify(a,i,h){let l={kty:"RSA",e:"AQAB",n:a},p=await this.jwkToPublicCryptoKey(l),b=await this.driver.digest("SHA-256",i),g=await this.driver.verify({name:"RSA-PSS",saltLength:0},p,h,i),y=await this.driver.verify({name:"RSA-PSS",saltLength:32},p,h,i),M=await this.driver.verify({name:"RSA-PSS",saltLength:Math.ceil((p.algorithm.modulusLength-1)/8)-b.byteLength-2},p,h,i);return g||y||M}async jwkToCryptoKey(a){return this.driver.importKey("jwk",a,{name:"RSA-PSS",hash:{name:"SHA-256"}},!1,["sign"])}async jwkToPublicCryptoKey(a){return this.driver.importKey("jwk",a,{name:"RSA-PSS",hash:{name:"SHA-256"}},!1,["verify"])}detectWebCrypto(){if(typeof crypto>"u")return!1;let a=crypto?.subtle;return a===void 0?!1:["generateKey","importKey","exportKey","digest","sign"].every(i=>typeof a[i]=="function")}async encrypt(a,i,h){let l=await this.driver.importKey("raw",typeof i=="string"?e.stringToBuffer(i):i,{name:"PBKDF2",length:32},!1,["deriveKey"]),p=await this.driver.deriveKey({name:"PBKDF2",salt:h?e.stringToBuffer(h):e.stringToBuffer("salt"),iterations:1e5,hash:"SHA-256"},l,{name:"AES-CBC",length:256},!1,["encrypt","decrypt"]),b=new Uint8Array(16);crypto.getRandomValues(b);let g=await this.driver.encrypt({name:"AES-CBC",iv:b},p,a);return e.concatBuffers([b,g])}async decrypt(a,i,h){let l=await this.driver.importKey("raw",typeof i=="string"?e.stringToBuffer(i):i,{name:"PBKDF2",length:32},!1,["deriveKey"]),p=await this.driver.deriveKey({name:"PBKDF2",salt:h?e.stringToBuffer(h):e.stringToBuffer("salt"),iterations:1e5,hash:"SHA-256"},l,{name:"AES-CBC",length:256},!1,["encrypt","decrypt"]),b=a.slice(0,16),g=await this.driver.decrypt({name:"AES-CBC",iv:b},p,a.slice(16));return e.concatBuffers([g])}};t.default=r}),hDe=Xh(t=>{t.read=function(e,r,a,i,h){var l,p,b=h*8-i-1,g=(1<<b)-1,y=g>>1,M=-7,x=a?h-1:0,E=a?-1:1,A=e[r+x];for(x+=E,l=A&(1<<-M)-1,A>>=-M,M+=b;M>0;l=l*256+e[r+x],x+=E,M-=8);for(p=l&(1<<-M)-1,l>>=-M,M+=i;M>0;p=p*256+e[r+x],x+=E,M-=8);if(l===0)l=1-y;else{if(l===g)return p?NaN:(A?-1:1)*(1/0);p=p+Math.pow(2,i),l=l-y}return(A?-1:1)*p*Math.pow(2,l-i)},t.write=function(e,r,a,i,h,l){var p,b,g,y=l*8-h-1,M=(1<<y)-1,x=M>>1,E=h===23?Math.pow(2,-24)-Math.pow(2,-77):0,A=i?0:l-1,k=i?1:-1,O=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(b=isNaN(r)?1:0,p=M):(p=Math.floor(Math.log(r)/Math.LN2),r*(g=Math.pow(2,-p))<1&&(p--,g*=2),p+x>=1?r+=E/g:r+=E*Math.pow(2,1-x),r*g>=2&&(p++,g/=2),p+x>=M?(b=0,p=M):p+x>=1?(b=(r*g-1)*Math.pow(2,h),p=p+x):(b=r*Math.pow(2,x-1)*Math.pow(2,h),p=0));h>=8;e[a+A]=b&255,A+=k,b/=256,h-=8);for(p=p<<h|b,y+=h;y>0;e[a+A]=p&255,A+=k,p/=256,y-=8);e[a+A-k]|=O*128}}),aB=Xh(t=>{"use strict";var e=Use(),r=hDe(),a=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=p,t.SlowBuffer=L,t.INSPECT_MAX_BYTES=50;var i=2147483647;t.kMaxLength=i,p.TYPED_ARRAY_SUPPORT=h(),!p.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function h(){try{let T=new Uint8Array(1),I={foo:function(){return 42}};return Object.setPrototypeOf(I,Uint8Array.prototype),Object.setPrototypeOf(T,I),T.foo()===42}catch{return!1}}Object.defineProperty(p.prototype,"parent",{enumerable:!0,get:function(){if(p.isBuffer(this))return this.buffer}}),Object.defineProperty(p.prototype,"offset",{enumerable:!0,get:function(){if(p.isBuffer(this))return this.byteOffset}});function l(T){if(T>i)throw new RangeError('The value "'+T+'" is invalid for option "size"');let I=new Uint8Array(T);return Object.setPrototypeOf(I,p.prototype),I}function p(T,I,P){if(typeof T=="number"){if(typeof I=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return M(T)}return b(T,I,P)}p.poolSize=8192;function b(T,I,P){if(typeof T=="string")return x(T,I);if(ArrayBuffer.isView(T))return A(T);if(T==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof T);if(ut(T,ArrayBuffer)||T&&ut(T.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(ut(T,SharedArrayBuffer)||T&&ut(T.buffer,SharedArrayBuffer)))return k(T,I,P);if(typeof T=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let q=T.valueOf&&T.valueOf();if(q!=null&&q!==T)return p.from(q,I,P);let H=O(T);if(H)return H;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof T[Symbol.toPrimitive]=="function")return p.from(T[Symbol.toPrimitive]("string"),I,P);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof T)}p.from=function(T,I,P){return b(T,I,P)},Object.setPrototypeOf(p.prototype,Uint8Array.prototype),Object.setPrototypeOf(p,Uint8Array);function g(T){if(typeof T!="number")throw new TypeError('"size" argument must be of type number');if(T<0)throw new RangeError('The value "'+T+'" is invalid for option "size"')}function y(T,I,P){return g(T),T<=0?l(T):I!==void 0?typeof P=="string"?l(T).fill(I,P):l(T).fill(I):l(T)}p.alloc=function(T,I,P){return y(T,I,P)};function M(T){return g(T),l(T<0?0:N(T)|0)}p.allocUnsafe=function(T){return M(T)},p.allocUnsafeSlow=function(T){return M(T)};function x(T,I){if((typeof I!="string"||I==="")&&(I="utf8"),!p.isEncoding(I))throw new TypeError("Unknown encoding: "+I);let P=C(T,I)|0,q=l(P),H=q.write(T,I);return H!==P&&(q=q.slice(0,H)),q}function E(T){let I=T.length<0?0:N(T.length)|0,P=l(I);for(let q=0;q<I;q+=1)P[q]=T[q]&255;return P}function A(T){if(ut(T,Uint8Array)){let I=new Uint8Array(T);return k(I.buffer,I.byteOffset,I.byteLength)}return E(T)}function k(T,I,P){if(I<0||T.byteLength<I)throw new RangeError('"offset" is outside of buffer bounds');if(T.byteLength<I+(P||0))throw new RangeError('"length" is outside of buffer bounds');let q;return I===void 0&&P===void 0?q=new Uint8Array(T):P===void 0?q=new Uint8Array(T,I):q=new Uint8Array(T,I,P),Object.setPrototypeOf(q,p.prototype),q}function O(T){if(p.isBuffer(T)){let I=N(T.length)|0,P=l(I);return P.length===0||T.copy(P,0,0,I),P}if(T.length!==void 0)return typeof T.length!="number"||Ze(T.length)?l(0):E(T);if(T.type==="Buffer"&&Array.isArray(T.data))return E(T.data)}function N(T){if(T>=i)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i.toString(16)+" bytes");return T|0}function L(T){return+T!=T&&(T=0),p.alloc(+T)}p.isBuffer=function(T){return T!=null&&T._isBuffer===!0&&T!==p.prototype},p.compare=function(T,I){if(ut(T,Uint8Array)&&(T=p.from(T,T.offset,T.byteLength)),ut(I,Uint8Array)&&(I=p.from(I,I.offset,I.byteLength)),!p.isBuffer(T)||!p.isBuffer(I))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(T===I)return 0;let P=T.length,q=I.length;for(let H=0,W=Math.min(P,q);H<W;++H)if(T[H]!==I[H]){P=T[H],q=I[H];break}return P<q?-1:q<P?1:0},p.isEncoding=function(T){switch(String(T).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},p.concat=function(T,I){if(!Array.isArray(T))throw new TypeError('"list" argument must be an Array of Buffers');if(T.length===0)return p.alloc(0);let P;if(I===void 0)for(I=0,P=0;P<T.length;++P)I+=T[P].length;let q=p.allocUnsafe(I),H=0;for(P=0;P<T.length;++P){let W=T[P];if(ut(W,Uint8Array))H+W.length>q.length?(p.isBuffer(W)||(W=p.from(W)),W.copy(q,H)):Uint8Array.prototype.set.call(q,W,H);else if(p.isBuffer(W))W.copy(q,H);else throw new TypeError('"list" argument must be an Array of Buffers');H+=W.length}return q};function C(T,I){if(p.isBuffer(T))return T.length;if(ArrayBuffer.isView(T)||ut(T,ArrayBuffer))return T.byteLength;if(typeof T!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof T);let P=T.length,q=arguments.length>2&&arguments[2]===!0;if(!q&&P===0)return 0;let H=!1;for(;;)switch(I){case"ascii":case"latin1":case"binary":return P;case"utf8":case"utf-8":return oe(T).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return P*2;case"hex":return P>>>1;case"base64":return ge(T).length;default:if(H)return q?-1:oe(T).length;I=(""+I).toLowerCase(),H=!0}}p.byteLength=C;function Y(T,I,P){let q=!1;if((I===void 0||I<0)&&(I=0),I>this.length||((P===void 0||P>this.length)&&(P=this.length),P<=0)||(P>>>=0,I>>>=0,P<=I))return"";for(T||(T="utf8");;)switch(T){case"hex":return o(this,I,P);case"utf8":case"utf-8":return u(this,I,P);case"ascii":return w(this,I,P);case"latin1":case"binary":return d(this,I,P);case"base64":return f(this,I,P);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return v(this,I,P);default:if(q)throw new TypeError("Unknown encoding: "+T);T=(T+"").toLowerCase(),q=!0}}p.prototype._isBuffer=!0;function G(T,I,P){let q=T[I];T[I]=T[P],T[P]=q}p.prototype.swap16=function(){let T=this.length;if(T%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let I=0;I<T;I+=2)G(this,I,I+1);return this},p.prototype.swap32=function(){let T=this.length;if(T%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let I=0;I<T;I+=4)G(this,I,I+3),G(this,I+1,I+2);return this},p.prototype.swap64=function(){let T=this.length;if(T%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let I=0;I<T;I+=8)G(this,I,I+7),G(this,I+1,I+6),G(this,I+2,I+5),G(this,I+3,I+4);return this},p.prototype.toString=function(){let T=this.length;return T===0?"":arguments.length===0?u(this,0,T):Y.apply(this,arguments)},p.prototype.toLocaleString=p.prototype.toString,p.prototype.equals=function(T){if(!p.isBuffer(T))throw new TypeError("Argument must be a Buffer");return this===T?!0:p.compare(this,T)===0},p.prototype.inspect=function(){let T="",I=t.INSPECT_MAX_BYTES;return T=this.toString("hex",0,I).replace(/(.{2})/g,"$1 ").trim(),this.length>I&&(T+=" ... "),"<Buffer "+T+">"},a&&(p.prototype[a]=p.prototype.inspect),p.prototype.compare=function(T,I,P,q,H){if(ut(T,Uint8Array)&&(T=p.from(T,T.offset,T.byteLength)),!p.isBuffer(T))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof T);if(I===void 0&&(I=0),P===void 0&&(P=T?T.length:0),q===void 0&&(q=0),H===void 0&&(H=this.length),I<0||P>T.length||q<0||H>this.length)throw new RangeError("out of range index");if(q>=H&&I>=P)return 0;if(q>=H)return-1;if(I>=P)return 1;if(I>>>=0,P>>>=0,q>>>=0,H>>>=0,this===T)return 0;let W=H-q,fe=P-I,st=Math.min(W,fe),ue=this.slice(q,H),me=T.slice(I,P);for(let pe=0;pe<st;++pe)if(ue[pe]!==me[pe]){W=ue[pe],fe=me[pe];break}return W<fe?-1:fe<W?1:0};function ee(T,I,P,q,H){if(T.length===0)return-1;if(typeof P=="string"?(q=P,P=0):P>2147483647?P=2147483647:P<-2147483648&&(P=-2147483648),P=+P,Ze(P)&&(P=H?0:T.length-1),P<0&&(P=T.length+P),P>=T.length){if(H)return-1;P=T.length-1}else if(P<0)if(H)P=0;else return-1;if(typeof I=="string"&&(I=p.from(I,q)),p.isBuffer(I))return I.length===0?-1:$(T,I,P,q,H);if(typeof I=="number")return I=I&255,typeof Uint8Array.prototype.indexOf=="function"?H?Uint8Array.prototype.indexOf.call(T,I,P):Uint8Array.prototype.lastIndexOf.call(T,I,P):$(T,[I],P,q,H);throw new TypeError("val must be string, number or Buffer")}function $(T,I,P,q,H){let W=1,fe=T.length,st=I.length;if(q!==void 0&&(q=String(q).toLowerCase(),q==="ucs2"||q==="ucs-2"||q==="utf16le"||q==="utf-16le")){if(T.length<2||I.length<2)return-1;W=2,fe/=2,st/=2,P/=2}function ue(pe,be){return W===1?pe[be]:pe.readUInt16BE(be*W)}let me;if(H){let pe=-1;for(me=P;me<fe;me++)if(ue(T,me)===ue(I,pe===-1?0:me-pe)){if(pe===-1&&(pe=me),me-pe+1===st)return pe*W}else pe!==-1&&(me-=me-pe),pe=-1}else for(P+st>fe&&(P=fe-st),me=P;me>=0;me--){let pe=!0;for(let be=0;be<st;be++)if(ue(T,me+be)!==ue(I,be)){pe=!1;break}if(pe)return me}return-1}p.prototype.includes=function(T,I,P){return this.indexOf(T,I,P)!==-1},p.prototype.indexOf=function(T,I,P){return ee(this,T,I,P,!0)},p.prototype.lastIndexOf=function(T,I,P){return ee(this,T,I,P,!1)};function U(T,I,P,q){P=Number(P)||0;let H=T.length-P;q?(q=Number(q),q>H&&(q=H)):q=H;let W=I.length;q>W/2&&(q=W/2);let fe;for(fe=0;fe<q;++fe){let st=parseInt(I.substr(fe*2,2),16);if(Ze(st))return fe;T[P+fe]=st}return fe}function V(T,I,P,q){return Se(oe(I,T.length-P),T,P,q)}function _(T,I,P,q){return Se(ce(I),T,P,q)}function n(T,I,P,q){return Se(ge(I),T,P,q)}function s(T,I,P,q){return Se(ot(I,T.length-P),T,P,q)}p.prototype.write=function(T,I,P,q){if(I===void 0)q="utf8",P=this.length,I=0;else if(P===void 0&&typeof I=="string")q=I,P=this.length,I=0;else if(isFinite(I))I=I>>>0,isFinite(P)?(P=P>>>0,q===void 0&&(q="utf8")):(q=P,P=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let H=this.length-I;if((P===void 0||P>H)&&(P=H),T.length>0&&(P<0||I<0)||I>this.length)throw new RangeError("Attempt to write outside buffer bounds");q||(q="utf8");let W=!1;for(;;)switch(q){case"hex":return U(this,T,I,P);case"utf8":case"utf-8":return V(this,T,I,P);case"ascii":case"latin1":case"binary":return _(this,T,I,P);case"base64":return n(this,T,I,P);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return s(this,T,I,P);default:if(W)throw new TypeError("Unknown encoding: "+q);q=(""+q).toLowerCase(),W=!0}},p.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function f(T,I,P){return I===0&&P===T.length?e.fromByteArray(T):e.fromByteArray(T.slice(I,P))}function u(T,I,P){P=Math.min(T.length,P);let q=[],H=I;for(;H<P;){let W=T[H],fe=null,st=W>239?4:W>223?3:W>191?2:1;if(H+st<=P){let ue,me,pe,be;switch(st){case 1:W<128&&(fe=W);break;case 2:ue=T[H+1],(ue&192)===128&&(be=(W&31)<<6|ue&63,be>127&&(fe=be));break;case 3:ue=T[H+1],me=T[H+2],(ue&192)===128&&(me&192)===128&&(be=(W&15)<<12|(ue&63)<<6|me&63,be>2047&&(be<55296||be>57343)&&(fe=be));break;case 4:ue=T[H+1],me=T[H+2],pe=T[H+3],(ue&192)===128&&(me&192)===128&&(pe&192)===128&&(be=(W&15)<<18|(ue&63)<<12|(me&63)<<6|pe&63,be>65535&&be<1114112&&(fe=be))}}fe===null?(fe=65533,st=1):fe>65535&&(fe-=65536,q.push(fe>>>10&1023|55296),fe=56320|fe&1023),q.push(fe),H+=st}return m(q)}var c=4096;function m(T){let I=T.length;if(I<=c)return String.fromCharCode.apply(String,T);let P="",q=0;for(;q<I;)P+=String.fromCharCode.apply(String,T.slice(q,q+=c));return P}function w(T,I,P){let q="";P=Math.min(T.length,P);for(let H=I;H<P;++H)q+=String.fromCharCode(T[H]&127);return q}function d(T,I,P){let q="";P=Math.min(T.length,P);for(let H=I;H<P;++H)q+=String.fromCharCode(T[H]);return q}function o(T,I,P){let q=T.length;(!I||I<0)&&(I=0),(!P||P<0||P>q)&&(P=q);let H="";for(let W=I;W<P;++W)H+=Ge[T[W]];return H}function v(T,I,P){let q=T.slice(I,P),H="";for(let W=0;W<q.length-1;W+=2)H+=String.fromCharCode(q[W]+q[W+1]*256);return H}p.prototype.slice=function(T,I){let P=this.length;T=~~T,I=I===void 0?P:~~I,T<0?(T+=P,T<0&&(T=0)):T>P&&(T=P),I<0?(I+=P,I<0&&(I=0)):I>P&&(I=P),I<T&&(I=T);let q=this.subarray(T,I);return Object.setPrototypeOf(q,p.prototype),q};function R(T,I,P){if(T%1!==0||T<0)throw new RangeError("offset is not uint");if(T+I>P)throw new RangeError("Trying to access beyond buffer length")}p.prototype.readUintLE=p.prototype.readUIntLE=function(T,I,P){T=T>>>0,I=I>>>0,P||R(T,I,this.length);let q=this[T],H=1,W=0;for(;++W<I&&(H*=256);)q+=this[T+W]*H;return q},p.prototype.readUintBE=p.prototype.readUIntBE=function(T,I,P){T=T>>>0,I=I>>>0,P||R(T,I,this.length);let q=this[T+--I],H=1;for(;I>0&&(H*=256);)q+=this[T+--I]*H;return q},p.prototype.readUint8=p.prototype.readUInt8=function(T,I){return T=T>>>0,I||R(T,1,this.length),this[T]},p.prototype.readUint16LE=p.prototype.readUInt16LE=function(T,I){return T=T>>>0,I||R(T,2,this.length),this[T]|this[T+1]<<8},p.prototype.readUint16BE=p.prototype.readUInt16BE=function(T,I){return T=T>>>0,I||R(T,2,this.length),this[T]<<8|this[T+1]},p.prototype.readUint32LE=p.prototype.readUInt32LE=function(T,I){return T=T>>>0,I||R(T,4,this.length),(this[T]|this[T+1]<<8|this[T+2]<<16)+this[T+3]*16777216},p.prototype.readUint32BE=p.prototype.readUInt32BE=function(T,I){return T=T>>>0,I||R(T,4,this.length),this[T]*16777216+(this[T+1]<<16|this[T+2]<<8|this[T+3])},p.prototype.readBigUInt64LE=lt(function(T){T=T>>>0,J(T,"offset");let I=this[T],P=this[T+7];(I===void 0||P===void 0)&&X(T,this.length-8);let q=I+this[++T]*2**8+this[++T]*2**16+this[++T]*2**24,H=this[++T]+this[++T]*2**8+this[++T]*2**16+P*2**24;return BigInt(q)+(BigInt(H)<<BigInt(32))}),p.prototype.readBigUInt64BE=lt(function(T){T=T>>>0,J(T,"offset");let I=this[T],P=this[T+7];(I===void 0||P===void 0)&&X(T,this.length-8);let q=I*2**24+this[++T]*2**16+this[++T]*2**8+this[++T],H=this[++T]*2**24+this[++T]*2**16+this[++T]*2**8+P;return(BigInt(q)<<BigInt(32))+BigInt(H)}),p.prototype.readIntLE=function(T,I,P){T=T>>>0,I=I>>>0,P||R(T,I,this.length);let q=this[T],H=1,W=0;for(;++W<I&&(H*=256);)q+=this[T+W]*H;return H*=128,q>=H&&(q-=Math.pow(2,8*I)),q},p.prototype.readIntBE=function(T,I,P){T=T>>>0,I=I>>>0,P||R(T,I,this.length);let q=I,H=1,W=this[T+--q];for(;q>0&&(H*=256);)W+=this[T+--q]*H;return H*=128,W>=H&&(W-=Math.pow(2,8*I)),W},p.prototype.readInt8=function(T,I){return T=T>>>0,I||R(T,1,this.length),this[T]&128?(255-this[T]+1)*-1:this[T]},p.prototype.readInt16LE=function(T,I){T=T>>>0,I||R(T,2,this.length);let P=this[T]|this[T+1]<<8;return P&32768?P|4294901760:P},p.prototype.readInt16BE=function(T,I){T=T>>>0,I||R(T,2,this.length);let P=this[T+1]|this[T]<<8;return P&32768?P|4294901760:P},p.prototype.readInt32LE=function(T,I){return T=T>>>0,I||R(T,4,this.length),this[T]|this[T+1]<<8|this[T+2]<<16|this[T+3]<<24},p.prototype.readInt32BE=function(T,I){return T=T>>>0,I||R(T,4,this.length),this[T]<<24|this[T+1]<<16|this[T+2]<<8|this[T+3]},p.prototype.readBigInt64LE=lt(function(T){T=T>>>0,J(T,"offset");let I=this[T],P=this[T+7];(I===void 0||P===void 0)&&X(T,this.length-8);let q=this[T+4]+this[T+5]*2**8+this[T+6]*2**16+(P<<24);return(BigInt(q)<<BigInt(32))+BigInt(I+this[++T]*2**8+this[++T]*2**16+this[++T]*2**24)}),p.prototype.readBigInt64BE=lt(function(T){T=T>>>0,J(T,"offset");let I=this[T],P=this[T+7];(I===void 0||P===void 0)&&X(T,this.length-8);let q=(I<<24)+this[++T]*2**16+this[++T]*2**8+this[++T];return(BigInt(q)<<BigInt(32))+BigInt(this[++T]*2**24+this[++T]*2**16+this[++T]*2**8+P)}),p.prototype.readFloatLE=function(T,I){return T=T>>>0,I||R(T,4,this.length),r.read(this,T,!0,23,4)},p.prototype.readFloatBE=function(T,I){return T=T>>>0,I||R(T,4,this.length),r.read(this,T,!1,23,4)},p.prototype.readDoubleLE=function(T,I){return T=T>>>0,I||R(T,8,this.length),r.read(this,T,!0,52,8)},p.prototype.readDoubleBE=function(T,I){return T=T>>>0,I||R(T,8,this.length),r.read(this,T,!1,52,8)};function S(T,I,P,q,H,W){if(!p.isBuffer(T))throw new TypeError('"buffer" argument must be a Buffer instance');if(I>H||I<W)throw new RangeError('"value" argument is out of bounds');if(P+q>T.length)throw new RangeError("Index out of range")}p.prototype.writeUintLE=p.prototype.writeUIntLE=function(T,I,P,q){if(T=+T,I=I>>>0,P=P>>>0,!q){let fe=Math.pow(2,8*P)-1;S(this,T,I,P,fe,0)}let H=1,W=0;for(this[I]=T&255;++W<P&&(H*=256);)this[I+W]=T/H&255;return I+P},p.prototype.writeUintBE=p.prototype.writeUIntBE=function(T,I,P,q){if(T=+T,I=I>>>0,P=P>>>0,!q){let fe=Math.pow(2,8*P)-1;S(this,T,I,P,fe,0)}let H=P-1,W=1;for(this[I+H]=T&255;--H>=0&&(W*=256);)this[I+H]=T/W&255;return I+P},p.prototype.writeUint8=p.prototype.writeUInt8=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,1,255,0),this[I]=T&255,I+1},p.prototype.writeUint16LE=p.prototype.writeUInt16LE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,2,65535,0),this[I]=T&255,this[I+1]=T>>>8,I+2},p.prototype.writeUint16BE=p.prototype.writeUInt16BE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,2,65535,0),this[I]=T>>>8,this[I+1]=T&255,I+2},p.prototype.writeUint32LE=p.prototype.writeUInt32LE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,4,4294967295,0),this[I+3]=T>>>24,this[I+2]=T>>>16,this[I+1]=T>>>8,this[I]=T&255,I+4},p.prototype.writeUint32BE=p.prototype.writeUInt32BE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,4,4294967295,0),this[I]=T>>>24,this[I+1]=T>>>16,this[I+2]=T>>>8,this[I+3]=T&255,I+4};function B(T,I,P,q,H){j(I,q,H,T,P,7);let W=Number(I&BigInt(4294967295));T[P++]=W,W=W>>8,T[P++]=W,W=W>>8,T[P++]=W,W=W>>8,T[P++]=W;let fe=Number(I>>BigInt(32)&BigInt(4294967295));return T[P++]=fe,fe=fe>>8,T[P++]=fe,fe=fe>>8,T[P++]=fe,fe=fe>>8,T[P++]=fe,P}function F(T,I,P,q,H){j(I,q,H,T,P,7);let W=Number(I&BigInt(4294967295));T[P+7]=W,W=W>>8,T[P+6]=W,W=W>>8,T[P+5]=W,W=W>>8,T[P+4]=W;let fe=Number(I>>BigInt(32)&BigInt(4294967295));return T[P+3]=fe,fe=fe>>8,T[P+2]=fe,fe=fe>>8,T[P+1]=fe,fe=fe>>8,T[P]=fe,P+8}p.prototype.writeBigUInt64LE=lt(function(T,I=0){return B(this,T,I,BigInt(0),BigInt("0xffffffffffffffff"))}),p.prototype.writeBigUInt64BE=lt(function(T,I=0){return F(this,T,I,BigInt(0),BigInt("0xffffffffffffffff"))}),p.prototype.writeIntLE=function(T,I,P,q){if(T=+T,I=I>>>0,!q){let st=Math.pow(2,8*P-1);S(this,T,I,P,st-1,-st)}let H=0,W=1,fe=0;for(this[I]=T&255;++H<P&&(W*=256);)T<0&&fe===0&&this[I+H-1]!==0&&(fe=1),this[I+H]=(T/W>>0)-fe&255;return I+P},p.prototype.writeIntBE=function(T,I,P,q){if(T=+T,I=I>>>0,!q){let st=Math.pow(2,8*P-1);S(this,T,I,P,st-1,-st)}let H=P-1,W=1,fe=0;for(this[I+H]=T&255;--H>=0&&(W*=256);)T<0&&fe===0&&this[I+H+1]!==0&&(fe=1),this[I+H]=(T/W>>0)-fe&255;return I+P},p.prototype.writeInt8=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,1,127,-128),T<0&&(T=255+T+1),this[I]=T&255,I+1},p.prototype.writeInt16LE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,2,32767,-32768),this[I]=T&255,this[I+1]=T>>>8,I+2},p.prototype.writeInt16BE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,2,32767,-32768),this[I]=T>>>8,this[I+1]=T&255,I+2},p.prototype.writeInt32LE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,4,2147483647,-2147483648),this[I]=T&255,this[I+1]=T>>>8,this[I+2]=T>>>16,this[I+3]=T>>>24,I+4},p.prototype.writeInt32BE=function(T,I,P){return T=+T,I=I>>>0,P||S(this,T,I,4,2147483647,-2147483648),T<0&&(T=4294967295+T+1),this[I]=T>>>24,this[I+1]=T>>>16,this[I+2]=T>>>8,this[I+3]=T&255,I+4},p.prototype.writeBigInt64LE=lt(function(T,I=0){return B(this,T,I,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),p.prototype.writeBigInt64BE=lt(function(T,I=0){return F(this,T,I,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function D(T,I,P,q,H,W){if(P+q>T.length)throw new RangeError("Index out of range");if(P<0)throw new RangeError("Index out of range")}function re(T,I,P,q,H){return I=+I,P=P>>>0,H||D(T,I,P,4,34028234663852886e22,-34028234663852886e22),r.write(T,I,P,q,23,4),P+4}p.prototype.writeFloatLE=function(T,I,P){return re(this,T,I,!0,P)},p.prototype.writeFloatBE=function(T,I,P){return re(this,T,I,!1,P)};function Q(T,I,P,q,H){return I=+I,P=P>>>0,H||D(T,I,P,8,17976931348623157e292,-17976931348623157e292),r.write(T,I,P,q,52,8),P+8}p.prototype.writeDoubleLE=function(T,I,P){return Q(this,T,I,!0,P)},p.prototype.writeDoubleBE=function(T,I,P){return Q(this,T,I,!1,P)},p.prototype.copy=function(T,I,P,q){if(!p.isBuffer(T))throw new TypeError("argument should be a Buffer");if(P||(P=0),!q&&q!==0&&(q=this.length),I>=T.length&&(I=T.length),I||(I=0),q>0&&q<P&&(q=P),q===P||T.length===0||this.length===0)return 0;if(I<0)throw new RangeError("targetStart out of bounds");if(P<0||P>=this.length)throw new RangeError("Index out of range");if(q<0)throw new RangeError("sourceEnd out of bounds");q>this.length&&(q=this.length),T.length-I<q-P&&(q=T.length-I+P);let H=q-P;return this===T&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(I,P,q):Uint8Array.prototype.set.call(T,this.subarray(P,q),I),H},p.prototype.fill=function(T,I,P,q){if(typeof T=="string"){if(typeof I=="string"?(q=I,I=0,P=this.length):typeof P=="string"&&(q=P,P=this.length),q!==void 0&&typeof q!="string")throw new TypeError("encoding must be a string");if(typeof q=="string"&&!p.isEncoding(q))throw new TypeError("Unknown encoding: "+q);if(T.length===1){let W=T.charCodeAt(0);(q==="utf8"&&W<128||q==="latin1")&&(T=W)}}else typeof T=="number"?T=T&255:typeof T=="boolean"&&(T=Number(T));if(I<0||this.length<I||this.length<P)throw new RangeError("Out of range index");if(P<=I)return this;I=I>>>0,P=P===void 0?this.length:P>>>0,T||(T=0);let H;if(typeof T=="number")for(H=I;H<P;++H)this[H]=T;else{let W=p.isBuffer(T)?T:p.from(T,q),fe=W.length;if(fe===0)throw new TypeError('The value "'+T+'" is invalid for argument "value"');for(H=0;H<P-I;++H)this[H+I]=W[H%fe]}return this};var Z={};function K(T,I,P){Z[T]=class extends P{constructor(){super(),Object.defineProperty(this,"message",{value:I.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${T}]`,this.stack,delete this.name}get code(){return T}set code(q){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:q,writable:!0})}toString(){return`${this.name} [${T}]: ${this.message}`}}}K("ERR_BUFFER_OUT_OF_BOUNDS",function(T){return T?`${T} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),K("ERR_INVALID_ARG_TYPE",function(T,I){return`The "${T}" argument must be of type number. Received type ${typeof I}`},TypeError),K("ERR_OUT_OF_RANGE",function(T,I,P){let q=`The value of "${T}" is out of range.`,H=P;return Number.isInteger(P)&&Math.abs(P)>2**32?H=le(String(P)):typeof P=="bigint"&&(H=String(P),(P>BigInt(2)**BigInt(32)||P<-(BigInt(2)**BigInt(32)))&&(H=le(H)),H+="n"),q+=` It must be ${I}. Received ${H}`,q},RangeError);function le(T){let I="",P=T.length,q=T[0]==="-"?1:0;for(;P>=q+4;P-=3)I=`_${T.slice(P-3,P)}${I}`;return`${T.slice(0,P)}${I}`}function te(T,I,P){J(I,"offset"),(T[I]===void 0||T[I+P]===void 0)&&X(I,T.length-(P+1))}function j(T,I,P,q,H,W){if(T>P||T<I){let fe=typeof I=="bigint"?"n":"",st;throw W>3?I===0||I===BigInt(0)?st=`>= 0${fe} and < 2${fe} ** ${(W+1)*8}${fe}`:st=`>= -(2${fe} ** ${(W+1)*8-1}${fe}) and < 2 ** ${(W+1)*8-1}${fe}`:st=`>= ${I}${fe} and <= ${P}${fe}`,new Z.ERR_OUT_OF_RANGE("value",st,T)}te(q,H,W)}function J(T,I){if(typeof T!="number")throw new Z.ERR_INVALID_ARG_TYPE(I,"number",T)}function X(T,I,P){throw Math.floor(T)!==T?(J(T,P),new Z.ERR_OUT_OF_RANGE(P||"offset","an integer",T)):I<0?new Z.ERR_BUFFER_OUT_OF_BOUNDS:new Z.ERR_OUT_OF_RANGE(P||"offset",`>= ${P?1:0} and <= ${I}`,T)}var he=/[^+/0-9A-Za-z-_]/g;function Te(T){if(T=T.split("=")[0],T=T.trim().replace(he,""),T.length<2)return"";for(;T.length%4!==0;)T=T+"=";return T}function oe(T,I){I=I||1/0;let P,q=T.length,H=null,W=[];for(let fe=0;fe<q;++fe){if(P=T.charCodeAt(fe),P>55295&&P<57344){if(!H){if(P>56319){(I-=3)>-1&&W.push(239,191,189);continue}else if(fe+1===q){(I-=3)>-1&&W.push(239,191,189);continue}H=P;continue}if(P<56320){(I-=3)>-1&&W.push(239,191,189),H=P;continue}P=(H-55296<<10|P-56320)+65536}else H&&(I-=3)>-1&&W.push(239,191,189);if(H=null,P<128){if((I-=1)<0)break;W.push(P)}else if(P<2048){if((I-=2)<0)break;W.push(P>>6|192,P&63|128)}else if(P<65536){if((I-=3)<0)break;W.push(P>>12|224,P>>6&63|128,P&63|128)}else if(P<1114112){if((I-=4)<0)break;W.push(P>>18|240,P>>12&63|128,P>>6&63|128,P&63|128)}else throw new Error("Invalid code point")}return W}function ce(T){let I=[];for(let P=0;P<T.length;++P)I.push(T.charCodeAt(P)&255);return I}function ot(T,I){let P,q,H,W=[];for(let fe=0;fe<T.length&&!((I-=2)<0);++fe)P=T.charCodeAt(fe),q=P>>8,H=P%256,W.push(H),W.push(q);return W}function ge(T){return e.toByteArray(Te(T))}function Se(T,I,P,q){let H;for(H=0;H<q&&!(H+P>=I.length||H>=T.length);++H)I[H+P]=T[H];return H}function ut(T,I){return T instanceof I||T!=null&&T.constructor!=null&&T.constructor.name!=null&&T.constructor.name===I.name}function Ze(T){return T!==T}var Ge=function(){let T="0123456789abcdef",I=new Array(256);for(let P=0;P<16;++P){let q=P*16;for(let H=0;H<16;++H)I[q+H]=T[P]+T[H]}return I}();function lt(T){return typeof BigInt>"u"?z:T}function z(){throw new Error("BigInt not supported")}}),lDe=Xh((t,e)=>{typeof window<"u"?(window.global=window,global.fetch=window.fetch,e.exports={Buffer:aB().Buffer,Crypto:window.crypto}):e.exports={Buffer:aB().Buffer,Crypto:crypto}}),jse={};aDe(jse,{AVSCTap:()=>vb,ArweaveSigner:()=>BB,DataItem:()=>hb,MAX_TAG_BYTES:()=>Cw,MIN_BINARY_SIZE:()=>NB,SIG_CONFIG:()=>vv,SignatureConfig:()=>Ls,Signer:()=>zse,createData:()=>Wse,deserializeTags:()=>Ew,indexToType:()=>OB,serializeTags:()=>PB,tagsExceedLimit:()=>Kse});var zse=class{signer;publicKey;signatureType;signatureLength;ownerLength;pem;static verify(t,e,r,a){throw new Error("You must implement verify method on child")}},cDe=Hd(IB(),1),Ff=Hd(Fse(),1);async function Zse(t){if(Array.isArray(t)){let i=(0,Ff.concatBuffers)([(0,Ff.stringToBuffer)("list"),(0,Ff.stringToBuffer)(t.length.toString())]);return await Hse(t,await Vh().hash(i,"SHA-384"))}let e=t,r=(0,Ff.concatBuffers)([(0,Ff.stringToBuffer)("blob"),(0,Ff.stringToBuffer)(e.byteLength.toString())]),a=(0,Ff.concatBuffers)([await Vh().hash(r,"SHA-384"),await Vh().hash(e,"SHA-384")]);return await Vh().hash(a,"SHA-384")}async function Hse(t,e){if(t.length<1)return e;let r=(0,Ff.concatBuffers)([e,await Zse(t[0])]),a=await Vh().hash(r,"SHA-384");return await Hse(t.slice(1),a)}var CI=Hd(uDe(),1),dDe=CI.default.default?CI.default.default:CI.default,pDe=class extends dDe{getPublicKey(t){throw new Error("Unimplemented")}},vDe;function Vh(){return vDe??=new pDe}var Ls;(function(t){t[t.ARWEAVE=1]="ARWEAVE",t[t.ED25519=2]="ED25519",t[t.ETHEREUM=3]="ETHEREUM",t[t.SOLANA=4]="SOLANA",t[t.INJECTEDAPTOS=5]="INJECTEDAPTOS",t[t.MULTIAPTOS=6]="MULTIAPTOS",t[t.TYPEDETHEREUM=7]="TYPEDETHEREUM"})(Ls||(Ls={}));var vv={[Ls.ARWEAVE]:{sigLength:512,pubLength:512,sigName:"arweave"},[Ls.ED25519]:{sigLength:64,pubLength:32,sigName:"ed25519"},[Ls.ETHEREUM]:{sigLength:65,pubLength:65,sigName:"ethereum"},[Ls.SOLANA]:{sigLength:64,pubLength:32,sigName:"solana"},[Ls.INJECTEDAPTOS]:{sigLength:64,pubLength:32,sigName:"injectedAptos"},[Ls.MULTIAPTOS]:{sigLength:64*32+4,pubLength:32*32+1,sigName:"multiAptos"},[Ls.TYPEDETHEREUM]:{sigLength:65,pubLength:42,sigName:"typedEthereum"}},BB=class{signatureType=1;ownerLength=vv[1].pubLength;signatureLength=vv[1].sigLength;jwk;pk;constructor(t){this.pk=t.n,this.jwk=t}get publicKey(){return cDe.default.toBuffer(this.pk)}sign(t){return Vh().sign(this.jwk,t)}static async verify(t,e,r){return await Vh().verify(t,e,r)}},OB={1:BB},ju=Hd(IB(),1);async function oB(t){return Zse([(0,Ff.stringToBuffer)("dataitem"),(0,Ff.stringToBuffer)("1"),(0,Ff.stringToBuffer)(t.signatureType.toString()),t.rawOwner,t.rawTarget,t.rawAnchor,t.rawTags,t.rawData])}async function mDe(t,e){let r=await oB(t),a=await e.sign(r),i=await Vh().hash(a);return{signature:Me.from(a),id:Me.from(i)}}async function gDe(t,e){let{signature:r,id:a}=await mDe(t,e);return t.getRaw().set(r,2),a}var vb=class{buf;pos;constructor(t=Me.alloc(Cw),e=0){this.buf=t,this.pos=e}writeTags(t){if(!Array.isArray(t))throw new Error("input must be array");let e=t.length,r;if(e)for(this.writeLong(e),r=0;r<e;r++){let a=t[r];if(a?.name===void 0||a?.value===void 0)throw new Error(`Invalid tag format for ${a}, expected {name:string, value: string}`);this.writeString(a.name),this.writeString(a.value)}this.writeLong(0)}toBuffer(){let t=Me.alloc(this.pos);if(this.pos>this.buf.length)throw new Error(`Too many tag bytes (${this.pos} > ${this.buf.length})`);return this.buf.copy(t,0,0,this.pos),t}tagsExceedLimit(){return this.pos>this.buf.length}writeLong(t){let e=this.buf,r,a;if(t>=-1073741824&&t<1073741824){a=t>=0?t<<1:~t<<1|1;do e[this.pos]=a&127,a>>=7;while(a&&(e[this.pos++]|=128))}else{r=t>=0?t*2:-t*2-1;do e[this.pos]=r&127,r/=128;while(r>=1&&(e[this.pos++]|=128))}this.pos++,this.buf=e}writeString(t){let e=Me.byteLength(t),r=this.buf;this.writeLong(e);let a=this.pos;if(this.pos+=e,!(this.pos>r.length)){if(e>64)this.buf.write(t,this.pos-e,e,"utf8");else{let i,h,l,p;for(i=0,h=e;i<h;i++)l=t.charCodeAt(i),l<128?r[a++]=l:l<2048?(r[a++]=l>>6|192,r[a++]=l&63|128):(l&64512)===55296&&((p=t.charCodeAt(i+1))&64512)===56320?(l=65536+((l&1023)<<10)+(p&1023),i++,r[a++]=l>>18|240,r[a++]=l>>12&63|128,r[a++]=l>>6&63|128,r[a++]=l&63|128):(r[a++]=l>>12|224,r[a++]=l>>6&63|128,r[a++]=l&63|128)}this.buf=r}}readLong(){let t=0,e=0,r=this.buf,a,i,h,l;do a=r[this.pos++],i=a&128,t|=(a&127)<<e,e+=7;while(i&&e<28);if(i){h=t,l=268435456;do a=r[this.pos++],h+=(a&127)*l,l*=128;while(a&128);return(h%2?-(h+1):h)/2}return t>>1^-(t&1)}skipLong(){let t=this.buf;for(;t[this.pos++]&128;);}readTags(){let t=[],e;for(;e=this.readLong();)for(e<0&&(e=-e,this.skipLong());e--;){let r=this.readString(),a=this.readString();t.push({name:r,value:a})}return t}readString(){let t=this.readLong(),e=this.pos,r=this.buf;if(this.pos+=t,!(this.pos>r.length))return this.buf.slice(e,e+t).toString()}};function PB(t){let e=new vb;return e.writeTags(t),e.toBuffer()}function Kse(t){let e=new vb;return e.writeTags(t),e.tagsExceedLimit()}function Ew(t){return new vb(t).readTags()}function wc(t){let e=0;for(let r=t.length-1;r>=0;r--)e=e*256+t[r];return e}function bDe(t){if(t>29)throw new Error("Short too long");let e=[0,0];for(let r=0;r<e.length;r++){let a=t&255;e[r]=a,t=(t-a)/256}return Uint8Array.from(e)}function uoe(t){let e=[0,0,0,0,0,0,0,0];for(let r=0;r<e.length;r++){let a=t&255;e[r]=a,t=(t-a)/256}return Uint8Array.from(e)}var yDe=Hd(lDe(),1),G1=Hd(aB(),1),Cw=4096,NB=80,hb=class{binary;_id;constructor(t){this.binary=t}static isDataItem(t){return t.binary!==void 0}get signatureType(){let t=wc(this.binary.subarray(0,2));if(Ls?.[t]!==void 0)return t;throw new Error("Unknown signature type: "+t)}async isValid(){return hb.verify(this.binary)}get id(){return(async()=>ju.default.encode(await this.rawId))()}set id(t){this._id=ju.default.toBuffer(t)}get rawId(){return(async()=>G1.Buffer.from(await yDe.Crypto.subtle.digest("SHA-256",this.rawSignature)))()}set rawId(t){this._id=t}get rawSignature(){return this.binary.subarray(2,2+this.signatureLength)}get signature(){return ju.default.encode(this.rawSignature)}set rawOwner(t){if(t.byteLength!=this.ownerLength)throw new Error(`Expected raw owner (pubkey) to be ${this.ownerLength} bytes, got ${t.byteLength} bytes.`);this.binary.set(t,2+this.signatureLength)}get rawOwner(){return this.binary.subarray(2+this.signatureLength,2+this.signatureLength+this.ownerLength)}get signatureLength(){return vv[this.signatureType].sigLength}get owner(){return ju.default.encode(this.rawOwner)}get ownerLength(){return vv[this.signatureType].pubLength}get rawTarget(){let t=this.getTargetStart();return this.binary[t]==1?this.binary.subarray(t+1,t+33):G1.Buffer.alloc(0)}get target(){return ju.default.encode(this.rawTarget)}get rawAnchor(){let t=this.getAnchorStart();return this.binary[t]==1?this.binary.subarray(t+1,t+33):G1.Buffer.alloc(0)}get anchor(){return this.rawAnchor.toString()}get rawTags(){let t=this.getTagsStart(),e=wc(this.binary.subarray(t+8,t+16));return this.binary.subarray(t+16,t+16+e)}get tags(){let t=this.getTagsStart();if(wc(this.binary.subarray(t,t+8))==0)return[];let e=wc(this.binary.subarray(t+8,t+16));return Ew(G1.Buffer.from(this.binary.subarray(t+16,t+16+e)))}get tagsB64Url(){return this.tags.map(t=>({name:ju.default.encode(t.name),value:ju.default.encode(t.value)}))}getStartOfData(){let t=this.getTagsStart(),e=this.binary.subarray(t+8,t+16),r=wc(e);return t+16+r}get rawData(){let t=this.getTagsStart(),e=this.binary.subarray(t+8,t+16),r=wc(e),a=t+16+r;return this.binary.subarray(a,this.binary.length)}get data(){return ju.default.encode(this.rawData)}getRaw(){return this.binary}async sign(t){return this._id=await gDe(this,t),this.rawId}async setSignature(t){this.binary.set(t,2),this._id=G1.Buffer.from(await Vh().hash(t))}isSigned(){return(this._id?.length??0)>0}toJSON(){return{signature:this.signature,owner:this.owner,target:this.target,tags:this.tags.map(t=>({name:ju.default.encode(t.name),value:ju.default.encode(t.value)})),data:this.data}}static async verify(t){if(t.byteLength<NB)return!1;let e=new hb(t),r=e.signatureType,a=e.getTagsStart(),i=wc(t.subarray(a,a+8)),h=t.subarray(a+8,a+16),l=wc(h);if(l>Cw)return!1;if(i>0)try{if(Ew(G1.Buffer.from(t.subarray(a+16,a+16+l))).length!==i)return!1}catch{return!1}let p=OB[r],b=await oB(e);return await p.verify(e.rawOwner,b,e.rawSignature)}async getSignatureData(){return oB(this)}getTagsStart(){let t=this.getTargetStart(),e=this.binary[t]==1,r=t+(e?33:1),a=this.binary[r]==1;return r+=a?33:1,r}getTargetStart(){return 2+this.signatureLength+this.ownerLength}getAnchorStart(){let t=this.getTargetStart()+1,e=this.binary[this.getTargetStart()]==1;return t+=e?32:0,t}},wDe=Hd(IB(),1);function Wse(t,e,r){let a=e.publicKey,i=r?.target?wDe.default.toBuffer(r.target):null,h=1+(i?.byteLength??0),l=r?.anchor?Me.from(r.anchor):null,p=1+(l?.byteLength??0),b=(r?.tags?.length??0)>0?PB(r.tags):null,g=16+(b?b.byteLength:0),y=Me.from(t),M=y.byteLength,x=2+e.signatureLength+e.ownerLength+h+p+g+M,E=Me.alloc(x);if(E.set(bDe(e.signatureType),0),E.set(new Uint8Array(e.signatureLength).fill(0),2),a.byteLength!==e.ownerLength)throw new Error(`Owner must be ${e.ownerLength} bytes, but was incorrectly ${a.byteLength}`);E.set(a,2+e.signatureLength);let A=2+e.signatureLength+e.ownerLength;if(E[A]=i?1:0,i){if(i.byteLength!==32)throw new Error(`Target must be 32 bytes but was incorrectly ${i.byteLength}`);E.set(i,A+1)}let k=A+h,O=k+1;if(E[k]=l?1:0,l){if(O+=l.byteLength,l.byteLength!==32)throw new Error("Anchor must be 32 bytes");E.set(l,k+1)}E.set(uoe(r?.tags?.length??0),O);let N=uoe(b?.byteLength??0);E.set(N,O+8),b&&E.set(b,O+16);let L=O+g;return E.set(y,L),new hb(E)}var CB={...jse};globalThis.arbundles??=CB;var _De=CB,MDe=CB;globalThis.Buffer||(globalThis.Buffer=Dse.Buffer);var{DataItem:xDe}=qse;function SDe(t){return async({data:r,tags:a,target:i,anchor:h,createDataItem:l=p=>new xDe(p)})=>{let p=await t.signDataItem({data:r,tags:a,target:i,anchor:h}),b=l(Dse.Buffer.from(p));return{id:await b.id,raw:await b.getRaw()}}}var EDe=globalThis.GATEWAY_URL||void 0,ADe=globalThis.MU_URL||void 0,RDe=globalThis.CU_URL||void 0,TDe=globalThis.GRAPHQL_URL||void 0,{result:Nmt,results:Cmt,message:Lmt,spawn:$mt,monitor:Dmt,unmonitor:qmt,dryrun:Umt,assign:Fmt}=mv({GATEWAY_URL:EDe,MU_URL:ADe,CU_URL:RDe,GRAPHQL_URL:TDe}),Vse=$se.createDataItemSigner;ie();ae();ne();var Ffe=gi(Ufe(),1),Ab=Ffe.default.init({host:"arweave.net",port:443,protocol:"https"});async function Obt({signer:t,module:e=aQ,luaCodeTxId:r=bT,ao:a=mv(),scheduler:i=oQ,state:h,stateContractTxId:l,antRegistryId:p=U8,logger:b=Fu.default,arweave:g=Ab}){let y=Kd.init({process:new Oa({processId:p,ao:a,logger:b}),signer:t}),M=await g.transactions.getData(r,{decode:!0,string:!0}),x=await a.spawn({module:e,scheduler:i,signer:t,tags:[{name:"ANT-Registry-Id",value:p},{name:"Source-Code-TX-ID",value:r}]}),E=new Oa({processId:x,ao:a,logger:b}),{id:A}=await E.send({tags:[{name:"Action",value:"Eval"},{name:"App-Name",value:"ArNS-ANT"},{name:"Source-Code-TX-ID",value:r}],data:M,signer:t});if(b.info("Spawned ANT",{processId:x,module:e,scheduler:i,luaCodeTxId:r,evalId:A}),h){let{id:O}=await E.send({tags:[{name:"Action",value:"Initialize-State"},...l!==void 0?[{name:"State-Contract-TX-ID",value:l}]:[]],data:JSON.stringify(h),signer:t});b.info("Initialized ANT",{processId:x,module:e,scheduler:i,initializeMsgId:O})}let{id:k}=await y.register({processId:x});return b.info("Registered ANT to ANT Registry",{processId:x,module:e,scheduler:i,antRegistrationMsgId:k,antRegistryId:p}),x}async function Pbt({signer:t,processId:e,luaCodeTxId:r=bT,ao:a=mv(),logger:i=Fu.default,arweave:h=Ab}){let l=new Oa({processId:e,ao:a,logger:i}),p=await h.transactions.getData(r,{decode:!0,string:!0}),{id:b}=await l.send({tags:[{name:"Action",value:"Eval"},{name:"App-Name",value:"ArNS-ANT"},{name:"Source-Code-TX-ID",value:r}],data:p,signer:t});return i.info("Evolved ANT",{processId:e,luaCodeTxId:r,evalMsgId:b}),b}function Vqe(t){let e=vr.object({name:vr.string(),value:vr.union([vr.string(),vr.number()])}),r=vr.function().args(vr.object({data:vr.union([vr.string(),vr.instanceof(Me)]),tags:vr.array(e).optional(),target:vr.string().optional(),anchor:vr.string().optional()})).returns(vr.promise(vr.object({id:vr.string(),raw:vr.instanceof(ArrayBuffer)})));try{return r.parse(t),!0}catch{return!1}}function Oc(t){return Vqe(t)?t:"publicKey"in t?async({data:r,tags:a,target:i,anchor:h})=>{t.publicKey===void 0&&"setPublicKey"in t&&typeof t.setPublicKey=="function"&&await t.setPublicKey();let l=Rg(r,t,{tags:a,target:i,anchor:h});return l.sign(t).then(async()=>({id:await l.id,raw:await l.getRaw()}))}:Vse(t)}ie();ae();ne();function Pc(t,e){let r=t.safeParse(e);if(!r.success)throw new Error(JSON.stringify(r.error.format(),null,2));return r}var zw=class{static init({signer:e,strict:r=!1,...a}){if(Dh(a)||qh(a))return e?new lO({signer:e,strict:r,...a}):new Zw({strict:r,...a});throw new Nu}},Zw=class{process;strict;constructor(e){if(this.strict=e.strict||!1,Dh(e))this.process=e.process;else if(qh(e))this.process=new Oa({processId:e.processId});else throw new Nu}async getState({strict:e}={strict:this.strict}){let r=[{name:"Action",value:"State"}],a=await this.process.read({tags:r});return e&&Pc(MT.passthrough().and(vr.object({Records:vr.record(vr.string(),F8.passthrough())})),a),a}async getInfo({strict:e}={strict:this.strict}){let r=[{name:"Action",value:"Info"}],a=await this.process.read({tags:r});return e&&Pc(hQ.passthrough(),a),a}async getRecord({undername:e},{strict:r}={strict:this.strict}){let a=[{name:"Sub-Domain",value:e},{name:"Action",value:"Record"}],i=await this.process.read({tags:a});return r&&Pc(F8.passthrough(),i),i}async getRecords({strict:e}={strict:this.strict}){let r=[{name:"Action",value:"Records"}],a=await this.process.read({tags:r});return e&&Pc(yT,a),a}async getOwner({strict:e}={strict:this.strict}){return(await this.getInfo({strict:e})).Owner}async getControllers({strict:e}={strict:this.strict}){let r=[{name:"Action",value:"Controllers"}],a=await this.process.read({tags:r});return e&&Pc(wT,a),a}async getName({strict:e}={strict:this.strict}){return(await this.getInfo({strict:e})).Name}async getTicker({strict:e}={strict:this.strict}){return(await this.getInfo({strict:e})).Ticker}async getBalances({strict:e}={strict:this.strict}){let r=[{name:"Action",value:"Balances"}],a=await this.process.read({tags:r});return e&&Pc(_T,a),a}async getBalance({address:e},{strict:r}={strict:this.strict}){let a=[{name:"Action",value:"Balance"},{name:"Recipient",value:e}],i=await this.process.read({tags:a});return r&&Pc(vr.number(),i),i}async getHandlers(){let e=await this.getInfo();return e.Handlers??e.HandlerNames}},lO=class extends Zw{signer;constructor({signer:e,...r}){super(r),this.signer=Oc(e)}async transfer({target:e},r){let a=[...r?.tags??[],{name:"Action",value:"Transfer"},{name:"Recipient",value:e}];return this.process.send({tags:a,signer:this.signer})}async addController({controller:e},r){let a=[...r?.tags??[],{name:"Action",value:"Add-Controller"},{name:"Controller",value:e}];return this.process.send({tags:a,signer:this.signer})}async removeController({controller:e},r){let a=[...r?.tags??[],{name:"Action",value:"Remove-Controller"},{name:"Controller",value:e}];return this.process.send({tags:a,signer:this.signer})}async setRecord({undername:e,transactionId:r,ttlSeconds:a},i){return this.process.send({tags:[...i?.tags??[],{name:"Action",value:"Set-Record"},{name:"Sub-Domain",value:e},{name:"Transaction-Id",value:r},{name:"TTL-Seconds",value:a.toString()}],signer:this.signer})}async removeRecord({undername:e},r){return this.process.send({tags:[...r?.tags??[],{name:"Action",value:"Remove-Record"},{name:"Sub-Domain",value:e}],signer:this.signer})}async setTicker({ticker:e},r){return this.process.send({tags:[...r?.tags??[],{name:"Action",value:"Set-Ticker"},{name:"Ticker",value:e}],signer:this.signer})}async setName({name:e},r){return this.process.send({tags:[...r?.tags??[],{name:"Action",value:"Set-Name"},{name:"Name",value:e}],signer:this.signer})}async setDescription({description:e},r){return this.process.send({tags:[...r?.tags??[],{name:"Action",value:"Set-Description"},{name:"Description",value:e}],signer:this.signer})}async setKeywords({keywords:e},r){return this.process.send({tags:[...r?.tags??[],{name:"Action",value:"Set-Keywords"},{name:"Keywords",value:JSON.stringify(e)}],signer:this.signer})}async setLogo({txId:e},r){return this.process.send({tags:[...r?.tags??[],{name:"Action",value:"Set-Logo"},{name:"Logo",value:e}],signer:this.signer})}async releaseName({name:e,ioProcessId:r},a){return this.process.send({tags:[...a?.tags??[],{name:"Action",value:"Release-Name"},{name:"Name",value:e},{name:"IO-Process-Id",value:r}],signer:this.signer})}async reassignName({name:e,ioProcessId:r,antProcessId:a},i){return this.process.send({tags:[...i?.tags??[],{name:"Action",value:"Reassign-Name"},{name:"Name",value:e},{name:"IO-Process-Id",value:r},{name:"Process-Id",value:a}],signer:this.signer})}async approvePrimaryNameRequest({name:e,address:r,ioProcessId:a},i){return this.process.send({tags:[...i?.tags??[],{name:"Action",value:"Approve-Primary-Name"},{name:"Name",value:e},{name:"Recipient",value:r},{name:"IO-Process-Id",value:a}],signer:this.signer})}async removePrimaryNames({names:e,ioProcessId:r},a){return this.process.send({tags:[...a?.tags??[],{name:"Action",value:"Remove-Primary-Names"},{name:"Names",value:e.join(",")},{name:"IO-Process-Id",value:r}],signer:this.signer})}};ie();ae();ne();var Kd=class{static init(e){if(e&&e.signer){let{signer:r,...a}=e;return new cO({...a,signer:r})}return new Hw(e)}},Hw=class{process;constructor(e){if(e&&(qh(e)||Dh(e)))if(Dh(e))this.process=e.process;else if(qh(e))this.process=new Oa({processId:e.processId});else throw new Nu;else this.process=new Oa({processId:U8})}async accessControlList({address:e}){return this.process.read({tags:[{name:"Action",value:"Access-Control-List"},{name:"Address",value:e}]})}},cO=class extends Hw{signer;constructor({signer:e,...r}){super(r),this.signer=Oc(e)}async register({processId:e}){return this.process.send({tags:[{name:"Action",value:"Register"},{name:"Process-Id",value:e}],signer:this.signer})}};ie();ae();ne();ie();ae();ne();ie();ae();ne();function dO(t){try{return JSON.parse(t)}catch{return t}}var Oa=class{logger;processId;ao;constructor({processId:e,ao:r=mv(),logger:a=Fu.default}){this.processId=e,this.logger=a,this.ao=r}async read({tags:e,retries:r=3}){let a=0,i;for(;a<r;)try{this.logger.debug("Evaluating read interaction on contract",{tags:e});let h=await this.ao.dryrun({process:this.processId,tags:e});if(this.logger.debug("Read interaction result",{result:h}),h.Messages===void 0||h.Messages.length===0)throw this.logger.debug(`Process ${this.processId} does not support provided action.`,h,e),new Error(`Process ${this.processId} does not support provided action.`);let l=h.Messages?.[0]?.Tags,p=h.Messages?.[0]?.Data,g=h.Error||l?.find(M=>M.name==="Error")?.value;if(g)throw new Error(`${g}${p?`: ${p}`:""}`);return p===void 0?{}:dO(h.Messages[0].Data)}catch(h){a++,this.logger.debug(`Read attempt ${a} failed`,{error:h,tags:e}),i=h,await new Promise(l=>setTimeout(l,2**a*1e3))}throw i}async send({tags:e,data:r,signer:a,retries:i=3}){let h=0,l;for(;h<i;)try{this.logger.debug("Evaluating send interaction on contract",{tags:e,data:r,processId:this.processId});let p=await this.ao.message({process:this.processId,tags:[...e,{name:"AR-IO-SDK",value:G4}],data:r,signer:a});this.logger.debug("Sent message to process",{messageId:p,processId:this.processId});let b=await this.ao.result({message:p,process:this.processId});this.logger.debug("Message result",{output:b,messageId:p,processId:this.processId});let y=b.Error||b.Messages?.[0]?.Tags?.find(x=>x.name==="Error")?.value;if(y)throw new j8(y);if(b.Messages?.length===0||b.Messages===void 0)return{id:p};if(b.Messages.length===0)throw new Error(`Process ${this.processId} does not support provided action.`);if(b.Messages[0].Data===void 0)return{id:p};let M=dO(b.Messages[0].Data);return this.logger.debug("Message result data",{resultData:M,messageId:p,processId:this.processId}),{id:p,result:M}}catch(p){if(this.logger.error("Error sending message to process",{error:p.message,processId:this.processId,tags:e}),p.message.includes("500"))this.logger.debug("Retrying send interaction",{attempts:h,retries:i,error:p.message,processId:this.processId}),await new Promise(b=>setTimeout(b,2**h*2e3)),h++,l=p;else throw p}throw l}};var Rb=class{static init(e){if(e&&e.signer){let{signer:r,...a}=e;return new pO({...a,signer:r})}return new Kw(e)}},Kw=class{process;arweave;constructor(e,r=Ab){if(!e)this.process=new Oa({processId:R1});else if(Dh(e))this.process=e.process;else if(qh(e))this.process=new Oa({processId:e.processId});else throw new Nu;this.arweave=r}async getInfo(){return this.process.read({tags:[{name:"Action",value:"Info"}]})}async getTokenSupply(){return this.process.read({tags:[{name:"Action",value:"Total-Token-Supply"}]})}async getEpochSettings(e){let r=[{name:"Action",value:"Epoch-Settings"},{name:"Timestamp",value:e?.timestamp?.toString()??(await $h(this.arweave)).toString()},{name:"Epoch-Index",value:e?.epochIndex?.toString()}];return this.process.read({tags:ra(r)})}async getEpoch(e){let r=[{name:"Action",value:"Epoch"},{name:"Timestamp",value:e?.timestamp?.toString()??(await $h(this.arweave)).toString()},{name:"Epoch-Index",value:e?.epochIndex?.toString()}];return this.process.read({tags:ra(r)})}async getArNSRecord({name:e}){return this.process.read({tags:[{name:"Action",value:"Record"},{name:"Name",value:e}]})}async getArNSRecords(e){return this.process.read({tags:[{name:"Action",value:"Paginated-Records"},...oo(e)]})}async getArNSReservedNames(e){return this.process.read({tags:[{name:"Action",value:"Reserved-Names"},...oo(e)]})}async getArNSReservedName({name:e}){return this.process.read({tags:[{name:"Action",value:"Reserved-Name"},{name:"Name",value:e}]})}async getBalance({address:e}){return this.process.read({tags:[{name:"Action",value:"Balance"},{name:"Address",value:e}]})}async getBalances(e){return this.process.read({tags:[{name:"Action",value:"Paginated-Balances"},...oo(e)]})}async getVault({address:e,vaultId:r}){return this.process.read({tags:[{name:"Action",value:"Vault"},{name:"Address",value:e},{name:"Vault-Id",value:r}]})}async getVaults(e){return this.process.read({tags:[{name:"Action",value:"Paginated-Vaults"},...oo(e)]})}async getGateway({address:e}){return this.process.read({tags:[{name:"Action",value:"Gateway"},{name:"Address",value:e}]})}async getGatewayDelegates({address:e,...r}){return this.process.read({tags:[{name:"Action",value:"Paginated-Delegates"},{name:"Address",value:e},...oo(r)]})}async getGatewayDelegateAllowList({address:e,...r}){return this.process.read({tags:[{name:"Action",value:"Paginated-Allowed-Delegates"},{name:"Address",value:e},...oo(r)]})}async getGateways(e){return this.process.read({tags:[{name:"Action",value:"Paginated-Gateways"},...oo(e)]})}async getCurrentEpoch(){return this.process.read({tags:[{name:"Action",value:"Epoch"},{name:"Timestamp",value:(await $h(this.arweave)).toString()}]})}async getPrescribedObservers(e){let r=[{name:"Action",value:"Epoch-Prescribed-Observers"},{name:"Timestamp",value:e?.timestamp?.toString()??(await $h(this.arweave)).toString()},{name:"Epoch-Index",value:e?.epochIndex?.toString()}];return this.process.read({tags:ra(r)})}async getPrescribedNames(e){let r=[{name:"Action",value:"Epoch-Prescribed-Names"},{name:"Timestamp",value:e?.timestamp?.toString()??(await $h(this.arweave)).toString()},{name:"Epoch-Index",value:e?.epochIndex?.toString()}];return this.process.read({tags:ra(r)})}async getObservations(e){let r=[{name:"Action",value:"Epoch-Observations"},{name:"Timestamp",value:e?.timestamp?.toString()??(await $h(this.arweave)).toString()},{name:"Epoch-Index",value:e?.epochIndex?.toString()}];return this.process.read({tags:ra(r)})}async getDistributions(e){let r=[{name:"Action",value:"Epoch-Distributions"},{name:"Timestamp",value:e?.timestamp?.toString()??(await $h(this.arweave)).toString()},{name:"Epoch-Index",value:e?.epochIndex?.toString()}];return this.process.read({tags:ra(r)})}async getTokenCost({intent:e,type:r,years:a,name:i,quantity:h}){let l=[{name:"Action",value:"Token-Cost"},{name:"Intent",value:e},{name:"Name",value:i},{name:"Years",value:a?.toString()},{name:"Quantity",value:h?.toString()},{name:"Purchase-Type",value:r},{name:"Timestamp",value:(await this.arweave.blocks.getCurrent().then(p=>({timestamp:p.timestamp*1e3})).catch(()=>({timestamp:Date.now()}))).timestamp.toString()}];return this.process.read({tags:ra(l)})}async getRegistrationFees(){return this.process.read({tags:[{name:"Action",value:"Get-Registration-Fees"}]})}async getDemandFactor(){return this.process.read({tags:[{name:"Action",value:"Demand-Factor"}]})}async getArNSAuctions(e){return this.process.read({tags:[{name:"Action",value:"Auctions"},...oo(e)]})}async getArNSAuction({name:e}){let r=[{name:"Action",value:"Auction-Info"},{name:"Name",value:e}];return this.process.read({tags:r})}async getArNSAuctionPrices({name:e,type:r,years:a,timestamp:i,intervalMs:h}){let l=[{name:"Action",value:"Auction-Prices"},{name:"Name",value:e},{name:"Timestamp",value:i?.toString()??(await $h(this.arweave)).toString()},{name:"Purchase-Type",value:r??"lease"},{name:"Years",value:r==null||r==="lease"?a?.toString()??"1":void 0},{name:"Price-Interval-Ms",value:h?.toString()??"900000"}].filter(p=>p.value!==void 0);return this.process.read({tags:l})}async getDelegations(e){let r=[{name:"Action",value:"Paginated-Delegations"},{name:"Address",value:e.address},...oo(e)];return this.process.read({tags:ra(r)})}async getAllowedDelegates(e){return this.process.read({tags:[{name:"Action",value:"Paginated-Allowed-Delegates"},{name:"Address",value:e.address},...oo(e)]})}async getGatewayVaults(e){return this.process.read({tags:[{name:"Action",value:"Paginated-Gateway-Vaults"},{name:"Address",value:e.address},...oo(e)]})}async getPrimaryNameRequest(e){let r=[{name:"Action",value:"Primary-Name-Request"},{name:"Initiator",value:e.initiator}];return this.process.read({tags:r})}async getPrimaryNameRequests(e){return this.process.read({tags:[{name:"Action",value:"Primary-Name-Requests"},...oo(e)]})}async getPrimaryName(e){let r=[{name:"Action",value:"Primary-Name"},{name:"Address",value:e?.address},{name:"Name",value:e?.name}];return this.process.read({tags:ra(r)})}async getPrimaryNames(e){return this.process.read({tags:[{name:"Action",value:"Primary-Names"},...oo(e)]})}async getRedelegationFee(e){return this.process.read({tags:[{name:"Action",value:"Redelegation-Fee"},{name:"Address",value:e.address}]})}async getGatewayRegistrySettings(){return this.process.read({tags:[{name:"Action",value:"Gateway-Registry-Settings"}]})}},pO=class extends Kw{signer;constructor({signer:e,...r}){if(Object.keys(r).length===0)super({process:new Oa({processId:R1})}),this.signer=Oc(e);else if(Dh(r))super({process:r.process}),this.signer=Oc(e);else if(qh(r))super({process:new Oa({processId:r.processId})}),this.signer=Oc(e);else throw new Nu}async transfer({target:e,qty:r},a){let{tags:i=[]}=a||{};return this.process.send({tags:[...i,{name:"Action",value:"Transfer"},{name:"Recipient",value:e},{name:"Quantity",value:r.valueOf().toString()}],signer:this.signer})}async joinNetwork({operatorStake:e,allowDelegatedStaking:r,allowedDelegates:a,delegateRewardShareRatio:i,fqdn:h,label:l,minDelegatedStake:p,note:b,port:g,properties:y,protocol:M,autoStake:x,observerAddress:E},A){let{tags:k=[]}=A||{},O=[...k,{name:"Action",value:"Join-Network"},{name:"Operator-Stake",value:e.valueOf().toString()},{name:"Allow-Delegated-Staking",value:r?.toString()},{name:"Allowed-Delegates",value:a?.join(",")},{name:"Delegate-Reward-Share-Ratio",value:i?.toString()},{name:"FQDN",value:h},{name:"Label",value:l},{name:"Min-Delegated-Stake",value:p?.valueOf().toString()},{name:"Note",value:b},{name:"Port",value:g?.toString()},{name:"Properties",value:y},{name:"Protocol",value:M},{name:"Auto-Stake",value:x?.toString()},{name:"Observer-Address",value:E}];return this.process.send({signer:this.signer,tags:ra(O)})}async leaveNetwork(e){let{tags:r=[]}=e||{};return this.process.send({signer:this.signer,tags:[...r,{name:"Action",value:"Leave-Network"}]})}async updateGatewaySettings({allowDelegatedStaking:e,allowedDelegates:r,delegateRewardShareRatio:a,fqdn:i,label:h,minDelegatedStake:l,note:p,port:b,properties:g,protocol:y,autoStake:M,observerAddress:x},E){let{tags:A=[]}=E||{},k=[...A,{name:"Action",value:"Update-Gateway-Settings"},{name:"Label",value:h},{name:"Note",value:p},{name:"FQDN",value:i},{name:"Port",value:b?.toString()},{name:"Properties",value:g},{name:"Protocol",value:y},{name:"Observer-Address",value:x},{name:"Allow-Delegated-Staking",value:e?.toString()},{name:"Allowed-Delegates",value:r?.join(",")},{name:"Delegate-Reward-Share-Ratio",value:a?.toString()},{name:"Min-Delegated-Stake",value:l?.valueOf().toString()},{name:"Auto-Stake",value:M?.toString()}];return this.process.send({signer:this.signer,tags:ra(k)})}async delegateStake(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Delegate-Stake"},{name:"Target",value:e.target},{name:"Quantity",value:e.stakeQty.valueOf().toString()}]})}async decreaseDelegateStake(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Decrease-Delegate-Stake"},{name:"Target",value:e.target},{name:"Quantity",value:e.decreaseQty.valueOf().toString()},{name:"Instant",value:`${e.instant||!1}`}]})}async instantWithdrawal(e,r){let{tags:a=[]}=r||{},i=[...a,{name:"Action",value:"Instant-Withdrawal"},{name:"Vault-Id",value:e.vaultId},{name:"Address",value:e.gatewayAddress}];return this.process.send({signer:this.signer,tags:ra(i)})}async increaseOperatorStake(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Increase-Operator-Stake"},{name:"Quantity",value:e.increaseQty.valueOf().toString()}]})}async decreaseOperatorStake(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Decrease-Operator-Stake"},{name:"Quantity",value:e.decreaseQty.valueOf().toString()}]})}async saveObservations(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Save-Observations"},{name:"Report-Tx-Id",value:e.reportTxId},{name:"Failed-Gateways",value:e.failedGateways.join(",")}]})}async buyRecord(e,r){let{tags:a=[]}=r||{},i=[...a,{name:"Action",value:"Buy-Record"},{name:"Name",value:e.name},{name:"Years",value:e.years?.toString()??"1"},{name:"Process-Id",value:e.processId},{name:"Purchase-Type",value:e.type||"lease"}];return this.process.send({signer:this.signer,tags:ra(i)})}async upgradeRecord(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Upgrade-Name"},{name:"Name",value:e.name}]})}async extendLease(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Extend-Lease"},{name:"Name",value:e.name},{name:"Years",value:e.years.toString()}]})}async increaseUndernameLimit(e,r){let{tags:a=[]}=r||{};return this.process.send({signer:this.signer,tags:[...a,{name:"Action",value:"Increase-Undername-Limit"},{name:"Name",value:e.name},{name:"Quantity",value:e.increaseCount.toString()}]})}async cancelWithdrawal(e,r){let{tags:a=[]}=r||{},i=[...a,{name:"Action",value:"Cancel-Withdrawal"},{name:"Vault-Id",value:e.vaultId},{name:"Address",value:e.gatewayAddress}];return this.process.send({signer:this.signer,tags:ra(i)})}async submitAuctionBid(e,r){let{tags:a=[]}=r||{},i=[...a,{name:"Action",value:"Auction-Bid"},{name:"Name",value:e.name},{name:"Process-Id",value:e.processId},{name:"Quantity",value:e.quantity?.toString()??void 0},{name:"Purchase-Type",value:e.type||"lease"},{name:"Years",value:e.years?.toString()??void 0}];return this.process.send({signer:this.signer,tags:ra(i)})}async requestPrimaryName(e){return this.process.send({signer:this.signer,tags:[{name:"Action",value:"Request-Primary-Name"},{name:"Name",value:e.name}]})}async redelegateStake(e,r){let{tags:a=[]}=r||{},i=[...a,{name:"Action",value:"Redelegate-Stake"},{name:"Target",value:e.target},{name:"Source",value:e.source},{name:"Quantity",value:e.stakeQty.valueOf().toString()},{name:"Vault-Id",value:e.vaultId}];return this.process.send({signer:this.signer,tags:ra(i)})}};ie();ae();ne();ie();ae();ne();du();var jfe="+",zfe="/",Zfe="-",Hfe="_",Kfe="=";function Gqe(t){let e=t.length%4;return e&&(t+=Kfe.repeat(4-e)),t.replaceAll(Zfe,jfe).replaceAll(Hfe,zfe)}function Yqe(t){return t.replaceAll(jfe,Zfe).replaceAll(zfe,Hfe).replaceAll(Kfe,"")}function x6t(t){let e=Gqe(t);return Me.from(e,"base64")}function Jqe(t){let e=t.toString("base64");return Yqe(e)}function S6t(t){return Jqe(pf("sha256").update(t).digest())}ie();ae();ne();ie();ae();ne();var mO=gi(Vfe(),1);ie();ae();ne();var eUe=Object.defineProperty,tUe=(t,e,r)=>e in t?eUe(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,kb=(t,e,r)=>(tUe(t,typeof e!="symbol"?e+"":e,r),r),gO=class{constructor(e){kb(this,"value"),kb(this,"next"),this.value=e}},bO=class{constructor(){kb(this,"head"),kb(this,"tail"),kb(this,"_size",0),this.clear()}clear(){this.head=void 0,this.tail=void 0,this._size=0}push(e){let r=new gO(e);return this.head&&this.tail?(this.tail.next=r,this.tail=r):(this.head=r,this.tail=r),this._size++,this._size}pop(){if(!this.head)return;let e=this.head;return this.head=this.head.next,this._size--,e.value}get size(){return this._size}*[Symbol.iterator](){let e=this.head;for(;e;)yield e.value,e=e.next}};function Gfe(t){if(!((Number.isInteger(t)||t===1/0)&&t>0))throw new TypeError("Expected `concurrency` to be a number greater than 1");let e=new bO,r=0,a=()=>{r--,e.size>0&&e.pop()()},i=async(p,b,g)=>{r++;let y=(async()=>p(...g))();b(y);try{await y}catch{}a()},h=(p,b,g)=>{e.push(i.bind(null,p,b,g)),(async()=>(await Promise.resolve(),r<t&&e.size>0&&e.pop()()))()},l=(p,...b)=>new Promise(g=>{h(p,g,b)});return Object.defineProperties(l,{activeCount:{get:()=>r},pendingCount:{get:()=>e.size},clearQueue:{value:()=>{e.clear()}}}),l}var G6t=async({address:t,registry:e=Kd.init()})=>{let r=await e.accessControlList({address:t});return[...new Set([...r.Owned,...r.Controlled])]};function Yfe(t,e){return new Promise((r,a)=>{let i=setTimeout(()=>{a(new Error("Timeout"))},t);e.then(h=>{clearTimeout(i),r(h)}).catch(h=>{clearTimeout(i),a(h)})})}var Jfe=class extends mO.default{contract;timeoutMs;throttle;logger;strict;constructor({contract:e=Rb.init({processId:R1}),timeoutMs:r=6e4,concurrency:a=30,logger:i=Fu.default,strict:h=!1}={}){super(),this.contract=e,this.timeoutMs=r,this.throttle=Gfe(a),this.logger=i,this.strict=h}async fetchProcessesOwnedByWallet({address:e,pageSize:r,antRegistry:a=Kd.init()}){let i={},h=await a.accessControlList({address:e}),l=new Set([...h.Owned,...h.Controlled]);await Yfe(this.timeoutMs,rUe({contract:this.contract,emitter:this,pageSize:r})).catch(b=>(this.emit("error",`Error getting ArNS records: ${b}`),this.logger.error("Error getting ArNS records",{message:b?.message,stack:b?.stack}),{})).then(b=>{Object.entries(b).forEach(([g,y])=>{l.has(y.processId)&&(i[y.processId]==null&&(i[y.processId]={state:void 0,names:{}}),i[y.processId].names[g]=y)})});let p=Object.keys(i).length;this.emit("progress",0,p),await Promise.all(Object.keys(i).map(async(b,g)=>this.throttle(async()=>{if(i[b].state!==void 0){this.emit("progress",g+1,p);return}let y=zw.init({processId:b,strict:this.strict}),M=await Yfe(this.timeoutMs,y.getState()).catch(x=>{this.emit("error",`Error getting state for process ${b}: ${x}`)});(M?.Owner===e||M?.Controllers.includes(e))&&(i[b].state=M,this.emit("process",b,i[b])),this.emit("progress",g+1,p)}))),this.emit("end",i)}},rUe=async({contract:t=Rb.init({processId:R1}),emitter:e,logger:r=Fu.default,pageSize:a=5e4})=>{let i,h=Date.now(),l={};do{let p=await t.getArNSRecords({cursor:i,limit:a}).catch(b=>{r?.error("Error getting ArNS records",{message:b?.message,stack:b?.stack}),e?.emit("arns:error",`Error getting ArNS records: ${b}`)});if(!p)return{};p.items.forEach(b=>{let{name:g,...y}=b;l[g]=y}),r.debug("Fetched page of ArNS records",{totalRecordCount:p.totalItems,fetchedRecordCount:Object.keys(l).length,cursor:p.nextCursor}),e?.emit("arns:pageLoaded",{totalRecordCount:p.totalItems,fetchedRecordCount:Object.keys(l).length,records:p.items,cursor:p.nextCursor}),i=p.nextCursor}while(i!==void 0);return e?.emit("arns:end",l),r.debug("Fetched all ArNS records",{totalRecordCount:Object.keys(l).length,durationMs:Date.now()-h}),l};export{zw as ANT,Kd as ANTRegistry,bT as ANT_LUA_ID,U8 as ANT_REGISTRY_ID,Oa as AOProcess,aQ as AOS_MODULE_ID,Cft as ARNS_DEVNET_REGISTRY_TX,Nft as ARNS_TESTNET_REGISTRY_TX,q8 as ARWEAVE_TX_REGEX,bQ as AbortError,_T as AntBalancesSchema,wT as AntControllersSchema,r5e as AntDescriptionSchema,a5e as AntHandlerNames,fQ as AntHandlersSchema,hQ as AntInfoSchema,uQ as AntKeywordsSchema,i5e as AntReadHandlers,F8 as AntRecordSchema,yT as AntRecordsSchema,MT as AntStateSchema,n5e as AntWriteHandlers,Zw as AoANTReadable,Hw as AoANTRegistryReadable,cO as AoANTRegistryWriteable,lO as AoANTWriteable,Jfe as ArNSEventEmitter,m1 as ArconnectSigner,Kl as ArweaveSigner,bd as ArweaveTxIdSchema,dQ as BadRequest,kf as BaseError,oQ as DEFAULT_SCHEDULER_ID,Oft as FQDN_REGEX,pQ as FailedRequestError,Rb as IO,Kw as IOReadable,ST as IOToken,pO as IOWriteable,t5e as IO_DEVNET_PROCESS_ID,R1 as IO_TESTNET_PROCESS_ID,sQ as IntegerStringSchema,Nu as InvalidContractConfigurationError,gQ as InvalidProcessConfigurationError,mQ as InvalidSignerError,Fu as Logger,gT as MIO_PER_IO,cQ as NotFound,Pft as SORT_KEY_REGEX,vQ as UnknownError,j8 as WriteInteractionError,Oc as createAoSigner,Pbt as evolveANT,rUe as fetchAllArNSRecords,x6t as fromB64Url,G6t as getANTProcessesOwnedByWallet,$h as getCurrentBlockUnixTimestampMs,Lft as ioDevnetProcessId,zft as isAoANTState,Vqe as isAoSigner,Xft as isBlockHeight,nut as isLeasedArNSRecord,Dh as isProcessConfiguration,qh as isProcessIdConfiguration,ET as mIOToken,oo as paginationParamsToTags,Pc as parseSchemaResult,ra as pruneTags,dO as safeDecode,S6t as sha256B64Url,Obt as spawnANT,Jqe as toB64Url,lQ as validateArweaveId};
|
|
188
188
|
/*! Bundled license information:
|
|
189
189
|
|
|
190
190
|
@jspm/core/nodelibs/browser/buffer.js:
|